Writing · Nº 041065 essays
The writing
Ideas from inside the work. Explore technology, entrepreneurship, and the practice of building things that last.
1065 essays found · Page 84 of 89
Clear filtersStrategyHow a Producer Should Organize a Beat Catalog to Land PlacementsProducers lose placements to a messy beat catalog. Here is how to organize, tag, and pitch beats so an artist can say yes in minutes, not days.EngineeringThe Hard Part of Scraping Is Proxy ManagementParsing HTML is easy. Proxy management is where scraping projects die. Here is why proxies, not selectors, decide whether your data pipeline survives.EngineeringLive Sports Scores Are a Fan-Out Problem, Not a Chat ProblemReal-time live sports scores scale by fan-out, not bidirectional chat. Learn why one authoritative source and read-only broadcast is the right backend shape.ThesisHow to Red-Team Your AI Product Before Buyers DoRed-team your AI product before enterprise buyers do it for you. A practical method for finding jailbreaks, leaks, and failure modes on your own terms.EngineeringWhen to Render JavaScript for Scraping (and When Not To)Rendering JavaScript for scraping costs ten times more than an HTTP fetch. Here is how to tell when a site actually needs a browser and when it does not.AIAI Research Agent vs a Junior Analyst: Which to TrustAn AI research agent beats a junior analyst on speed and breadth, but only if you verify sources. Here is where each one earns its keep and where it fails.OperatingHow to Run a Board Election Online Without Getting SuedRun a board election online with a verifiable tally. Directors face personal liability, so a convenient vote is not enough. Here is what the count must prove.EngineeringSelf-Hosted CI Runners vs Paying for Cloud MinutesSelf-hosted CI runners vs cloud minutes: when owning your build machines beats paying per-minute, and the real cost math across a portfolio of repos.ThesisSeven Signs a Product Is Just AI Bolted OnHow to spot AI bolted on to old software before you buy. Seven concrete signs a product wrapped a model instead of building AI-native around it.OperatingHow to Speed Up Personal Injury Intake Without Adding StaffA practical guide to speeding up personal injury intake. The mechanics of first response, qualification, and sign-up that win cases before a competitor calls back.EngineeringHow to Spot Vendor Lock-In Before You Sign the ContractVendor lock-in hides in defaults, not fine print. Here is how to spot lock-in before you sign a hosting contract and keep your exit cheap and real.AIStream the Answer, Don't Spin: AI-Native Latency UXAI-native latency UX means streaming tokens as they arrive, not showing a spinner. Here is why perceived speed beats raw speed for model-backed features.