⚡ Swift-native agents, micro:bit MPC and Infinite Brainrot -- top demos this week [AI Tinkerers - Post-Training] .

⚡ Swift-native agents, micro:bit MPC and Infinite Brainrot -- top demos this week

AI Tinkerers

⚡ Swift-native agents, micro:bit MPC and Infinite Brainrot -- top demos this week

Issue #4 · Week of September 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.

We pulled the standouts from the last 2 weeks: lots of agent/tool orchestration and real-time voice UX, plus pragmatic model routing aligned with GPT-5/Agents.md. Jamilton Quintero (Medellín) showed a Gemini Live, function-calling voice agent that drives the UI; Bharat (Sydney) deployed NVIDIA’s LLM Router to balance cost and latency; and Victor Quitnero (Manizales) linked GPU UMAP to live 3D CT rendering. Scored for tech merit and feedback. Read on for more for the standouts from this weeks AI Tinkerers events around the world.

Top 5 Picks (September 8)
1 TOP PICK

micro:bit MCP Server

Profile photo

Simon Guest

CTO at Code.org

Simon Guest from Code.org presented An MCP Server for the BBC micro:bit. The demo runs a Python MCP server that lets LLMs talk to micro:bit over serial, with a compact open-source repo at https://github.com/simonguest/microbit-mcp. As Code.org’s CTO, he blends education tech with hands-on hardware, showing a practical, edge-oriented approach with potential for classroom tooling. Takeaway: audience feedback highlighted its educational value and reproducibility, with a subtle nod to the accessible hardware angle.
PROJECT LINKS
github.com
2 RUNNER UP

cuML 3D Tomography Explorer

Profile photo

Victor Quitnero

CEO at vigertech

Victor Quitnero of vigertech presented Hackeando Tomografías: Visualización 3D Interactiva con Python y UMAP en GPU. It uses a Python pipeline that runs GPU UMAP via cuML in RAPIDS and renders real-time 3D volumes with Vedo, mapping 2D clusters to the 3D view. The setup shows a practical path from features to interactive visualization, with an open-source repo for reproducibility; audiences noted the 'how it was done' focus. It demonstrates turning heavy volumetric analysis into production-ready, interactive tools.
3 COMMUNITY FAVORITE

SwiftAIAgent

Profile photo

Tim Wang

Engineering manager at Ing

Tim Wang from the AI Tinkerers community presented SwiftAIAgent, a Swift-native AI agent framework, with a demo site at deepsearch.timwang.au and a public GitHub repo. The project enables LLM-driven workflows, tools, and structured output through a native Swift stack that runs on macOS/iOS and automates system tasks. It stood out for its practical open-source approach and on-device viability, echoing a trend toward local, agent-based apps. For builders, it shows that production-ready agents can live in the mobile ecosystem.
4 STANDOUT

AI Slop Factory

Profile photo

Uri Lee

PhD Student at Imperial College London

Uri Lee from Imperial College London presented AI Slop Factory: One Prompt to Infinite Brainrot, a fully automated AI pipeline that turns a single input into a TikTok-style short. The demo runs end-to-end: scriptwriting, scene planning, character creation, visuals, and voiceovers, all orchestrated in Python with API juggling to keep latency and cost down. It’s open-source on GitHub, inviting builders to inspect the glue logic. The scrappy setup sparked useful discussion about automated creativity and AI content economics.
5 NOTABLE

cli_engineer

Profile photo

Leonardo González

VP AI Center of Excellence at Trilogy

Leonardo González from Trilogy presented cli_engineer, a Rust-based 10-minute demo of a 100% automated agentic software-engineering workflow. It automates development with multi-LLM agentic reviews and runs as a Rust CLI that orchestrates loops to inspect and improve code across GitHub and local repositories. The project stands out for open-source tooling with tangible patterns others can adapt, and survey feedback hinted at its practical value despite dense delivery. It demonstrates how agentic automation could scale engineering workflows in real products.
TECH STACK

