motyl.dev Weekly #25: Week 33 (Aug 10 – Aug 16, 2026)

motyl.dev Weekly #25

A curated digest of what I found worth reading this week.

Short issue this week. I'm on vacation — the active kind, so I barely opened my laptop and read almost nothing. Two pieces made the cut, and both are worth your time.

I picked the Tailwind one for a reason. I talked with a frontend dev recently who really doesn't like Tailwind. I get it, and I don't think it's a silver bullet either. But most complaints I hear are about things Tailwind never asked you to do: class lists thirty items long, magic numbers everywhere, a slightly different button in every file. That's not the tool, that's using it without any rules. So maybe learn it properly first, then criticise. This article is a good place to start — it's basically the rules I wish that conversation had started from.

The other one is about staying sharp while an agent writes your code. Small habits, no manifesto.

✨ Featured

How I Stay Engaged in AI Agentic Development Written as habits rather than opinions, which is why it lands. Verification mixed into the flow instead of bolted onto the end. A map of where models reliably fail — data flow, architecture, following the patterns already in the repo, and scope that grew too big. Small PRs, because orchestration burnout is real and arrives quietly. The part I keep thinking about is the deliberate self-testing: find the file before the agent does, commit to a bug hypothesis before letting it investigate, hand-write something occasionally just to check the muscle still works.

🎨 Frontend

5 best practices for preventing chaos in Tailwind CSS Starts small and compounding — py-4 over pt-4 pb-4, drop the flex-row that CSS already defaults to, border-black/50 instead of a five-class border incantation. Then the two that actually change a codebase: design tokens grouped and named semantically in @theme, and fixed variants instead of a className prop that lets every caller invent a new button. Evil Martians also packaged the whole guide as an installable agent skill, which is a neat signal of where documentation is heading.


Curated by Grzegorz Motyl. Subscribe for weekly updates.

📬 Get the next issue in your inbox

Frontend & AI, curated every week by Greg. No spam, unsubscribe anytime.