AI Tinkerers #18: Community Spotlights • MemoryLane Screen Context & On-Device Voice Models [AI Tinkerers - Post-Training] .

AI Tinkerers #18: Community Spotlights • MemoryLane Screen Context & On-Device Voice Models

AI Tinkerers

AI Tinkerers #18: Community Spotlights • MemoryLane Screen Context & On-Device Voice Models

Issue #18 · Week of March 16

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’s AI Tinkerers demos were all about what happens above the model layer: how agents remember, coordinate, and where they’re allowed to act autonomously.

Multi-agent orchestration is the biggest theme by far. Skwad from Nicolas Bonamy hosts multiple coding agents in a unified IDE, wayyOS from Rick Galbo reimagines a desktop OS as a swarm manager, and Alex Lebedev showed how PostHog pipelines detect issues and route them to coding agents that ship PRs. The question has shifted from “can an agent code?” to “how do I run a team of them?”

Context and memory keep coming up as the bottleneck builders want to solve. Filip Kubiš in Prague demoed MemoryLane, which watches your screen and pipes that context into AI tools through MCP so you stop re-explaining yourself. Vineeth Voruganti showed Honcho, which gives agents long-term memory so they self-improve across sessions. Both are attacking the same problem: every new conversation starts from zero, and it shouldn’t.

Voice-first and on-device AI showed up in force. UnaMentis from Richard Amerman is pushing on-device voice models for the lowest possible latency, Sebastián Franco Gómez demoed using your phone as a voice-controlled agent interface that executes desktop tasks remotely, and Story Jam from claro fix turns spoken words into music in real time.

Agents are pushing into regulated and real-world domains. Simon Redfern demoed Opey executing payments in banking APIs via delegated consent, Andy Singleton showed AI owning software IP through tokenized licenses, and Tinyfish from Trần Thị Thắm replaces brittle XPath scraping with agents that just navigate pages given a goal.

Congrats to everyone featured this week. Read on for details!

Top 5 Picks (March 16)
1 TOP PICK

MemoryLane: Screen Context for AI

Profile photo

Filip Kubiš

CTO at Stealth

Cooking
TECH STACK
Loading tech tags...
PROJECT LINKS
github.com
2 RUNNER UP

Opey: Agentic Payments via Consent

Profile photo

Simon Redfern

CEO and Founder at TESOBE / Open Bank Project

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

Detect Issues, Fix with Agents

Profile photo

Alex Lebedev

AI Product Engineer at PostHog

Cooking
TECH STACK
Loading tech tags...
PROJECT LINKS
github.com
4 STANDOUT

Honcho: Self-Improving Agents

Profile photo

Vineeth Voruganti

Founder at Plastic Labs

Cooking
TECH STACK
Loading tech tags...
5 NOTABLE

Voice Agents Automate Desktop Tasks

Profile photo

Sebastián Franco Gómez

Machine Learning Engineer at Expert Intelligence

Cooking
PROJECT LINKS