More Great Builds
Quick hits from the community — demos worth bookmarking:
Profile photo
Nat TaylorAI Tinkerers - Boston • Aug 25
Nat Taylor presented DSPy 101, a hands-on demo showing how to write AI programs with DSPy rather than prompts. He walks through a classification task: loading data, evaluating a base classifier, then optimizing and re-evaluating. DSPy keeps business logic separate from prompts and uses Python tooling for reproducible experiments. GitHub resources let builders inspect and reuse the approach for side-by-side comparisons. The takeaway: measurable experimentation with LLM settings resonates with builders and is practical for real-world pipelines.
Loading tech tags...
Louis Knight-Webb from bloop presented How to stop being Claude's cuck, sharing Vibe Kanban for parallelizing Claude Code and other agents. Vibe Kanban is a Rust/TypeScript Kanban board that orchestrates AI coding agents and their CLIs, coordinating tasks across CI/CD pipelines. It offers practical orchestration patterns and a lightweight, on-device feel. Audience feedback hinted at solid interest in open-source, reproducible setups. It points to a path for developers to turn background agents into scalable AI tooling.
Loading tech tags...
Profile photo
Fredy Alexander Rivera AcevedoAI Tinkerers - San Salvador • Aug 30
Fredy Alexander Rivera Acevedo presented Aquiles-RAG, a high-performance production-ready RAG that provides a lightweight abstraction layer to drop retrieval-augmented generation into services with minimal friction. The demo centers on Redis vector search with FastAPI and is embedding-agnostic, letting teams plug their preferred embedding model. Open-source and deployable by default, it aligned with the audience's preference for practical, production-focused RAG. It shows a practical path from prototype to scalable, real-world use for teams.
Loading tech tags...
Profile photo
Guenther LomasAI Tinkerers - Hong Kong • Aug 22
Guenther Lomas, founder & CEO of Sigtica, presented From Boilerplate to Boardroom: Unlocking Complex Legal & Financial Docs with PaddlePaddle. His talk walks through a parsing pipeline using Baidu PP-DocLayout-L for multi-column layouts, with Python handling footnotes. It compares PaddleOCR and Tesseract on identical texts, illustrating where each excels. LLMs like Baidu ERNIE structure outputs into clean JSON, in a containerized workflow. The demo offers a reproducible blueprint for production-grade document pipelines, and survey feedback hinted at strong practical value.
Loading tech tags...
Profile photo
Isham RashikAI Tinkerers - Dubai • Aug 23
Isham Rashik from Future OS presented the YouTube Video Analysis Suite, a modular AI toolkit that extracts transcripts, generates knowledge graphs, performs sentiment and topic analysis, and supports note creation via natural language chat and a Streamlit dashboard. Built on FastMCP as the MCP server backend, with mcp-use as the client library, it demonstrates the power and flexibility of the Model Context Protocol (MCP) beyond frontend applications. The workflow, shown using Windsurf IDE and deployed with Docker, orchestrates multiple tools through LangChain and OpenAI models. The demo highlighted practical use cases for education and research, with potential to evolve into a broader copilots platform. Takeaway: multimodal analysis is now accessible for builders.
Loading tech tags...
Thorsten Schaeff from ElevenLabs presented Making an ESP32 conversational with WebRTC. The setup pairs a tiny ESP32 (M5Stack AtomS3R) with an ElevenLabs voice clone, Pipecat AI, and WebRTC for real-time, low-latency audio. It showcases hardware constraints, why LLMs aren’t magic, and how open-source Pipecat contributions make the demo feasible. (People loved it) and it hints at practical edge AI for small devices.
Loading tech tags...
Alexander Payne of Signal Eight presented From Chat to Action: Building Reliable AI Agents with Tool Orchestration, a demo of an AI-native Sales CRM that plans and orchestrates tasks. It defines tool schemas, manages workflows, and handles edge cases like ambiguity and idempotency, with a conversational UI that updates databases and logs interactions. The talk highlights production-ready agent patterns, showing how this approach scales to broader autonomous workflows beyond CRM. Takeaway: orchestration is becoming a practical path for autonomous AI.
Loading tech tags...
Profile photo
Dan HermesAI Tinkerers - Boston • Aug 25
Dan Hermes presented Writing Books with CrewAI, showing how autonomous AI agents coordinate to draft outlines, chapters, and a finished PDF from idea to publication. The demo presents CrewAI’s orchestration, Python scripts, and binding tools that drive a production-like workflow to generate machine drafts for human editorial pass. (audience feedback was positive) Hermes, author of Prompt Power and AI consultant, brings real-world depth from Lexicon Systems. It signals a practical path for scalable, writer-focused AI pipelines.
Loading tech tags...
Bharat from DeepWeaver.ai presented Beyond One-Size-Fits-All: Building Intelligent LLM Selection Systems, a live demo of NVIDIA's LLM Router Blueprint. It presents a three-part system (Router Controller, Router Server with Triton, and downstream LLMs) deployed with Docker Compose and Kubernetes. The run maps code generation to DeepSeek, general Q&A to Llama 70B, and simple rewrites to Llama 8B, using Rust with Triton. Bharat, ML engineer and AI master's student, shows production-ready routing that teams can adapt for cost and latency awareness.
Loading tech tags...
Jianzhun Du, co-founder of Splicing AI, presented Teamate, a proactive AI teammate inside Slack that listens to group conversations and steps in with suggestions and actions. Teamate lives in Slack channels and orchestrates with 100-plus integrations, shown via a live workspace and public invite. The demo walked through development workflows and real-time human AI collaboration. Subtle survey notes highlighted the practical interactivity as a strength. It hints at strong business potential if packaged as an on-demand teammate for distributed teams.
Loading tech tags...
Profile photo
Yu Ching LokAI Tinkerers - Hong Kong • Aug 22
Yu Ching Lok, aka Alvin Yu, from Votee AI presented CantoneseLLM, a Cantonese-focused LLM designed to handle Hong Kong slang and local linguistic nuance. The demo outlined a data pipeline with hon9kon9ize community curation and low-resource language fine-tuning, plus benchmarking against HK Canto Eval. CantoneseLLM runs through Votee's enterprise-oriented platform and could enable localized AI tooling for Hong Kong businesses. Feedback noted practical value, while attendees seemed eager for more deployment details. It spotlights community-driven data curation as a path for localized AI.
Loading tech tags...
Tabish Bidiwale from Fission presented OpenSpec, an open-source, spec-driven development framework that treats specs as code and integrates with any AI coding tool. Specs become central, testable artifacts that guide design and integration, distinguishing OpenSpec from tools like Kiro.dev. Built primarily in TypeScript and demonstrated with Claude and Cursor, it emphasizes reproducible workflows and safer shipping. The demo drew interest for its clarity and practicality, pointing toward a trend in production-ready, spec-driven AI tooling that builders can adapt to their pipelines.
Loading tech tags...
Profile photo
Jamilton Alonso Quintero OsorioAI Tinkerers - Medellín • Aug 21
Jamilton Alonso Quintero Osorio, Apiux Tech Lead, presented Agentes de voz que modifican tu interface en tiempo real. He demonstrated a real-time multi-agent voice system that interviews users by voice, using the Google ADK and Gemini Live API with low latency. The frontend uses Lit and TypeScript, with function calling tying intents to UI actions like showing cards and initiating contact, and the runtime runs on the GenAI SDK. Audience feedback was strong (people loved it).
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 a16z, Adobe, Amazon, Anthropic, Apple, Baseten, Black Forest Labs, Bloomberg, Boston Dynamics, ByteDance, Cohere, Cursor, and others — spanning frontier labs, big tech, startups, and top universities.

Ready for more?

Check out other posts from this blog.

View all posts