top of page

7-9 OCT. 2026
BERLIN


( SPEAKER )
Sergey Yamshchikov
Software Engineer, AI tooling enthusiast.
( tALK TITLE )
Better Debugging Context for Coding Agent
When AI coding agents arrived in Android development, they made writing code faster. They didn't make debugging faster - because debugging Android isn't a code problem, it's a visibility problem. An agent reading your source files has no idea your network call is returning a 304, your Compose tree has a stale state holder, or your WebView is silently failing on a missing cookie.
DTA closes that gap. It's an open-source MCP server that gives coding agents direct access to a running Android app: real UI hierarchy with Compose and WebView nodes, live network and WebSocket traffic, navigation state, and database contents.
This talk shows what changes in practice. We'll walk through real debugging sessions - a network bug, a state bug, a WebView bug - comparing how an agent handles them with and without runtime access. The goal isn't to convince you AI is the future. It's to show you what AI debugging looks like when it actually works.
https://github.com/yamsergey/dta
bottom of page
