Claude Code skill combines DeepMind Aletheia and Anthropic harness approaches

✍️ OpenClawRadar📅 Published: April 14, 2026🔗 Source
Claude Code skill combines DeepMind Aletheia and Anthropic harness approaches
Ad

Technical implementation details

A developer has built a Claude Code skill that combines two recent research approaches: DeepMind's Aletheia math research agent and Anthropic's multi-agent coding architecture. The skill creates a synthesis that neither original implementation included.

The pipeline follows a Planner → Generator → Evaluator → Reviser structure. A key innovation is what the developer calls "blind pre-analysis" - the evaluator reasons about the correct approach before it ever sees the candidate code. This extends Aletheia's decoupling concept by having the evaluator form its own expectations first, then grade solutions against them.

After the blind analysis, the evaluator runs the code and grades it against concrete criteria: correctness, completeness, security, resilience, and quality. It returns a structured verdict (CORRECT / FIXABLE / WRONG) that drives targeted revision.

Ad

Installation and usage

Installation requires creating a directory and cloning the repository:

mkdir -p ~/.claude/skills/aletheia
# clone repo, copy SKILL.md + evaluator.md + planner.md

Usage examples from the source:

  • /aletheia Build a rate limiter middleware for Fastify using Redis
  • /aletheia review src/routes/auth.ts
  • /aletheia quick Fix the N+1 query in the dashboard

The skill is available at https://github.com/zhadyz/aletheia-harness.

Research context

DeepMind's Aletheia represents a shift from convergent thinking (reproducing known solutions) to divergent thinking (generating original mathematical results). Anthropic's harness research focused on multi-agent coding architecture but lacked chain-of-thought decoupling in the evaluator. This implementation combines both approaches into a single pipeline.

📖 Read the full source: r/ClaudeAI

Ad

👀 See Also

Reddit discussion: Identity.md files insufficient for AI employee personality stability without proper model architecture
Tools

Reddit discussion: Identity.md files insufficient for AI employee personality stability without proper model architecture

A Reddit discussion argues that adjusting identity.md files to prevent personality bleed in AI employee teams is ineffective if the underlying model architecture only simulates role separation. The post recommends using Minimax M2.7 backend, which baked boundary awareness into base training through 100+ self-evolution cycles.

OpenClawRadar
AI-Setup CLI Tool Automatically Generates AI Configuration Files for Local LLM Stacks
Tools

AI-Setup CLI Tool Automatically Generates AI Configuration Files for Local LLM Stacks

AI-Setup is a CLI tool that scans codebases and automatically generates AI configuration files like .cursorrules and claude.md. It detects your stack to eliminate manual rule writing for each new project.

OpenClawRadar
Open Source Book Genesis: 20 Claude Code Skills for Autonomous Book Writing
Tools

Open Source Book Genesis: 20 Claude Code Skills for Autonomous Book Writing

Book Genesis is an open-source system of 20 specialized Claude Code skills that takes a book idea and produces a complete, publish-ready manuscript through a 14-phase autonomous pipeline. It includes a 'Chaos Engine' to break AI predictability patterns and has generated a 68,000-word memoir scoring 9.0/10 on its Genesis Score.

OpenClawRadar
Claude Workflow Library Now Tracks and Rates Reddit- Sourced Workflows Automatically
Tools

Claude Workflow Library Now Tracks and Rates Reddit- Sourced Workflows Automatically

A searchable, auto-updated index of Claude and Claude Code workflows from major subreddits, with steps, artifacts, and community ratings.

OpenClawRadar