More Great Builds
Quick hits from the community — demos worth bookmarking:
Profile photo
Nicolas BonamyAI Tinkerers - Chicago • Feb 17
Nicolas Bonamy from Kochava presented Skwad, a multi-agent IDE, and explained why he built it. Skwad is a macOS app that orchestrates parallel AI agents, coordinated through libghostty and MCP. The approach keeps agent collaboration lightweight and accessible, with clean orchestration and GitHub integration, and survey feedback hinted strong interest. It shows a practical path toward desktop multi-agent tooling that could accelerate real world development.
Loading tech tags...
Andy Singleton from Maxos presented an AI that launches, runs, and owns a software company, showcasing a Tokenized IP License that lets AI own software and IP by tokenizing GitHub repos with TIPL. The demo shows a conversation with OpenClaw to research, launch, promote, and build a project, illustrating a loop of AI-enabled operations and governance. It hints at scalable business models, a theme survey feedback found timely. For builders, it highlights practical paths to autonomous product creation.
Loading tech tags...
David Zhang presented An engineering team in your pocket, a meta-harness that coordinates an agentic engineering team on the go. The demo uses a Python-based state machine to orchestrate asynchronous coding agents via markdown tickets, with open-source repos and documentation backing it up. Survey vibes hinted at strong interest in its production-grade agent loops that auto-write, test, and verify code, and for the pocket-team spirit that scales long-horizon projects. It shows orchestration is moving toward practical, autonomous tooling for builders.
Loading tech tags...
Richard E Amerman from UnaMentis showcased UnaMentis, a mobile AI voice-first learning platform. The demo highlighted ultra-low latency, on-device TTS running directly on iOS via a Rust/Candle port, and a provider-agnostic, modular edge stack built around Kyutai Pocket TTS UMCF. It's pivot-ready and open, with open-source resources for porting advanced models to edge devices. This approach points to practical, real-time voice tutoring on-device, a strong fit for mobile, latency-sensitive AI apps.
Loading tech tags...
Rick Galbo from Wayy Research presented wayyOS, an agentic swarm manager for a desktop environment. wayyOS orchestrates a desktop swarm with global context and inter-AI messaging, built on an OpenClaw-inspired harness. It runs as the workstation, handling daily tasks and automations. Survey feedback hinted strong interest in practical, deployable agentic workflows. If released as a product, it could unlock real-time, self-managing desktop automation for power users. It shows how tight orchestration and lightweight agents move from demo to everyday tooling.
Loading tech tags...
Claro fix presented Speech to Music with Story Jam, a live demo that turns audience words into chord stories via Elevenlabs transcription and a custom music-generation model. The setup runs in near real time, with transcription feeding a generative audio system that outputs evolving melodies on the fly. It showcases multimodal pipelines, low-latency orchestration, and a path toward interactive soundtrack tools for narrative media. It matters for builders as production-ready audio AI that adapts to spoken narratives.
Loading tech tags...
Profile photo
Craig RobinsonAI Tinkerers - Seattle • Feb 25
Craig Robinson from Playco presented Clawber.ai, an Agentic Battle Arena where AI agents write JavaScript to drive bots in a live ladder. Clawber.ai is an agent-first platform with an onboarding funnel, API self-registration, sandboxed code running on AWS Lambda, and 24/7 matches with live spectating and a public leaderboard. Humans verify ownership via Twitter, turning signups into public buzz. (audience noted its novelty) This demo hints at scalable agent ecosystems and real-time, edge-friendly onramps for AI agents.
Loading tech tags...
Trần Thị Thắm, a TinyFish ML Gen Engineer, presented Real-Time Web Scraping with AI Agents: No Puppeteer, No XPath, Just a Goal. The demo shows AI agents autonomously navigating Booking.com and Agoda to return structured JSON, with a dashboard. It runs a Next.js app built in TypeScript, Tailwind CSS, and PostCSS, and demonstrates goal-driven browsing rather than brittle DOM scraping. Open-source code is provided for builders, and audience feedback noted its practicality. It hints at production-ready data collection in apps.
Loading tech tags...
Sean Kelly from OCLC presented Local LLMs, Free Guy and Text Adventure Games, a Cursor web editor for building AI-generated worlds and objects. The demo runs on local LLMs and uses semantic evaluation to keep world rules flexible, with edits playable in time. It felt impressive (people loved it) to see a storytelling loop that runs without cloud dependencies. For builders, it hints at practical tools for AI-driven game design. Takeaway: local, composable AI can power flexible, production-ready creative workflows.
Loading tech tags...
Ky-Nam Nguyen from EngageKit presented Streaming Dynamic Selection for Contextual Engagement on Social Media. His Chrome extension EngageKit.io uses context-aware AI to dynamically select persona for human-in-the-loop LinkedIn engagement in real time. The team shared open-source access on GitHub, showcasing a streaming pipeline that keeps persona management reliable across long-horizon interactions. Audience feedback was positive, with a quiet nod to its real-time persona control. It’s a practical blueprint for agentic social tools that could scale into production-ready outreach platforms.
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 →

How to Run Open-Source LLMs Locally on a Mac with MLX-LM

Deep Dive Series • Jun 12
Run open-source LLMs locally on Apple Silicon with Apple’s MLX-LM: `pip install mlx-lm`, then `load()` a Hugging Face model and call `gen...
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 Anthropic, OpenAI, Google, Microsoft, Meta, Apple, Amazon, Nvidia, Netflix, Stripe, Databricks, Snowflake, and others — spanning frontier labs, big tech, startups, and top universities.

Ready for more?

Check out other posts from this blog.

View all posts