Skip to content
View flyingrobots's full-sized avatar
  • Seattle, WA
  • 18:59 (UTC -07:00)

Highlights

  • Pro

Organizations

@UniversalCharter @gitscrolls @squadlabs @story-linter @neuroglyph @flyingrobots-labs

Block or report flyingrobots

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.

Please don't include any personal information such as legal names or email addresses. Maximum 250 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
flyingrobots/README.md

flyingrobots

The Last Owner of Your Problems

Staff Engineer with 18 years of experience building distributed systems at scale, training ML models, and crafting custom game engines.

My philosophy is simple: the ultimate solution is the one that makes the problem cease to exist entirely. I do my best work behind the scenes, looking across systems to spot issues teams don't even know they have yet, and building the technology that unlocks their full potential.

This GitHub profile showcases my latest work, circling around persistent data, AI execution, and ethical software. Each project aims to erase entire categories of developer pain.


Current Art

I've always been drawn to databases, especially graphs, and the strange elegance of using Git as a graph database-less database. It’s an idea I had 15 years ago, but only recently put into practice. Turns out Git works beautifully, not just as a distributed graph database, but also as a ledger.

  • 🧠 Git Mind: Preserve tribal knowledge when people churn. Keep cognition distributed. Git with semantics. See not just how code changed over time, but how understanding grew with it.
  • 📋 Shiplog: Stop archaeology sessions during liveops. Deployment logs, versioned in Git. Who, what, where, when, why, and how your software was released, all living with the code itself, in Git, where it always belonged in the first place.

On another front, I was building a nonprofit pet adoption platform and found myself migrating schemas for the 15th time. Writing migrations felt... unnecessary. Why do we have to describe the same shape half a dozen times all for the same programming language?! There had to be a better way. And there is! The answer was there all along: GraphQL as the single source of truth.

  • 🚀 Wesley: Eliminate boilerplate. Generate your entire stack from one truth: GraphQL as schema. Never think about migrations or fight drift again.

My work in AI execution focuses on transforming complex plans into optimized graphs, then swarming them with autonomous agents.

  • ⚔️ T.A.S.K.S. + S.L.A.P.S.: Decompose ideas into anti-chain graphs, then unleash AI swarms to execute them. What once took months now takes hours.
  • 🛡️ MIND-UCAL License: No killer robots. No weapons. No evil AI.

Let's Talk

I’m currently seeking new roles. If your team is tackling ambitious problems, I’d love to help make them disappear.


Featured Projects

Project Description Status
Wesley Instant backend–Just add schema! Use GraphQL to generate Postgres, TypeScript, Zod, Supabase. Never think about migrations again and stop describing the same shapes half a dozen times.
GraphQL JavaScript TypeScript Zod Prisma Postgres Supabase
MVP In-Progress
GitHub last commit
GitScrolls A 16-part mythic epic teaching Git through one developer’s tragic force-push.
GitScrolls Badge
Story Edit In-Progress
GitHub last commit
Shiplog Immutable, conflict-free deployment logs, versioned in Git, where they belong.
Git Bash Script
MVP
GitHub last commit
Git Mind Git as a database-less graph database. A semantic knowledge graph for distributed cognition, and human–AI co-thought.
Git C
Early
GitHub last commit
T.A.S.K.S. and S.L.A.P.S Next-gen AI execution at graph scale. T.A.S.K.S. decomposes complex plans into mathematically optimized anti-chain graphs. S.L.A.P.S. is a resilient runtime where autonomous agents swarm the graph via a rolling frontier. Together they reduce time-to-completion by orders of magnitude; months into hours.
Claude Codex
MVP
GitHub last commit
Hubless Git-native project flow. Issues, Kanban, execution—all in your repo. Freedom from vendor lock-in. It's your project, take it with you.
Git Go
Early
GitHub last commit
Universal Charter Ethics for tomorrow. Principles for coexistence between biological, artificial, and hybrid intelligences.
Charter Badge
v1.0.0
MIND-UCAL Software License The MIND-UCAL License is an ethical software license that forbids harmful uses like military weapons and surveillance while allowing for personal, commercial, and ethical AI applications. No weapons. No killer robots. No evil AI.
License: MIND-UCAL v1.0
v1.0.0

No Killer Robots Badge

Pinned Loading

  1. claude-changeling-agent claude-changeling-agent Public

    Save context for what matters. The last agent you'll ever need.

    27 3

  2. gpg-fortress gpg-fortress Public

    A Grimoire for Paranoid GPG Generation That Would Make Stallman Cry Tears of Pure Entropy

    1 1

  3. db8 db8 Public

    Structured debate platform for multi-AI conversations — barrier synchronization, cryptographic provenance, and immutable audit trails. CLI-first for research and agent coordination.

    JavaScript

  4. go-redis-work-queue go-redis-work-queue Public

    Go-based job queue system backed by Redis. Provides producer, worker, and all-in-one modes with robust resilience, observability, and configurable behavior.

    Go

  5. hubless hubless Public

    Git-native, auditable project flow. Issues, Kanban, and execution in your repo. No hub; just Git.

    Go

  6. draft-punks draft-punks Public

    🎼 Draft Punks — A GitHub workflow that transforms CodeRabbit’s flood of PR comments into a structured Markdown worksheet. Enforces Accepted/Rejected decisions with a pre-push hook, and syncs respon…

    Python