llm-kb
← Back to releases
Tool Release

Developer open-sources Istar Code v5.0.0 deterministic coding agent kernel

A developer released Istar Code v5.0.0, an open-source deterministic coding agent kernel that enforces consistent behavior across models from 1B to 500B parameters. The kernel uses an explicit INSPECT→PLAN→EXECUTE→VERIFY→REFLECT loop with instruction hierarchy, six task classes, and decision table routing to make AI-assisted development more predictable.

4 engagement·1 source·Sun, Jul 12, 2026, 10:22 AM
The kernel's core execution loop consists of five phases: INSPECT, PLAN, EXECUTE, VERIFY, and REFLECT. Each phase has defined rules, phase gates, and a maximum of 2 retries before reassessment. Key features include an instruction hierarchy (Safety > Repository conventions > User instructions > Skills > Defaults), six task classes (T1-T6), and decision table routing for different task types. The project is open-sourced on GitHub.

Entities

Istar Code v5.0.0(tool)deterministic coding agent kernel(concept)

Related

CommunitySat, Jul 11, 2026, 01:47 PM

Developer shares practical AI coding workflow: paper first, then Fable/Opus for planning, Sonnet for implementation

A developer on Reddit outlines a structured AI-assisted coding workflow for full projects, emphasizing upfront planning on paper before involving any model. The pipeline uses Fable for planning, Fable/Opus to break work into markdown files, and Sonnet for implementation under a safety hook, contrasting with the common 'vibe coding in agent mode' approach.

4 engagement·1 source·reddit
ProductSun, Jul 12, 2026, 09:39 AM

Local-first coding agent for long autonomous runs

Grinta is a local-first coding agent designed for long autonomous runs. It uses LLMs to autonomously plan and execute coding tasks, solving the problem of needing constant human supervision for extended development sessions.

1 engagement·1 source·hackernews
ProductSat, Jul 11, 2026, 06:40 AM

Enola: engineering intelligence layer for AI coding agents

Enola is an open-source engineering intelligence layer that helps AI coding agents understand existing codebases. It answers questions about change impact, dependency reachability, safe module deletion, refactoring priorities, and architecture drift. The tool uses LLMs to analyze code context and provide insights that reduce mistakes from both humans and AI agents.

4 engagement·1 source·reddit
CommunitySun, Jul 12, 2026, 03:19 PM

Community compares Codex as a harness for local models against Pi Code and Open Code

A Reddit user discovered that Codex is open source and can run fully locally with local models. They are seeking comparisons to other popular harnesses like Pi Code and Open Code, indicating growing interest in local code generation tools.

19 engagement·1 source·reddit
Tool ReleaseMon, Jul 6, 2026, 04:52 PM

Fable-mode open-source protocol boosts Claude models to Fable 5-grade discipline

A developer released fable-mode, a Claude Code skill and guard hooks that enforce work discipline on any Claude model (e.g., Opus 4.8) to achieve output quality comparable to Fable 5. The protocol includes plan gates, model ceilings, and per-task enforcement, enabling non-frontier models to plan, self-verify, and route sub-agents without requiring Fable 5 itself.

87 engagement·1 source·github