Top AI Demos #32: Cloud Waste Agents, MVP Validation, & AI Skill Orchestration
Issue #32 · Week of June 22
This week’s AI Tinkerers submissions dive deep into practical agent orchestration and building robust developer tooling. We saw builders like Hugo Rodriguez in Medellín demonstrating how an AI agent can find and quantify cloud waste on AWS and Databricks with his Cloud Zombie Hunter. Louis Marcondes in Curitiba showcased a sophisticated multi-agent system for WhatsApp using n8n, integrating Claude and Supabase RAG in his Santé Nutrir project. Ryan Waliany from Seattle presented SPEAR, a framework for autonomous agents designed to prevent process failures and rework, in his talk on the SPEAR: Autonomous Agent Framework.
Several demos focused on building specialized AI systems, highlighting distinct technical choices. Luiz Goncalves in Curitiba shared how to validate product ideas with low-cost pre-MVPs using landing pages and analytics in Validando MVPs com Landing Pages. Abid Waqar in Islamabad Rawalpindi detailed his Gryter: AI Skill File Orchestration, where specialized agents achieved team-level output. Danish Munib also from Islamabad Rawalpindi tackled the complex problem of REACH: Spatial Disaster Alerts, addressing the challenges of vague location names.
We also saw exciting advancements in developer tooling and code systems. Ady Ngom in Dubai and Doha explored MCP for separation of concerns in AI, composing independent packages into generative UIs with HQIQ Maestro: Voice-First Generative UI and Maestro: MCP Separation of Concerns. Shimin Zhang in Seattle introduced “Inhabited-design,” a Claude Code skill for generating AI-powered UI designs with personality in Inhabited-design: Claude Code UI Skills.
Cloud Zombie Hunter: AWS/Databricks agent
Hugo Rodriguez from Source Meridian presented Cloud Zombie Hunter, a terminal-based Claude Code agent that hunts AWS and Databricks cloud waste while requiring explicit go-ahead before it would act. It inspects abandoned resources like EBS, Elastic IPs, stale snapshots, and lingering CloudWatch alarms, plus Databricks clusters, SQL warehouses, and jobs, and it grounds savings by pulling live pricing and billing data instead of guessing. We liked how it handled the “idle is not waste” trap with tag-based intent checks and visible math, and people seemed to enjoy that real-world guardrails beat confident hallucinations. If productized, it could become a safer cost-savings co-pilot for teams.
PROJECT LINKS
|
Validando MVPs com Landing Pages
Luiz Goncalves showed how he builds pre-MVPs fast by validating demand before writing backend code. The demo uses an AI-generated landing page, PostHog analytics, a Cloudflare Worker to capture leads, and Resend for confirmation emails, then ties decisions to a small ads budget. It’s a practical system integration pattern for founders in regulated, compliance-minded spaces, and it felt especially reassuring to attendees since (people loved it) the “measure first” approach. We liked it because it makes agentic-style workflows measurable and cheaper to iterate, not just clever.
TECH STACK
PROJECT LINKS
|
Gryter: AI Skill File Orchestration
Abid Waqar demoed Gryter, his solo-built AI fitness coach, showing onboarding and generated workouts in the first 90 seconds, then digging into the orchestration harness behind the scenes. He kept the system maintainable with 12 skill files, subagents with scoped context, and a CLAUDE.md so Claude reloaded the codebase correctly, plus MCP connectors that drove his real Firebase-backed Flutter app and CI tests on-device. What we liked was the clear symptom-to-fix story from code drift, which felt relatable to builder pain. It also seemed (people loved it) because the harness made a solo workflow output what a team used to do.
|
Santé Nutrir: Multi-Agentes no n8n
Louis Marcondes presented Santi, a self-hosted WhatsApp multi-agent that answers product questions for a Brazilian “clean label” supplements brand and escalates to humans for clinical uncertainty. The system runs on n8n as the orchestrator, routing tool calls into separate sub-workflows that each own RAG over Supabase pgvector, prompts, and guardrails, with Evolution API handling inbound messages. He also walked through real-world ops lessons like WhatsApp debounce and the hard parts of closing the Wix checkout loop. We liked it because it felt usable, the kind of pattern builders (quietly, the community) can copy for production.
TECH STACK
PROJECT LINKS
|
SPEAR: Autonomous Agent Framework
Ryan Waliany presented SPEAR, a framework for autonomous agents that turns “prompt to output” into a repeatable Scope, Plan, Execute, Assess, Resolve loop. The demo showed how the agent makes its plan visible, runs work against a MECE rubric, logs decisions, and iterates at the right cadence from quick tasks to full workstreams, not just one shot. His background across big-scale operations and agentic systems shaped the focus on process over raw model capability. People seemed to like that it made Plan and Assess feel lightweight but necessary, and it hints at agentic workflows becoming real infrastructure for teams.
TECH STACK
|
How to Ship Complex Features 10x Faster with AI Agents | Dex Horthy (HumanLayer)
How to Write a Winning Agent Harness for Your Domain
You are one of 95,000+ readers from OpenAI, Anthropic, Google DeepMind, Mistral AI, Cohere, ElevenLabs, Perplexity, Midjourney, Scale AI, Together AI, Groq, Weaviate, and others — spanning frontier labs, big tech, startups, and top universities.
Top AI Demos #32: Cloud Waste Agents, MVP Validation, & AI Skill Orchestration