Agentic Engineering & ToolingAgentic Engineering & Tooling
Tools-in-Action30min
BEGINNER

In the loop, not in the dark: staying in control in the era of dark software factories

Groma.md is an open-source tool that maintains a live architectural blueprint of your codebase, keeping you in control while agents write code. Unlike task tracking, it shows how the system evolves in real time. The talk will demo mapping a large repository into a Groma blueprint live.

talk.summaryAiDisclaimer

Alex Gavrilescu
Alex GavrilescuBacklog.md

talkDetail.whenAndWhere

Monday, October 5, 17:35-18:05
TBA 3
talks.roomOccupancytalks.noOccupancyInfo
talks.description
Last year I built Backlog.md, an open source tool that captures your intent, splits it into small markdown tasks, and lets you follow your agents' progress on a TUI Kanban board. A year and 300,000 agent-written lines later, my projects had quietly turned into a small dark factory: software getting built with nobody really reviewing it. Task tracking told me what the agents did, but not what my system had become. I am no longer the owner of my code.

Today I am building Groma.md to fix this. Groma keeps a real-time architectural blueprint of your project's domain as the source of truth, and tasks become the means to reach the blueprint's next iteration. Imagine UML without the fear that it goes stale, where you can watch exactly which parts of the system your agents are modifying.

Whether you are adding an order management system to a brownfield codebase or starting a new project from scratch, you design it in Groma and let the agents write the code, while you keep an eye on the overall architecture and stay in control of the meaningful decisions.

In this talk I will take a large open source repository and map it into a Groma blueprint live on stage, to show you how to become the owner of your code again.
architecture
blueprint
kanban
agents
talks.speakers
Alex Gavrilescu

Alex Gavrilescu

Backlog.md

Italy

Alex Gavrilescu leads backend & web engineering at Funstage GmbH in Vienna, keeping millions of free‑to‑play gamers happily tapping. He still ships code, tinkers with Raspberry Pi Kubernetes clusters for fun, and is passionate about weaving project‑management smarts with practical AI. Most recently he created Backlog.md, a micro‑tool that turns side‑project chaos into shippable tasks.