Executing Structured A.I. Workflows with Shopify Roast
Last week, my team at Shopify released a new tool called Roast, a convention-oriented framework for creating structured AI workflows. Our vision is to enable A.I. agents to solve developer productivity problems at scale. Imagine continuously improving unit tests, or optimizing test performance across hundreds of thousands of tests with minimal human intervention!
runtime: green tea garbage collector · Issue #73581 · golang/go
Green Tea 🍵 Garbage Collector Authors: Michael Knyszek, Austin Clements Updated: 2 May 2025 This issue tracks the design and implementation of the Green Tea garbage collector. As of the last update...
Credential revocation API to revoke exposed PATs is now generally available - GitHub Changelog
You can now revoke an exposed GitHub personal access token (PAT) you found outside of repositories, even if it’s not yours, to help quickly limit the impact of the exposure…
The Complete Guide to SaaS Pricing Strategy by @ttunguz
Most startups play defense when discussing pricing with customers. They dance between asking for too little, leaving money on the table, and asking for too much, only to lose the customer’s interest. The very best companies lead their customers in that dance. They use pricing as an offensive tool to reinforce their product’s value and underscore the company’s core marketing message.
For many founding teams, pricing is one of the most difficult and complex decisions for the business.
Experimenting to optimize SQL query by x360 and some tips to read query plans - RorVsWild
SQL is among the main skills for Ruby on Rails developers.
When talking about performance, it's, for instance, critical to understand a query plan.
When unsure, experimenting can sometimes go a long way, as this story of query optimization can tell.