No more API usage nightmares, with Alex Klarfeld from Supergood.ai

Supergood solves a problem we all fear: by monitoring your API usage, they help detect and prevent massive bills from SaaS Providers.

No more API usage nightmares, with Alex Klarfeld from Supergood.ai

Show notes

Transcript

[00:00:00] **Mike Bifulco:** Hello friends, and welcome back to APIs you won't hate. My name is Mike Biko, API developer, consumer sufferer designer, all of those things. And coincidentally also hosted the show for quite a while now. I am excited to be sitting down today and chatting with a new friend to talk about a product that is very relevant to lots of API developers.

[00:00:17] If you have built. A tool or product or service that relies on lots of APIs, you've probably also incurred spend and cost and you know, sent dollars across the wire having to do with using other people's service services. Like me, you've probably also heard nightmarish tales of people accidentally taking advantage of too much of a service and ending up with a, you know, $20,000 spend accidentally month over month because of a runaway.

[00:00:42] You know, for a loop or something like that. And so I believe get into answering some of the questions and some of this sort of neck of the woods. Chatting with my new friend Alex Clarkfield who's founder of Super Good ai. Alex, thanks so much for joining me today. I really appreciate you being here.

[00:00:55] How are you doing?

[00:00:56] **Alex Klarfeld:** I am doing well. Thanks for having me. I'm excited to be here.

[00:00:59] **Mike Bifulco:** Yeah, [00:01:00] of course. I'm really, really glad you're here as well. I, I think I hinted pretty strongly at super good and what you're doing. Why don't we start with the elevator pitch of super good and I'll work back through your story from there. But yeah, tell, tell me the 32nd pitch for what super good looks like.

[00:01:12] I.

[00:01:13] **Alex Klarfeld:** Yeah, for sure. It's pretty simple. So it's a couple lines of code you drop into your code base and we automatically monitor the cost and performance of your third party APIs. That's it in a nutshell. The performance and cost piece, you can go into like a rabbit hole of like exactly what that means.

[00:01:27] I'm sure listeners of this podcast, like horror stories are popping into their heads right away when they talk about like APIs failing or causing problems and taking down parts of the business, causing executives to freak out over. Insane invoices. But those are all the problems we're looking to solve.

[00:01:43] **Mike Bifulco:** Yeah. Got it. Well, you've certainly come to the right place. I am definitely one of those people who uses a lot of APIs that are sort of spend per usage or at least on some monthly cost based on. You know, capped use. And I think lots of the folks who listen to this show will be really interested in that as well. I also should add that [00:02:00] many of the folks who listen to the show are also builders of API based products and would probably be interested in what you have to say about offering spend management tools to people and creating user experience, end user experience for the people being billed. That is, I dunno, the most ideal perhaps.

[00:02:15] Before we get into that, I would really like to hear about your story before Super good. So can you tell me a little bit about you before this and kind of how you got here?

[00:02:22] **Alex Klarfeld:** Yeah, for sure. So, so before Super good, I helped found a PropTech FinTech company called Divvy Homes divvy really cool mission. We were basically trying to help renters transition into homeowners. So we take folks who like, maybe they couldn't get a mortgage today. We thought they could get one in like a couple years time.

[00:02:37] And then they would pick a house out. We would buy it for them, and then they would, live in it. And each month, part of their monthly rental payments would go towards a down payment. And the idea is at the end of this program, they would we'd cash 'em out and we'd like help them get FHA mortgage.

[00:02:50] So really cool mission. The sort of like nitty gritty inside was we built like an end-to-end home buying platform. So every part of the home buying process was all in-house software. [00:03:00] Which, you know, was a lot of my responsibility for building. And as you can imagine, we had actually sat down and counted, we had like 47 different.

[00:03:07] Third party APIs that we had to integrate with. So it was the usual FinTech suspects like Plaid, Experian Equifax, TransUnion checker, you know, you name it. All the payroll APIs. And then there's sort of like a long tail of a bunch of like real estate specific ones. And, you know, two things would happen, I'm sure a ton of people listening can relate to this was, you know, my day job is like building code, trying to build the best product for our customers.

