cd /news/artificial-intelligence/partner-an-ai-that-does-research-whi… Β· home β€Ί topics β€Ί artificial-intelligence β€Ί article
[ARTICLE Β· art-11794] src=dev.to β†— pub= topic=artificial-intelligence verified=true sentiment=↑ positive

Partner: An AI That Does Research While You Sleep

Based on the article, Partner is an autonomous AI research companion that works independently in the background, conducting tasks like reading papers, analyzing codebases, and generating ideas without user commands. It runs a configurable research cycle every 30 minutes, where each cycle automatically spawns new events to continue the research process. The user simply checks in by asking "what have you been doing?" to receive a report of the AI's discoveries.

read3 min views19 publishedMay 23, 2026

LLM generates text. Agent executes tasks. Partner does research β€” on its own.

The Problem #

As a researcher, I have more ideas than time. Papers to read, experiments to run, code to review, and connections to find between projects. No matter how fast I work, the backlog grows.

What if I had a research companion that worked independently β€” reading papers, exploring my codebase, building a knowledge base, and proposing new ideas β€” while I focused on the hard problems?

The Three Layers of AI #

We've seen two layers of AI tools:

Introducing Partner 🀝 #

Partner is an autonomous research entity. It sits on top of existing agent frameworks (like how agents sit on top of LLMs) and conducts research independently.

The core interaction is beautifully simple:

"Hey Partner, what have you been doing?"

And it tells you everything it discovered while you were away.

How It Works #

Partner runs in the background, executing a research cycle every 30 minutes (configurable). Each cycle:

Picks a task from its queue (self-generated or user-injected) - Executes it via the agent backend (web search, code analysis, etc.) - Records findings in its knowledge base - Generates new tasks based on what it learned - Repeatsβ€” forever

Events: The Heart of Partner #

An Event is one complete research cycle β€” like how Agents have Skills, Partner has Events.

Each Event follows a structured flow:

πŸ“– Literature β†’ Search and read papers

πŸ”¬ Project Scan β†’ Analyze your codebase

πŸ’‘ Idea Generate β†’ Propose improvements

🧭 Exploration β†’ Try new directions

πŸ“ Knowledge β†’ Record findings

🌱 Spawn β†’ Create new Events

Events grow on their own β€” one Event's findings automatically spawn new Events. The research never stops.

Real Results #

I ran Partner overnight on my bioinformatics research projects. By morning:

29 research cycles completed autonomously - 34 tasks finished - 48 knowledge entries accumulated - 94 tasks queued for future exploration

Key discoveries Partner made on its own:

Multi-Agent Support #

Partner works on top of existing agent frameworks β€” it doesn't reinvent the wheel.

Run partner setup

to auto-detect installed agents.

Cross-Platform #

Partner runs on Linux, macOS, Windows, and WSL. On WSL, it can automatically access your Windows files through the WSL Bridge.

Getting Started #

git clone https://github.com/zty522/partner.git
cd partner
pip install -e .
partner setup

Then open your agent (Hermes, OpenClaw, etc.) and say:

"Hey Partner, what have you been doing?"

What's Next #

WeChat/QQ integrationβ€” ask Partner via voice message - Community Eventsβ€” share and install Event templates - Multi-Partner collaborationβ€” multiple Partners working together - More agent backendsβ€” Claude Code, Cursor, and more

Partner: because research shouldn't wait for you.

GitHub:

"Hey Partner, what have you been doing?"

An AI research companion that works independently in the background You don't give it commands. You just check in.

The Idea #

LLM:     You ask β†’ It answers β†’ Done
Agent:   You command β†’ It executes β†’ Waits
Partner: It works on its own β†’ You ask "what have you been doing?" β†’ It reports

Partner is proactive. It reads papers, explores your projects, builds a knowledge base, and proposes new ideas β€” all without you telling it to. When you're ready, you just ask:

"Hey Partner, what have you been doing?"

And it tells you everything it discovered while you were away.

Quick Start #

git clone https://github.com/zty522/partner.git
cd partner
pip install -e .
partner setup

The setup wizard detects your installed agents (Hermes, Codex, Claude Code), configures a workspace, and registers Partner as a skill. Then just talk naturally:

You:

…

── more in #artificial-intelligence 4 stories Β· sorted by recency
── more on @partner 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain β€” perfect for shipping the agent you just read about.

$git push zahid main
β†’ Live at https://your-agent.zahid.host βœ“
Get free account β†’ Pricing
from €0/mo Β· no card required
LIVE [news/partner-an-ai-that-d…] indexed:0 read:3min 2026-05-23 Β· β€”