# Coding agents Projects at AI Tinkerers

> Canonical HTML: https://aitinkerers.org/technologies/coding-agents
> Markdown URL: https://aitinkerers.org/technologies/coding-agents.md
> Technology record last updated: 2026-05-13T01:18:32Z
> Generated: 2026-09-22T19:40:24Z

Autonomous AI systems that plan, write, and debug entire software features across complex codebases.

Coding agents like Devin and Cursor’s Composer represent a shift from autocomplete to autonomous engineering. These tools leverage Large Language Models (LLMs) to navigate multi-file architectures, execute terminal commands, and resolve GitHub issues without constant human intervention. By integrating directly into the IDE or operating via a headless browser, they handle the heavy lifting of boilerplate and refactoring. Teams at companies like Cognition and Replit are already using these agents to reduce development cycles by 40% (or more) for routine tasks.

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

## Recent Public Talks and Demos

### [Turn your Homelab into a Dark Factory](https://cologne.aitinkerers.org/talks/rsvp_iWZxTrC9hQ8)

I turned my Homelab into a dark factory where I run an orchestrating agent that schedules and delegates work to other agents. There are two parts to this system: the control plane, which handles where agents run and how they run, and the data plane, which handles the actual work you commit (or not). We're going to see how I interact with a personal agent (Hermes, if I have time, I'll show my own agent) and how Hermes decides what to do next depending on our conversation. Instead of making Hermes write the code, it will delegate the tasks to different coding agents running in our own sandbox (built with Firecracker on top of a Proxmox VM). I'll walk you through the different components, how it works and why it matters (in particular the sandbox part).

- Event context: AI Tinkerers Cologne: World Cup Edition — 2026-07-15 — Cologne
- Public talk page: https://cologne.aitinkerers.org/talks/rsvp_iWZxTrC9hQ8

## Related Technologies

- [Agent](https://aitinkerers.org/technologies/agent) ([Markdown](https://aitinkerers.org/technologies/agent.md)) — 12 public demos
- [Claude Code](https://aitinkerers.org/technologies/claude-code) ([Markdown](https://aitinkerers.org/technologies/claude-code.md)) — 216 public demos
- [Docker](https://aitinkerers.org/technologies/docker) ([Markdown](https://aitinkerers.org/technologies/docker.md)) — 147 public demos
- [Firecracker](https://aitinkerers.org/technologies/firecracker) ([Markdown](https://aitinkerers.org/technologies/firecracker.md)) — 1 public demo
- [Hermes](https://aitinkerers.org/technologies/hermes) ([Markdown](https://aitinkerers.org/technologies/hermes.md)) — 4 public demos
- [Proxmox](https://aitinkerers.org/technologies/proxmox) ([Markdown](https://aitinkerers.org/technologies/proxmox.md)) — 1 public demo
- [run](https://aitinkerers.org/technologies/run) ([Markdown](https://aitinkerers.org/technologies/run.md)) — 1 public demo
