Post #1926513
2026-03-14 12:34 UTC
Replies (2)
-
@kotaro@kotaro.me 2026-03-14 12:48
@tshirtman @fvsch Using cloud LLMs like always-on, autonomous agents gets expensive. While they've gotten better at following instructions compared to before, you can't say they're cost-effective by any means. And if you try to do the same thing with local LLMs, they demand 128GB or more of VRAM. Otherwise, they can't even use their full context window and just get stuck in a loop of small failures. In short, it's just a toy for people with six-figure salaries.
-
@tshirtman@mas.to 2026-03-14 12:48
@fvsch reading through a codebase and orienting is definitely a thing they can help with, using local tools like grep to look for pointers because generally can't keep a whole codebase in their context, be it codex, claude, amp, or others, it should take a lot less tokens to do that than generating code, so you can probably rely on free tiers, or local models, if you have a decent enough gpu and are patient.