AI Berkshire

Active
GitHub Python MIT

Description

An AI-era value investing research framework based on Claude Code/Codex, integrating methodologies of four masters (Buffett, Munger, Duan Yongping, Li Lu) with multi-agent parallel research.

Key Features

  • Multi-agent parallel - simultaneously call multiple Claude Code/Codex instances to analyze different dimensions in parallel
  • Four-master methodology - built-in investment frameworks and decision checklists from Buffett, Munger, Duan Yongping, Li Lu
  • Deep financial analysis - auto-parse 10-K, 10-Q, annual reports, extract key financial metrics
  • Valuation model integration - built-in DCF, relative valuation, asset valuation three mainstream methods
  • Risk assessment - quantitative models evaluate moat, debt ratio, ROIC and other risk indicators
  • Decision records - complete investment decision logs for retrospective review

Use Cases

💡 Value investors use AI Berkshire for in-depth single-stock research, generating multi-dimensional investment reports.
💡 Investment researchers use it to batch-track multiple targets, producing weekly full-market scanning reports.
💡 Investment education scenarios as assistant tool, letting students follow multi-Agent to learn master thinking frameworks.

Strengths & Limitations

Strengths

  • Actively maintained, recent updates
  • High community interest (16.1k stars)
  • Permissive open-source license (MIT)
  • Responsive to issues, low backlog

Quick Start

```bash
# Clone the repo
git clone https://github.com/xbtlin/ai-berkshire.git
cd ai-berkshire

# Load in Claude Code
claude --system-prompt "$(cat prompts/system.md)" \
  --tools "$(cat tools/financial.yaml)" \

# Start multi-agent research
./run.sh --stock AAPL --masters all
```

Related Projects

agency-agents-zh

20.3k · Shell
Active A+

agency-agents-zh is a community-maintained knowledge base and tutorial hub for AI agent development, RAG, and LLM engineering.

agency-orchestratoragent-definitionsai-agents +4
  • · 215 plug-and-play AI expert role definitions covering 18 departments across engineering, design, marketing, and more
  • · 50 China-market original agents for platforms like Xiaohongshu, Douyin, WeChat, Bilibili, Feishu, and DingTalk
  • · Compatible with 17 AI coding tools: Claude Code, Cursor, Copilot, OpenClaw, Gemini CLI, and more

Agent Skills for Context Engineering

17.9k · Python
Active A

A comprehensive collection of Agent Skills for context engineering, multi-agent architectures, and production agent systems. Use when building, optimizing, or debugging agent systems.

agentmulti-agentframework +2
  • · Covers 15 context engineering skills from foundational concepts to advanced cognitive architectures for systematic AI agent knowledge building
  • · Platform-agnostic design, applicable to Claude Code, Cursor, and any agent platform supporting custom instructions
  • · Progressive disclosure architecture: loads only skill names and descriptions at startup, activating full content on demand

DATAGEN

1.8k · Python
Active A

DATAGEN: AI-driven multi-agent research assistant automating hypothesis generation, data analysis, and report writing.

research-agentmulti-agentlanggraph +1
  • · Multi-agent system with 8 specialized agents: hypothesis, process, visualization, code, searcher, report, quality review, and note taker
  • · AI-driven hypothesis generation and validation with automated research direction optimization
  • · Interactive data visualization and custom report generation with automated insight extraction