Skip to content
View madebywelch's full-sized avatar
🏠
Claudemaxxing
🏠
Claudemaxxing

Highlights

  • Pro

Block or report madebywelch

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
madebywelch/README.md

CTO. I ship most days. The harder work is shipping less.

AI tools change what an engineer is, not just what they do. The same tooling cuts one engineer's effort in half and multiplies another's output by ten. Which one of those you become from here is non-negotiable.

I rebuild what gives me leverage. My golden hours are 6 to 9am, dictating to agents at a rate that's added 854,200 words in seven months (as of May 3rd). "Insight Synthesizer" (per Wispr Flow). Tinkerer at heart. Lately, that means agentic bookkeeping, rugged embeddable systems, and tools that catch scammers preying on seniors.

X  ·  LinkedIn  ·  madebywelch.com  ·  robert@madebywelch.com


Building

mau  Multi-Agent Unit: a terminal-native orchestrator that turns one product request into a simulated engineering team. You play Product; it spins up the rest of the org, writes PRDs and contracts, coordinates dependencies, and has specialist agents ship real code on disk through your local Claude or Codex CLI.

recap  A daily knowledge-point briefing from your coding-agent sessions. Scans the prior N days of Claude Code and Codex transcripts on your machine, finds the moments where you encountered something unfamiliar, and produces a dense few-paragraph explainer of the underlying concepts, so you actually learn what the agent did instead of just merging the diff.

mcp-config-sync  A small Go CLI that keeps Claude Code and Codex MCP server config in sync. Runs one explicit direction at a time, preserves user and project scope, supports deny lists, and uses staged temp-config tests so it does not casually rewrite your real agent setup.

Only Family  Private location sharing for the people who actually are your family. Your circle sees you. Nobody else does. iOS.

My anti-scam and elder-protection work ships under StopTheScam, a brand I've been running for years:

  • Vision  Chrome extension that analyzes links before you click them.
  • SafeMail  A calm, straightforward email app for everyone, built especially for the people scammers target hardest. iOS.
  • SafeBrowse  A web browser without the scams, pop-ups, or confusing clutter. iOS.
  • Tend  Coordinate care for aging parents. Shared medical profile, activity log, and calendar, so nothing slips through the cracks. iOS.

20.4 billion AI tokens consumed year-to-date 2026  as of May 3rd

Popular repositories Loading

  1. anthropic-go anthropic-go Public archive

    Go SDK for Anthropic's Claude, a next-generation AI assistant for your tasks, no matter the scale.

    Go 34 18

  2. recap recap Public

    A daily knowledge-point briefing from your coding-agent sessions.

    Go 3

  3. mau mau Public

    Multi-agent orchestrator that runs a hierarchical engineering team (Product → EM → Tech Lead → specialists) on top of locally-installed Claude or Codex CLIs.

    Python 1

  4. madebywelch madebywelch Public

  5. mcp-config-sync mcp-config-sync Public

    Bidirectional MCP config sync for Claude Code and Codex

    Go