Skip to content

AKL OpenAI Build Week judge release

Choose a tag to compare

@Archolic95 Archolic95 released this 21 Jul 22:38

AKL OpenAI Build Week judge release

This release provides three checksum-pinned, no-rebuild judge artifacts from
the clean-gated implementation tree d7be320bf91d0f4ba0c5df1db568e626fb870be3.
No credentials are required.

Fastest judge path: native macOS arm64 demo

Download akl-0.1.0-darwin-arm64.tar.gz and its adjacent .sha256 file, then:

shasum -a 256 -c akl-0.1.0-darwin-arm64.tar.gz.sha256
tar -xzf akl-0.1.0-darwin-arm64.tar.gz
cd akl-0.1.0-darwin-arm64
./tools/demo/judge-demo.sh

The no-build demo runs the packaged akl and akl-mcp binaries, exercises
deterministic geometry/BIM documents, glTF/IFC output, IFC import/query, hosted
door/window edits, and repeats the run to byte-compare outputs.

Install the Codex plugin: macOS arm64

Download akl-plugin-0.1.0-aarch64-apple-darwin.tar.gz and its adjacent
.sha256 file, then:

shasum -a 256 -c akl-plugin-0.1.0-aarch64-apple-darwin.tar.gz.sha256
tar -xzf akl-plugin-0.1.0-aarch64-apple-darwin.tar.gz
cd akl-plugin-0.1.0-aarch64-apple-darwin
codex plugin marketplace add "$PWD"
codex plugin add akl@akl-local
codex

Start a new Codex task/session after installation. A useful first prompt is:

Use the installed AKL plugin to create a deterministic 8 by 6 by 3 metre
box, query its exact volume and area, and export and embed an SVG preview.

The package contains its own checksummed akl-mcp runtime and does not require
Rust, Cargo, or a source checkout.

Browser/WebAssembly package

Download and verify akl-wasm-web-0.1.0.tar.gz, extract it, serve the resulting
directory with any static HTTP server, and open browser-smoke.html. It runs
the browser-native canonical document ABI and displays deterministic
command/query/replay evidence.

Platform and security boundary

  • Native and plugin binaries in this release support Apple Silicon macOS only.
  • The macOS archives are unsigned and not Developer-ID notarized. A
    browser-downloaded quarantined archive may be blocked by organizational or
    system Gatekeeper policy; do not bypass that policy.
  • The local stdio plugin supports Codex desktop and Codex CLI. It is not a
    ChatGPT-web, Chat-mode, IDE-extension, mobile, or public multi-tenant/OAuth
    deployment.
  • SVG previews are certified derived x-ray wireframes with visible
    tessellation edges; they are not hidden-line or inferred BREP-feature-edge
    renderings.

Full source, architecture decisions, proof ledgers, and loud capability gaps:
https://github.com/Archolic95/akl-codex