You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An open, natural-language DSL for self-correcting AI coding loops — say what an AI coding agent should build and how to verify it in plain English, and it loops until the check passes. Runs in Claude Code, Cursor, and Copilot.
oh-my-fable — Fable 5's way of working a long task (plan first, self-correct, never lose the thread), as a model-agnostic agent harness. The run lives in one serializable RunContext, checkpointed every step, so a crash is a pause. Zero deps, deterministically testable.
Self-correcting memory for LLM agents. A Claude Code plugin that learns from sessions, surfaces relevant memories, measures whether they're actually followed, and fixes the ones that aren't.
The self-correcting memory layer for AI agents. Zero-dependency Python memory and MCP server. Supersede, revert, or forget a value deterministically. Verifiable erasure, witness-backed tamper-evident receipts, EU AI Act ready.
Most AI writing is fluent slop. Writing Agent turns a topic into a publishable, well-sourced article or book that argues a real thesis and self-critiques until it isn't slop - autonomous, model-agnostic, local-first.
Adaptive vector search with self-correcting embeddings. Fixes semantic collapse in RAG systems via spectral chelation, dynamic dimension masking, and neural adaptation.
CodegniPy is a groundbreaking Python library that elevates AI to a first-class citizen of the language. It introduces a cognitive computing engine where deterministic code and non‑deterministic LLM reasoning coexist seamlessly, enabling you to write Python with intent rather than just instructions.
The simplest autonomous AI-agent loop that provably halts: goal, an unfakeable check, three hard stops, durable memory, in ~110 lines of bash. A foundation for loop engineering with Claude or any coding agent.
Self-correcting data-analyst agent: ask a dataset a question in plain English and get runnable Python, SQL, or an Excel formula. Built on LangGraph + a local Qwen2.5-Coder LLM, with a generate→execute→reflect loop that fixes its own errors (measured: 75%→94% success).
A self-directing agent loop that rehearses the conversation you're dreading — plan, act, observe, self-correct until it decides you're ready. Built for the Loop Engineering Hackathon.