# AGENTS Projects at AI Tinkerers

> Canonical HTML: https://aitinkerers.org/technologies/agents
> Markdown URL: https://aitinkerers.org/technologies/agents.md
> Technology record last updated: 2026-02-23T14:23:23Z
> Generated: 2026-08-25T09:16:44Z

Autonomous software entities using large language models to reason, select tools, and execute complex workflows independently.

Agents shift the focus from conversation to execution: they use frameworks like LangGraph or CrewAI to break down complex objectives into actionable tasks. These systems leverage external tools (Tavily for search, GitHub for code, or Salesforce for CRM) to operate across digital environments. Current benchmarks show agents can automate up to 80% of routine knowledge work by managing their own reasoning loops. These entities deliver finished outputs (validated data, resolved tickets, or deployed software) with minimal human intervention.

- Official technology site: https://www.langchain.com/agents
- Public AI Tinkerers demos and talks: 20
- Result page: 1 of 1

## Recent Public Talks and Demos

### [Researching agent memory](https://columbus.aitinkerers.org/talks/rsvp_9_U1zLJVobc)

What started as a conversation to understand agent memory frameworks turned into a directory website and a fully autonomous self learning researcher and reporter.

- Event context: AI Tinkerers - Columbus July Meetup — 2026-07-06 — Columbus
- Public talk page: https://columbus.aitinkerers.org/talks/rsvp_9_U1zLJVobc

### [stress-testing autonomous research agents](https://zurich.aitinkerers.org/talks/rsvp_N7RI28XXj20)

I built a minimal autoresearch loop for coding agents, and I test the agent-environment behaviour during standard and broken evaluations. I will show how the system is structured as a research sandbox. I will walk through the live workflow, and I will show when and how the different evals I tested changed the agent-environment behaviour.

- Event context: AI Tinkerers Zürich: July Build Night with Swisscom Ventures — 2026-07-01 — Zürich
- Public talk page: https://zurich.aitinkerers.org/talks/rsvp_N7RI28XXj20

### [Building Agentic OS for Marketing](https://denver-boulder.aitinkerers.org/talks/rsvp_BZZDcloDPXM)

I have been solo for 3 years after selling my Denver marketing agency. I was doing everything low code until early March when I discovered Claude Code and working at the terminal. I know have moved my system to a full dev stack using Neon, Claude Managed Agents, 5 repos (website, clients, agent os, reporting admin app) to run my entire AI native consultancy with 12+ clients.

- Event context: AI Tinkerers Denver - June Meetup — 2026-06-30 — Denver
- Public talk page: https://denver-boulder.aitinkerers.org/talks/rsvp_BZZDcloDPXM

### [AI-Assisted WordPress Vulnerability Hunting: From Plugin Code to Verified Findings](https://dallas-fort-worth.aitinkerers.org/talks/rsvp_ryp2dvTokTM)

I built a repeatable AI-assisted workflow for finding and validating vulnerabilities in WordPress plugins. In the demo, I’ll show the process end-to-end: selecting a plugin, launching a controlled test environment with a custom harness, then using Codex and a tailored AGENTS.md to scan the source, trace risky execution paths, validate the finding with a proof of concept, and generate a disclosure-ready report.

- Event context: AI Tinkerers Dallas-Fort Worth: June Meetup with Rasa — 2026-06-04 — Dallas Fort Worth
- Public talk page: https://dallas-fort-worth.aitinkerers.org/talks/rsvp_ryp2dvTokTM

### [Will people want your product? Bots can help you find out (and fix it)](https://seattle.aitinkerers.org/talks/rsvp_tYS3msXujf8)

I've made a set of agents that will pressure test your product idea to help it create better product/market fit. I will demo the bots that I trained on my personal 20-years of product leadership experience. I will show how they can help you sharpen your idea to focus on your ICP, do research to help validate it, and create messaging to reach that ICP.

- Event context: GTM / Growth Track - Seattle — 2026-05-27 — Seattle
- Public talk page: https://seattle.aitinkerers.org/talks/rsvp_tYS3msXujf8

### [Six Claude Agents and a Trust Boundary: A Clinical Co-Pilot](https://montreal.aitinkerers.org/talks/rsvp_4qzrWmd9MiM)

