Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Opus 5.5 launch videos are genuinely next level (twitter.com/bloxstack)
    —discuss
  2. Heaven's Melodic Strains (nplusonemag.com)
    —discuss
  3. Ponysay rewritten in Rust: 22x faster startup (github.com/jcpsimmons)
    —discuss
  4. I Built a Native RDP Server for macOS (prordp.app)
    —discuss
  5. Neomacs: GPU rendered Rust hard fork of Emacs (github.com/eval-exec)
    1comments
  6. It would suck to die because I love consuming (michalkotowski.pl)
    —discuss
  7. Meta Horizon Create and Horizon Studio "Game Engines" (gamefromscratch.com)
    —discuss
  8. Dear AlmostHadYa, I got live previews working with a batch ASR model (mimicscribe.app)
    1comments
  9. Make Claude your assistant in excalidraw (tangled.org)
    1comments
  10. The AI Bubble Explained (hughhowey.com)
    —discuss
  11. Can we have reachability properties in TLA⁺? (ahelwer.ca)
    —discuss
  12. Prioritized Grammar Enumeration is the method for solving Symbolic Regression (github.com/verdverm)
    —discuss
  13. Show HN: Waitwise, Replace Claude Code's spinner with anything usefull (github.com/marciob)
    —discuss
  14. Turning GLM-5.3-Flash into a Jev-like decision model (privatemode.ai)
    1comments
  15. Banks and Credit Unions to Team Up Against Apple Pay Fees (macrumors.com)
    —discuss
  16. Using an LLM to Automate the Process of Archiving New macOS App Icons (jim-nielsen.com)
    —discuss
  17. After the AI Hype – What's Real, and What's Next – Richard Campbell [video] (youtube.com)
    —discuss
  18. Music & sound exposition of the Discrete Fourier Transform with numpy (6 parts) (medium.com/georgetzanetakis)
    1comments
  19. How to serve trillions of tokens for trillion-parameter coding agents (modal.com)
    —discuss
  20. A value-based approach to mathematics (terrytao.wordpress.com)
    —discuss
  21. An OpenAI agent used DNS to reach an external chatbot (alignment.openai.com)
    —discuss
  22. Some Supabase customers are publicly exposing reams of people's data to the web (techcrunch.com)
    —discuss
  23. In an $80 Motel Room, a Discovery to Shed Light on the Origins of Life (nytimes.com)
    1comments
  24. Show HN: Mosaic: Recreate an Image with a Genetic Algorithm (fusectore.dev)
    —discuss
  25. Pencils Down, Notation Up (intertwingly.net)
    —discuss
  26. Automattic has a new board after failed attempt to put CEO on leave (techcrunch.com)
    —discuss
  27. LibreTube: An alternative front end for YouTube (github.com/libre-tube)
    —discuss
  28. First Warning (alearningaday.blog)
    —discuss
  29. Crusoe abandons $1.25B plan to use Boom turbines at AI data centers (techcrunch.com)
    1comments
  30. Tipword – Hold a key and point at any word on your Mac to translate it (tipword.app)
    —discuss

The Discovery Tax: Why Coding Agents Waste 2,500 Tokens Before Writing Code

5 pointsby 3h agoblog.jarv.dev
2 comments
2h agoHN ↗

There was a comment about just using AGENTS.md instead that got deleted, so I'll answer it anyway:

Natural language markdown instructions are prone to hallucinations or picking the wrong flags, whereas MCP provides a rigid, typed schema with zero guessing. I guess it has to be experienced to be believed, but the speed with which agents navigate project scripts and database queries with the right MCP tools exposed is insane.

1h agoHN ↗

I think that freedom has its benefits

saw our new review agent comment on a line not in the diff, it pointed at the actual RCA the pull request missed

they also pick up local conventions by looking at the files around, the example in this post is rather contrived, run tests, and doesn't align with the save exploration tokens claim

the main problem I've seen with MCP is that they become a dumping ground and you end up with a ton of context every session from N descriptions, 3rd party vendors are netoriously bad at these and skills, gotta jam every feature we have in there!

All that being said, I think I might try to replicate something like this as a plugin to OpenCode. Today I use markdown and makefile for consistent easy commands. A small config that looks like a tool, not mcp, has me intrigued