Skip to content
View thisguymartin's full-sized avatar

Organizations

@Mariner-Digital-Agency @Gizmodlabs @Sphere-Holdings

Block or report thisguymartin

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

Hi, I'm Martin 👋

Senior software engineer from Phoenix, AZ. I used to work in social services — turns out systems that fail people bother me whether they're government programs or broken APIs.

I build CLI tools, serverless infrastructure, and AI tooling. Always learning, always shipping something, plenty more on the way. I write about what I figure out. I mentor when I can.

Currently building an automated email AI processing platform. Exploring MCP servers and AI agent architectures. Reading Berserk.

Things I've shipped for fun or helpful

🪄 mochi — Run LLM tasks in parallel across git worktrees. File input, optional PRs. Go.

🌿 grove — One command launches a full terminal workspace: Zellij tabs, LazyGit, AI agent per worktree. Shell.

🎬 AI-VideoTranslator — Automated subtitle generation and translation for video. Python.

🧹 cfn-cleanup — CLI that deletes CloudFormation stacks by prefix before AWS deletes your savings. Go.

🕸️ Mycelium — Real-time coordination for disaster response teams. WebRTC + CRDTs. TypeScript.

More on martinpatino.com · DEV.to · Medium


Twitter/X · LinkedIn · Buy me a coffee

Pinned Loading

  1. mochi mochi Public

    Run Claude/Gemini in parallel per task via git worktrees. File input, optional PRs.

    Go

  2. grove grove Public

    AI-native terminal workspace. One command to launch colored Zellij tabs per git worktree, each with LazyGit + AI Agent + Workbench.

    Shell 23 3

  3. SearchHoundAI SearchHoundAI Public archive

    A CLI for GPT with a focus on simplicity and ease of use. For developer just wanting to use gpt in there command line.

    Python 1

  4. AI-VideoTranslator AI-VideoTranslator Public

    The AI-VideoTranslator automates subtitle generation and translation for videos, leveraging AI to assist content creators and translators.

    Python 3 1

  5. cfn-cleanup cfn-cleanup Public

    A lightweight CLI tool to automatically clean up AWS CloudFormation stacks matching a specified prefix. Perfect for cleaning up development or testing stacks to avoid unnecessary AWS costs.

    Go