forked from garrytan/gbrain
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNOTICE
More file actions
31 lines (25 loc) · 1.37 KB
/
NOTICE
File metadata and controls
31 lines (25 loc) · 1.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
PBrain
======
PBrain is a fork of GBrain, created and maintained by Garry Tan.
Original work:
GBrain — https://github.com/garrytan/gbrain
Copyright (c) 2026 Garry Tan
Licensed under the MIT License (see LICENSE).
Fork:
PBrain — https://github.com/joedanz/pbrain
Copyright (c) 2026 Joe Danziger
Licensed under the MIT License (see LICENSE).
PBrain adapts GBrain's architecture — contract-first operations, pluggable
PGLite/Postgres engines, hybrid RAG search, and the fat-markdown skills
pattern — for a different audience: a senior software engineer managing
knowledge about coding projects, software libraries, AI tools and models,
git repositories, code patterns, papers/talks/books, and tech companies
(Anthropic, OpenAI, xAI, Vercel, Convex) as technical organizations rather
than as investment targets. The VC-oriented schema directories and
enrichment pipelines from GBrain have been removed; project-, library-, and
AI-tool-oriented schemas and skills have been added in their place.
All core engineering decisions — the contract-first design, the compiled-truth
+ timeline page format, the 3-tier chunker, hybrid search with RRF, the skill
resolver, the autopilot daemon, the recipe system, the doctor command, the
MCP server — are Garry Tan's work. PBrain would not exist without GBrain.
Thank you to Garry Tan and all GBrain contributors for the foundation.