A multi-agent clinical co-pilot that runs six specialist Claude agents in parallel on top of a PHI-safe pipeline : every LLM call sees only de-identified text, and re-identification happens server-side after the model returns. Live, I'll load a synthetic 68F new-AFib case where the cardiology plan proposes amiodarone for a patient already on warfarin. The Triage, Differential, Pharmacy, Guidelines, Bias-Check, and Communication agents stream into six panels via asyncio.gather. The Pharmacy agent flags the warfarin–amiodarone CYP2C9/3A4 interaction; Bias-Check independently flags anchoring on rhythm control; the orchestrator detects the cross-agent convergence and elevates it as a high-severity flag. I'll then toggle the Safety Gate off so the audience sees raw PHI hit the LLM and get echoed back — then flip it on and show the audit log assertion (zero raw PHI, only counts + SHA-256 hashes). I'll show the FastAPI/WebSocket code that fans out the agents, the trust-boundary diagram, the structured-field redactor, the live audit log tail, and the keystone pytest (test_pharmacy_catches_warfarin_amiodarone). Repo, logs, and 35/35 passing tests are all open.

- Event context: AI Tinkerers Montreal - May Demo Meetup @ Ubisoft — 2026-05-26 — Montreal
- Public talk page: https://montreal.aitinkerers.org/talks/rsvp_4qzrWmd9MiM

### [Improving agents at scale - benchmarks, traces, self improvement loops](https://poland.aitinkerers.org/talks/rsvp_ixtLcvqt6EQ)

VIDOC - an automated code security tool that finds and fixes security issues in any code.

- Event context: AI Tinkerers Poland - Meetup in Gdańsk #1 — 2026-04-23 — Poland
- Public talk page: https://poland.aitinkerers.org/talks/rsvp_ixtLcvqt6EQ

### [Harness: A Multi-Agent Claude Orchestrator That Builds and QA's Games Autonomously](https://singapore.aitinkerers.org/talks/rsvp_RwBQJVJwoLk)

Harness is a game-agnostic multi-agent orchestrator that uses the Claude Agent SDK to autonomously build and test games end-to-end. It reads a feature-list.json from any target game project, spawns a role-specific generator agent (gameplay / UI-art / audio) to implement each feature with full tool access (Read, Write, Edit, Bash, Glob, Grep + Godot MCP), then spawns a separate evaluator agent that launches the game, classifies each test step as DATA / VISUAL / BOTH, captures screenshots, and emits pass/fail verdicts. A watchdog loop detects stuck sessions and a pre-flight smoke test validates tool permissions before real work begins. Everything streams live to a single-process Fastify + React dashboard over WebSockets — you watch agents ship and break features in real time. For the demo I'll drive Harness against a live Godot project, show the full loop (pick → implement → evaluate → retry), and walk through how session records, screenshots, and eval reports are persisted back to the target repo.

- Event context: AI Tinkerers Singapore: The Agentic Future &amp; Dev/Eng Workflows — 2026-04-21 — Singapore
- Public talk page: https://singapore.aitinkerers.org/talks/rsvp_RwBQJVJwoLk

### [Building the One Human Company](https://ho-chi-minh-city.aitinkerers.org/talks/rsvp_vK-LGzCaLTk)

I'm building tools for solo founders to coordinate an army of agents to run multiple companies at the same time.

- Event context: AI Tinkerers Ho Chi Minh City: AI Coding Agents &amp; Orchestrators — 2026-04-18 — Ho Chi Minh City
- Public talk page: https://ho-chi-minh-city.aitinkerers.org/talks/rsvp_vK-LGzCaLTk

### [From 1 Agent to 11: Patterns for Multi-Agent Systems That Actually Work](https://columbus.aitinkerers.org/talks/rsvp_nZaEJ2xzX0c)

I built an AI operating system (AIOS) that runs my technology community organization, Cloud Nirvana, using 11 specialized AI agents coordinated from a Mac Mini. Each agent owns a domain: email triage, speaker pipeline QA, partnership tracking, CRM operations, content, community engagement, financial operations, and strategic planning. They share an encrypted CRM, communicate through file-based memory, and operate under a graduated trust model where each agent earns autonomy based on demonstrated reliability. Along the way, everything broke at least once. I documented those failures as reusable engineering patterns (inspired by the Gang of Four) and open-sourced them. The demo walks through the live system, shows agents handling real work in real time, and demonstrates how any builder can discover and apply these patterns against their own codebase.

