Skip to content
View AlpharomeroJL's full-sized avatar

Block or report AlpharomeroJL

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

Hi, I'm Josef 👋

I'm a software engineer in Austin, Texas. My discipline is agentic engineering: designing the loops, verification systems, and execution plans that let AI coding agents build serious software without the quality collapsing. The agents are swappable. The engineering is the part that holds.

Right now most of that energy goes into Reticle: a modern semiconductor CAD platform in Rust, GPU-accelerated, running in your browser. Chip design tooling is expensive, ancient, and locked down, and I think the layout editor of the next decade should be open, fast, and a URL away. So I'm building it.

Everything here is dated and tied to commits you can click. I'd rather show you the build log than tell you about it.


🚩 What I'm building

Project What it is Status
Reticle Browser-native, GPU-accelerated IC layout platform in Rust/WASM. Layout, geometry, DRC, verification, and AI-assisted workflows, designed as a modular platform rather than a single editor. Built in multi-wave autonomous campaigns with benchmark regression gates between waves. Live demo. v8 in active development
VaultScribe Fully offline meeting transcription for desktop (Tauri + local Whisper). Your audio never leaves your machine. Release candidate
InvariantEval Safety-invariant eval gates for agentic pipelines. The verification layer from my own loops, pulled out and published, because the guarantees have to hold no matter which model is executing. v1, public
Speakspec Talk through a system design out loud, get a structured architecture spec back. Built because scoping is most of my job and I wanted it faster. v1.0.0, public
Crypto-Anaylzer My earliest public repo. Yes, the typo is permanent. It's a timestamp at this point. Archive

🔁 Agentic engineering, the way I practice it

The interesting problem in AI-assisted development isn't prompting. It's everything around the model: how work gets scoped, dispatched, verified, and merged so that one person can run what amounts to a build organization. I've run these loops on Claude Code, on my own Python orchestrator driving local models on my own hardware, and the method transfers because it was never about the harness.

What a campaign actually looks like before a single line of code is written:

  • Grounding. Every premise in the plan is checked against the repo at a specific commit. Anything that can't be verified yet becomes an explicit placeholder that blocks execution until it's resolved. Plans don't run on assumptions.
  • Contracts. Cross-lane interfaces are frozen up front as schemas with byte-level fixtures and cross-tests on both sides, so a dozen parallel work lanes can't drift against each other.
  • Gates. Tests, benchmarks, and invariant checks run between every wave. If the numbers regress, the wave doesn't land. Baselines only move at gates.
  • Honest accounting. Model tiers are assigned per task and calibrated against measured results. Quota throttling drains into a standing queue of unattended work instead of stalling the campaign. Every claim in the docs has to trace to a committed record.

My CI fails the build if the README contains marketing adjectives. "Blazing," "seamless," and "world-class" are literally banned strings. The execution plan for a single Reticle release runs longer than most projects' entire documentation, and I think that ratio is roughly correct.

If you're curious how far one careful person can push this, that's the whole experiment. You're watching it.


❤️ Sponsor this work

I'm building Reticle and everything above independently, without a company behind it. Sponsorship is what turns this from nights-and-weekends pace into sustained, full-time open-source engineering.

Concretely, sponsorship buys: new Reticle capabilities, performance work, documentation, testing and benchmarking infrastructure, and long-term maintenance. It also buys the thing I most want to publish more of: the campaign plans, loop designs, and verification tooling themselves, so other builders can run this method too.

Sponsor AlpharomeroJL

Even small monthly sponsorships genuinely matter for a solo builder. Thank you.


📫 josefdean@pm.me · Austin, TX

Pinned Loading

  1. Crypto-Anaylzer Crypto-Anaylzer Public

    Deterministic research infrastructure for digital asset factor modeling and systematic strategy validation.

    Python 1

  2. invarianteval invarianteval Public

    Declared safety-invariant eval gate: enforces your locked-field rules on every output and refuses to finalize when a model auto-fills a human-owned field. MCP tool and agent skill included.

    Python 1

  3. speakspec speakspec Public

    Speak your system for 90 seconds. Get a ship-grade AGENTS.md, architecture spec, ADRs, and diagrams — all local, all private.

    Python 1

  4. VeriTrade VeriTrade Public

    Governed autonomous trading workstation using live Kraken market data, paper execution, risk-gated decisions, and proof-backed operator visibility.

    Python 1

  5. reticle reticle Public

    Browser-native, GPU-accelerated editor for very large hierarchical 2D IC-layout scenes, written in Rust (native and WebAssembly).

    Rust 2