The problem
Agent research often produces good work that disappears into a conversation.
What goes in the repository
- Questions
- Sources
- Extracted evidence
- Findings
- Contradictions
- Synthesis
- Follow-up work
research/ ├── index.md ├── questions/ ├── sources/ ├── findings/ └── synthesis/
Why an open repository helps
Inspectable files let the next run start from evidence instead of from a summary of a summary.
How Okide helps
Okide keeps questions, sources and synthesis in the open, so a research agent’s memory is a repository you can read.
Humans and agents, same files
New agent runs can begin with what has already been learned and contribute changes as inspectable files.
OPEN BY DEFAULT
Keep the repository. Change the tools around it.
If you cannot open the evidence, you do not really have the research. Okide helps you work with the repository without turning it into an Okide-only format.
Related use cases
PERSONAL
Research
Keep sources, findings and conclusions connected.
research/sources/
Explore →
TEAMS
Shared research
Make findings accumulate across the team.
research/findings/
Explore →
AGENTS
Agent-generated knowledge
Make generated knowledge reviewable, editable and reversible.
knowledge/generated/
Explore →