Blog Posts

under #rust

Compaction in `sid`

My coding agent, sid has a compaction strategy I’ve not seen in use elsewhere; I call it, “Ask an Expert!”

under #ai #benchmark

FORTH? Really!?

In which I argue that left-associative languages might be better for LLMs than other languages.

under #ai

System Prompts

Your system prompt WILL leak. What are you going to do about it?

under #llms #ai #blue

HTTP, SMTP, IRC

Large Language Models have internalized HTTP. Maybe all we need to give agents agency is a simpler HTTP protocol.

under #leadership

Seventeen

In which we draw comparisons between the Tao Te Ching and senior engineering leadership.

under #rust #protoql

ProtoQL: A Work-in-Progress ORM Bridging Protocol Buffers and Key-Value Stores

ProtoQL is an emerging open-source project aiming to provide a novel way to manage structured data using protocol buffers within a key-value store environment. It seeks to combine the strengths of both worlds, offering the schema definition and data serialization advantages of protocol buffers with the scalability and performance benefits of key-value stores.

under #rust #mani

mani

mani provides a text-based write-ahead log.