Skip to content
View theworker02's full-sized avatar
:atom:
I’ll help you identify issues in your repository!
:atom:
I’ll help you identify issues in your repository!

Block or report theworker02

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

theworker02

Matthew · GitHub theworker02

Building next-generation developer tools, intelligent systems, and experimental software.

Company / org: Magnexis — most public socials and package registries use that name.

GitHub Magnexis X Bluesky DEV Blog LinkedIn Sponsors


About

This is my personal GitHub: theworker02. I write languages, diagnostics, systems software, and AI tooling in the open.

I founded Magnexis, the company/org behind a lot of that work. Repos on this account (theworker02/*) are mine. The broader Magnexis catalog — AetherOS, Agent Portal, anti-cloud, AquaStat, typeYAML, and the rest — lives on github.com/Magnexis. X, Bluesky, DEV, the blog, npm, PyPI, and RubyGems are Magnexis accounts.

I build in the open because software is easier to trust, improve, and extend when its architecture can be inspected.

Software should not be a black box.

Currently building: Nex Lang and Nex LSP, runtime diagnostics for Ruby / Go / Dart, AMD-native systems performance (Kraftverk, Silicera), and execution-backed verification for coding agents (Aftermath).

GitHub stats for theworker02 Top languages for theworker02

What I build

Independent, open-source work across the stack:

Area Focus
Languages and DSLs Nex Lang, visual encoding systems, and Magnexis languages such as typeYAML on the org
Developer diagnostics Runtime fingerprints, heap analysis, method-table diffs, install-time scanning, protocol inference
Systems and performance P2P compute, AMD-exclusive performance tooling, hardware-native specialization, polyglot runtimes
AI routing and agents Multi-provider LLM meshes, circuit breaking, execution-backed agent verification
Contracts and correctness Behavioral contracts, struct-tag analysis, ownership and fencing primitives
Research Deterministic reconstruction, spacetime / CTC experiments — documented honestly, not oversold

Public work

Projects below are public repositories on this account. Private work is not listed.

Languages and design

  • nex-lang — Nexus (.nex) language, TypeScript toolchain, and Nex LSP on Open VSX · site
  • doldskrift — Visual writing system designed for deterministic machine reconstruction · site

Ruby / Rails

  • ruby_llm_mesh — Multi-provider AI routing with circuit breaking, retries, and local fallback · site
  • contracts-rb — Behavioral contracts for Ruby without imposing a type system
  • bootprint — Runtime fingerprinting and environment-drift diagnostics · site
  • heapscope — Heap and allocation diagnostics for long-running Ruby processes · site
  • monkeylens — Method-table ownership diffs against a committed baseline · site

Go

  • beforerun — Scan an unfamiliar codebase before installing deps or running scripts · site
  • taglock — Compile-time analysis of Go struct tags as a serialized contract · site
  • wiretap — Evidence-backed binary protocol inference · site
  • shiftlock — Ownership handoffs, fencing, and multi-resource coordination · site

Rust / systems

  • chimera — P2P distributed computation grid · site
  • kraftverk — AMD-exclusive systems performance platform · site
  • silicera — Hardware-native program specialization on AMD Zen · site
  • Parallax — Polyglot migration and universal execution runtime · site
  • ChronosCTC — Research: chronal runtime / CTC spacetime engine. Early and experimental · site

Dart / Flutter

TypeScript

  • cartographer — Architecture navigation: know where you are in the code · site
  • aftermath — Execution-backed verification receipts for coding agents · site

Magnexis

Magnexis is the org name. Languages (typeYAML, Proton, COBOLX, Steel), platforms (AetherOS, Agent Portal, anti-cloud, Omniforge), public-interest tools (AquaStat, Public Oversight), and design tooling live there:

github.com/Magnexis · magnexis-blog.hashnode.dev

Stack

TypeScript JavaScript Ruby Go Rust Dart Python C%23 .NET C++ Lua React Next.js Node.js FastAPI PostgreSQL Docker GitHub Actions Linux Tauri

Future competitors

These are the markets the work is pointed at — languages, diagnostics, agent tooling, local-first systems — not a claim of current market share. As the tools mature, they are aimed at the same jobs as the products below.

Area Adjacent to
Languages TypeScript, CUE, Dhall, Crystal, Sorbet / RBS
LLM gateways LiteLLM, OpenRouter, LangChain
Observability / APM Datadog, New Relic, Scout APM
Go / Ruby correctness golangci-lint, buf
Supply-chain / install safety Socket, Snyk, Dependabot
Performance AMD uProf, Intel VTune, Linux perf, Flutter DevTools
Distributed / local-first Cloudflare, IPFS, etcd, Consul, BOINC
Code intelligence Sourcegraph
Agent environments Cursor, Devin — for Agent Portal / Aftermath-class work
OS / desktop GNOME, System76 COSMIC — for AetherOS-class work

Sponsors

If this work is useful, you can fund it directly:

Connect

GitHub here is theworker02. Most other socials and registries are Magnexis.

Channel Link
GitHub (this profile) github.com/theworker02
GitHub (org) github.com/Magnexis
X x.com/Magnexis
Bluesky magnexis.bsky.social
DEV dev.to/magnexis
Blog magnexis-blog.hashnode.dev
LinkedIn linkedin.com/in/matthew-m-looney
Stack Overflow stackoverflow.com/users/32952523/magnexis
Gravatar gravatar.com/magnexis
npm npmjs.com/~magnexis
PyPI pypi.org/user/magnexis
RubyGems rubygems.org/profiles/magnexis
Open VSX Nex LSP
GitHub Sponsors github.com/sponsors/theworker02
thanks.dev thanks.dev/u/gh/theworker02
Informal application Magnexis Google Form

Magnexis informal application

Interested in working with Magnexis? Use the official Google Form:

Apply

forms.gle/gTLGpg45nH1xN5hK8


Work ships as inspectable, MIT-oriented open source whenever it can. Read the repository, run it locally, disagree with it, and improve it.

Popular repositories Loading

  1. chimera chimera Public

    Decentralized peer-to-peer distributed computation and rendering grid in Rust: gossip discovery, QUIC mesh, Wasm sandboxing, content-addressed storage, and a distributed memory fabric.

    Rust 1

  2. contracts-rb contracts-rb Public

    `contracts-rb` adds small, explicit behavioral contracts to Ruby without imposing a type system. It supports parameter and return constraints, preconditions, postconditions, object invariants, stat…

    Ruby

  3. taglock taglock Public

    Compile-time confidence for Go's runtime metadata, and compatibility intelligence for the contracts that metadata creates. TagLock statically analyzes Go struct tags as one serialized contract. It …

    Go

  4. bootprint bootprint Public

    Bootprint is a local-first Ruby runtime fingerprint and compatibility diagnostic. It captures a sanitized description of an application environment, compares that description with CI, Docker, stagi…

    Ruby

  5. shiftlock shiftlock Public

    Security-first Go resource fabric for ownership handoffs, fencing, and multi-resource coordination

    Go

  6. beforerun beforerun Public

    BeforeRun is a zero-dependency Go CLI that scans an unfamiliar codebase before you install dependencies, open automated workspace tasks, build a dev container, or execute project scripts.

    Go