How X Decides What 550 Million Users See (9 minute read) X's feed algorithm, which determines what 550 million users see through a component-based pipeline, was recently open-sourced. The pipeline has sources like Thunder (for in-network posts) and Phoenix (for discovery), which feed candidates into a system of hydrators, filters, and multi-stage scorers. Posts are evaluated based on eighteen predicted engagement probabilities, weighted, and adjusted for author diversity and whether they are from followed accounts. | We Fixed A 6-Year-Old JavaScript Memory Leak (4 minute read) DebugBear fixed a 6-year-old memory leak in its Google Cloud Functions caused by lodash's `memoize` caching all data indefinitely without clearing it. The leak only showed up with thousands of unique URLs in production, not in local testing with repeated URLs, so the company just lived with occasional crashes and auto-retries. | | The 80% Problem in Agentic Coding (19 minute read) Many engineers now use AI agents to write 80-100% of their code, transforming their role from direct implementers to orchestrators. This adoption has introduced new problems, such as conceptual AI errors, comprehension debt within codebases, and a productivity paradox where review times balloon. Engineers need to shift to a declarative approach, focusing on problem definition and architectural oversight. | Don't solve problems that don't exist (8 minute read) People frequently waste time solving problems that don't exist, driven by procrastination, unclear next steps, and a subconscious avoidance of discomfort. This tendency is made worse by Parkinson's Law and an aversion to high-uncertainty tasks. | | The new era of browsing: Putting Gemini to work in Chrome (7 minute read) Google is integrating major Gemini AI updates into Chrome, including a new side panel for multitasking across tabs and deeper integrations with other Google apps like Gmail and Calendar. For AI Pro and Ultra subscribers, Chrome now has "auto browse," an agentic feature that automatically browses the web to handle complex multi-step tasks such as vacation planning, online forms, and smart shopping. | | Suspiciously precise floats, or, how I got Claude's real limits (11 minute read) This dev reverse-engineered Claude's hidden usage limits and internal credit system by analyzing unrounded float values from the API. Findings show the 5x subscription plan has amazing value, providing much more usage (up to 8 times weekly) than advertised, while the 20x plan is less efficient for weekly tasks. Subscription plans are always superior to API pricing, mainly due to free cache reads and discounted cache writes. | Adding dynamic features to an aggressively cached website (6 minute read) This dev implemented dynamic features on his aggressively cached website, which uses Cloudflare with a 15-minute cache header. He used localStorage and client-side JavaScript for features that bypass full-page caching. Examples include "Edit" links visible only to the administrator based on a `localStorage` key, and a "Random" button for navigating posts within a specific tag. | | Introducing LM Studio 0.4.0 (15 minute read) LM Studio 0.4, used to run AI locally on your computer, introduces a server-native daemon for headless deployment, parallel inference for high throughput, a new stateful REST API, and a refreshed user interface. | | | Love TLDR? Tell your friends and get rewards! | | Share your referral link below with friends to get free TLDR swag! | | | | Track your referrals here. | | | |
0 Comments