Full Spectrum
ENGINEERING PROCESS ANALYSIS
Resumes list technologies. Interviews test performance under pressure. Neither shows how you actually think, debug, or build. We're changing that.
Free for individuals. Source-available CLI. BSL 1.1.
Also available via pip install methodproof
THE PROBLEM
A list of technologies and job titles tells you nothing about how someone actually solves problems. Years of experience measures time, not capability.
Whiteboard puzzles and take-home tests measure preparation and stress response, not engineering process. The best builders often interview the worst.
A clean PR reveals nothing about the dead ends explored, the AI tools consulted, the approaches abandoned, or the decisions made along the way.
WHAT WE BELIEVE
Dead-end explorations, restarts, iteration loops — these are highlighted with gold, not flagged in red. The cracks are the most interesting part of how you work.
The platform watches and maps. It celebrates patterns and assists understanding. It never grades on a curve or ranks without context. Every approach is worth seeing.
A session is shareable work, not a test result locked in a drawer. Engineers learn from watching each other build. Your process graph is a conversation starter.
Consent-first. Encrypted at every layer. Portable. Deletable. The CLI is source-available — you can read every line that touches your machine. We earn trust by being transparent.
WHAT WE'RE BUILDING
MethodProof captures your engineering process as a knowledge graph — every terminal command, every AI prompt, every test run — and transforms it into a visual timeline you can share, study, and celebrate.
WHAT IT CAPTURES
MethodProof records how you build software — not the code itself. Structural metadata. Causal relationships. Behavioral patterns.
Every Claude Code prompt, tool dispatch, and completion captured as a causal graph. See how your AI agent actually works.
Commands, exit codes, test pass/fail counts. Secrets auto-redacted. Output capped at 500 chars.
Paths, languages, line counts. Structural only by default. Pro users can opt into full diff capture (encrypted, private).
Commit hashes, search queries, tab focus, copy events. Everything linked causally in Neo4j.
Breakthroughs, approach pivots, agent deep work. 15 behavioral patterns detected automatically.
Rubric-based evaluation across problem comprehension, iteration quality, tool selection, and code judgment.
JOURNAL MODE
Default capture records structure. Journal Mode captures the full story — every prompt, every response, every diff. Searchable, shareable, yours.
Metadata only — safe for any context.
The full story — searchable, shareable, reviewable.
Two free journal sessions with every account. Unlimited with Pro.
HOW IT WORKS
Install with Homebrew or pip install methodproof. Run mp init to choose what gets captured — 11 granular consent categories covering terminal commands, AI prompts, file changes, browser activity, and more. Every capture is structural metadata by default — file paths and line counts, never source code. Sensitive fields are encrypted with AES-256-GCM before they touch disk. Consent is cryptographically signed and verifiable. Change your preferences anytime with mp consent.
mp start
→
mp stop
Write code, debug, prompt AI, run tests — work exactly how you normally would. The CLI quietly maps your engineering process in the background, building a causal knowledge graph of every action. Each event is hash-chained for tamper detection and stored locally in SQLite. Zero overhead, zero interruption. When you're done, your process graph is already built on your machine.
mp push
Inspect every event with mp review before anything leaves your machine. Sessions are signed with your Ed25519 key for end-to-end integrity verification. Push to build your public portfolio, share with your team, or enter a community challenge. Everything encrypted in transit with TLS 1.3 and at rest with field-level AES-256-GCM. Or keep it local forever — it's yours.
FOR ENGINEERS
Your process graph is your portfolio. Not a list of technologies — a living map of how you navigate complexity, use AI tools, debug under pressure, and learn from dead ends.
FOR TEAMS
Replace gut-feel evaluations with process evidence. Calibrate scoring across reviewers. See how candidates navigate real problems — not rehearsed answers.
SOURCE AVAILABLE
The CLI and browser extension are source-available under BSL 1.1. You can read every line that touches your machine. We built a telemetry tool that earns trust by being transparent.
methodproof-cli
Process capture CLI. Python.
BSL 1.1methodproof-extension
Chrome extension (MV3). TypeScript.
BSL 1.1methodproof-docs
API spec, capture matrix, onboarding.
PublicPRIVACY FIRST
YOUR TREE STARTS HERE
Free for individuals. Always.