top of page
FlutterCon_icon_turned.png
FlutterCon_logo.png

Gianfranco Papa

CTO & Co-founder
Somnio Software
greg-fawson-foto.1024x1024 Kopie.jpg

I’m a Flutter Developer, Passionate Software Engineer, and Football Fanatic in my spare time. I’m CTO & Co-Founder of Somnio Software, a 100% specialized Flutter Company based in Uruguay.

I’m really passionate about technology in general but Flutter & Dart are my top choices. I’ve focused on becoming an expert in these technologies to have the best tools to help our partners with their projects!

I’m also co-organizer of Flutter Uruguay Meetup to help grow the community of this tech both in our country and also in the world. This group has helped me unite with other developers and Flutter fanatics to exchange experiences and ideas!

Building an Agentic Harness for Flutter: What changes when agents work in parallel

Session

Prompting one agent is easy. Getting several of them to work on the same Flutter codebase without breaking it is not.
The shift happens when you stop prompting and start building a harness: skills that encode how your project actually works, subagents that own a slice of the work, hooks that enforce your rules, commands that make it repeatable. And then the hard problem isn't generating a widget. It's that three agents are working at once, while your specs, your review and your QA were all designed for one human at a time.
This is what we're building on production Flutter codebases at an agency: the anatomy of the harness, the Flutter-specific guardrails that stop agents from wrecking your widget tree and state, and how the PM, dev and QA roles shift once the bottleneck moves from writing code to describing and verifying it.

bottom of page