All blogs
Thoughts
Top FinOps tools for cutting idle and over-provisioned cloud spend
For teams that know they're wasting cloud spend but not which tool actually fixes their kind of waste. The article sorts the market by waste type (idle VMs, Kubernetes, commitments, GPU) instead of by feature list, adds the pre-spend vs post-spend lens the comparison tables skip, and shows where MilkBox and Flags fit for AWS-heavy startups without putting lock-in risk on their books.
Thoughts
Top FinOps tools for cutting idle and over-provisioned cloud spend
For teams that know they're wasting cloud spend but not which tool actually fixes their kind of waste. The article sorts the market by waste type (idle VMs, Kubernetes, commitments, GPU) instead of by feature list, adds the pre-spend vs post-spend lens the comparison tables skip, and shows where MilkBox and Flags fit for AWS-heavy startups without putting lock-in risk on their books.
Thoughts
AWS autopilot cost optimization with no manual configuration
For growing AWS teams stuck between the safe 1-year Savings Plan discount and the deeper 3-year tier they can't safely commit to. The mechanic that closes the gap, the math on what's left uncaptured, and where MilkStraw fits in without taking lock-in risk onto the customer's books.
Thoughts
AWS autopilot cost optimization with no manual configuration
For growing AWS teams stuck between the safe 1-year Savings Plan discount and the deeper 3-year tier they can't safely commit to. The mechanic that closes the gap, the math on what's left uncaptured, and where MilkStraw fits in without taking lock-in risk onto the customer's books.
Thoughts
AWS savings plans for startups: best strategy for unpredictable usage
Your AWS usage is unpredictable. The deepest discounts sit behind the longest commitments. Here's the maximum you can save without a 3-year lock-in, why most startup savings advice is wrong, and a simpler playbook that actually fits how startups grow.
Thoughts
AWS savings plans for startups: best strategy for unpredictable usage
Your AWS usage is unpredictable. The deepest discounts sit behind the longest commitments. Here's the maximum you can save without a 3-year lock-in, why most startup savings advice is wrong, and a simpler playbook that actually fits how startups grow.
Thoughts
Companies building autonomous AWS cost optimization tools in 2026
The autonomous AWS cost tools landscape, how to pick by your spend pattern, and where MilkStraw fits.
Thoughts
Companies building autonomous AWS cost optimization tools in 2026
The autonomous AWS cost tools landscape, how to pick by your spend pattern, and where MilkStraw fits.
Engineering
MilkStraw AI Now Lives in Your Terminal
We turned our onboarding into a single command. Here's what that means for your team.
Engineering
MilkStraw AI Now Lives in Your Terminal
We turned our onboarding into a single command. Here's what that means for your team.
Engineering
One Line of Rails Config Cut Our Page Load Time by 65%
Our Rails app was shipping uncompressed payloads to every user. One line in an initializer fixed it. Here's why the obvious version of the fix silently fails.
Engineering
One Line of Rails Config Cut Our Page Load Time by 65%
Our Rails app was shipping uncompressed payloads to every user. One line in an initializer fixed it. Here's why the obvious version of the fix silently fails.
Engineering
Git Fixup: The Cleanest Way to Update Commits Before a PR
How to use git commit --fixup to fold changes into earlier commits without losing your history or your mind.
Engineering
Git Fixup: The Cleanest Way to Update Commits Before a PR
How to use git commit --fixup to fold changes into earlier commits without losing your history or your mind.
Engineering
Replacing Dev Containers: Reducing Setup Time from Minutes to Seconds
How we replaced a 170-line devcontainer.json with a single mise.toml and never looked back.
Engineering
Replacing Dev Containers: Reducing Setup Time from Minutes to Seconds
How we replaced a 170-line devcontainer.json with a single mise.toml and never looked back.
Engineering
We Ditched SSH for SSM and Kamal Deploys Got Simpler
How we switched Kamal from SSH to AWS SSM for SOC2 compliance without setting up a VPN. No open ports, IAM-based access, and a simpler deploy setup.
Engineering
We Ditched SSH for SSM and Kamal Deploys Got Simpler
How we switched Kamal from SSH to AWS SSM for SOC2 compliance without setting up a VPN. No open ports, IAM-based access, and a simpler deploy setup.
Engineering
WebAuthn in Rails: Design Decisions and Trade-offs
Explore the architectural choices behind our Rails WebAuthn implementation
Engineering
WebAuthn in Rails: Design Decisions and Trade-offs
Explore the architectural choices behind our Rails WebAuthn implementation