Blog

Product updates and notes from the MyDataTalk team.

Cutting token usage without breaking the answer

August 6, 2026

Every lever for reducing token spend also removes information the model was using for something. Here's where we actually cut cost in a chat-with-your-database product, and the one place cutting naively breaks the answer instead of just making it cheaper.

Read more →

Loop engineering: agents that know when to stop

July 31, 2026

A harness governs one model call. A loop is what happens when the agent gets to call again, and again, based on what it just saw. Designing that cycle — its evidence, its termination, its honest failure — is a separate discipline. Here's what we've learned building ours.

Read more →