Skip to content
View 777marvin's full-sized avatar

Block or report 777marvin

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

Marvin K.

Mechanical-engineering technician in training, building software with AI agents through a spec-first, version-controlled process.

I come from machine technology. I build software the way I would build a machine: from a specification and a defined process, not ad-hoc prompts. AI agents do the execution. I write the specs, direct the workflow, and review the output.

My focus is where my two fields meet: mechanical-engineering knowledge and AI agent development.

What I build

  • ext-broke: token budget extension for AiderDesk. Compresses agent input in three stages (structural, truncate, summarize) and offloads summarization to a local Ollama model.

How I work

  • BMAD (Breakthrough Method for Agile AI-Driven Development): role-based agents, written specs, and planning artifacts versioned in Git, with quality gates between phases.
  • AiderDesk as the agentic coding implementation of those specs.
  • Every project ships its planning artifacts publicly. The process is auditable, not just the result.

Currently

  • Finishing my qualification as State-Certified Technician, Mechanical Engineering (expected July 2027).

Contact

Popular repositories Loading

  1. 777marvin 777marvin Public

  2. ext-broke ext-broke Public

    Token budget extension for AiderDesk: progressive input compression (structural/truncate/summarize) with local Ollama summarization offload

    TypeScript