logoalt Hacker News

majormajortoday at 5:08 PM1 replyview on HN

> The single best fix for results-per-total-cost is to ensure it reads and thinks about whole content, not snippets, and thinks with the smartest model, not agents.

I haven't seen "just absorb a giant ball of context and do the right thing the first time" be cracked yet, even for Opus 4.7.

At the end of the day, code is code, and we have decades of lessons about how to make code more reliable and maintainable. Composable small modules, not god methods, are still the way to go, and they reward devs who use them to get focused context for agents with faster - and often better - results.


Replies

Terrettatoday at 9:37 PM

I haven't seen "just absorb a giant ball of context and do the right thing the first time"

Exactly.

No more than sitting down and writing code before a product concept or spec or architecture comes out right the first time, or fifth.

Absorb the concept, make a shape of outcome, then a spec, then hold its hand to architect a series of iterations, either component by component or thin vertical slice or whatever combination lets you iterate in working increments...

Your brain, machine leverage. After all, it types faster than you. But it should type what you want.

You know what it should type, right? If you don't, you're gonna have a bad time anyway.