slot·01>_wesh·PID 0421·12.4M·up 00:00:00·conn: localWesOS shell
wesh 0.9 — panel shell
type 'help' · 'slots' · try load blog 3
guest@wes-os:~$
slot·02~now.working·PID 0704·5.8M·up 00:00:00·conn: gitNOW://WORKING
NOW://WORKING● synced 2026-08-13 06:30 UTC
Right now: advancing vimes' workflow introspection and declaration system, improving charlotte's documentation structure
28b335avimes×8advancing workflow introspection, declaration-reading system, and refusal vocabulary channels15h
c1ad8cdcharlotte×8restructuring documentation with Mintlify site, benchmarks README, and agent-manifest compliance1d
9cc070eflynnrefactoring game modules to use unified GameContext and theme system6d
※ mirrored from github.com/TickTockBent · refreshes nightly
slot·03§blog.reader·PID 0882·24.1M·up 00:00:00·conn: sslBLOG://INDEX
BLOG://INDEX
half-formed ideas · notes · works-in-progress · 27 posts
- 2026-08-11I Tried to Prove Agent-Readiness Saves Tokens. 52 Runs Later, I Can't.I built a scanner that grades repos on how readable they are to AI agents, then ran a controlled experiment to see if any of it matters. The result is a null, plus three things I did not expect about how agents actually read your code.#ai#agents#opensource#devtools
- 2026-08-11I Put One Example in a Prompt and It Decided How the Agent Read My Whole RepoI was benchmarking agent-readiness when I noticed the agent never opened a single markdown file. Not the README, not AGENTS.md, nothing. The cause was one helpful sentence I wrote in the prompt.#ai#agents#prompting#devtools
- 2026-04-23series: Review BombYour Phone as a Terminal: One Command, One QR Code, No SSH ClientA code review of TermBeam, a Node CLI that shares a local terminal to your phone over a QR code — no SSH, no port forwarding, no static IP.#opensource#javascript#security#devtools
- 2026-04-19series: Review Bombhtop for Your Git HistoryA code review of gittop, a Go TUI that turns a dozen git log incantations into a seven-tab dashboard — with a participle-based filter language and braille-rendered charts. I wrote the project's first 22 stats tests and opened the PR.#opensource#go#git#tui
- 2026-04-14series: Review BombWhat's Actually in Your Docker Image? Reading the Parser That Tells YouA Rust TUI that inspects multi-gigabyte Docker images using 80 MB of RAM where dive chokes. I read the streaming tar-in-tar parser, wrote the project's first 55 unit tests, and got them merged same day.#opensource#rust#docker#devtools
- 2026-04-12series: Review BombWhen AI Writes Your Firewall, Check the MathAn AI-generated eBPF firewall with 8,500 lines of Rust, an LLM honeypot, and a suspicion scoring bug that made its own behavioral engine useless. I read the code, fixed the math, and wrote it up.#opensource#rust#security#ai
- 2026-04-09series: Review BombA Rust TUI for Your UniFi Network That Actually Takes Code Review SeriouslyA code review of Unifly, a Rust CLI and TUI dashboard that tames Ubiquiti's split API mess into 27 commands and 10 monitoring screens — plus a contributed NAT update feature.#opensource#rust#networking#cli
- 2026-04-08series: Charlotte MCPAnatomy of a GitHub Actions Supply Chain Attack Targeting MCP ReposA pull request to my MCP server Charlotte led me to uncover a supply chain attack spanning 250+ repos, 64 sockpuppet accounts, and five phases of escalating access — all funneling GitHub OIDC tokens to a single organization.#opensource#security#github#supplychain
- 2026-04-06series: Review BombYour Artifact Registry Doesn't Need 2 GB of RAMA deep-dive into Nora, a 32 MB Rust binary that replaces Nexus and Artifactory — serving seven package protocols on under 100 MB of RAM.#opensource#rust#devops#docker
- 2026-04-03series: Charlotte MCPI Renamed All 43 Tools in My MCP Server. Here's Why I Did It Now.Charlotte 0.6.0 ships a breaking change, batch form fills, and lazy browser launch. Plus the story of 7 strangers improving code I wrote alone in February.#mcp#ai#webdev#opensource
- 2026-04-03Your System Is Not a State MachineState machines can't describe agentic AI systems. The state space is too vast, the behavior isn't stochastic, and the flowchart is a lie. What replaces it?#ai#architecture#agents#systems-design
- 2026-04-02Anthropic Leaked Its Own Source Code and May Not Own ItThe Claude Code leak exposed 500,000 lines of source code. The DMCA takedowns that followed may have exposed something worse — that Anthropic can't legally claim copyright over code its own AI wrote.#ai#opensource#security#legal
- 2026-04-02series: Review BombYour Encrypted Backups Are Slow Because Encryption Isn't the BottleneckA look at Concryptor, a Rust CLI that pipelines io_uring and AES-256-GCM to hit GB/s file encryption on commodity NVMe — and the CI cleanup PR that followed.#opensource#rust#security#cli
- 2026-03-31series: Review BombYour Package Manager's Installer Doesn't Know Fish ExistsA deep-dive into parm, a Go binary package manager for GitHub Releases — and why CLI tool installers keep ignoring fish shell users.#opensource#go#cli#tooling
- 2026-03-30series: Review BombThe Firewall Between Your AI Agent and Your FilesystemA code review of greywall, a container-free sandbox that isolates AI coding agents with kernel-level enforcement — no Docker required.#opensource#security#go#ai
- 2026-03-29series: Review BombWhy Your SFTP Transfer Is Stuck at 2 MB/s (and the Fix Is a Protocol from 1983)How a 2 MB/s file transfer on localhost exposed a protocol bottleneck in russh-sftp — and why cubic switched to SCP to fix it.#opensource#rust#ssh#tooling
- 2026-03-18series: Review BombFinding Blocking Code in Async Rust Without Changing a Single LineA code review of hud, an eBPF profiler that attaches to running Tokio processes and finds blocking code without recompilation.#opensource#rust#performance#async
- 2026-03-14series: Review BombNobody Reviews Their Agent's CodeA code review of crit, a Go tool that brings PR-style inline review to AI agent output with multi-round feedback loops.#opensource#go#ai#tooling
- 2026-03-10series: GuardrailsSecrets, Agents, and .env FilesYour AI agent can read your environment variables. It can also commit them. Here's how to make sure it doesn't.#github#security#ai#beginners
- 2026-03-09series: GuardrailsStop Letting Agents Push to MainYour AI coding agent is one bad prompt away from force-pushing to production. Here's the five-minute fix.#github#devops#ai#beginners
- 2026-03-05series: Charlotte MCPI Let an AI Agent Use My Browser Tool Unsupervised. It Found 3 Bugs in 20 Minutes.Dogfooding Charlotte MCP by watching an agent struggle through a real task, then fixing everything it hit.#mcp#ai#webdev#opensource
- 2026-03-04series: Charlotte MCPMy MCP Server Was 2x Larger Than Playwright. Now It's 136x Smaller.How I took Charlotte from embarrassingly bloated to the most token-efficient browser MCP server available, and what I learned about building tools for AI agents.#mcp#ai#webdev#opensource
- 2026-03-04series: Review BombYour LLM Doesn't Need 200 Lines of Test OutputA code review of tokf, a Rust CLI that compresses terminal output for LLM context windows — with 40 built-in filters and Claude Code integration.#opensource#rust#ai#tooling
- 2026-03-02series: Review BombThis CLI Launches Parallel AI Agents. It Didn't Launch on Linux.A deep-dive into iloom's codebase after its parallel AI agent workflow failed on Linux — and the four issues filed to fix it.#opensource#typescript#ai#tooling
- 2026-03-01series: Review BombYour Benchmarks Are Lying to You (And This 148-Star Crate Knows Why)A code review of Tango, a Rust benchmarking harness that interleaves baseline and candidate runs to eliminate thermal drift and scheduling noise.#opensource#rust#performance#benchmarking
- 2026-02-27series: Review BombYour RSS Feeds Are Broken and This Rust Tool Fixes ThemA code review of rss-funnel, a Rust-based RSS processing pipeline that filters, merges, and transforms feeds with a YAML config and web UI.#opensource#rust#rss#tooling
- 2026-02-27series: Review BombI Read 9,000 Lines of a Stranger's MergetoolA code review of ec, a terminal-native 3-way git mergetool in Go that replaces vimdiff with a sane TUI for resolving merge conflicts.#opensource#git#go#tooling