Top AI Demos #25: Voice Agents, MLX Trading Cards & Cyber Threat Intel [AI Tinkerers - Post-Training] .

Top AI Demos #25: Voice Agents, MLX Trading Cards & Cyber Threat Intel

AI Tinkerers

Top AI Demos #25: Voice Agents, MLX Trading Cards & Cyber Threat Intel

Issue #25 · Week of May 4

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

We’ve reached some kind of inflection point in the quality and quantity of demos this week. We’re seeing a strong trend towards agents that can reliably perform complex tasks, whether it’s Adrian Stobbe’s work on assessing AI voice-agents for leadership training or Alex Key’s approach to agentic 3D point cloud editing using LLM spatial reasoning.

Several builders are focusing on practical, local-first AI solutions. Felix Kemeth’s demo on fast trading card grading with MLX and visual chain-of-thought on consumer hardware, and Eric Fillion’s work on running large AI models offline on Macs with Eric Chat, highlight this shift.

We’re also seeing advancements in how AI systems maintain continuity and context. Vinay Guda’s Gemini Live voice agents demonstrate low-latency multimodal interactions, while Nanda Kumar’s ThreadHop explores local-first context sharing for coding agents.

Top 5 Picks (May 4)
1 TOP PICK

Assessing AI Voice-Agent Leadership Training

Profile photo

Adrian Stobbe

Software Engineer at Insiderisk

Cooking
TECH STACK
Loading tech tags...
2 RUNNER UP

Agentic 3D Point Cloud Editing

Profile photo

Alex Key

AI Engineer at panoriq.ai

Cooking
TECH STACK
Loading tech tags...
3 COMMUNITY FAVORITE

MLX: Fast Trading Card Grading

Profile photo

Felix Kemeth

Senior Data Scientist at Akribic

Cooking
TECH STACK
Loading tech tags...
4 STANDOUT

AI Cyber Threat Intelligence Dashboard

Profile photo

Vidyut Rajagopal

Student at Georgia Institute of Technology

Cooking
TECH STACK
Loading tech tags...
PROJECT LINKS
github.com
5 NOTABLE

office-agents: Office AI agents

Profile photo

Li Yang Hew

AI Engineer at brightriver.ai

Cooking
TECH STACK
Loading tech tags...

