Skip to content
View MaverickHQ's full-sized avatar

Block or report MaverickHQ

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

MaverickHQ

Research essays and executable reference implementations for applied AI, systems architecture, and production data platforms.

Essays → harveygill.substack.com
Code → here.


Beyond Tokens · 5 essays · complete

Beyond Tokens

Why world models matter — and why token-based AI fails when decisions must persist over time.

The core argument: modern AI failures are almost never the result of bad models. They are almost always architectural mismatches. The alternative: systems built around explicit world models with persistent state, defined dynamics, and verifiable transitions.

Essays: harveygill.substack.com/p/beyond-tokens
Code: MaverickHQ/beyond-tokens


Executable World Models · 5 essays · in progress

Executable World Models

How to build AI systems that can act reliably — deployed, evaluated, and capable of improving from their own experiments.

Built layer by layer: runtime → evaluation → environments → architecture → learning. Each essay mirrors a versioned codebase milestone.

Essays: harveygill.substack.com/p/executable-world-models
Code: MaverickHQ/executable-world-models

The architecture assembled across the series: tokens → models → agents → constraints → artifacts → evaluation → experiments → environments → evidence → policy


About

Harvey Gill — architect, developer, applied AI practitioner, technical writer.

Large-scale systems design, production data platforms, and applied AI in operational environments. The work here is pragmatic: how systems are actually built and operated, where theory breaks down under real constraints, and what it takes to make AI trustworthy enough to act.

Substack: harveygill.substack.com
LinkedIn: linkedin.com/in/gillharvey


Ideas first. Executable artefacts that make them concrete.

Pinned Loading

  1. beyond-tokens beyond-tokens Public

    Reference implementation for the Beyond Tokens essay series — world models, planning, and constraint enforcement for production AI systems.

    Python

  2. executable-world-models executable-world-models Public

    Reference implementation for the Executable World Models essay series — agent runtime, structural evaluation, deterministic environments, and evidence-based learning.

    Python

  3. FitnessCore FitnessCore Public

    Serverless AI fitness coaching assistant built on AWS AgentCore, delivered via Telegram. Logs daily metrics, tracks calorie burndown toward a weight goal, and uses conversational memory across sess…

    Python

  4. tromso-aurora-hunter tromso-aurora-hunter Public

    A personal aurora hunting dashboard built for a weekend trip to Tromsø, Norway. Live space weather, 3D globe, per-location cloud cover, Grand Tour overlay.

    HTML

  5. crucible-ewm crucible-ewm Public

    Observable agent trajectories, auditable decisions, and Claude in the agent slot. Infrastructure for AI systems that improve through architecture, not retraining.

    Python