Warp reposted this
We've stopped buying SaaS and and are moving everything to agents, Skills and just-in-time apps. In some cases, we've canceled subscriptions altogether and saved $10k+/year in the process. Here's our early success stories: Docs migration: We moved our docs site from a hosted solution to Markdown with Astro in a matter of hours, made them better, and saved $10k+/year. Our DevEx team: - Ported over all 266 pages, including video embeds, tab components, callouts, and image formatting - Built a custom Ask AI widget backed by Kapa that also improves the experience - Exposed all docs content as plain Markdown for agent and LLM accessibility - Set up hosting on @vercel, including proper preview deployments and better analytics This was all done by batching parallel cloud agents with Oz. Now, they're using computer use to validate that all pages migrated without regressions. Should be in prod soon. Community monitoring: Our DevEx team also replaced community insight SaaS subscriptions with an agent that monitors activity, suggests replies, and self-improves with agent memory. We use Octolens for a data firehose of Warp mentions from X, LinkedIn, Reddit, etc, and set up a scheduled agent using Oz to review mentions. This agent has a repo of Skills to: - Decide how to engage (skip, like, or reply) - Suggest replies - Review our own feedback to the agent via Slack Then, the agent can PR changes to itself based on our feedback. You don't need agent memory tools. Let agents PR Markdown changes. Self-serve data insights: Our data analytics team made customer data visualizations self-serve with agent Skills + BigQuery CLI access. Instead of pinging the `data` channel to ask questions, we open the `dbt` repo and ask agents what we want to know. The agent tells us about DAU trends, depth of feature usage, platform adoption, etc. Replaced the Metabase UI with agents for a lot of our team. Just-in-time recruiting apps: Our recruiting team tracked everything in the Greenhouse UI and managed offer letters from a google sheet. Now, they've connected to the raw Greenhouse API to build a custom UI to manage candidates. They're also prototyping a generated offer letter to break down compensation. Grafana alert monitoring: There's much more we're doing that's SaaS adjacent too. Our platform team built an agent to catch Grafana alerts, investigate, and suggest action items using the Oz cloud agent with codebase access. Collapses Slack ping → terminal → fix to simply Slack ping → fix