Visual Studio Code is arguably the greatest text editor of the human-typing era. However, it was fundamentally architected for manual coding, not agentic workflows.
When you bolt an AI extension—whether it's GitHub Copilot, Cline, or an independent web scraper—onto stock VS Code, you force frontier intelligence to live inside a cramped, 350-pixel vertical sidebar. The AI fights for screen real estate against your file explorer, your terminal, and twenty other clashing extensions. The visual result is pure cognitive overload.
Glass is a native fork of VS Code that strips the legacy UI to its studs. We kept the reliable, battle-tested Microsoft processing engine running under the hood (meaning all your keybindings and terminal workflows function perfectly), but completely replaced the presentation layer. Glass gives your LLM unobstructed, native access to the entire canvas without hierarchical friction.
Both run the same backend engine—but only one is designed for the future format of software engineering.
To achieve absolute focus, we replaced the rigid boxes and clashing extension panels of VS Code with a proprietary architecture we call Liquid Glass.
By linking into native macOS background blur and physics engines, the boundaries of your code are defined by light and shadow, not stark borders. This enforces a strict 4-tab maximum layout limit. Instead of spending cognitive bandwidth digging through settings panels to trigger your AI orchestration, your environment actively guides you into the flow state. It provides the exact computational context your chosen LLM needs to execute large-scale, multi-file edits flawlessly.