Persistent memory + self-improvement for AI coding agents. Gradient-gated disposition engine with formal stability proofs.
Persistent memory + self-improvement for AI coding agents.
Your AI agents don't learn. Ours do. Here's how -- and the math proving why your current approach makes them worse.
pip install titans-disposition
Problem 1: Agents reset. Every AI coding agent -- Claude Code, Cursor, Cursor -- starts fresh each session. Session 500 feels the same as session 1. Context injection (system prompts, RAG) addresses knowledge. Nothing addresses disposition: the accumulated sense of how to work with you.
Problem 2: Naive self-improvement actively declines. If you try to fix Problem 1 by scoring agent output and nudging weights toward deficits, you get worse over time. We proved this mathematically: deficit-chasing on a quality simplex with nonuniform proxy bias produces monotonic decline. The fix requires structural protocols, not continuous optimization. (Full proof)
A gradient-gated M-vector that gives agents persistent taste.
Based on Titans: Learning to Memorize at Test Time (Google, 2025), but applied as a disposition accumulation system. Every prompt is classified, gated, and deposited into a weight matrix that evolves with your collaboration:
from titans_disposition import DispositionEngine
engine = DispositionEngine(conversation_id="my-project")
engine.deposit("Add error handling to the auth module") # routine: minimal weight
engine.deposit("No, use composition not inheritance") # correction: punches through
engine.deposit("Redesign the pipeline as event-driven") # architectural: carries momentum
metrics = engine.read()
print(f"M norm: {metrics['m_norm']:.4f}") # The shape of your collaboration
T
Mine your Claude Code and Codex logs into a local you.md agent profile.
Local-first AI coding agent for VS Code & Cursor. Ollama, LM Studio & your inference fleet. Cursor-grade agent UX — offline, private, zero token cost.
A self-improving skill for AI coding agents (Claude Code, Cursor, AGENTS.md): recognize a hard-won golden path in a session and harvest it into a reusable skill/rule for next time.
Second brain for Forward Deployed Engineers. Engagement memory + 35 skills across 6 domains, all behind one @fde... Works with any AI coding agent.
Game-development Agent Skills for AI coding agents: install once and a master router loads the right skill for your engine and task. 66 original, version-pinned skills (plus a master router) in the portable SKILL.md format that runs across Claude Code, Cursor, Codex, Copilot, Gemini CLI and more, for Godot, Unity, Unreal, web and beyond.
Honey (I Shrunk the AI) by GreenPT: a cross-tool coding skill that cuts AI coding-agent token usage and LLM API costs — write less code, less prose, and denser agent-to-agent handoffs (−53%, lossless in benchmarks) with no loss of quality. Works with Claude Code, Cursor, GitHub Copilot, Codex, Gemini CLI, Windsurf, Cline & Kiro.
Workflows from the Neura Market marketplace related to this Cursor resource