Tagged: architecture
Showing 6–10 of 10 articles
Karpathy's Wiki, OpenBrain, and Picking a Context Layer for AI Two memory models for AI work. One synthesises on write, one on query. Which to pick depends on whether you're a solo researcher or running multi-agent. Read article Types of APIs and Event Queues: When To Use Each Four ways to move data between services. What each one buys you, where each one falls down, and when I reach for which. Read article OpenVPN on an EC2 Bastion: Private Network Access Without the Complexity Setting up OpenVPN on a small EC2 instance as a bastion host for secure access to private AWS resources. No managed VPN service, no over-engineering. Read article Per-Channel vs Per-User: What Memory Model Works for AI Chat Slack conversations are collaborative. Persisting context per channel captures the full picture. Per-user memory misses half the conversation. Read article Building a Tool Builder: Making AI Tools Configurable Without Code The first API had hardcoded tools. The Slack bot needed different tools. I built a tool system where admins create, configure, and monitor tools from a dashboard. Read article