AI is a Boon for the Anal-Retentive

Published 2026-05-31 on Farid Zakaria's Blog

I guess it’s my turn to write an “AI article”. 🫠

It’s Saturday evening and I’m late onto my 3rd project, one where I would never have gotten so far without the help of recent advancements in AI, all thanks to LLMs. The realization that I’ve been able to accomplish personal projects that evaded me for so long was really remarkable and I feel fortunate…at least for now. I see the knobs slowly dialing back in how much tokens we are given pro bono is quickly diminishing.

A typical project, B.O. (Before Opus 4.6), was one where I think of an idea that inevitably needs a frontend component. I then spend 3-7 days researching the latest on frontend build patterns, frameworks and trends. I’m then mired in choice and complexity only to then lose focus, or lack of appeal in bit-twiddling CSS (something I never quite truly learned).

My latest project, Zephyr, is my attempt to build a wind-station powered by battery & solar that can send me updates via cellular network.

zephyr breadboard

The project involves: writing firmware via Rust nostd to a ESP32 board, sending commands to the modem to initiate the https requests, connecting the anometer and wind vane to the device, working with a breadboard (I can do hardware now too!) and writing a front-end website to display the results.

To say this project is outside of my wheelhouse is an understatement.

However I have been able to get surprisingly far thus far asking for advice and guidance, and leaning on the LLM to bootstrap some code. I have had to be incredibly thoughtful in guiding it to relevant schematics, examples and manuals since writing the firmware for the board was incredibly tricky with all the various knobs that can be tuned.

The project prior to that was one dedicated to recording surfing entries: http://surfing.exe.xyz/. The project prior to that was https://checkthisdealforme.com/, a small website where you can quickly appriase items you either want to buy or sell.

You might notice a theme that all these projects leverage https://exe.dev/. It’s a platform I’ve enjoyed that has similarly taken out all the infrastructure molasses out when working on small projects.

All these projects would never have made it this far. I’m far too anal retentive. That quality is part of my personality. It has often a strength when dealing with the mire of complexity at $DAYJOB$ but has been a burden for things I am happy to relinquish the complexity of.

Thank you large-language models, for freeing me of my anal-retentiveness when necessary. While others use the term “slop” as a form of insult, here it’s been a boon and a welcomed one.


Improve this page @ 7d16469
The content for this site is CC-BY-SA.