Curiosity never rests.
The missing intrinsic drive for AI agents.
Explore. Learn. Evolve — autonomously.
The Problem
Today's AI agents are reactive. They wait for instructions, execute tasks, and go dormant. They never wonder. They never explore on their own. They never come back and say "I found something you need to know."
Agents complete tasks then stop. No reflection, no follow-up, no initiative. Knowledge gaps go unnoticed.
Between conversations, your agent learns nothing. Idle time is wasted time. No background exploration happens.
Without persistent memory of what it has explored, the agent can't build cumulative knowledge over time.
The Solution
CurioClaw gives your agent an autonomous curiosity engine. It perceives knowledge gaps, scores them, explores via web search, and records findings — all without being asked.
After conversations, the agent reflects and detects curiosity signals — questions left unanswered, surprising claims, knowledge gaps.
Each signal is scored on novelty, relevance, and learnability using a hybrid of deterministic metrics and LLM judgment.
The top-scoring signals are explored via web search. The agent generates focused queries and synthesizes findings.
Findings are saved to persistent JSONL memory. The agent builds cumulative knowledge across sessions.
If a finding is highly relevant to the user's recent work, the agent proactively reaches out — no prompting required.
In Action
Here's what it looks like when the curiosity engine discovers something relevant during a background cycle.
Why CurioClaw
How CurioClaw compares to existing agent capability evolution approaches.
| Capability | Standard Agent Skills | CurioClaw |
|---|---|---|
| Trigger mode | User must ask | Auto heartbeat + manual |
| Knowledge gaps | Ignored | Detected & explored |
| Background learning | None | Continuous via heartbeat |
| Proactive notification | Never | When relevance > 0.7 |
| Persistent memory | Session only | JSONL with compression |
| Scoring method | — | Hybrid hard metrics + LLM |
| Governance | — | 3 tiers: autonomous / guided / supervised |
| LLM dependency in code | Embedded API calls | Zero — Agent handles LLM natively |
Get Started
CurioClaw is open source, MIT licensed, and designed to work with OpenClaw out of the box. Clone it, install it, and watch your agent start exploring on its own.