Writing · Nº 041065 essays
The writing
Ideas from inside the work. Explore technology, entrepreneurship, and the practice of building things that last.
15 essays found · Page 2 of 2
Clear filtersEngineeringHow to Handle Partial Failure in a Multi-Step WorkflowA multi-step workflow that fails halfway leaves your systems inconsistent. Here is how to handle partial failure with compensation, checkpoints, and clean rollback.OperatingHow to Automate Employee Onboarding Without Killing the WelcomeAutomate employee onboarding by handling provisioning, paperwork, and account setup with AI, while keeping the human welcome that new hires actually remember.EngineeringIdempotency in AI Workflows: Retry Without Double-ChargingIdempotency is what lets an AI workflow retry a failed step without sending two emails or charging a card twice. Here is how to build it in from the start.