[00:03:32] And what felt was like my night job was dealing with vendors so. One, like we'd get a bill at the end of the month. Not to name names, but I will. But like DocuSign would like suddenly say like, Hey, you guys are over and you owe us some crazy number of, of overages. And we're like, they would send us a graph, I remember very vividly.

[00:03:49] And we're like, how do, how do we not have this graph? Like, it's like buried in logs somewhere and it's crazy. And the other part would happen is like a developer, these APIs would break in really weird ways and it wasn't like [00:04:00] outages are easy to detect, like it's down. What do you do about that? But like schema changes were a little bit more nefarious.

[00:04:07] Like the vendor suddenly upgrades their version and everything breaks. Another one that like schema changes were like value changes, like enums changing. That was pretty bad. The other one that was like worse I'd imagine is like data quality issues, like all the, the hype that, you know, someone trying to sell you an API can give you like you really don't know until you run it in production and like against real customers.

[00:04:28] And then once it's in there, you have to like continually analyze to make sure like you're paying like a non-zero amount of money to that. So better get the most bang for your buck. So these were the two problems I kind of ran into as super good was like. The sort of data quality, keeping up with like the version of the APIs and then they kinda like all boiled down to like the bottom line of our company.

[00:04:46] Like we were running customers through this application flow, hitting a gauntlet of APIs and it was just like would make or break our business depending on which, like how the API performed and how much it cost.

[00:04:56] **Mike Bifulco:** Yeah, I think what a lot of. People maybe haven't [00:05:00] experienced UN until they're sitting at the helm of a company is that a lot of your success or failure once you have a product that people are buying, is getting down to unit economics and driving each user's experience to profit for you and value for them in whatever way that means, you know, depending on the company.

[00:05:15] And it's a really hairy problem to solve. And every dollar that goes out the door in the, in the name of making your customers happy is you know, working against you. And effectively in that sort of unit economics game, it's a tricky thing to wrap your head around especially if you know, you've, you've spent your days studying, say, computer science and worrying more about merge sorts than like. The realities of a consumer facing product or even a B2B product for that matter.

[00:05:37] Um, I, I'm curious, I don't know if you mentioned before you built divvy homes and before you built super good. What was your background? Or you come from a prop tech background. Are you more on the business side? Are you a, a sort of straight up and down developer?

[00:05:48] Like how, how has your, how has your career path shaped where you are now?

[00:05:53] **Alex Klarfeld:** Yeah, for sure. So I'm a full stack developer through and through. I studied electrical computer engineering in college. Like made my way from like [00:06:00] embedded software into like web application software from the Midwest, moved out to Silicon Valley based on. Some, some friends that came out here and just got, kind of got fascinated by the ecosystem, but I've always been a full stack developer.

[00:06:12] Sort of a master of none I like to say, but I just love the breadth that it, that sort of, sort of gives me and like really being able to like, dig into very specific problems. I also love product so just combining like the two, two parts of like, just like building things. I care a lot about the, the what that I'm building more so than a lot of like.

[00:06:30] Much better developers than me care about, like the how. So that's, that's, that's kind of me,

[00:06:36] **Mike Bifulco:** Sounds shockingly familiar. I feel, I feel like in a lot of ways I'm looking in a mirror there. Can you tell me then about ha have you worked on developer facing products before Divvy homes? Sounds like it was more consumer facing, but this is really built building four developers or dev teams. Is this your first time around the block with that? I.

[00:06:52] **Alex Klarfeld:** S. P pretty much. I had a I worked at a company that was, it was very interesting. It was tools for like data engineering [00:07:00] teams. It was founded by one of the he was founded by the creator of Postgres Mike Stone Breaker. So we were building for fortune 500 companies basically, and like the development teams in there.

[00:07:10] So that was an experience. And then at Divvy we were like, we had a very cool consumer facing application. But the, like, the sort of like iceberg below, it was building for ops teams actually. 'cause we had like an operations, like it was a, it was like software powered ops company. So no developers specifically, but I'm familiar with like working with like the in-house folks.

[00:07:29] Those were usually the people I had to work with when I was like dealing with API issues because it was typically like an ops person or like someone on underwriting's. Like I don't, I don't know why a bunch of customers are starting getting stuck in their application flow. It's like, all right, well Experian is down.

[00:07:41] And that kind of explains it.

