Skip to content
View epatel's full-sized avatar

Block or report epatel

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
epatel/README.md

Edward Patel

Stockholm, Sweden · building things that shouldn't quite work, and then making them work

Website Blog Profile views


Two things keep showing up in my repos:

Old machines. A Macintosh Plus running on an ESP32. A 6502 rebuilt out of 4,051 discrete transistors. A small-C compiler for the C64, in JavaScript. The Jupiter ACE, the 1982 micro that booted into FORTH instead of BASIC, brought back to iPad and Android. A Palm OS portal, because someone had to.

New agents. Scrum boards that dispatch Claude agents into isolated git worktrees. Systems that turn GitHub issues into pull requests while I'm asleep. Workflows you wire up in the browser and chain into each other. And now a book, written with agents, about working with them.

The overlap is the fun part: both are about giving a small, constrained machine a very clear job and seeing how far it gets.


Selected work

agentic-playbook The Agentic Playbook: twenty working plays for agentic coding, with every figure traced to a cited source. Read it online.
esp32_mac A Macintosh Plus emulator on a Waveshare ESP32-S3 touch board. C
discrete6502 A MOS 6502 CPU rebuilt from 4,051 discrete transistors.
iACE2 A Jupiter ACE emulator for tablets and phones, with the original FORTH manual built in. Dart C
claude-agents-dashboard A scrum board that orchestrates Claude agents, one git worktree per task. Python
workflow-builder Define agent workflows in the browser, run them with the Claude Agent SDK, watch them live. Python
vps-ai Autonomous agents that turn GitHub issues into code.
cc64-web The cc64 small-C compiler for the Commodore 64, reimplemented in JS.
terminal_pad An infinite 2D canvas text pad that lives in your terminal. Rust

~150 repos in total. The rest are experiments, forks, and things I needed once, like a fold-and-cut zine maker and Sanzo Wada's color pairs on a phone UI.


Lately on the blog


GitHub stats

Arctic Code Vault contributor · Pair Extraordinaire ×2 · Pull Shark ×2 · Starstruck ×2

Pinned Loading

  1. claude-agents-dashboard claude-agents-dashboard Public

    A standalone scrum board that orchestrates Claude agents working on your project. Each board item becomes a task for an AI agent that works in its own git worktree, keeping changes isolated until y…

    Python 8

  2. vps-ai vps-ai Public

    An autonomous AI agent system that turns GitHub issues into code

    HTML 2

  3. esp32_mac esp32_mac Public

    A Macintosh Plus emulator running on the Waveshare ESP32-S3-Touch-LCD-2.8B board

    C 21 4

  4. flutter_pinch flutter_pinch Public

    Retrieve a file from inside a zip file, over the network

    Dart