Skip to main content

One post tagged with "case-study"

View All Tags

Inside Nemetschek's Multi-Agent Copilot Setup ๐Ÿค–๐Ÿงฉ

ยท 12 min read
Gergely Sipos
Frontend Architect

When your product is an AI assistant, using AI to build it feels natural โ€” but doing it well is harder than it sounds. The AI-Assisted Development section describes these patterns in the abstract. This post is what they look like after a year in production on a real Aliz frontend: a React + TypeScript chat-based AI assistant with theming, 18-language internationalization, MCP integrations, and multi-environment deploys. The codebase is large enough that no single prompt can reason about it coherently, which is the whole reason the team stopped reaching for a tool and started building a system โ€” the same shape described in Multi-Agent Orchestration. Three layers of AI setup, a team of specialist agents, and a workflow called QRSPI hold it together.