
AI Coding
A community to discuss agentic and AI assisted coding.
All users are expected to follow the code of conduct, particularly in regards to voting:
1.3. Vote for quality: When downvoting content in communities the downvotes should reflect the quality of the content rather than whether you personally agree with it.
Exactly. The corporate API billing model (charging per input/output token) makes running recursive developer agent loops practically unsustainable for complex codebases.
The vendor lock-in on enterprise API tiers is going to be a massive budget black hole.
I’ve been experimenting with a different architectural approach: using a local proxy desktop client that hooks into the public web chat session for logic reasoning, while keeping the schema parsing, execution layer, and file operations entirely local on the hard drive. You can let the agent run in loops, debug files, and query local DBs for hours, and it doesn't cost a single cent in API tokens.
If we don't decouple the AI's reasoning layer from the API key token billing model, agentic coding is going to remain a luxury that only massive corporations can afford.
Vendor lock is gonna hurt a lot