[00:07:43] **Mike Bifulco:** Okay, cool. Yeah, and I, I guess the other thing is as a you know, self-assigned full stack developer, you've probably been subject to many other developer products along the way too. So I

[00:07:53] think that buys you some familiarity with it, at, at the very least.

[00:07:56] **Alex Klarfeld:** Yeah, I've been a, I've been a huge consumer of these, these [00:08:00] APIs and there's, there's great ones and then there's not so great ones. And I just, my goal with super good, my long-term vision is I wanna make all the APIs great. So like the ones that are great are like. Killing it in the market like plaid, I'd say.

[00:08:14] Like, they're so ubiquitous, but they're, they're ubiquitous for a reason. Like the, the documentation is incredible. The onboarding experience for developers are, are incredible. And like, I think also like Stripe is, is one of the top dogs in terms of like developer experience. And I like, there's just a long tail folks who like either just getting started out or don't have the resources to invest.

[00:08:33] And I just wanna like, bring everyone up to the level that like the stripes and plaids of the world's have set.

[00:08:38] **Mike Bifulco:** Sure, yeah. It's an extremely high bar to hit. Is one of

[00:08:41] those things that I think a lot of dev teams aspire to, especially if you're building things for other developers to use. We as developers tend to be really good at sniffing out things that we don't like, for whatever reason. And Metaphor is a really powerful tool there, like saying, Hey, you know, like plaid's version of this is so much better wise than this.

[00:08:57] More like plaid or, you know, what were they thinking when they got here is a very [00:09:00] common thing. And usually by way of comparison, like, oh man, I really wish that was like Stripes web hooking interface or whatever it may be. We, we also very nearly made it to 10 minutes into the podcast without me having to give the disclaimer that I also previously worked for Stripe,

[00:09:13] **Alex Klarfeld:** Oh, cool.

[00:09:13] **Mike Bifulco:** something I feel like I should call out on, on each and every mention of it.

[00:09:17] For, for clarity and, and for transparency and all that.

[00:09:20] **Alex Klarfeld:** Cool. okay, so we touched a little bit on the, the elevator pitch for super good. So the tagline I think on your site says something along the lines of like, curb your API spend before you get a bill which is super cool and. I, I get the mission from that.

[00:09:34] **Mike Bifulco:** You also mentioned that it's something like a, a two or three line implementation to do that. So I'm curious about that. What does that look like? How do I integrate with super good and start getting benefits from it?

[00:09:45] **Alex Klarfeld:** For sure. So super good is a, the way that it works today is for a free version, it's a passive interceptor. It's not a proxy. So the way it works, all the clients or SDKs are open source. You can check us out on GitHub. You drop in the few lines of code and we basically [00:10:00] apply a light monkey patch to like.

[00:10:02] Your favorite HTP library. And then what it does behind the scenes is like, as calls get you know, made in your application, we kind of stow away the calls locally in memory. And then what we'll do is basically redact everything. Like there's, one of the big things that I take very seriously is we do not want to have any data that we should not have.

[00:10:20] So everything is redacted by default. You can set that flag and then once on an interval, those logs will get shipped to our. Our, our service, which will start to analyze from a cost perspective, data quality perspective. We're sort of like just running live analysis on your HTP logs specifically in order to solve this problem.

[00:10:40] **Mike Bifulco:** Got it. And so it sounds like it's a client side integration. I mean, I would imagine there's a service side element to this too, wherever API calls are happening. Is, I

[00:10:47] feel like one of the, the, the things that my API dev friends would ask is what does that look like in terms of performance hit?

[00:10:54] Is, is, are you getting in between my call and the service? Or is this truly something that is [00:11:00] just like queue safe for later?

[00:11:02] **Alex Klarfeld:** Yeah, it's, it, I intent, we intentionally built it to get out of the critical path. So that is why it's not a proxy. So it doesn't mess with any like actual network traffic. There's no like network call between the call that you're making. The only limitation is like memory like the memory limitations of the machine that you're running on.

[00:11:19] 'cause all it is, is dropping the call into like a memory store locally and then running. Redaction on the, the, the js ON. So it's very minimal. Latency hit just like completely memory bound to the machine that you're running.

