← Back to Index

TLDR Dev

June 09, 2026 — 6 articles

Articles & Tutorials

I Design With Claude More Than Figma Now

LLMs like Claude can be used to create functional, interactive prototypes directly within a codebase. This means that the design-to-code transition from Figma to the codebase can be skipped, allowing for non-engineers to create higher-fidelity prototypes and mockups faster.

Opinions & Advice

Doing Nothing At Work

A lower utilization rate of 80% is recommended for software engineers to make sure they are available for unpredictable, high-impact opportunities. By avoiding a constant backlog grind and the temptation of uncompensated backchannel tasks, devs can prevent burnout. LLMS ARE ERODING MY SOFTWARE ENGINEERING CAREER AND I DON'T KNOW WHAT

To Do

A software engineer finds that AI and agentic coding are removing the value of specialized debugging skills and domain-specific knowledge more than expected. The technical intuition they have gained over the last decade is now feeling taken over by LLMs.

Miscellaneous

Algorithmic Monocultures In Hiring

An empirical study of 4 million job applications shows that, because many employers rely on the same few vendors, "algorithmic monocultures" create systemic rejections and racial disparities. The research shows that analyzing hiring data at the position-level, rather than in aggregate, is necessary to identify these widespread adverse impacts and systemic failures.

Life Is Too Short For A Slow Terminal

To achieve a sub-50ms terminal startup, avoid heavy plugin frameworks and manually source only essential plugins. Maximize speed by caching expensive completion audits, lazy-loading heavy commands like ⁠nvm⁠ and ⁠kubectl⁠, and using an asynchronous prompt to eliminate navigation lag.

Quick Links

Deepseek V4 Pro Beats Gpt-5.5 Pro On Precision

DeepSeek V4 Pro outperformed GPT-5.5 Pro across text tasks: instruction-following, regex correctness for a Python log redactor, and strict JSON schema adherence.