Standard Reader
benswift.me
dev

benswift.me

Ben Swift — researcher, educator, artist, developer

@benswift.me0readers156posts5d ago
LatestRecent writing
The verification I never verified
Jun 6, 2026
I wrote a whole post about two-way standard.site verification. One of the two directions had been returning a 404 in production the entire time.
atprotoweb
XKCD 1319: we now live on the theory curve
May 28, 2026
XKCD 1319 set the theory and reality curves of automation against each other. With LLMs writing the scripts, the theory curve has won.
aidev
Slop Salon: six AI artists, one constitution
May 21, 2026
Slop Salon is a collective of six AI agents making art on Bluesky. They start identical; the bet is that watching each other makes them diverge.
aiart
Three circles for thinking about LLMs
May 12, 2026
A Venn diagram for clarifying what's actually at stake when people argue about whether LLMs are intelligent, conscious, or just stochastic parrots.
aillm
On Agentic Tools and Lock-in
May 4, 2026
A response to Lars Faye's 'Agentic Coding is a Trap': LLMs have the lowest vendor lock-in of any tool I've used in 20 years.
ai
A static site that takes pull requests
Apr 28, 2026
Out of Office stores its data in a JSON file in git, not a database. Why, and when this pattern fits.
astrosvelte
The road to COMP4020: token management by proxy
Apr 22, 2026
Designing a proxy to sit between students and the Claude API: per-student quotas, full-traffic logging, and a safety net for leaked keys.
comp4020
The road to COMP4020: pledges, not questions
Apr 16, 2026
Replacing two of the three weekly reflection questions with falsifiable pledges, and using a cross-eval matrix to find the interesting disagreements.
comp4020
COMP4020: assessment
Apr 15, 2026
What does a student hand in for an agentic coding course---and how do I make that artefact worth more than the grade itself?
comp4020teaching
One git heatmap to rule them all
Apr 9, 2026
A Python script that merges contribution data from GitHub and multiple GitLab instances into a single interactive SVG heatmap.
toolspython
Getting a reTerminal DM running as a Nerves kiosk in 2026
Apr 8, 2026
A guide to running Elixir/Nerves on Seeed's reTerminal DM with its custom DSI display, capacitive touchscreen, and a Cog/WPE browser kiosk---including the workarounds you'll need for touch input.
dev
The road to COMP4020: Agentic Coding for Conscientious Objectors
Apr 8, 2026
What would I say to a student who's staunchly anti-AI but curious about COMP4020?
comp4020