Writing · Nº 041065 essays
The writing
Ideas from inside the work. Explore technology, entrepreneurship, and the practice of building things that last.
26 essays found · Page 1 of 3
Clear filtersAIHow AI Drafts Personal Injury Demand LettersHow AI drafts a personal injury demand letter from the case file: pulling records, bills, and facts into a first draft your attorney reviews and sends. Faster demands, human sign-off.EngineeringAI Agents vs Traditional Automation: When to Use EachAI agents vs traditional automation compared: rules win on predictable tasks, agents win on judgment and messy input. How to pick the right tool for reliability.OperatingHow to Automate Medical Records Retrieval for PI CasesMedical records retrieval is the slowest step in a personal injury case. How to automate the requesting, chasing, and tracking so cases stop stalling on unresponsive providers.EngineeringHow to Trace an AI Workflow Run to Debug What Went WrongWhen an AI workflow produces a wrong result, the final output tells you nothing. Here is how per-step tracing lets you debug exactly which step went wrong and why.EngineeringLeast Privilege for AI Automation IntegrationsAn AI workflow with full access to every system is a breach waiting to happen. Here is how to apply least privilege so automation can only touch what it needs.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.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.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 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.ThesisAI-Native Support Resolves, a Bolted-On Chatbot DeflectsAn AI-native support product resolves the issue. A chatbot bolted onto a legacy helpdesk just deflects tickets. Here is the difference buyers keep missing.EngineeringHow a Monitoring Agent Catches Silent Workflow FailuresThe worst automation failures throw no error, they just quietly stop working. Here is how a monitoring agent catches silent workflow failures before customers do.