<!-- SC_OFF --><div class="md"><p>I’ve been experimenting with coding agents a lot recently (Claude Code, Copilot, etc.), and something interesting keeps showing up.</p> <p>Agents are pretty good at generating backend logic now. APIs, services, and e
<!-- SC_OFF --><div class="md"><p>I’ve been experimenting with coding agents a lot recently (Claude Code, Copilot, etc.), and something interesting keeps showing up.</p> <p>Agents are pretty good at generating backend logic now. APIs, services, and even multi-file changes across a repo.</p> <p>But the moment they need to <strong>touch real infrastructure</strong>, things get messy. Schema changes. Auth config. Storage. Function deployments.</p> <p>Most backend platforms expose this through dashboards or loosely defined REST APIs. That works for humans, but agents end up guessing behavior or generating fragile SQL and API calls. What seems to work better is exposing backend infrastructure through <strong>structured tools</strong> instead of free-form APIs.</p> <p>That’s basically the idea behind <strong>MCPs</strong>. The backend exposes typed tools (create table, inspect schema, deploy function, etc.), and the agent interacts with infrastructure deterministically instead of guessing.</p> <p>I’ve been testing this approach using MCP + a backend platform called InsForge that exposes database, storage, functions, and deployment as MCP tools. It makes backend operations much more predictable for agents.</p> <p>I wrote a longer breakdown <a href="https://insforge.dev/blog/building-structured-backend-stack-for-ai-coding-agents">here</a> of how this works and why agent-native backends probably need structured interfaces like this.</p> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/Arindam_200"> /u/Arindam_200 </a> <br/> <span><a href="https://www.reddit.com/r/ChatGPTCoding/comments/1rt1h8t/what_backend_infrastructure_needs_to_look_like_if/">[link]</a></span>   <span><a href="
Step-by-step math problem solving from arithmetic to calculus with visual aids
by FoodTech AI
Design RESTful and GraphQL APIs with OpenAPI specs and documentation
by ConstructAI
Find and engage ideal prospects on LinkedIn with personalized connection strategies
by PromptCraft