HackerTrans
TopNewTrendsCommentsPastAskShowJobs

shcallaway

no profile record

Submissions

Our $8M Seed Round and Open Beta

sazabi.com
2 points·by shcallaway·há 16 dias·0 comments

Sazabi: The AI-native observability platform for fast-moving engineering teams

sazabi-git-main.preview.sazabi.dev
6 points·by shcallaway·há 4 meses·0 comments

The Sazabi Manifesto

sazabi.com
1 points·by shcallaway·há 5 meses·1 comments

Observability's past, present, and future

blog.sherwoodcallaway.com
79 points·by shcallaway·há 6 meses·29 comments

Round Two

blog.sherwoodcallaway.com
6 points·by shcallaway·há 8 meses·1 comments

comments

shcallaway
·há 5 meses·discuss
AI has changed what's possible in software systems. Observability hasn't caught up. This manifesto lays out a path forward.
shcallaway
·há 6 meses·discuss
I completely agree w/ your points about why observability sucks: - Too much setup - Too much maintenance - Too steep of a learning curve

This isn't the whole picture, but it's a huge part of the picture. IMO, observability shouldn't be so complex that it warrants specialized experience; it should be something that any junior product engineer can do on their own.

> I can definitely imagine having Claude debug an issue faster than I can type and click around dashboards and query UIs. That sounds fun.

Working on it :)
shcallaway
·há 6 meses·discuss
Vibe-coders don't comprehend how the code works, yet they can create impressive apps that are completely functional.

I don't see why the same isn't true for "vibe-fixers" and their data (telemetry).
shcallaway
·há 6 meses·discuss
You're so right.

> We'll have solved the problem when AI detects the problem and submits the bug fix before the engineers wake up.

Working on it :)
shcallaway
·há 6 meses·discuss
You're not the first person I've met that has articulated an idea like this. It sounds amazing. Do you have an idea about why this approach isn't broadly popular?
shcallaway
·há 6 meses·discuss
These are great. I should have included them in my timeline!

Huge fan of historical artifacts like Cantrill's ACM paper
shcallaway
·há 6 meses·discuss
This is a super insightful comment & there is a bunch that I want to respond to but I can't do it all neatly in one comment. Hahaha

I'll choose this point:

> reliability is still ultimately an incentive problem

This is a fascinating argument and it feels true.

Think about it. Why do companies give a shit about reliability at all? They only care b/c it impacts bottom line. If the app is "reliable enough" such that customers aren't complaining and churning, it makes sense that the company would not make further investments in reliability.

This same logic is true at all levels of the organization, but the signal gets weaker as you go down the chain. A department cares about reliability b/c it impacts the bottom line of the org, but that signal (revenue) is not directly and attributable to the department. This is even more true for a team, or an individual.

I think SLOs are, to some extent, a mechanism that is designed to mitigate this problem; they serve as stronger incentive signals for departments and teams.
shcallaway
·há 6 meses·discuss
Hello! Yes, you are right - observability and APM have both been around for many decades, but the incarnations that most people are familiar with are the ones that emerged in the 2010s.

My intention wasn't for this post to be a comprehensive historical record. That would have taken many more words & would have put everyone to sleep. My goal was to unpack and analyze _modern observability_ - the version that we are all dealing w/ today.

Good point though!
shcallaway
·há 8 meses·discuss
Wow, this is great. I have been using Inngest for over a year now and really like the APIs you guys have created for defining step functions / event handlers. I'm very glad to see that this API is now open-source so that it can be adopted more broadly!
shcallaway
·há 8 meses·discuss
I've been programming for 15 years now, 10 years professionally, and have worked at 5 startups. These are my reflections on the first decade of my career.

Also, an announcement: I’m starting something new!
shcallaway
·há 9 meses·discuss
Congrats LC team!

I don't have much experience w/ "vanilla" LangChain or the LC Python tools, but I've been an avid user of Deployments and the LangGraph TypeScript SDK for like a year now (started using Deployments back when it was still called "LangGraph Platform"). I think I might be one of the oldest users of both...

To be honest, my first impressions were mixed. The Deployments product was very early/new and rough around the edges (bad monorepo support, for example). And the LangGraph TypeScript SDK felt... not super TypeScript-y. (I get the sense they ported over a bunch of abstractions from the Python package).

But the benefits outweighed the costs. In September 2024, Deployments + the LangGraph TypeScript SDK was one of the only ways that you could say FOR SURE that your agent was going to (a) work and (b) run smoothly in production.

(Also, their team worked hard as hell to ramp myself and my teammates up on agents. I was really won over by this and will be a LC stan forever as a result.)

Over the past year, I've seen both products evolve and mature significantly - to the point where all of those initial problems seem to have been addressed.

I still feel that the overhead associated with building and hosting your own agent from scratch is too much for most teams to take on, even at large companies. (In particular, first-class support for streaming is massive; this would be a huge PITA to build in-house.) I'm happy to let LangChain take care of all of this for me.

Overall, I've been very impressed at LC's ability to iterate and absorb feedback - especially when some of it is... not delivered in the kindest way. They're a very humble and hardworking team. Makes me happy to see them winning.