HARRISON NDEKE / TECHNICAL JOURNAL

Field
Notes.

Practical engineering notes on AI systems, automation, and the boring-but-important work that keeps a workflow dependable after launch.

Evidence firstHuman reviewedBuilt for implementation
Wordless dark basalt systems illustration with amber items moving through a central gate toward an ice-cyan completed grid, vermilion retry items in a narrow lane, an amber item in a clear reconciliation capsule, and a barrier blocking a full batch replay.FEATURED NOTE / 001

API design / batch processing / idempotency / workflow reliability

For a partial-success batch API, create a durable ledger before the call, classify every item from the response, and retry only items the provider explicitly left unprocessed or identifies as transiently failed. Treat a timeout or missing response as unknown, not failed: reconcile by an idempotency key or a read-back query before sending anything again.

Read the field note

THE ARCHIVE

Systems worth
writing down.

Each note starts with a real problem, separates confirmed practice from opinion, and includes the trade-offs a production team needs to consider.

EDITORIAL STANDARD

Useful beats
loud.

There are no generic AI roundups here. Every Field Note is written to help a builder make a clearer technical decision: how to model failure, when to introduce review, what should be measured, and where a clean demo is not enough.

Discuss a system