[00:11:32] **Mike Bifulco:** Yeah. Fascinating. That's a very interesting angle. I can imagine the challenge of trying to track billing for every, every API call is the every a API call part of that. So what, what have you done

[00:11:43] to try and. Determine like which of these calls I'm making out of my service are ones that are metered in some way.

[00:11:50] How do you determine who's billing me?

[00:11:53] **Alex Klarfeld:** Yeah, exactly. So when the calls come in, we basically run it through categorization right away. So try to figure out like [00:12:00] easy ones, like domain is specific to the vendor. The harder one is each. API has like a different signature, for example, like S3 uses, like the sub-domain to like identify calls, but like maybe certain plaid calls use the path.

[00:12:12] And then sometimes they'll stick a like a ID somewhere in there. So the first step that we do is sort of like categorize the calls. So as they flow in. We'll try to automatically categorize them best we can. We actually use LLMs for that. It's pretty good. And then sort of like we can manually re-categorize things if they're not like being grouped properly.

[00:12:29] And then after that, the, we kind of had have like a toolbox in like the standard way that people bill. So like. We know how open AI and together, like all Bill and plaid, also bill specifically based on like accounts rather than usage. And then we sort of built this flexible framework on our end where we have the tools basically to just implement custom billing.

[00:12:50] Like if you're like overage based where it's like you get certain amount of calls for a certain value and anything over that, it's more value. We can, we can basically fine tune it to your [00:13:00] specifications. But like for free users right away it's just like, drop us in and get usage. And then the sort of like more advanced metering for like the long tail APIs.

[00:13:08] We, we, we charge for

[00:13:10] **Mike Bifulco:** Yeah. Okay, I, I get that. So sorry for the pause there. I think one of the things that I am fascinated by is that it sounds to me like the hello world is drop a snippet in and the product sort of starts sprinting away and going to work for you.

[00:13:26] **Alex Klarfeld:** that. That's right.

[00:13:28] **Mike Bifulco:** yeah. Yeah. Okay. That's, that's really cool. How did you, let's see.

[00:13:31] Yeah, many questions to come from there. What did the first version of this product look like? Like did you target one API in particular, or were you starting from categorization from day one?

[00:13:40] **Alex Klarfeld:** Yeah, the first version of the API was, it was just a node library that like monkey patched fetch and then just logged all the calls. I think like a lot of people, like outta the gator, like, you know, I have Datadog or, or, or sort of century to do that. And like the first version that we built at Divvy was like trying to use Datadog to do this.

[00:13:58] And

[00:13:59] it's [00:14:00] really hard, like it's just a very, like both like expensive from like a cost perspective where you have to. Like triangulate everything, like every, every single thing that you need to, to meter or you need to like tag and, and instrument appropriately. Plus the sort of like dashboarding and setting up of it is like hard.

[00:14:15] And sometimes like there's a lot of like, you know, native knowledge to the, to the team. That's like, it's one person that understands the Datadog logs and then you also have to like maintain it. So like not only is Datadog gonna charge you per like field that you're indexing, they're gonna, you're gonna like have to continue to maintain it.

[00:14:30] So the first version of this honestly, was like, tried to build in Datadog super hard. Very difficult to maintain. Second version of it was like a custom logger which is more similar to what super good is today. And then really it was just a graph on a screen. There's just like, here's a bunch of vendors you use and then here's like their, their associated usage.

[00:14:47] Get ready for the invoice and, and, and kind of like building on from there.

[00:14:51] **Mike Bifulco:** Okay. And so. Let's say I, if I've integrated with super good, it's starting to measure metering for the various APIs I'm consuming. What does my [00:15:00] end user experience look like with Super good? Is it a dashboard I get? Do I get a series of emails? Is it ACL I? Like what, what's my how do I get insight into what this all looks like?

[00:15:09] **Alex Klarfeld:** For sure. So we have a dashboard. Though as an engineer myself, I do not want to give engineers a. Another single pane of glass to look at. So it is, is meant to audit if you, if you want to. The two ways that we mainly interface with, with folks is through alerting. So right now we have standard slack alerting set up.

[00:15:26] So if it's like we start to notice overages spikes in the bill, you'll get, you'll get a Slack alert and then also like sort of a weekly report. So at the end of the week you'll say, okay, this is sort of like the usage that we, we've been seeing. If you have uploaded like your contract information, we'll sort of be able to like.

