terminal
$ whoami
$ cat intro.txt

// featured_projects

Some of the things I've been building.

mrcloudchase.github.io

Personal website and blog built with Next.js 16, static export, and a terminal/hacker aesthetic.

Next.jsTypeScriptTailwind CSSGitHub Pages
View on GitHub

claude-code.nvim

A Neovim plugin for integrating with Claude Code CLI.

Lua
View on GitHub

exo-mac-cluster-bootstrap

Scripts for bootstrapping a Mac mini cluster using Exo Labs clustering software.

Bash
View on GitHub

litellm-app

Production-ready LiteLLM deployment with PII guardrails for infrastructure deployment.

Python
View on GitHub

perceptron

A modern attempt at the original Perceptron experiment conducted by Frank Rosenblatt in 1957/1958.

Python
View on GitHub

digital-perceptron

A modern take on the Frank Rosenblatt perceptron experiment from 1958.

JavaScript
View on GitHub

// latest_posts

Thoughts on AI engineering, agents, and security.

SecurityAgents

Building a Red-Team Agent

The inverse of securing agents: building an agentic system that runs a traditional red-team engagement. Recon, enumeration, exploitation, and reporting as an agent loop, with scope enforcement and human gates as the core architecture.

·8 min
AgentsArchitecture

Agent Memory Architectures

An agent whose only memory is the context window restarts from near-zero every time it compacts. Here is how to give agents memory that lasts: working, episodic, and semantic memory, write-time fact extraction, and hybrid retrieval, plus the failure modes that break naive RAG-as-memory.

·9 min
Agents

Building Effective Agents in Practice

Anthropic's 'Building Effective Agents' draws a hard line between workflows and agents. Here is what each pattern - prompt chaining, routing, parallelization, orchestrator-workers, evaluator-optimizer - looks like in practice, and how to choose the simplest one that works.

·7 min