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
Agentic AI refers to AI systems capable of autonomous decision-making, planning, and executing tasks based on goals—acting like intelligent agents. These systems combine LLMs with tools, memory, and feedback loops to complete complex workflows with minimal human input.
Loom is a harness stack, primarily for local LLMs, to finish complex tasks. It decomposes work, drives execution through a verified harness, and keeps models on track with structured state instead of chat history. It can route between thinking and acting models, verifies outputs, and exposes a TUI/API/CLI/MCP for both humans and agents.
Auton — Framework for AI agent delegation, multi-agent orchestration, and adaptive task decomposition. Zero dependencies, OpenAI-compatible. Based on Intelligent AI Delegation research.
Automatically decompose complex prompts into orchestrated, executable workflows for Claude Code. Research-backed prompt chaining and task decomposition.
🧠 Self-organizing AI agent with dendrite spawning - decomposes complex goals into neurons, spawns parallel sub-tasks, and aggregates results. Features smart parameter extraction, context isolation, and automatic data compaction. Built for Strava analytics with extensible tool system.