[00:15:41] Give you a heads up that like some sort of renewal is, is happening. And then the sort of the, the other suite of tools we have is around like data quality monitoring and like more of like the nitty gritty error monitoring, where it's like, okay, we see an error that we haven't seen before. We just wanna flag this to you to make sure it's not taking down another system.

[00:15:58] 'cause a lot of these errors [00:16:00] that issues have can go quietly. Mostly because if you, even if you have instrumentation set up and like the best tools, which we, we use personally, like Century and Datadog, they get noisy because APIs might error for. A non error reason. For example, like if plaid, someone disconnects their account, you're gonna get errors all the time, every time you pull it.

[00:16:18] But like, it's not really an actual error, so you tend to ignore it. But if you have like 80% of your calls to plaid totally disconnected, that's probably something that you, you shouldn't ignore to save some money, at least.

[00:16:29] **Mike Bifulco:** Sure. Yeah, that all sounds very familiar. Actually. I spent a non-trivial amount of time, just this week debugging an error with Twilio. We were getting an error response from, from some API calls. And the API call is basically like Mike and Alex are texting each other. If I have a text conversation with you over SMS and I, if I send an API call to say, please add Alex to this conversation.

[00:16:48] It fails sends a a 4, 4 0 9 back. And the docs for Twilio say like, if you get this error, probably just ignore it. But it, it's, you know, when you start getting that error a lot, it sends up a lot of [00:17:00] signals. And especially if that was something that was billed, it's something I'd wanna know about. But it may also just be a signal from my tooling that we're trying to do something we shouldn't be right.

[00:17:07] It, it may be a a non breaking error or maybe a breaking error, but it's a little hard to ascertain from the beginning. And I would certainly wanna know if all of my, or 80% of my Twilio calls started failing in a hurry too. That's that's a great angle to take.

[00:17:21] **Alex Klarfeld:** Yeah, and the, I mean like it just feels like pushing a boulder up the hill. Like even if you instrumented something to catch that specific error and you put all the instrument, like, okay, this is a thing that we need to like alert. If it's only exceeding a certain threshold, it might be another one that's like probably gonna come up in the meantime.

[00:17:36] And it's just sort of never ending battle. That's why like as an engineer, it's like. Just drop us in. We handle like the instrumentation remotely. Also, like APIs are like a finite there's like a finite schema for each of them. Like there's documentation, there's a lot of data that sort of like confines the problem space.

[00:17:50] So like why not utilize that rather than trying to set everything up on your own.

[00:17:55] **Mike Bifulco:** Sure. Yeah. To, to that end, I'm curious for devs who may be listening who build API products [00:18:00] is there something they can do or is there a way for them to integrate from their side to ensure that Super goods understanding of their API is correct? Do you consume anything along those lines to say that, like, don't let the LLMs decide, let, let you know, the product owners themselves configure it.

[00:18:14] **Alex Klarfeld:** Yeah, actually, so part of, part of our, our pitch is we wanna also help out the API vendors. We're starting to roll that out right now, where basically we wanna help give the same experience that the plaids and the stripes of the world give to their customers to those API vendors. So. That integration's a little bit different.

[00:18:31] We basically don't wanna get in in the way of any sort of like live traffic as well. So we'll actually hook into the API vendors logs themselves and sort of start, start using our tool. Like the first version of this product is basically like building out internal dashboards if they don't already exist.

[00:18:46] And then surfacing that information up to the sales team or supports teams so that like. They can provide a better experience for their customers. Like some of the best API experiences I've had are from like, honestly like Century and the Datadog, where they're like, Hey, [00:19:00] your usage is about to exceed what you pay for.

[00:19:02] Just like wanna give you a heads up. And that's just like not the norm. So we want to kind of help, help the API vendors themselves, make a better experience for the customers, like engage customers when we they notice they're having issues engage when like there's spikes in usage. So that's also like a pretty big focus of ours is like building a product for the vendors.

[00:19:19] **Mike Bifulco:** Yeah, as a vendor, there's many things to get right there. Pricing is a tricky challenge because it needs to ensure the vendor can make money, but also that there's an on-ramp for users who start at a reasonable level and that they, they don't have to, you know, invest a ton to prove that the thing is useful and valuable at the same time.

