newest submissions : multi
•
2026-03-21 06:35
We built an AI IDE where all orchestration lives server-side (thin client) here are the architectural tradeoffs
We've taken a server-side orchestration approach with Resonant IDE, an open-source VS Code fork. The IDE extension itself is a thin client responsible for rendering the UI, running 59 local tools, and streaming data via SSE. All the heavy liftingsystem prompts, tool selection, the agentic loop, and routing between LLMs like Groq, OpenAI, Anthropic, Gemini, and local Ollamahappens on the server. T...