New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. A Woman Cured Her Cancer with an Insane Method [video](youtube.com ↗)
    discuss
  2. GLM 5.3 is live on Mistral(mistral.ai ↗)
    discuss
  3. Devolver says indie publishing is not 'compatible' with public trading(gamedeveloper.com ↗)
    discuss
  4. California's High Speed Rail to Nowhere [video](youtube.com ↗)
    discuss
  5. Autism is genetic – and why this information matters now(autism.org.uk ↗)
    discuss
  6. Geography Is Power(nytimes.com ↗)
    discuss
  7. Show HN: Blue – open-source governance for coding agents(bluee.sh ↗)
    discuss
  8. Show HN: A distributed C++ Monte Carlo API for exotic options pricing(prometheusquantengine.com ↗)
    discuss
  9. Show HN: Orthant, an open-source macOS window manager where you draw the region(orthant.app ↗)
    discuss
  10. Homeostatic Feelings and the Biology of Consciousness(oup.com ↗)
    discuss
  11. Show HN: Docx-to-Markdown – layout-aware Word to Markdown converter(docx-editor.dev ↗)
    1comments
  12. New stealth model: Union Alpha(openrouter.ai ↗)
    1comments
  13. Acronis warns of actively exploited flaw in its cPanel backup plugin(bleepingcomputer.com ↗)
    1comments
  14. Greetings from the Other Side (Of the AI Frontier) Claude Opus 3(claudeopus3.substack.com ↗)
    1comments
  15. Show HN: FainLane – Paste screenshots into remote coding agents with Ctrl+V(fainlane.com ↗)
    discuss
  16. Pennsylvania's Amazon Data Center Boom Is Fueled by a Lucrative Tax Break(capitalandmain.com ↗)
    discuss
  17. Show HN: Tincan – terminal voice chat with no server in the middle(github.com/bilalyazicioglu ↗)
    1comments
  18. What happened with xcancel, and is there any chance it'll ever be back?
    discuss
  19. The Detective and the Madman(cinemasojourns.com ↗)
    discuss
  20. To Stand Out, Write CSS(chrisfowles.xyz ↗)
    discuss
  21. Bitterbot – A local-first P2P AI agent engine with persistent memory(github.com/bitterbot-ai ↗)
    1comments
  22. EU announces plan to ban social media for under 13s(cnn.com ↗)
    discuss
  23. Fenchel Duality Theory and a Primal-Dual Algorithm on Riemannian Manifolds (21)(springer.com ↗)
    discuss
  24. Potemkin Village(wikipedia.org ↗)
    discuss
  25. How Can We Enjoy the Necessary Practice to Master Valuable New Skills?(createadaptablelife.com ↗)
    discuss
  26. McMurtry Spéirling [video](youtube.com ↗)
    1comments
  27. Talk to any self-hosted AI from your iPhone, Watch, Mac and car (open source)"(github.com/gigaduckai ↗)
    discuss
  28. Explore DDD Conference(exploreddd.com ↗)
    discuss
  29. Global Privacy Control(support.mozilla.org ↗)
    discuss
  30. Math Can't Go on Like This(theatlantic.com ↗)
    discuss

Show HN: ctx – Git blame that returns the original agent transcript

2 pointsby 44m agoctx.rs
0 comments
I built ctx to give agents a way to do a fast local search over previous session transcripts.

But I wanted to also give them a way to immediately surface "which agent wrote this exact line of code".

So you can start with a commit, a file, a line, or a PR, and then deterministically surface the exact tool call that wrote it, and the full agent transcript from that session.

It's really useful when you want your agents to know why code was written the way it was. It's kind of like a "super comment".

A normal code comment does leave some information about why code is the way it is.

But if you have selective access to the full original transcript, you can see everything about the code's provenance (like what tests were run, what was the reason it was there in the first place, etc)

This type of information would be way too verbose for a human to find useful. But agents can just ingest this stuff and make great use of it.

I like to instruct the agents to delegate this type of research work to cheaper high-throughput subagents like Luna for example.

A quiet thread, for now.Start the conversation on HN ↗