[00:19:36] I would imagine some of it is also, trying to be competitive with the competition and making sure that comparable services, you know don't under underprice or overprice you or whatever the optimization challenge is there.

[00:19:47] To that end, maybe one of the things I'm curious about and I had kind of noted to ask you about is tell me a little bit about Super goods pricing.

[00:19:53] **Alex Klarfeld:** Right. So we, we just released a free tier. You can download it for free. We basically limit to like, we, we won't actually [00:20:00] block you because I don't believe in that sort of sales tactic just as like an API consumer who, goes overage. We're not gonna, we're not gonna overcharge you for that.

[00:20:07] We'll hopefully have some conversations at the start, but the free tier is basically a hundred thousand calls a month. You can, you can set up pricing for three vendors automatically and then sort of like track usage from the rest of the vendors for free. Just to, the idea is like, we don't wanna charge you for the vendors that like work and aren't really expensive.

[00:20:25] Like you shouldn't have to pay for like tracking, like. You know, maybe Google APIs or like Stripes APIs. 'cause those just work. So the best customers are the ones who are like, yeah, we, we like, have a specific set of APIs that we wanna keep an eye on from price and like, quality and usage. And those are the ones that like, we also want to provide value for.

[00:20:45] So that's, that's the way that like philosophically, like I'm trying, we're trying to price is, is get that for free. And then everything else is sort of like the enterprise part where you have more than a million calls. You have all sorts of vendors that you want to sort of keep an eye on. That's, that's sort of like dependent on the [00:21:00] the, the, the enterprise itself.

[00:21:03] **Mike Bifulco:** Okay. That makes sense. I, I feel like there's a pretty big. Delta between three APIs and a hundred thousand calls and enterprise grade. The question I would have there as a potential consumer is when I get to 100,001 calls and four vendors like what is, what is the on-ramp? Like there, am I jumping from zero to, you know, thousands of dollars a month?

[00:21:23] Is it like, what's the scale of, of initial costs, I guess for someone who's incrementally adding.

[00:21:28] **Alex Klarfeld:** Yeah. And, and, and like our goal is like onboard slowly, especially like with growing companies, like you just don't know how many APIs you're going to use. And I, for one, don't wanna be someone who's like, oh, surprise, you added like another LLM, this is like adding to your bill. So we basically try to charge, we basically try to give th 30 days free to monitor.

[00:21:47] Every single API at any volume, just to make sure that like, okay, is this an API that is like worth monitoring and worth tracking? And the idea is at the end of the 30 days, you tell us and say like, yeah, I wanna keep tabs on that, or I don't, and then we [00:22:00] basically discard it. Or like, there's, there's a way that you can set, set to ignore certain vendors inside of our UI to just like, turn 'em off right away so it won't stop working.

[00:22:08] We'll just stop tracking if you choose to, to stop tracking that API.

[00:22:13] **Mike Bifulco:** Sure. Got it. I'm gonna press a little further only because I feel

[00:22:16] like it's my solemn duty to do so, but like what was truly, what's the scale there? Am I looking at hundreds, thousands?

[00:22:21] **Alex Klarfeld:** Scale in terms of like the volume.

[00:22:23] **Mike Bifulco:** No, sorry, in terms of cost, right? So, so like, when, when your customers convert from free to paid maybe for the smallest ones who are growing, what does that tend to look like for their, their incremental ad?

[00:22:33] **Alex Klarfeld:** Yeah, for sure. So it's, if it's pushing a million calls upwards we basically start at like 99 a month and then 10 million calls upwards, like, sort of like custom pricing based on that. But again, if it's a million calls to, like, Google doesn't, like, probably something you don't need to track.

[00:22:50] So it's like more of like million calls, like, like open ai a month kind of thing is like a hundred bucks a month.

[00:22:56] **Mike Bifulco:** Right. Okay. Yeah, that makes sense. That, that to me is a [00:23:00] narrative that I think is easy to sell too. Like the the scary thing is if the product you're using to manage your spending becomes a giant spend to

[00:23:07] manage the spending, then it's like, you know, an or a boroughs of challenges to, to upsell through the product stack there too.