More Great Builds
Quick hits from the community — demos worth bookmarking:
Dan Moore built and demoed Allman, a real-time terminal messenger for LinkedIn that uses a Bun-compiled Ink/React TUI backed by a git-versioned JSONL store. The CLI layer handles cookies, rate limits, safety checks, and sending, while the TUI never hit the network directly. Live updates streamed over NDJSON and fs.watch kept the UI responsive, and backfills showed progress counts. People seemed to love the local-first file contract and the clean split between “writer CLI” and “reader UI”. It felt especially timely for agentic workflows where fast context comes from reliable local state, and it could become a practical product for dev teams needing auditable, reversible messaging pipelines.
Loading tech tags...
Sébastien Blanc, from Sciam, presented SAIL, a serverless, event-driven multi-agent setup on Knative and Kubernetes that wakes agents up on Kafka events and scales them back to zero. In the demo, three agents were deployed via a lean custom resource, then collaborated by sharing context and memory while running locally with Docker Model Runner. It felt especially relevant to today’s push toward agentic workflows that are efficient to operate, and (people really liked how practical it was).
Loading tech tags...
Sabine Pierre presented Coluur, a watercolor paint matcher for iOS and web that takes a photo and returns the closest tube matches with pigment codes plus lightfastness and transparency. It uses CIE Lab conversion and a tiny ΔE-based distance function, avoiding model calls for the core matching, then hands off a Notion sprint ticket to Claude Cowork to implement a visible change in the running app quickly. Given her backend and DevOps background at Bell Media, the demo felt like a practical blueprint for solo shipping with guardrails like persistent agent memory. It stood out for combining human-perception color math with agentic execution, and the audience reaction was the kind you can build from.
Loading tech tags...
Angie Ariza, an AI tech lead at Plus Company, presented a live “Hive Mind vs Solo Agent” race where a single Claude Code agent and a ruflo “Tactical Queen” coordinating four specialized workers both built a sliding window rate limiter with tests and 80%+ coverage. The ruflo hierarchy used phased handoffs with Raft to keep work aligned, while the demo streamed progress to a Node.js real-time scoreboard using filesystem polling plus SSE. We liked it because it made multi-agent coordination measurable, and (people loved it) the results pointed toward structured role separation as the practical pattern for faster, higher-quality code. It also hinted at how these orchestrations could productize into reliable coding workflows.
Loading tech tags...
Eric Fillion from Vennify presented Eric Chat, a Python GUI that runs large LLMs locally and offline on Apple Silicon Macs, so users could keep prompts private. Eric Chat paired with the Eric Transformer library to enable quick fine-tuning, pretraining, and RAG workflows through a streamlined MLX-based setup. We liked how it lowered the “getting started” barrier while still feeling technically rigorous, and people (really) leaned in to try it. It also felt aligned with the community push toward efficient local inference that can scale into real tools.
Loading tech tags...
Johannes Garstenauer presented ibaAgent, an agentic time-series analysis CLI built with LangGraph that lets an LLM-driven system inspect and reason over high-resolution signals via tools and scripts rather than raw data. The agent stays mostly blind by using caching, a memory architecture to cope with messy undocumented stores, and a Python sandbox where it dynamically writes analysis code. He tuned prompting and tool use for predictable, interpretable traces. We liked it because it tackles a real bottleneck in long-context agent workflows, and people seemed to enjoy the practical “mostly blind” design as a repeatable pattern for production-bound agents.
Loading tech tags...
Nanda Kumar from Montreal demoed ThreadHop, a local-first TUI and CLI that connects isolated coding-agent sessions into one continuous workspace with chat history, tagging, and cross-session search. ThreadHop indexes local transcripts in SQLite FTS5 and uses compressed handoffs to carry over structured memory like decisions, TODOs, and ADRs into new sessions via a simple skill command. We liked how it kept conversation history from getting lost, especially for builders juggling multiple agent threads, and it felt like a practical follow-through on the broader push toward self-optimizing, hands-off agent workflows.
Loading tech tags...
Vinay Guda from Nice Actimize presented NousyBooks, a kids storytelling platform where “Nousy” guides children through bidirectional voice conversations to brainstorm plots, collect character details, and choose art styles. The demo runs a multimodal Gemini Live voice flow, orchestrating 12 function-calling tools to pivot from casual chat into a structured JSON narrative, then uses additional Gemini steps for images and narration, built with React plus a Google Cloud Run and Supabase backend. We liked how he tackled low-latency state and rapid voice interrupts in the genai SDK, and (builders seemed to love it). It fits the current shift toward more autonomous, integrated agents.
Loading tech tags...
Mike Schinkel presented Endless, a project awareness system that juggles 10+ parallel dev tasks without losing the thread. The demo runs monitors across tmux windows and hooks triggered by prompts and a daemon, then aggregates Claude Code and Codex activity into a local web dashboard using GitHub integration for project state. It was especially compelling because it addressed the real “agent waits too long, so I spin up more” pain, and it kept the next steps visible as dependencies ballooned (people loved it). We liked it for how it mirrors today’s agentic workflows and could grow into a practical ops layer for multi-project engineering.
Loading tech tags...
Profile photo
Viswa KumarAI Tinkerers - Ottawa • Apr 25
Viswa Kumar demoed Sarathy and me, a personal assistant that he built as an OpenClaw-style fork inspired by nanobot, Hermes, and OpenClaw. Sarathy runs as a local-first Python assistant with chat, retrieval, and orchestration that can talk to Ollama and vLLM. He’s the same systems architect behind macOS-native tooling and packet analysis utilities at Dell Canada. We liked it because it made customization feel practical, not just theoretical (people loved the control and setup).
Loading tech tags...

🏆 Hackathon Spotlight
Recent AI Tinkerers Hackathon Winners
🗓️ WELTARE Spring Sprint 1.1.4: Startup track
Paris • Apr 26, 2026
🥇 1st Posey by Tihado
🥇 1st Radar
🏅 Winner Inteply

🎬 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