RSSAmplifier

Blog

Cra.mr

cra.mrRSS feed ↗25 posts

Latest posts

Building an Intern

Junior is the open-source Slack agent I've been building at Sentry for the last four months. It seemed easy: put an agent in Slack, give it tools, ship it. This is the story of how it was anything but.

A Bigger Toolbox for MCP

Search and execute primitives are how MCP gets useful at scale. You can expose thousands of capabilities without dumping every tool definition into the model context.

Finding Vulnerabilities with Warden

We found 100+ vulnerabilities with Warden across Sentry and a few big OSS repos—here’s how we scope skills, iterate locally, and run it on PRs.

Tracing Sucks

I keep ending up in the same place: distributed tracing sounds great, but the instrumentation is a mess, the cost is obscene, and most of what I actually want is structured logs with a trace_id attached.

Optimizing Content for Agents

There is a lot of bad discourse around whether we should optimize content for agents at all, and most of it misses the point. We already shape content for humans, and agents are no different. At Sentry we've started treating this as a real interface problem: serving markdown instead of HTML, restructuring content around hierarchy, and giving agents direct paths to the tools and systems they…

Building a Slack Agent with Pi on Vercel

I built a Slack bot called Junior using Vercel's Chat SDK, Pi, AI Gateway, and Sandboxes. The interesting parts aren't the framework choices — they're Slack-native tools like canvases and lists, knowing when to shut up, and a skills system where new capabilities are markdown files, not code.

Skill Synthesis

We found 8 real security vulnerabilities in Sentry that our pen testers and bug bounty program missed. All it took was a synthesized skill, Warden, and one very long day.

Context Management and MCP

The MCP vs CLI debate is missing the point. The real value is steering agents through context management. Progressive disclosure is a step backwards. Context rot is real, and subagents might be the only way forward.

Your code is under new management

I shipped Warden - a Fair Source project that lets you run code review agents locally and on pull requests. It's not perfect, but it's dead simple to plug in any skill and have it act as a linter. The goal was preventing a specific class of bug from ever making it through a PR, which meant not worrying about cost.

MCP, Skills, and Agents

If you're not caught up on the current hypewave, coding agents like Claude Code and Cursor have latched onto skills recently. Like with all of these waves, everyone has immediately proclaimed they solve all problems, and all previous iterations of technology are no longer relevant. That's obviously not true, and I want to talk about my thinking behind them.

Rethinking Tools in MCP

I've spent a fair bit of time explaining why the GitHub MCP server design is wrong. In this installment we move even further away from an API shim, going from permission-based scopes to intent-driven 'skills' that focus on behaviors rather than raw API endpoints.

Subagents with MCP

An experiment wrapping Sentry's MCP in a subagent to cut token costs by 95%, with benchmarks showing the trade-offs between context efficiency and response time.

Unreal Engine isn't ready for AI

Hackweek at Sentry this year was exactly as you'd expect: LLMs everywhere. In practice what that looks like is a lot of folks trying to build things in spaces that they're less familiar with. For myself and my co-founder this continued our tradition of attempting to build games, this time with Unreal Engine. This time around I wanted to see how much I could rely on an LLM to push the boundaries of…

Built With Borrowed Hands

I spent two months forcing an unnatural constraint on myself: what if I could only rely on agents writing code for a real-world production service? It seemed possible, and the results are exactly what you expect: mixed. The service in question here is mcp.sentry.dev - our solution for exposing coding agents to Sentry workflows. It's not an extremely critical production service so the risk was…

Instrumenting Your MCP Server

So you're on the MCP hype train, eh? I'm not here to dissuade you from shooting your shot, but let's make sure you've got your bases covered in production when something inevitably goes wrong. This focus will be on utilizing Sentry for errors, traces, and logs, and if you want to use another service, well I can't stop you from making bad decisions. We're only going to cover TypeScript, but the…

MCP is not good, yet.

Something's been bothering me lately surrounding the conversation of MCP servers. Everyone, seemingly, is talking about how MCPs are great, and we should be building MCPs, and adopting MCPs, and rethinking UIs with MCPs, becoming best friends with MCPs, getting married to MCPs, you know, the works.

20/20 Vision with ICL

Like a lot of my fellow nerds (and maybe all of humankind), I was blessed with shitty vision from childhood. In fact, my vision is bad enough that I'm technically blind without prescription lenses. I'm extremely near-sighted - something like a -9/-10. About a decade ago I explored if I could get LASIK and was quickly told it was out of the question.

Running Evals in Vitest

I have been fiddling with an MCP server for Sentry over the last few weeks. It's been a fun project to explore exposing Sentry's interactions within an LLM's context - particularly useful in clients like Cursor or VSCode. As part of setting this up I went down a rabbit hole of my standard checkboxes for a software stack, and got hung up a bit on testing capabilities. There wasn't an obvious great…

On Product-Market Fit

One of the most difficult challenges I've faced in my career is figuring out product-market fit. I'd wager most of us have gotten there through sheer dumb luck. What do we do if we're not lucky, if we don't strike gold on our first try? I don't know if I have the answer. What I can do is try to break down what worked for Sentry's error monitoring - a reverse engineering of sorts - and reason about…

Lunch Isn't Free

Open Source software takes time and money to develop, and that time and money has to come from somewhere.

What is Brand?

Earlier this week I was at a dinner with a number of founders where the conversation focused on brand, visual design, and in general a lot of the components that make up your early stage marketing strategy. It inspired me to go a little deeper with my own thoughts on brand.

Fire Faster, but Hire Better

Whether you're starting a company, or you're in a leadership position at another company, you likely need more around focus your approach to hiring.

Open Source is not a Business Model

So you're starting a company and you want an Open Source business model, eh? Let's talk about what that means, and how that statement is both totally valid, and makes no sense at the same time.

CTA: Structuring Unstructured Data

I have a challenge. It's one thats somewhat unique to my project, but also an absolutely generalized challenge in the industry. In fact, the same challenge exists at Sentry. That challenge is fingerprinting loosely structured data to deduplicate entities. Let me explain.

wtb: Progressive SPAs

I've been using React a long time at this point, and it's by far my favorite approach to building a UI - interactive or not. Most of that time has been spent at Sentry, but whenever I start a new project, I still reach for React. I want to talk a little about what I'd love to see the React ecosystem adopt, and where I see some of the gaps with approaches today, particularly around the slow…