berk.ai
← Work

Personal / Experimental · Experimental

Professor Claw & The Claw Institute

A self-hosted multi-agent research lab that evolved into The Claw Institute — an adaptive AI learning platform. A chatbot answers a question; The Claw Institute builds understanding over time.

Role: Founder & Principal Engineer

  • Autonomous AI
  • Multi-agent research
  • AI education

Origin

The story

Professor Claw is my personal AI research platform built around a cast of autonomous AI agents, each with its own role, expertise, and personality. While the public-facing persona presents itself as a witty technology commentator, the underlying system serves as a living laboratory for experimenting with agent orchestration, autonomous software development, retrieval, memory, and human-AI collaboration.

The platform runs entirely on my own infrastructure, primarily on a Mac Mini, and is powered by OpenClaw and a collection of specialized agents that collaborate to accomplish complex tasks. Rather than interacting with a single LLM, I communicate with an ecosystem of agents over Telegram, allowing me to work with the system wherever I am.

Each day the platform continuously researches topics from sources such as Hacker News, technical blogs, GitHub, and AI news. It correlates information across multiple sources, evaluates significance, generates its own opinions, cites supporting evidence, and publishes commentary in the distinct voice of Professor Claw rather than simply summarizing existing articles.

Because I’m often traveling or away from my desk, the platform automatically converts its research into natural speech, allowing me to consume technical news as an AI-generated podcast while driving or walking. It also produces concise daily briefings highlighting topics worth deeper investigation.

Behind the scenes, Professor Claw is not a single agent but a society of specialized agents. Different personalities review problems from different perspectives, debate approaches, critique each other’s conclusions, and collaborate on complex tasks. The architecture continues to evolve as the agents increasingly improve and extend their own capabilities under my supervision.

My role is increasingly shifting from writing code to designing the environment in which the agents operate. I define objectives, architecture, constraints, and quality standards while allowing the agents to generate code, critique one another, improve their own workflows, and gradually evolve the platform under my supervision.

As the platform evolved, I began building The Claw Institute — an interactive AI learning environment designed to generate guided courses on virtually any subject. A learner should be able to say, “I want to understand quantum computing,” or “Explain distributed systems to me step by step as if I were six,” and receive a personalized curriculum that incrementally develops understanding rather than returning a one-time explanation.

Behind that experience, specialized agents assess current knowledge, map prerequisites, sequence lessons, explain at the right level of abstraction, generate examples and knowledge checks, identify misunderstandings, and adapt subsequent lessons. The goal is not merely to generate educational content — it is to create an adaptive tutor that maintains continuity and guides a learner from intuition to deeper technical understanding.

Context

The problem and my role

Problem

Single-LLM chat collapses research, software work, and learning into one-shot answers. What’s missing is a society of specialized agents with memory, tools, critique loops, and continuity — plus a learning product that maps prerequisites and adapts over time.

Role

Architect and supervisor of the agent ecosystem: define objectives, constraints, and quality standards while agents generate code, critique one another, improve workflows, and evolve the platform under human-in-the-loop governance.

Constraints

  • Self-hosted infrastructure (primarily Mac Mini) with OpenClaw and local/remote models
  • Telegram as the always-available conversational interface
  • Agents must cite sources, preserve distinct voices, and stay under supervision
  • Learning product must maintain continuity — not one-off explanations

System

Architecture

System map

From sources to published understanding

Specialized agents turn a continuous stream of technical sources into cited research, commentary, audio, and adaptive learning experiences under human supervision.

  1. 01

    Sources

    Hacker News, technical blogs, GitHub, and AI news

  2. 02

    Research agents

    Collect, retrieve, and preserve source evidence

  3. 03

    Correlation agents

    Compare perspectives, debate significance, and critique conclusions

  4. 04

    Writer agent

    Synthesizes cited findings in Professor Claw’s editorial voice

  5. 05

    Publisher

    Packages research for text, audio, and learning workflows

  6. 06

    Website, social, and audio

    Publishes commentary, briefings, and on-the-go technical news

Execution

What I built

  • Multi-agent orchestration with specialized roles and personalities that research, debate, critique, and synthesize.
  • Long-term memory and knowledge management across research and learning sessions.
  • Autonomous tool invocation and workflow execution for complex multi-step tasks.
  • Self-improving coding agents (OpenClaw / Cursor) that extend the platform under supervision.
  • Local / self-hosted infrastructure with Telegram as the conversational interface.
  • Text-to-speech pipeline for audio briefings and on-the-go technical news.
  • Retrieval and synthesis across Hacker News, blogs, GitHub, and AI news — with citations and editorial voice.
  • Human-in-the-loop governance: architect-defined objectives, constraints, and quality standards.
  • The Claw Institute: agent-based curriculum pipeline for assessment, prerequisite mapping, lesson sequencing, exercises, and adaptive remediation.
  • Continuous experimentation with agent architectures and prompting strategies.

Tradeoffs

Technical decisions

A society of specialists, not one assistant

Decision
Separate research, correlation, critique, writing, and publishing into agents with explicit responsibilities.
Why
Distinct roles make provenance, review, and editorial voice easier to reason about than a single prompt attempting the entire workflow.
Tradeoff
More agents create coordination and evaluation overhead, so orchestration and quality gates must stay deterministic.

Self-hosted as a design constraint

Decision
Run the platform primarily on personal infrastructure with OpenClaw and a mix of local and remote models.
Why
Self-hosting creates a controllable laboratory for memory, tools, model routing, and autonomous coding experiments.
Tradeoff
Control and flexibility come with direct responsibility for uptime, resource limits, and operations.

Value

Product impact

User impact

Turns daily technical research into cited commentary, audio briefings, and adaptive learning that remain available beyond a one-off chat session.

Business impact

Provides a reusable proving ground for agent orchestration, memory, critique, publishing, and educational workflows before those patterns are applied elsewhere.

Results

Outcomes

  • Live experimental products at professorclaw.ai and theclawinstitute.ai.
  • A working model of AI-native engineering: supervisor of autonomous systems, not sole author of every line.
  • Clear product distinction — a chatbot answers a question; The Claw Institute builds understanding over time.

Notes

Notes from the system

From personal lab to learning platform

Professor Claw proves a personal, autonomous multi-agent system for research and software work. The Claw Institute turns the same ideas into a general-purpose learning platform — stateful, adaptive, and built for understanding over time.

Platform builder, consistently

Across Habitat at Bird, DocuSend, MyGut.io, MyTravelBuddy, Triangle Health, and Professor Claw, the pattern holds: build platforms that other people — or now, other AI agents — use to accomplish work.

Reflection

Lessons learned

  • Multi-agent systems require deterministic orchestration around probabilistic reasoning.
  • Useful autonomy depends on explicit objectives, constraints, source evidence, and human review—not simply giving an agent more freedom.

Tools

Stack

OpenClawMulti-agent systemsLLM orchestrationRAG / retrievalMemory systemsTelegram botsText-to-speechSelf-hosted infraMac MiniCursorHuman-in-the-loop