Good ideas and conversation. No ads, no tracking. Login or Take a Tour!
veen · 27 days ago · link · · parent · post: Why I'm Betting Against AI Agents in 2025 (Despite Building Them)
There are some optimizations to get a result better than quadratic. For example when you start to hit your context window you can have an in-between step to compress the tokens down before proceeding. And my agentic coding tool of choice doesn’t send the entire codebase every time, instead it picks which files to send along each time I ask something. But those optimizations in practice mean you can ask a few more questions before hitting the Wall of Stupidity where every AI model will get stuck in some kind of loop or thought pattern or solution. It won’t make the law go away.