AI workflows & reviewVideo & written walkthrough
Engineering a useful assistant
Inspect the reference material, handle missing information, and keep approval tied to the exact response a person reviewed.
- Follow three fictional enquiries.
- See how source material supports a reply.
- See why an edited draft needs another review.
Watch within the case study ↗
APIs & reliabilityWritten walkthrough
Reliable .NET integrations
A practical walkthrough of rate limits, account-access errors, and retry decisions in a modular .NET integration layer.
- Distinguish a rejected request from an uncertain result.
- Keep retry policy separate from the API client.
- Test the failure paths that affect your business workflow.
Read the walkthrough ↗
Workflows & architectureWritten walkthrough
Architecture for business software
How to separate a preview, a reviewed decision, and a posted result in business software, using an anonymized workforce workflow example.
- Pin the inputs and rules behind a reviewed result.
- Treat correction as a new, linked business operation.
- Design retries and concurrent changes into the workflow.
Read the walkthrough ↗