Writing · Nº 041065 essays
The writing
Ideas from inside the work. Explore technology, entrepreneurship, and the practice of building things that last.
83 essays found · Page 3 of 7
Clear filtersEngineeringHow to Design a Product Around a ModelProduct design when the model is the core mechanism: shape the workflow around what it does reliably, design for non-deterministic output, and build the recovery paths.StrategyThe ROI of AI Case Management for Personal Injury FirmsHow to calculate the ROI of AI case management for a personal injury firm: cases saved at intake, staff hours freed, and cycle time to settlement. The real math, not a demo.EngineeringHow to Test an AI Automation Workflow Before ProductionShipping an untested AI workflow straight to live data is how you break things at scale. Here is how to test automation with dry runs, fixtures, and a staging path.OperatingHow to Prove AI Reliability to Enterprise BuyersWhat enterprise buyers need to sign: evidence the system will not lie and will not do damage, packaged as evals, audit logs, and claims you can defend.EngineeringHow to Handle Timeouts and Long-Running Workflow StepsA step that hangs can freeze an entire AI workflow. Here is how to set timeouts, handle long-running steps, and keep automation from stalling on a slow dependency.OperatingHow to Route Workflow Steps to the Right Model for CostUsing your best model for every step of an AI workflow is a waste. Here is how model routing sends each step to the cheapest model that can do the job well.AIIs Your Personality Type Fixed? The Myth That Traps YouThe idea that your personality type is fixed for life is a myth that becomes an excuse. Here is what actually changes, what does not, and why it matters.AITechnical Due Diligence on an AI Codebase Is DifferentAuditing an AI or ML codebase in due diligence means checking data, models, and notebooks, not just code. Here is what technical due diligence must add.AIWhat AI Should and Shouldn't Automate in a PI FirmA clear line for personal injury firms: what AI should automate (intake, records, follow-up) and what it should never touch (legal judgment, strategy, the human moments).OperatingHow Many Clients Can a Solo AI Agency Handle?How many clients can a solo AI agency handle? The real limit is not delivery hours anymore. It is attention and communication. Here is the honest math.EngineeringHow to Build Guardrails Into an AI ProductEngineering guardrails as a first-class layer: input validation, output checks, refusal behavior, and audit trails that block damage instead of embarrassment.OperatingHow to Cache Model Responses and Cut Automation CostsMost AI workflows pay full price to answer the same question twice. Here is how to cache model responses safely to cut token costs without serving stale answers.