Top AI Demos #30: Clinical Co-Pilots, Pull Agents, and Life Planners
Issue #30 · Week of June 8
This week, AI Tinkerers around the world shipped! Concrete systems, from a Claude Clinical Co-Pilot tackling PHI to Synter: Autonomous Ad Buying Agents managing 10+ ad platforms.
Many projects focused on multi-agent orchestration and control, like building terminal-based systems for growth work with Pull-architecture agents for growth work or securing local coding agents with agentctl.
We also saw innovation in interfaces and multimodal workflows, with JustaLuz: Scaling Hackathon Prototypes using Gemini vision to parse utility bills.
Claude Clinical Co-Pilot
Guryash Singh Dhall presented a clinical co-pilot called Six Claude Agents and a Trust Boundary, where six specialist agents ran in parallel on a PHI-safe FastAPI/WebSocket pipeline. The app ensured every LLM call only saw de-identified text, then re-identified server-side, with an in-process replacement map plus an audit log that asserted zero raw PHI and only SHA-256 hashes. People seemed to really love the warfarin plus amiodarone case because cross-agent convergence elevated severity without a heavyweight judge. It also points toward safer agentic workflows for healthcare teams building production-ready assistants.
|
Pull-architecture agents for growth work
Mary Camacho from Cirdia presented a pull-architecture, multi-agent workflow that generates the growth work she’d usually skip. The agents coordinate writing, conference follow-ups, CRM hygiene, and news replies, with a terminal and Mattermost as the only surfaces, and every action emitting curl calls into her authenticated, self-hosted endpoints across five repos. She grounded it in privacy-by-architecture and sandboxed identity so circuit breakers could cap the blast radius. People seemed to love how practical it felt, since it made “agents” look like maintainable backend tools, not UI projects, and offered a clear path to productizing private agentic ops.
TECH STACK
|
Claude Code: Multi-Agent Life Planner
Xinni Chng from Google in Tokyo demoed a life-planning multi-agent system where about 20 pixel-art “agents” debate and audit a high-stakes, multi-year decision like where to live next. Each agent is defined as modular markdown prompt files under a shared constitution, orchestrated in a 6-phase loop (research, debate, emotional-cost gate, synthesis), then scored by a deterministic Python engine before a React dashboard renders the world. We liked how she evolved from one Claude chat to agent prompt refactors, delaying UI until outputs overwhelmed manual reading, and it matched the broader “consider multiple perspectives before committing” rationale builders care about. (People seemed to love watching decisions unfold.)
PROJECT LINKS
|
JustaLuz: Scaling Hackathon Prototypes
Rodrigo Salles Moreira Borges presented JustaLuz, a mobile app that parses Brazilian utility bills with on-device capture plus Gemini Vision, checks tariff rules, and guides users through billing disputes. In the live demo, he showed the end-to-end workflow and how a hackathon prototype built with vibe coding was refactored into a clearer, more maintainable architecture over three weeks, adding the missing pull-request and review structure. The key takeaway was productivity versus scalability, with people seemingly appreciating how the “two versions looked similar” lesson still hid big debt.
TECH STACK
|
UbuntuAfya: Offline Medical AI Android
Ibrahim Fadhili built UbuntuAfya, an offline-first mobile AI assistant for community health workers in rural Kenya, demoing MedGemma on-device via GGUF with a PocketAI-based Flutter app. It handles voice symptom input in English or Kiswahili, streams structured guidance, and uses chunked resumable downloads to survive shaky 3G, plus language-aware safety rules to prevent bypasses. When connectivity returns, it also generates patient history reports for review. We liked it because it made edge deployment for low-cost, low-signal healthcare feel practical, and people seemed to take away a clear blueprint.
|
How to Ship Complex Features 10x Faster with AI Agents | Dex Horthy (HumanLayer)
Homecrew: An Open-Source Package Manager For Agent Skills
You are one of 95,000+ readers from Apple, Amazon, Microsoft, Google, Nvidia, OpenAI, Anthropic, Cohere, ElevenLabs, Scale AI, Groq, Mistral AI, and others — spanning frontier labs, big tech, startups, and top universities.

Top AI Demos #30: Clinical Co-Pilots, Pull Agents, and Life Planners