[00:23:14] **Alex Klarfeld:** Yeah. I very, I'm very cognizant. Sorry, go ahead.

[00:23:16] **Mike Bifulco:** no, please, please.

[00:23:17] **Alex Klarfeld:** No, I'm very cognizant of that, like all the ways that vendors have hurt me with pricing is like not something that I wish to incur on like my own users. So the idea is to be transparent and like not screw up their businesses as much as possible.

[00:23:31] **Mike Bifulco:** Cool. Yeah, I love that. I think that's a, a good angle to take and especially like I alluded to before, I think developers are really good at sniffing out when they're being toyed around with, and, you know, they're the first ones to head for the hills if something feels fishy.

[00:23:43] **Alex Klarfeld:** I don't really blame him. I've done the same.

[00:23:45] **Mike Bifulco:** Right. Yeah. You are one of 'em. So it, it

[00:23:47] makes sense. Yeah. Okay. So tell, tell me what's next? Like, what other problems are you starting to think about or maybe do you have releases coming that you're excited about? What, what are you working on now?

[00:23:56] **Alex Klarfeld:** yeah. So you can download the Super Good Tracker for free [00:24:00] at Super Good AI current account. One of the things I hate is. Trying to te test out a dev tool with like talking to a salesperson. So you can do it for free without talking to any of us. We'll add you to a Slack channel just to help you get onboarded async.

[00:24:13] But drop us in check us out, kind of go off to the races from there. And then the sort of like longer term is we want to help the API vendors themselves. So starting to talk to the vendors that we're already monitoring today to try to make a better experience for the customers. The current integration today is if, if we have a special partnership with these API vendors, you get essentially premium support through us.

[00:24:35] So you're the first to know if these, these vendors have issues. It's super good. We'll know before the status page updates just because we already have. A bunch of the data going. So like if you're having an issue, one other customer's having an issue, we joke, it's like the, the age old problem of like debugging an API is like, is it us, is it them?

[00:24:53] We try to answer that, that pretty quickly. And yeah, just trying to make the vendors have the best experience for their [00:25:00] customers. And then also trying to get into larger enterprises. So we actually have a, eBPF agent also in the works, which is targeted towards like larger enterprises.

[00:25:07] I'm happy to go into detail of that. It's an interesting technology, but it's like a little bit more robust than making a code change. It's more of like an infrastructure change.

[00:25:15] **Mike Bifulco:** Yeah. Interesting. So that's more, more gateway level, presumably, or like more broad level where maybe you have dozens and dozens of different software stacks through an organization and it's hard to just add three lines in one place and be happy.

[00:25:26] **Alex Klarfeld:** Yeah, exactly. So trying to, trying to gear up for that. So it's a agent that sits next to your box and does the same thing as the, the logger. But does it on like the, the kernel level and then performs the same way. It's just a little bit more effort to debug. It's usually teams that have. DevOps teams already set up.

[00:25:41] But we, we had, we started with the, the logger because that was the easiest way I thought that we could integrate too.

[00:25:48] **Mike Bifulco:** Yeah, it makes a lot of sense. I think one of the interesting things about what you're working on it super good is that you get to. Interpret and traverse and feel parts of the software stack, the protocol that a lot of [00:26:00] developers don't think about. Like, you're, you're making some really interesting network requests.

[00:26:03] You're sniffing out for certain shapes of things. Patching, fetch is like an idea that I've never even remotely considered, right? But it's a super cool thing to, to be able to do and to kind of monopolize isn't the right word, but utilize as, as an opportunity creator for you and certainly a value add for developers. Maybe this is a good, good segue into one of the other things I was interested in is like, tell me about your team, the size of the team building this thing and the tech stack. What does that look like right now?

[00:26:28] **Alex Klarfeld:** Yeah, for sure. So we're a really small team. There's three of us. We're all engineers. The tech stack is pretty straightforward. I'm a big fan of TypeScript, so all the web application stuff is done in TypeScript. And a lot of like data processing is also done in TypeScript. We actually utilize neon.

[00:26:44] So I'm a Postgres stalwart. Like I just think it's the best. Hopefully that doesn't lose me too many favors, but there's a really cool technology. Called Neon that helps, like, does like serverless Postgres. I'm a huge fan of it. It's greatly increased our developer productivity. Being able to like clone a [00:27:00] database immediately in the cloud behind your, your VPN just makes developments so much faster.

