Run a multi-agent investment team to research one company from four investor viewpoints at once.
Screen a whole industry down to a handful of companies worth deeper research.
Read and cross-verify financial statements with exact decimal math instead of rough mental math.
Track an existing investment thesis over time and flag when the facts underneath it change.
| xbtlin/ai-berkshire | zai-org/chatglm3 | evilsocket/opensnitch | |
|---|---|---|---|
| Stars | 13,684 | 13,699 | 13,629 |
| Language | Python | Python | Python |
| Setup difficulty | moderate | hard | moderate |
| Complexity | 3/5 | 4/5 | 3/5 |
| Audience | pm founder | developer | ops devops |
Figures from each repo's GitHub metadata at analysis time.
Requires installing Claude Code or Codex CLI and running multi-agent skills that consume significant tokens.
AI Berkshire is a collection of skills for Claude Code and Codex that turns an AI coding agent into a stock research team. It packages the investing methods of four well known value investors, Warren Buffett, Charlie Munger, Duan Yongping, and Li Lu, into structured, repeatable research workflows a single person can run. The author argues that simply asking an AI chatbot to analyze a stock produces vague, wishy washy answers that hedge every point and are not useful for making a decision. AI Berkshire instead forces a clear verdict, such as pass, fail, or gray area, along with specific price ranges and position sizing suggestions. Its flagship feature runs four separate AI agents in parallel, each one reasoning from a different investor's point of view, so their conclusions can genuinely disagree with each other rather than blending into one bland summary. The README shows a real example where the four perspectives on a company reach different scores and different conclusions, which the author treats as useful tension rather than a bug. The framework also builds in checks meant to catch overconfident or sloppy reasoning: rating how much reliable information is actually available before trusting a conclusion, deliberately searching for reasons a company might be a bad investment, a short list of automatic disqualifiers such as management integrity problems, and financial calculations done with exact decimal math instead of rounded estimates, cross checked against at least two independent data sources. The repository ships about 20 separate skills covering deep company research, earnings report analysis, industry wide screening, portfolio management, and tracking whether an original investment thesis still holds over time. It works with both the Claude Code and OpenAI Codex command line tools, and the author reports two consecutive years of real, verified investment returns using this framework, alongside the caveat that past performance does not guarantee future results.
A Claude Code and Codex skill set that runs four AI investor personas in parallel to research stocks and force a clear buy or pass verdict.
Mainly Python. The stack also includes Python, Claude Code, Codex.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly pm founder.
This repo across BitVibe Labs
Don't trust strangers blindly. Verify against the repo.