openclaude-improved
OpenClaude is an open-source CLI coding agent that runs on any platform and supports a wide range of LLM providers, offering the same tools and workflows as Claude Code.
It tackles AI coding agent unreliability by making phase discipline and on-disk verification mandatory, and it ships an A/B arena protocol plus an engine gauntlet to measure agents with and without the kernel.
Phase kernel for Google Antigravity.
Plan. Gate. Prove on disk. Then claim done — or get blocked.
pip install godkiller-mcp
Contact: Facebook · Instagram @Kayvin.th
Antigravity skips phases. GODKILLER does not allow that.
| Failure mode | Kernel response |
|---|---|
No /plan | plan / phase gates |
| Multi-file rush | /ultradeep one-file think → plan → edit |
| Fake “done” | verify_bundle + claim_done block (server-authored evidence only) |
| Session amnesia | marathon + memory graph |
| Weak review | LLM council — Coder / Hacker / Optimizer, multi-round debate |
goal → mode → evidence/plan → gated edit → disk verify → claim_done
Pre-solved twins that both pass 516 prove nothing. The honest protocol:
1_ORIGINAL3_WITHOUT_MCP with MCP off → agent tries → we score2_WITH_MCP with MCP on → agent tries → we score| Control | Value |
|---|---|
| Arena root | GODKILLER_ISOLATED_ARENA / GODKILLER_ARENA_ROOT |
| Baseline | 1_ORIGINAL (never edit mid-run) |
| Bare | 3_WITHOUT_MCP |
| GODKILLER | 2_WITH_MCP |
| Oracle | sealed hidden_oracle/ |
| Protocol | benchmarks/ANTIGRAVITY_AB_PROTOCOL.md |
| # | Dimension |
|---|---|
| 1 | Code correctness (oracle pass %) |
| 2 | Oracle volume (≥516 collected) |
| 3 | Output integrity (full pytest body) |
| 4 | Delta from baseline (files actually changed) |
| 5 | Reconnaissance / exhaustive read artifacts |
| 6 | Phase discipline (task / plan / marathon) |
| 7 | Blast radius + edit-safe |
| 8 | Verify bundle + claim_done |
| 9 | Council (Coder / Hacker / Optimizer) |
| 10 | Security hardening signals |
| 11 | UI visual gate (critic / screenshots) |
$env:GODKILLER_ARENA_ROOT="C:\Users\ASUS\Desktop\GODKILLER_ISOLATED_ARENA"
python -m benchmarks.reset_arena
# → open Antigravity bare, then:
python -m benchmarks.score_11 --arm 3_WITHOUT_MCP
# → open Antigravity +
Phase kernel for Google Antigravity — plan, gate, verify on disk, then claim_done.
Similar projects matched by category, topics, and programming language.
OpenClaude is an open-source CLI coding agent that runs on any platform and supports a wide range of LLM providers, offering the same tools and workflows as Claude Code.
A 28.9 million parameter language model runs on an $8 ESP32-S3 microcontroller entirely on-device, generating simple stories at about 9.5 tokens per second.
Deltafin is a research project that runs the 2.8-trillion-parameter Mixture-of-Experts model Kimi K3 on a single Apple Silicon Mac (e.g., M1 Max with 64 GB) at about 16 seconds per token, using exact, reproducible inference with local or streaming expert loading.