- Frames HLLM, TPMJS, BlocksAI as three layers of an AI infrastructure stack - HLLM = Orchestration layer (Kubernetes of AI) - TPMJS = Distribution layer (npm of AI) - BlocksAI = Semantic layer (TypeScript of AI) - Articulates the paradigm shift from monolithic agents to composable systems - Adds web stack analogy to explain separation of concerns - Focuses on the 5 novel ideas that make this different - Removes implementation details in favor of big picture vision |
||
|---|---|---|
| .. | ||
| public | ||
| scripts | ||
| src | ||
| .gitignore | ||
| eslint.config.mjs | ||
| next-env.d.ts | ||
| next.config.ts | ||
| package.json | ||
| postcss.config.js | ||
| RATE_LIMITING.md | ||
| RATE_LIMITING_SUMMARY.md | ||
| tailwind.config.ts | ||
| tsconfig.json | ||
| vercel.json | ||
| vitest.config.ts | ||