Top AI Demos #30: Clinical Co-Pilots, Pull Agents, and Life Planners [AI Tinkerers - Post-Training] .

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

AI Tinkerers

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

Issue #30 · Week of June 8

Joe Heitzeberg
Joe Heitzeberg • Founder at AI Tinkerers • ⏱️ 1 min read
Creating space for leading builders to share ideas, grow, and make an impact.

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.

Top 5 Picks (June 8)
1 TOP PICK

Claude Clinical Co-Pilot

Profile photo

Guryash Singh Dhall

Senior Data Engineer at Nova Scotia Health Authority

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.
2 RUNNER UP

Pull-architecture agents for growth work

Profile photo

Mary Camacho

Founder & CEO at Cirdia

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.
3 COMMUNITY FAVORITE

Claude Code: Multi-Agent Life Planner

Profile photo

Xinni Chng

Sr UX Designer at Google

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
4 STANDOUT

JustaLuz: Scaling Hackathon Prototypes

Profile photo

Rodrigo Salles Moreira Borges

Developer at Apple Developer Academy Campinas

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.
PROJECT LINKS
apple.com Video
5 NOTABLE

UbuntuAfya: Offline Medical AI Android

Profile photo

Ibrahim Fadhili

Founder at Ubuntu Afya

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.

More Great Builds
Quick hits from the community — demos worth bookmarking:
Joel Horwitz from Synter demoed how their agentic system builds and manages paid media campaigns across 10+ ad platforms, with creatives generated and bidding and budget allocation handled without human clicking. The demo showed an MCP server that let tools like Claude and Cursor control ad accounts directly, backed by a unified abstraction layer over wildly different platform APIs, auth flows, and rate limits. Most importantly, they mapped the autonomy versus human-approval boundary in a way people found practical. We liked it because it turns a messy integration problem into reusable patterns developers can adopt.
Loading tech tags...
Tom Kinyanjui from Neural Labs Africa presented Building NeuralSight, showing how NeuralSight turns existing ultrasound, X-ray, CT, and MRI workflows into a 24/7 tele-radiology diagnostic center without new hospital hardware. The project handles secure imaging data storage and compression, then routes remote reports and sets up AI-powered triage and report drafting, with Python deep learning (Fastai/PyTorch) built around real clinician delivery. What stood out was the interoperability-first design and practical low-resource focus, which people seemed to enjoy. We liked it because it connects model work to the messy deployment gaps builders hit every day.
Loading tech tags...
Profile photo
Ryan WalianyAI Tinkerers - Seattle • May 26
Ryan Waliany presented AI-native workspace, a collaboration demo that organizes 15+ SaaS tools around human and AI joint work. The workspace treats agents as teammates with shared context, so decisions, drafts, and handoffs stay in one place rather than bouncing between chat tabs, using lightweight agent orchestration patterns. It felt especially timely for teams exploring multi-step agent workflows, and (people noticeably leaned in for the communication mechanics). We liked it because it made “agent collaboration” concrete, with potential to become a real product layer for day-to-day operations.
Loading tech tags...
Levi Turk presented 3D UI for Openclaw + Hermes, where agents build shared real-time worlds and let users “cast” interactions via voice, portals, and 3D buttons that trigger API calls or effects. The demo uses a Three.js-style rendering workflow plus a web-first UI layer, and it contrasts a Mindcraft harness with classical roles like Curator, Orchestrator, Coder, Reviewer, and Tester. We liked how it made agent orchestration visible, not abstract, and people seemed especially into the practical “shipping lessons” angle. It felt directly relevant to today’s push for smoother agent UX and faster iteration loops.
Loading tech tags...
Ricardo Kerr presented VOXMAP, a dialogue panel that analyzes customer conversations in real time and turns them into structured summaries, sentiment signals, recommended solutions, and next steps. It runs via a web NLP dashboard that includes automated spell correction plus visual analytics like word clouds and word co-occurrence graphs. Given his background in conversational AI personas and RAG, the demo felt especially practical for teams. People seemed to like how quickly the insights showed up, and it fit the broader shift toward agentic tooling that helps reduce operational guesswork.
Loading tech tags...
Abdallah Abadah, a senior full-stack engineer from Amman, demoed a lightweight LLM-enhanced ecommerce storefront that focused on squeezing strong UX out of small models. The app presented practical ways to optimize user inputs and data structures before the model runs, keeping latency and cost in check, while letting features plug in with minimal friction. It stood out because it came with a clear runbook for AI empowerment, and people seemed to like how approachable the integration felt. We liked it as a blueprint for real-world agentic storefront upgrades.
Loading tech tags...
Profile photo
Thiago Nobre MascarenhasAI Tinkerers - São Paulo • May 28
Thiago Nobre Mascarenhas presented Cortical Eval, a demo that judges whether an AI output makes sense using a Wernicke-style E0 to E3 cascaded pipeline with early-exit. It computes an N400-inspired Hallucination Index, triggers automatic repair inspired by P600, and verifies claims against enterprise knowledge bases. Thiago’s background in data governance and compliant AI made the “no nonsense” framing feel especially grounded for builders. We liked it for how it operationalized quality checks in a way people subtly flagged as immediately useful, and it fit the broader push toward safer agentic systems.
Loading tech tags...
Jonathan Malkin demoed Jules, a Claude Code collaborator plus a “live studio” voice and video loop that turns structured skills into a real conversation. Jules uses routed workflow skills and hard gates like eliciting, challenging, adversarial review, and only then recommending, to keep the model from just agreeing or anchoring. It also ties into Whisper for speech-to-text and ElevenLabs for spoken output, with avatar visuals and OBS multitrack recording. Builders liked that it stayed lightweight, ran reliably, and even worked for Portuguese dialogue without extra prompt magic, showing how honest agentic behavior can be product-ready.
Loading tech tags...
Chocks E. presented agentctl, a local Go security control layer for coding agents like Claude Code and Codex that gates risky action categories and records every decision to a JSONL trace. The tool attaches via Claude Code PreToolUse hooks or Codex MCP, then replays prior sessions against a different policy.yaml to show what would have been blocked, escalated, or approved. We liked how it prioritized a small, governable surface over heavy sandboxing, and the community response was telling (people seemed to love the counterfactual audit loop). If productized, this could become a practical safety baseline for shipping agentic tooling to teams.
Loading tech tags...
Chris Forrester of Hypernym presented “Traction + Grip with Claws,” a CLI coding assistant that learns from your repo context and OS habits to keep long-running agents from going amnesiac. It runs locally with open-source solvers like Minimax 2.5 and Gemma 4, using semantic compression to manage continuous context as projects grow. We liked that it directly tackles the “agentic coders need better system qualification” pain point, and (people seemed to really click with it) because it felt usable for both quick one-offs and multi month builds.
Loading tech tags...

🎬 Latest Content

How to Ship Complex Features 10x Faster with AI Agents | Dex Horthy (HumanLayer)

One-Shot • Mar 04
Dex Horthy (HumanLayer) breaks down the “12 Factor Agents” approach to shipping multi-step agentic workflows faster: structured outputs, ...
Watch Now →

Homecrew: An Open-Source Package Manager For Agent Skills

Deep Dive Series • May 12
Homecrew is an open-source package manager for agent skills: install a skill (a directory with `SKILL.md`) from a git tap and keep it syn...
Read More →

💼 Top Job Matches
Matched based on your meetup activity and profile
Paxos Health • New York & Toronto • $110k - $175k (varies w/ location/level); generous equity
Stanford-founded Seed-stage healthcare AI startup with >$5M in VC funding and AI agents deployed in production with cu...
Apply Now →
Dex • London (5 days on-site) • £250,000
Frontier AI engineering role building the AI tooling layer for complex financial modelling.
Apply Now →
Jakib AI • Columbus, OH
Jakib is a profitable, growing applied AI firm embedded with operator-led companies in logistics, manufacturing, and c...
Apply Now →

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.

Ready for more?

Check out other posts from this blog.

View all posts