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.

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. 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. SDKs, benchmarks, and workflow builders for making coding agents actually useful.

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

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.
claude-agents-dashboard A scrum board that orchestrates Claude agents, one git worktree per task. 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 total — the rest are experiments, forks, and things I needed once.


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 7

  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 14 3

  4. flutter_pinch flutter_pinch Public

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

    Dart