- Event context: AI Tinkerers - Columbus April Meetup — 2026-04-06 — Columbus
- Public talk page: https://columbus.aitinkerers.org/talks/rsvp_nZaEJ2xzX0c

### [One to Many - from OpenClaw to organisations of ambient agents](https://berlin.aitinkerers.org/talks/rsvp_JNrCPzSFCMc)

Over the last 2 weeks, I went from n8n, to openclaw, to now paperclipAI, where I run a team of 5 ambient agents working on shared goals, with a common task manager. All of this on the side of our main project, building a multi-agent system for local businesses. I'll share a walkthrough of what the organisation of agents have built over the last week, and talk about where they have failed, and what is still needed in harness development for multi-agent systems.

- Event context: AI Tinkerers Berlin Meetup - March 11, 2026 — 2026-03-11 — Berlin
- Public talk page: https://berlin.aitinkerers.org/talks/rsvp_JNrCPzSFCMc

### [Trabajo impulsado por especificación y agentes de largo horizonte](https://manizales.aitinkerers.org/talks/rsvp_QWued3IMZmw)

Principios de documentación, guías, y especificaciones, y cómo aprovecharlos con agentes especializados para ejecución a largo plazo.

- Event context: Cierre 2025 de AI Tinkerers: 11.º meetup del capítulo Manizales — 2026-02-26 — Manizales
- Public talk page: https://manizales.aitinkerers.org/talks/rsvp_QWued3IMZmw

### [Browser-use agent inside a frontend component](https://sf.aitinkerers.org/talks/rsvp_U0ZTdPpNyls)

I'm going to show my implementation for a browser-use agent that lives inside a frontend component: - show code for custom agent loop and UI manipulation tools - live demo - share learnings about context engineering

- Event context: AI Tinkerers x Google Cloud SF Meetup — 2025-11-21 — San Francisco
- Public talk page: https://sf.aitinkerers.org/talks/rsvp_U0ZTdPpNyls

### [Semantic Caching in AI](https://nyc.aitinkerers.org/talks/rsvp_Q4VTC1rCEQg)

This session will explain how semantic caching works followed by a demo of an agent that answers questions using that technique.

- Event context: November Demo Day ft. Google Cloud and CopilotKit — 2025-11-17 — New York City
- Public talk page: https://nyc.aitinkerers.org/talks/rsvp_Q4VTC1rCEQg

### [Leveraging a secure MCP Server Registry (Model Context Protocol) for Agentic AI Integrations](https://mumbai.aitinkerers.org/talks/rsvp_3APVx1cA0yw)

I will be showing live how to leverage model context protocol (MCP) for complex integrations of LLMs and Agentic AI systems with different systems and apps in minutes. Also tips on how to do this securely using a MCP Server Registry like fluidmcp thats secure and vetted.

- Event context: AI Tinkerers Mumbai Meetup - April — 2025-04-26 — Mumbai
- Public talk page: https://mumbai.aitinkerers.org/talks/rsvp_3APVx1cA0yw

### [n8n Agents](https://miami.aitinkerers.org/talks/rsvp_dRHPxl4NBdo)

n8n is platform that allows people to build Agents in a "low-code" manner.

- Event context: AI Tinkerers - Miami: Building the Future of AI in Miami Tech — 2025-04-22 — Miami
- Public talk page: https://miami.aitinkerers.org/talks/rsvp_dRHPxl4NBdo

### [agents.txt](https://dublin.aitinkerers.org/talks/rsvp_X3vSJuK81Ss)

The MCP protocol paves the way for creating Business to Agent APIs. However, Agents currently have no straightforward method to locate these MCP endpoints. While many startups are developing a marketplace for MCP APIs, we advocate for an open approach that allows everyone to publish and be discovered without relying on third-party marketplaces.

- Event context: AI Tinkerers Dublin (March) — 2025-03-26 — Dublin
- Public talk page: https://dublin.aitinkerers.org/talks/rsvp_X3vSJuK81Ss

### [Cognitive Architectures -- A principled way to build agents](https://singapore.aitinkerers.org/talks/rsvp_9GgmNHjgPsk)

In the quest to build artificial intelligence, could understanding natural intelligence help? Cognitive architectures is the field of understanding and implementing the various building blocks of intelligence in cognitive science, offering a principled way to build agents. In this demo, I'll show some basic blocks that I've built and assembled into a coding agent.

