Agam More

Agam More

0x022 - Token Optimizers ✂️

AI coding agents flood the model's context with junk: verbose tool output, the same file read five times. Token optimizers strip it before it hits the model. Cheaper, faster, less dumb.

0x021 - Durable Workflows 🔄

Problem: Most async workflows are held together with queues, retries, cron jobs, and hope. Durable workflows are the abstraction trying to replace that mess. Solution: Durable workflows let you write long-running, multi-step workflows as normal code. They handle crashes, retries, waits

0x020 - FinOps 💰

Problem: As cloud costs grow, they become hard to track, attribute and act upon across teams. Solution: FinOps platforms provide cost visibility, optimization recommendations, and budget controls through tagging and automation.

0x01f - AI and Startup Moats

This article is my attempt to enumerate all the possible moats you can count on that will still be relevant in the age of AI

0x01E - Auth as a Service 🛡️

Problem: Authentication is hard to implement quickly (and correctly). Solution: Get an out-of-the-box Auth solution.