ADSM: WebRTC video chat through a Codex agent

I tested how controllable the development process becomes when strictly relying on ADSM and working through a Codex agent. I built a simple WebRTC video-chat PWA where the agent generated wiring logic, signaling channels, and component structure from my textual directives. The hardest part was not the code but the need to document every architecture detail, because the agent ignores any context outside the text. To keep the project manageable I had to create voluminous documentation that far exceeded the size of the code. The experiment proved that models can be used to build working systems if they receive a stable context and rigid boundaries. The full article is written in Russian and published on Habr.

Read the original on Habr