- Event context: AI Tinkerers Singapore: 4th Meetup - January 10th, 2025 — 2025-01-10 — Singapore
- Public talk page: https://singapore.aitinkerers.org/talks/rsvp_9GgmNHjgPsk

### [Looplit - Agent Studio](https://paris.aitinkerers.org/talks/rsvp_fCTIZ5AruLs)

Looplit helps developers debug, replay and iterate on their Agents.

- Event context: AI Tinkerers - Paris Meetup on December 10th — 2024-12-10 — Paris
- Public talk page: https://paris.aitinkerers.org/talks/rsvp_fCTIZ5AruLs

### [pAInless. An AI Doctor that can triage, diagnose, and treat common joint pain](https://chicago.aitinkerers.org/talks/rsvp_1Cva8EVDOyg)

I'm building an AI doctor for joint pain (MSK pain), which is the most commonly searched for issue in the world. It's like perplexity meets webmd for pain. Based on a series of questions, we use LLMs to diagnose and triage an issue, provide guidance and explanations, and lastly, provide a care plan that a user can follow. All of this replaces the google, webmd, primary care visit, and physical therapy experience. We have a PT in the loop that validates teh care plans and oversees the diagnosis so that we can continue to improve the experience.

- Event context: AI Tinkerers Chicago June Meetup — 2024-06-18 — Chicago
- Public talk page: https://chicago.aitinkerers.org/talks/rsvp_1Cva8EVDOyg

## Related Technologies

- [Claude Code](https://aitinkerers.org/technologies/claude-code) ([Markdown](https://aitinkerers.org/technologies/claude-code.md)) — 204 public demos
- [AI](https://aitinkerers.org/technologies/ai) ([Markdown](https://aitinkerers.org/technologies/ai.md)) — 54 public demos
- [Anthropic](https://aitinkerers.org/technologies/anthropic) ([Markdown](https://aitinkerers.org/technologies/anthropic.md)) — 36 public demos
- [Claude](https://aitinkerers.org/technologies/claude) ([Markdown](https://aitinkerers.org/technologies/claude.md)) — 170 public demos
- [LLM](https://aitinkerers.org/technologies/llm) ([Markdown](https://aitinkerers.org/technologies/llm.md)) — 121 public demos
- [Python](https://aitinkerers.org/technologies/python) ([Markdown](https://aitinkerers.org/technologies/python.md)) — 654 public demos
- [Codex](https://aitinkerers.org/technologies/codex) ([Markdown](https://aitinkerers.org/technologies/codex.md)) — 43 public demos
- [LLMs](https://aitinkerers.org/technologies/llms) ([Markdown](https://aitinkerers.org/technologies/llms.md)) — 83 public demos
- [MCP](https://aitinkerers.org/technologies/mcp) ([Markdown](https://aitinkerers.org/technologies/mcp.md)) — 122 public demos
- [n8n](https://aitinkerers.org/technologies/n8n) ([Markdown](https://aitinkerers.org/technologies/n8n.md)) — 45 public demos
- [Next](https://aitinkerers.org/technologies/next) ([Markdown](https://aitinkerers.org/technologies/next.md)) — 185 public demos
- [OpenClaw](https://aitinkerers.org/technologies/openclaw) ([Markdown](https://aitinkerers.org/technologies/openclaw.md)) — 48 public demos
- [Opus 4](https://aitinkerers.org/technologies/opus-4) ([Markdown](https://aitinkerers.org/technologies/opus-4.md)) — 10 public demos
- [PyTorch](https://aitinkerers.org/technologies/pytorch) ([Markdown](https://aitinkerers.org/technologies/pytorch.md)) — 273 public demos
- [Streaming](https://aitinkerers.org/technologies/streaming) ([Markdown](https://aitinkerers.org/technologies/streaming.md)) — 6 public demos
- [Tools](https://aitinkerers.org/technologies/tools) ([Markdown](https://aitinkerers.org/technologies/tools.md)) — 3 public demos
- [ACT-R](https://aitinkerers.org/technologies/act-r) ([Markdown](https://aitinkerers.org/technologies/act-r.md)) — 1 public demo
- [• Agent Framework: OpenClaw (multi-agent orchestration](https://aitinkerers.org/technologies/agent-framework-openclaw-multi-agent-orchestration) ([Markdown](https://aitinkerers.org/technologies/agent-framework-openclaw-multi-agent-orchestration.md)) — 1 public demo
