Most of a developer's time isn't spent on hard problems — it's spent on scaffolding, boilerplate, and repetitive lookups. This talk explores how to change that.
Covering four phases of an AI-augmented development workflow — Architecture Planning, Code Generation, Tool Integration, and Team Conventions — this session shows how to move from using AI as a fancy autocomplete to treating it as a genuine teammate: one that holds context, follows your conventions, and works across your entire codebase.
Key topics include how to prompt effectively for architecture decisions, the anatomy of a great AI prompt, strategies for persistent context (including AGENTS.md), Gemini inside Android Studio, and how to enforce team standards at the prompt level rather than in code review.
Built around a real Android project using Kotlin, Jetpack Compose, Clean Architecture, Koin, and Room.