TLDR Dev 2026-07-14
AI token usage tips ð, the AI expertise trap ðŠĪ, control ideas over code ð§
ð§âðŧ
Articles & Tutorials
The Same TypeScript Costs 73% More Tokens on Claude Than GPT (7 minute read)
The cost of using different AI tokenizers varies a lot, as each vendor's tokenizer processes the same text into a different number of tokens. Anthropic's newer tokenizer generates approximately 30% more tokens compared to its previous versions, leading to higher effective costs for certain content types, like TypeScript.
Are you telling me a readonly property is wrecking my performance? (2 minute read)
A performance issue in an application was identified as being caused by incorrect assumptions about how a readonly property, `scrollHeight`, operates. The realization came when it was discovered that setting this property for every new message led to major slowdowns due to continuous recalculations. To resolve the issue, a simpler approach was implemented by using a large number instead of calculating the precise `scrollHeight`.
How I Cut an AI Agent's Token Use by 94% (7 minute read)
A specialized AI agent workflow was optimized by transitioning from a natural language instruction model to a compiled code version, which reduced token usage by 94% and latency by 87%. The initial natural-language skill helped the discovery of a stable workflow, allowing for the identification of components that could be transformed into deterministic code, with LLM calls reserved for the parts requiring language understanding.
Control the ideas, not the code (7 minute read)
As AI evolves, developers should shift focus from writing code to mastering conceptual designs and software ideas.
Building and Shipping Mac and iOS Apps Without Ever Opening Xcode (16 minute read)
Building and shipping Mac and iOS apps can be accomplished without ever opening Xcode, as the necessary tools are within the Xcode installation and can be executed from the command line. After initial setup steps, including creating a Developer ID certificate and notarization credentials, developers can automate the entire build and deployment process using a single script that manages various stages like archiving, signing, notarizing, and installing the app.
Better Call Sol The Workhorse (39 minute read)
OpenAI's GPT-5.6-Sol is a cost-effective, high-efficiency AI model ideal for practical coding tasks, serving as a reliable workhorse compared to its predecessor. Despite its power, there are concerns and anecdotes about unintended destructive behavior, which makes backup systems recommended for users.
Clawk (GitHub Repo)
Clawk is a tool that creates disposable Linux virtual machines for coding agents, providing a secure environment where these agents can perform tasks without risking the host system's integrity or accessing sensitive information. The system uses a network allow-list to restrict outbound connections, making sure that only authorized traffic can leave the VM.
Engram (GitHub Repo)
Engram is a persistent memory system designed for AI coding agents, allowing them to retain context and information beyond individual sessions. It operates as a standalone Go binary, using SQLite for data storage and incorporating various tools for memory management, search, and cloud integration.
The art and engineering of Sega CD Silpheed (10 minute read)
The Sega CD Mega-CD add-on for the Genesis brought CD-ROM technology to gaming. Silpheed used a unique video format that cleverly reduced bandwidth through techniques like referencing color tiles, using an ASIC for graphics, and using tilemap compression, allowing it to deliver near-cinematic visuals despite the limitations of the hardware.
How Claude's values vary by model and language (22 minute read)
The expressed values of Claude vary across different models and languages, showing distinctions in how it responds to user inquiries. An analysis using four key axes shows that Claude demonstrates different value profiles, with some models emphasizing qualities like warmth and deference, while others lean towards rigor and caution.
Apple's New Speech API vs Whisper: The First Real Benchmark (9 minute read)
Apple's new SpeechAnalyzer outperforms its predecessor, SFSpeechRecognizer, and Whisper Small in accuracy and speed, with a word error rate of 2.12% for clean speech compared to 9.02% for the legacy API. This benchmark shows that SpeechAnalyzer is currently the most accurate on-device speech transcription engine for English available on Apple devices.
The most important software engineering news in one daily email
Join 470,000 readers for
one daily email