Skip to content
View GuerraXe's full-sized avatar
🧌
βŽ…βŸŸβŒ‡β˜Šβœβ‹”βšβœβšβŽβŒ°βƒββŸŸβ‹β˜Œ-ing
🧌
βŽ…βŸŸβŒ‡β˜Šβœβ‹”βšβœβšβŽβŒ°βƒββŸŸβ‹β˜Œ-ing

Block or report GuerraXe

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.

Content in all repositories owned by your account will be closed.
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
GuerraXe/README.md

AJ Guerra

I build small, self-contained command-line tools and language runtimes with an emphasis on verifiable behavior, deterministic scoring, independent evaluation, and tests that mean something. No servers, no dashboards: a binary and on-disk data you can re-check.

Selected projects

Project What it is Stack
AgentForge Runs a coding agent in an isolated git worktree and independently judges whether its patch actually worked, against a deterministic test oracle. Rust Β· 293 tests
code-risk-intelligence-engine crie β€” points at a repo and estimates where tomorrow's maintenance cost will land: churn, bus factor, dependency structure, co-change coupling. Every score traces to evidence. Python
creature-lang A dynamically-typed language with a hand-written lexer, parser, analyzer, and tree-walking interpreter. Actor-style organisms + typed signals; every run is deterministic. TypeScript Β· 225 tests, 93% cov
brier Investigates a repo like a scientist: commits falsifiable predictions before an experiment, scores them after, records the whole chain immutably in SQLite. Go
SoundPack Dependency-free browser app that turns files into fault-tolerant AFSK WAV transmissions and restores them exactly. JavaScript Β· no deps
Forge Configure a part, apply a load, and see mass / cost / stress / deflection / safety-factor with a pass-fail verdict in a live 3D view. TypeScript Β· Vite

How I work

  • Independent verification over self-report
  • Deterministic, recomputable outputs
  • Hand-written parsers and interpreters; no generators

Pinned Loading

  1. Forge Forge Public

    Local-first browser demo: configure a basic part, apply a real-world load, and get instant mass/cost/stress/deflection estimates with a pass/warning/fail verdict β€” before building a physical protot…

    TypeScript 1

  2. agentforge agentforge Public

    Runs a coding agent in an isolated git worktree and independently scores whether its patch actually worked, against a deterministic test oracle.

    Rust

  3. code-risk-intelligence-engine code-risk-intelligence-engine Public

    CLI that estimates where a codebase's future maintenance cost will accumulate β€” churn, bus factor, dependency coupling β€” with every score traceable to inspectable evidence.

    Python 1

  4. CortexOS CortexOS Public

    Front-end concept demo of an AI-driven desktop OS: two self-contained Windows/macOS-style simulations controlled by a scripted assistant, no backend or real AI.

    HTML 1

  5. creature-lang creature-lang Public

    A hand-written interpreted programming language with an organism/signal actor model and a deterministic scheduler, built from scratch in TypeScript.

    TypeScript 1

  6. brier brier Public

    Forked from Kubenew/ChaosGPT

    Investigates a repo like a scientist: commits falsifiable predictions before each experiment, scores them with a Brier score afterward, and records the whole chain immutably in SQLite.

    Go