[00:27:05] So we use Neon for, for Postgres and you can also like set up multi-tenants very easily with them. And we deploy on a combination like render for the front end stuff and then GCP for a lot of the backend stuff. And then. Just using like the core GGCP stuff like cloud run and things like that.

[00:27:21] Pub sub and GGCS.

[00:27:24] **Mike Bifulco:** What I really like about your product and a thing that I really like talking to founders is when you hear about a product that has such an interesting and simple implementation story and that a lot of it is just good fundamentals and a solid idea for how to help people and not not having to go spend 10 years like researching a brand new, you know, I don't know, algorithm.

[00:27:42] Not having to do what open AI did and figure out how to make an LLMA thing to begin with. There are loads of opportunities for, you know, enterprising people to go and solve problems without having to I don't know, level up computer science as a theory. Right. And it's, it's a really cool sign that you're onto something that is an [00:28:00] interesting value add and also just fundamentally probably a helpful thing too.

[00:28:03] That that's super cool.

[00:28:05] Uh, and the team size of three is pretty impressive for what you've built too.

[00:28:08] **Alex Klarfeld:** Thanks. Yeah, they're, they're top engineers. I'm a, I'm a big fan of them.

[00:28:12] **Mike Bifulco:** Yeah. Cool. Well Alex be, before I let you move on, I've got a, a couple of questions that I wanna make sure I don't skip.

[00:28:18] Um, where's the best place for developers to find super good online and to get started with it?

[00:28:23] **Alex Klarfeld:** Yeah, for sure. So you can check us out@supergood.ai.

[00:28:27] **Mike Bifulco:** Cool. We'll send them that way straight away. And maybe what's a sign that someone should be considering using? Super good.

[00:28:33] **Alex Klarfeld:** If you've ever got a bill that someone has, I. Could been very confused by that's one if you have a horror story in mind where you're like, this API caused me to wake up in the middle of the night and, and heartache. That is, that is a good sign that we might be helpful. If you have more than, I'm gonna call it like five APIs, like if you're, the best customers that we have are like, kind of like they've, they've started to think about their unit economics. Maybe they haven't like implemented things yet, but if you're like a [00:29:00] smaller company, you probably are just like, Hey, I'm just trying to, trying to grow. So I don't care that much about like, watch these APIs.

[00:29:06] We're just gonna chuck stuff at it. Which, which I've been in that place too. So typically like larger companies that are just starting to think about this problem. And also if you're dealing with international APIs we actually have a pretty. Large contingent of, of international vendors that we've been working with to monitor.

[00:29:22] They are working pretty hard to get up to snuff with some of the, the US based vendors. So that's a good, that's a pretty good one. So anything expensive too? Is, is, is great. Like the Twilio stripes plaids. Oh. If you're working with any credit bureau also I'd love to talk to you. They, they have a special place in my heart 'cause they've been pretty difficult to work with.

[00:29:40] **Mike Bifulco:** No doubt. Yeah. Wow. That makes it super easy. If, if you have just listened to Alex and you, you fall into any one of those buckets get in touch stat. Alex, then where's the best place to find you online?

[00:29:51] **Alex Klarfeld:** You can find me on LinkedIn, you can find me on Twitter. I respond to dms on both. So please, please hit me up. You can find me on GitHub too if you wanna watch me write code, but that's a [00:30:00] little less exciting.

[00:30:02] **Mike Bifulco:** Well, I will make sure that there's links in the show notes to everything we've discussed ways to get super good and to you and Twitter and LinkedIn and all the other places. Alex, I really appreciate you coming and hanging out and telling us a little bit about Super Good. Thanks so much for joining.

[00:30:14] I really appreciate it.

[00:30:15] **Alex Klarfeld:** Yeah. Thank you so much, Mike. I appreciate it too.

[00:30:18] **Mike Bifulco:** Of course, Alex Feld. We'll catch you next time. Thank you.

[00:30:20] **Alex Klarfeld:** Alright, see ya.

[00:30:22] **Mike Bifulco:** Bye.

[00:30:24] ​