Podcasts about OLO

  • 185PODCASTS
  • 264EPISODES
  • 40mAVG DURATION
  • 1EPISODE EVERY OTHER WEEK
  • Mar 12, 2026LATEST

POPULARITY

20192020202120222023202420252026


Best podcasts about OLO

Latest podcast episodes about OLO

Everybody Pulls The Tarp
Noah Glass: Turning An Idea Into A $2 Billion Business That Changed The Restaurant Industry

Everybody Pulls The Tarp

Play Episode Listen Later Mar 12, 2026 50:16


This week Andrew talks with Olo founder & CEO Noah Glass. Olo is a company you most likely have interacted with (but probably don't realize it). That's because Olo is a restaurant technology company that works behind-the-scenes to power the orders, payments, & engagement for over 800+ restaurant brands across 90,000+ locations. This conversation is the story of how Noah & a small but scrappy team turned an idea into a $2 billion company that impacts millions of people. You'll hear important ideas on creativity, discipline, & building something from the ground up — even in the face of uncertainty & adversity. ** Follow Andrew **Instagram: @AndrewMoses123X: @andrewhmosesSign up for e-mails to keep up with the podcast at everybodypullsthetarp.com/newsletterDISCLAIMER: This podcast is solely for educational & entertainment purposes. It is not intended to be a substitute for the advice of a physician, psychotherapist, or other qualified professional.

Latent Space: The AI Engineer Podcast — CodeGen, Agents, Computer Vision, Data Science, AI UX and all things Software 3.0

All speakers are announced at AIE EU, schedule coming soon. Join us there or in Miami with the renowned organizers of React Miami! Singapore CFP also open!We've called this out a few times over in AINews, but the overwhelming consensus in the Valley is that “the IDE is Dead”. In November it was just a gut feeling, but now we actually have data: even at the canonical “VSCode Fork” company, people are officially using more agents than tab autocomplete (the first wave of AI coding):Cursor has launched cloud agents for a few months now, and this specific launch is around Computer Use, which has come a long way since we first talked with Anthropic about it in 2024, and which Jonas productized as Autotab:We also take the opportunity to do a live demo, talk about slash commands and subagents, and the future of continual learning and personalized coding models, something that Sam previously worked on at New Computer. (The fact that both of these folks are top tier CEOs of their own startups that have now joined the insane talent density gathering at Cursor should also not be overlooked).Full Episode on YouTube!please like and subscribe!Timestamps00:00 Agentic Code Experiments00:53 Why Cloud Agents Matter02:08 Testing First Pillar03:36 Video Reviews Second Pillar04:29 Remote Control Third Pillar06:17 Meta Demos and Bug Repro13:36 Slash Commands and MCPs18:19 From Tab to Team Workflow31:41 Minimal Web UI Philosophy32:40 Why No File Editor34:38 Full Stack Cursor Debate36:34 Model Choice and Auto Routing38:34 Parallel Agents and Best Of N41:41 Subagents and Context Management44:48 Grind Mode and Throughput Future01:00:24 Cloud Agent Onboarding and MemoryTranscriptEP 77 - CURSOR - Audio version[00:00:00]Agentic Code ExperimentsSamantha: This is another experiment that we ran last year and didn't decide to ship at that time, but may come back to LM Judge, but one that was also agentic and could write code. So it wasn't just picking but also taking the learnings from two models or and models that it was looking at and writing a new diff.And what we found was that there were strengths to using models from different model providers as the base level of this process. Basically you could get almost like a synergistic output that was better than having a very unified like bottom model tier.Jonas: We think that over the coming months, the big unlock is not going to be one person with a model getting more done, like the water flowing faster and we'll be making the pipe much wider and so paralyzing more, whether that's swarms of agents or parallel agents, both of those are things that contribute to getting much more done in the same amount of time.Why Cloud Agents Matterswyx: This week, one of the biggest launches that Cursor's ever done is cloud agents. I think you, you had [00:01:00] cloud agents before, but this was like, you give cursor a computer, right? Yeah. So it's just basically they bought auto tab and then they repackaged it. Is that what's going on, or,Jonas: that's a big part of it.Yeah. Cloud agents already ran in their own computers, but they were sort of site reading code. Yeah. And those computers were not, they were like blank VMs typically that were not set up for the Devrel X for whatever repo the agents working on. One of the things that we talk about is if you put yourself in the model shoes and you were seeing tokens stream by and all you could do was cite read code and spit out tokens and hope that you had done the right thing,swyx: no chanceJonas: I'd be so bad.Like you obviously you need to run the code. And so that I think also is probably not that contrarian of a take, but no one has done that yet. And so giving the model the tools to onboard itself and then use full computer use end-to-end pixels in coordinates out and have the cloud computer with different apps in it is the big unlock that we've seen internally in terms of use usage of this going from, oh, we use it for little copy changes [00:02:00] to no.We're really like driving new features with this kind of new type of entech workflow. Alright, let's see it. Cool.Live Demo TourJonas: So this is what it looks like in cursor.com/agents. So this is one I kicked off a while ago. So on the left hand side is the chat. Very classic sort of agentic thing. The big new thing here is that the agent will test its changes.So you can see here it worked for half an hour. That is because it not only took time to write the tokens of code, it also took time to test them end to end. So it started Devrel servers iterate when needed. And so that's one part of it is like model works for longer and doesn't come back with a, I tried some things pr, but a I tested at pr that's ready for your review.One of the other intuition pumps we use there is if a human gave you a PR asked you to review it and you hadn't, they hadn't tested it, you'd also be annoyed because you'd be like, only ask me for a review once it's actually ready. So that's what we've done withTesting Defaults and Controlsswyx: simple question I wanted to gather out front.Some prs are way smaller, [00:03:00] like just copy change. Does it always do the video or is it sometimes,Jonas: Sometimes.swyx: Okay. So what's the judgment?Jonas: The model does it? So we we do some default prompting with sort. What types of changes to test? There's a slash command that people can do called slash no test, where if you do that, the model will not test,swyx: but the default is test.Jonas: The default is to be calibrated. So we tell it don't test, very simple copy changes, but test like more complex things. And then users can also write their agents.md and specify like this type of, if you're editing this subpart of my mono repo, never tested ‘cause that won't work or whatever.Videos and Remote ControlJonas: So pillar one is the model actually testing Pillar two is the model coming back with a video of what it did.We have found that in this new world where agents can end-to-end, write much more code, reviewing the code is one of these new bottlenecks that crop up. And so reviewing a video is not a substitute for reviewing code, but it is an entry point that is much, much easier to start with than glancing at [00:04:00] some giant diff.And so typically you kick one off you, it's done you come back and the first thing that you would do is watch this video. So this is a, video of it. In this case I wanted a tool tip over this button. And so it went and showed me what that looks like in, in this video that I think here, it actually used a gallery.So sometimes it will build storybook type galleries where you can see like that component in action. And so that's pillar two is like these demo videos of what it built. And then pillar number three is I have full remote control access to this vm. So I can go heat in here. I can hover things, I can type, I have full control.And same thing for the terminal. I have full access. And so that is also really useful because sometimes the video is like all you need to see. And oftentimes by the way, the video's not perfect, the video will show you, is this worth either merging immediately or oftentimes is this worth iterating with to get it to that final stage where I am ready to merge in.So I can go through some other examples where the first video [00:05:00] wasn't perfect, but it gave me confidence that we were on the right track and two or three follow-ups later, it was good to go. And then I also have full access here where some things you just wanna play around with. You wanna get a feel for what is this and there's no substitute to a live preview.And the VNC kind of VM remote access gives you that.swyx: Amazing What, sorry? What is VN. AndJonas: just the remote desktop. Remote desktop. Yeah.swyx: Sam, any other details that you always wanna call out?Samantha: Yeah, for me the videos have been super helpful. I would say, especially in cases where a common problem for me with agents and cloud agents beforehand was almost like under specification in my requests where our plan mode and going really back and forth and getting detailed implementation spec is a way to reduce the risk of under specification, but then similar to how human communication breaks down over time, I feel like you have this risk where it's okay, when I pull down, go to the triple of pulling down and like running this branch locally, I'm gonna see that, like I said, this should be a toggle and you have a checkbox and like, why didn't you get that detail?And having the video up front just [00:06:00] has that makes that alignment like you're talking about a shared artifact with the agent. Very clear, which has been just super helpful for me.Jonas: I can quickly run through some other Yes. Examples.Meta Agents and More DemosJonas: So this is a very front end heavy one. So one question I wasswyx: gonna say, is this only for frontJonas: end?Exactly. One question you might have is this only for front end? So this is another example where the thing I wanted it to implement was a better error message for saving secrets. So the cloud agents support adding secrets, that's part of what it needs to access certain systems. Part of onboarding that is giving access.This is cloud is working onswyx: cloud agents. Yes.Jonas: So this is a fun thing isSamantha: it can get super meta. ItJonas: can get super meta, it can start its own cloud agents, it can talk to its own cloud agents. Sometimes it's hard to wrap your mind around that. We have disabled, it's cloud agents starting more cloud agents. So we currently disallow that.Someday you might. Someday we might. Someday we might. So this actually was mostly a backend change in terms of the error handling here, where if the [00:07:00] secret is far too large, it would oh, this is actually really cool. Wow. That's the Devrel tools. That's the Devrel tools. So if the secret is far too large, we.Allow secrets above a certain size. We have a size limit on them. And the error message there was really bad. It was just some generic failed to save message. So I was like, Hey, we wanted an error message. So first cool thing it did here, zero prompting on how to test this. Instead of typing out the, like a character 5,000 times to hit the limit, it opens Devrel tools, writes js, or to paste into the input 5,000 characters of the letter A and then hit save, closes the Devrel tools, hit save and gets this new gets the new error message.So that looks like the video actually cut off, but here you can see the, here you can see the screenshot of the of the error message. What, so that is like frontend backend end-to-end feature to, to get that,swyx: yeah.Jonas: Andswyx: And you just need a full vm, full computer run everything.Okay. Yeah.Jonas: Yeah. So we've had versions of this. This is one of the auto tab lessons where we started that in 2022. [00:08:00] No, in 2023. And at the time it was like browser use, DOM, like all these different things. And I think we ended up very sort of a GI pilled in the sense that just give the model pixels, give it a box, a brain in a box is what you want and you want to remove limitations around context and capabilities such that the bottleneck should be the intelligence.And given how smart models are today, that's a very far out bottleneck. And so giving it its full VM and having it be onboarded with Devrel X set up like a human would is just been for us internally a really big step change in capability.swyx: Yeah I would say, let's call it a year ago the models weren't even good enough to do any of this stuff.SoSamantha: even six months ago. Yeah.swyx: So yeah what people have told me is like round about Sonder four fire is when this started being good enough to just automate fully by pixel.Jonas: Yeah, I think it's always a question of when is good enough. I think we found in particular with Opus 4 5, 4, 6, and Codex five three, that those were additional step [00:09:00] changes in the autonomy grade capabilities of the model to just.Go off and figure out the details and come back when it's done.swyx: I wanna appreciate a couple details. One 10 Stack Router. I see it. Yeah. I'm a big fan. Do you know any, I have to name the 10 Stack.Jonas: No.swyx: This just a random lore. Some buddy Sue Tanner. My and then the other thing if you switch back to the video.Jonas: Yeah.swyx: I wanna shout out this thing. Probably Sam did it. I don't knowJonas: the chapters.swyx: What is this called? Yeah, this is called Chapters. Yeah. It's like a Vimeo thing. I don't know. But it's so nice the design details, like the, and obviously a company called Cursor has to have a beautiful cursorSamantha: and it isswyx: the cursor.Samantha: Cursor.swyx: You see it branded? It's the cursor. Cursor, yeah. Okay, cool. And then I was like, I complained to Evan. I was like, okay, but you guys branded everything but the wallpaper. And he was like, no, that's a cursor wallpaper. I was like, what?Samantha: Yeah. Rio picked the wallpaper, I think. Yeah. The video.That's probably Alexi and yeah, a few others on the team with the chapters on the video. Matthew Frederico. There's been a lot of teamwork on this. It's a huge effort.swyx: I just, I like design details.Samantha: Yeah.swyx: And and then when you download it adds like a little cursor. Kind of TikTok clip. [00:10:00] Yes. Yes.So it's to make it really obvious is from Cursor,Jonas: we did the TikTok branding at the end. This was actually in our launch video. Alexi demoed the cloud agent that built that feature. Which was funny because that was an instance where one of the things that's been a consequence of having these videos is we use best of event where you run head to head different models on the same prompt.We use that a lot more because one of the complications with doing that before was you'd run four models and they would come back with some giant diff, like 700 lines of code times four. It's what are you gonna do? You're gonna review all that's horrible. But if you come back with four 22nd videos, yeah, I'll watch four 22nd videos.And then even if none of them is perfect, you can figure out like, which one of those do you want to iterate with, to get it over the line. Yeah. And so that's really been really fun.Bug Repro WorkflowJonas: Here's another example. That's we found really cool, which is we've actually turned since into a slash command as well slash [00:11:00] repro, where for bugs in particular, the model of having full access to the to its own vm, it can first reproduce the bug, make a video of the bug reproducing, fix the bug, make a video of the bug being fixed, like doing the same pattern workflow with obviously the bug not reproducing.And that has been the single category that has gone from like these types of bugs, really hard to reproduce and pick two tons of time locally, even if you try a cloud agent on it. Are you confident it actually fixed it to when this happens? You'll merge it in 90 seconds or something like that.So this is an example where, let me see if this is the broken one or the, okay, this is the fixed one. Okay. So we had a bug on cursor.com/agents where if you would attach images where remove them. Then still submit your prompt. They would actually still get attached to the prompt. Okay. And so here you can see Cursor is using, its full desktop by the way.This is one of the cases where if you just do, browse [00:12:00] use type stuff, you'll have a bad time. ‘cause now it needs to upload files. Like it just uses its native file viewer to do that. And so you can see here it's uploading files. It's going to submit a prompt and then it will go and open up. So this is the meta, this is cursor agent, prompting cursor agent inside its own environment.And so you can see here bug, there's five images attached, whereas when it's submitted, it only had one image.swyx: I see. Yeah. But you gotta enable that if you're gonna use cur agent inside cur.Jonas: Exactly. And so here, this is then the after video where it went, it does the same thing. It attaches images, removes, some of them hit send.And you can see here, once this agent is up, only one of the images is left in the attachments. Yeah.swyx: Beautiful.Jonas: Okay. So easy merge.swyx: So yeah. When does it choose to do this? Because this is an extra step.Jonas: Yes. I think I've not done a great job yet of calibrating the model on when to reproduce these things.Yeah. Sometimes it will do it of its own accord. Yeah. We've been conservative where we try to have it only do it when it's [00:13:00] quite sure because it does add some amount of time to how long it takes it to work on it. But we also have added things like the slash repro command where you can just do, fix this bug slash repro and then it will know that it should first make you a video of it actually finding and making sure it can reproduce the bug.swyx: Yeah. Yeah. One sort of ML topic this ties into is reward hacking, where while you write test that you update only pass. So first write test, it shows me it fails, then make you test pass, which is a classic like red green.Jonas: Yep.swyx: LikeJonas: A-T-D-D-T-D-Dswyx: thing.No, very cool. Was that the last demo? Is thereJonas: Yeah.Anything I missed on the demos or points that you think? I think thatSamantha: covers it well. Yeah.swyx: Cool. Before we stop the screen share, can you gimme like a, just a tour of the slash commands ‘cause I so God ready. Huh, what? What are the good ones?Samantha: Yeah, we wanna increase discoverability around this too.I think that'll be like a future thing we work on. Yeah. But there's definitely a lot of good stuff nowJonas: we have a lot of internal ones that I think will not be that interesting. Here's an internal one that I've made. I don't know if anyone else at Cursor uses this one. Fix bb.Samantha: I've never heard of it.Jonas: Yeah.[00:14:00]Fix Bug Bot. So this is a thing that we want to integrate more tightly on. So you made it forswyx: yourself.Jonas: I made this for myself. It's actually available to everyone in the team, but yeah, no one knows about it. But yeah, there will be Bug bot comments and so Bug Bot has a lot of cool things. We actually just launched Bug Bot Auto Fix, where you can click a button and or change a setting and it will automatically fix its own things, and that works great in a bunch of cases.There are some cases where having the context of the original agent that created the PR is really helpful for fixing the bugs, because it might be like, oh, the bug here is that this, is a regression and actually you meant to do something more like that. And so having the original prompt and all of the context of the agent that worked on it, and so here I could just do, fix or we used to be able to do fixed PB and it would do that.No test is another one that we've had. Slash repro is in here. We mentioned that one.Samantha: One of my favorites is cloud agent diagnosis. This is one that makes heavy use of the Datadog MCP. Okay. And I [00:15:00] think Nick and David on our team wrote, and basically if there is a problem with a cloud agent we'll spin up a bunch of subs.Like a singleswyx: instance.Samantha: Yeah. We'll take the ideas and argument and spin up a bunch of subagents using the Datadog MCP to explore the logs and find like all of the problems that could have happened with that. It takes the debugging time, like from potentially you can do quick stuff quickly with the Datadog ui, but it takes it down to, again, like a single agent call as opposed to trolling through logs yourself.Jonas: You should also talk about the stuff we've done with transcripts.Samantha: Yes. Also so basically we've also done some things internally. There'll be some versions of this as we ship publicly soon, where you can spit up an agent and give it access to another agent's transcript to either basically debug something that happened.So act as an external debugger. I see. Or continue the conversation. Almost like forking it.swyx: A transcript includes all the chain of thought for the 11 minutes here. 45 minutes there.Samantha: Yeah. That way. Exactly. So basically acting as a like secondary agent that debugs the first, so we've started to push more andswyx: they're all the same [00:16:00] code.It is just the different prompts, but the sa the same.Samantha: Yeah. So basically same cloud agent infrastructure and then same harness. And then like when we do things like include, there's some extra infrastructure that goes into piping in like an external transcript if we include it as an attachment.But for things like the cloud agent diagnosis, that's mostly just using the Datadog MCP. ‘Cause we also launched CPS along with along with this cloud agent launch, launch support for cloud agent cps.swyx: Oh, that was drawn out.Jonas: We won't, we'll be doing a bigger marketing moment for it next week, but, and you can now use CPS andswyx: People will listen to it as well.Yeah,Jonas: they'llSamantha: be ahead of the third. They'll be ahead. And I would I actually don't know if the Datadog CP is like publicly available yet. I realize this not sure beta testing it, but it's been one of my favorites to use. Soswyx: I think that one's interesting for Datadog. ‘cause Datadog wants to own that site.Interesting with Bits. I don't know if you've tried bits.Samantha: I haven't tried bits.swyx: Yeah.Jonas: That's their cloud agentswyx: product. Yeah. Yeah. They want to be like we own your logs and give us our, some part of the, [00:17:00] self-healing software that everyone wants. Yeah. But obviously Cursor has a strong opinion on coding agents and you, you like taking away from the which like obviously you're going to do, and not every company's like Cursor, but it's interesting if you're a Datadog, like what do you do here?Do you expose your logs to FDP and let other people do it? Or do you try to own that it because it's extra business for you? Yeah. It's like an interesting one.Samantha: It's a good question. All I know is that I love the Datadog MCP,Jonas: And yeah, it is gonna be no, no surprise that people like will demand it, right?Samantha: Yeah.swyx: It's, it's like anysystemswyx: of record company like this, it's like how much do you give away? Cool. I think that's that for the sort of cloud agents tour. Cool. And we just talk about like cloud agents have been when did Kirsten loves cloud agents? Do you know, in JuneJonas: last year.swyx: June last year. So it's been slowly develop the thing you did, like a bunch of, like Michael did a post where himself, where he like showed this chart of like ages overtaking tap. And I'm like, wow, this is like the biggest transition in code.Jonas: Yeah.swyx: Like in, in [00:18:00] like the last,Jonas: yeah. I think that kind of got turned out.Yeah. I think it's a very interest,swyx: not at all. I think it's been highlighted by our friend Andre Kati today.Jonas: Okay.swyx: Talk more about it. What does it mean? Yeah. Is I just got given like the cursor tab key.Jonas: Yes. Yes.swyx: That's that'sSamantha: cool.swyx: I know, but it's gonna be like put in a museum.Jonas: It is.Samantha: I have to say I haven't used tab a little bit myself.Jonas: Yeah. I think that what it looks like to code with AI code generally creates software, even if you want to go higher level. Is changing very rapidly. No, not a hot take, but I think from our vendor's point at Cursor, I think one of the things that is probably underappreciated from the outside is that we are extremely self-aware about that fact and Kerscher, got its start in phase one, era one of like tab and auto complete.And that was really useful in its time. But a lot of people start looking at text files and editing code, like we call it hand coding. Now when you like type out the actual letters, it'sswyx: oh that's cute.Jonas: Yeah.swyx: Oh that's cute.Jonas: You're so boomer. So boomer. [00:19:00] And so that I think has been a slowly accelerating and now in the last few months, rapidly accelerating shift.And we think that's going to happen again with the next thing where the, I think some of the pains around tab of it's great, but I actually just want to give more to the agent and I don't want to do one tab at a time. I want to just give it a task and it goes off and does a larger unit of work and I can.Lean back a little bit more and operate at that higher level of abstraction that's going to happen again, where it goes from agents handing you back diffs and you're like in the weeds and giving it, 32nd to three minute tasks, to, you're giving it, three minute to 30 minute to three hour tasks and you're getting back videos and trying out previews rather than immediately looking at diffs every single time.swyx: Yeah. Anything to add?Samantha: One other shift that I've noticed as our cloud agents have really taken off internally has been a shift from primarily individually driven development to almost this collaborative nature of development for us, slack is actually almost like a development on [00:20:00] Id basically.So Iswyx: like maybe don't even build a custom ui, like maybe that's like a debugging thing, but actually it's that.Samantha: I feel like, yeah, there's still so much to left to explore there, but basically for us, like Slack is where a lot of development happens. Like we will have these issue channels or just like this product discussion channels where people are always at cursing and that kicks off a cloud agent.And for us at least, we have team follow-ups enabled. So if Jonas kicks off at Cursor in a thread, I can follow up with it and add more context. And so it turns into almost like a discussion service where people can like collaborate on ui. Oftentimes I will kick off an investigation and then sometimes I even ask it to get blame and then tag people who should be brought in. ‘cause it can tag people in Slack and then other people will comeswyx: in, can tag other people who are not involved in conversation. Yes. Can just do at Jonas if say, was talking to,Samantha: yeah.swyx: That's cool. You should, you guys should make a big good deal outta that.Samantha: I know. It's a lot to, I feel like there's a lot more to do with our slack surface area to show people externally. But yeah, basically like it [00:21:00] can bring other people in and then other people can also contribute to that thread and you can end up with a PR again, with the artifacts visible and then people can be like, okay, cool, we can merge this.So for us it's like the ID is almost like moving into Slack in some ways as well.swyx: I have the same experience with, but it's not developers, it's me. Designer salespeople.Samantha: Yeah.swyx: So me on like technical marketing, vision, designer on design and then salespeople on here's the legal source of what we agreed on.And then they all just collaborate and correct. The agents,Jonas: I think that we found when these threads is. The work that is left, that the humans are discussing in these threads is the nugget of what is actually interesting and relevant. It's not the boring details of where does this if statement go?It's do we wanna ship this? Is this the right ux? Is this the right form factor? Yeah. How do we make this more obvious to the user? It's like those really interesting kind of higher order questions that are so easy to collaborate with and leave the implementation to the cloud agent.Samantha: Totally. And no more discussion of am I gonna do this? Are you [00:22:00] gonna do this cursor's doing it? You just have to decide. You like it.swyx: Sometimes the, I don't know if there's a, this probably, you guys probably figured this out already, but since I, you need like a mute button. So like cursor, like we're going to take this offline, but still online.But like we need to talk among the humans first. Before you like could stop responding to everything.Jonas: Yeah. This is a design decision where currently cursor won't chime in unless you explicitly add Mention it. Yeah. Yeah.Samantha: So it's not always listening.Yeah.Jonas: I can see all the intermediate messages.swyx: Have you done the recursive, can cursor add another cursor or spawn another cursor?Samantha: Oh,Jonas: we've done some versions of this.swyx: Because, ‘cause it can add humans.Jonas: Yes. One of the other things we've been working on that's like an implication of generating the code is so easy is getting it to production is still harder than it should be.And broadly, you solve one bottleneck and three new ones pop up. Yeah. And so one of the new bottlenecks is getting into production and we have a like joke internally where you'll be talking about some feature and someone says, I have a PR for that. Which is it's so easy [00:23:00] to get to, I a PR for that, but it's hard still relatively to get from I a PR for that to, I'm confident and ready to merge this.And so I think that over the coming weeks and months, that's a thing that we think a lot about is how do we scale up compute to that pipeline of getting things from a first draft An agent did.swyx: Isn't that what Merge isn't know what graphite's for, likeJonas: graphite is a big part of that. The cloud agent testingswyx: Is it fully integrated or still different companiesJonas: working on I think we'll have more to share there in the future, but the goal is to have great end-to-end experience where Cursor doesn't just help you generate code tokens, it helps you create software end-to-end.And so review is a big part of that, that I think especially as models have gotten much better at writing code, generating code, we've felt that relatively crop up more,swyx: sorry this is completely unplanned, but like there I have people arguing one to you need ai. To review ai and then there is another approach, thought school of thought where it's no, [00:24:00] reviews are dead.Like just show me the video. It's it like,Samantha: yeah. I feel again, for me, the video is often like alignment and then I often still wanna go through a code review process.swyx: Like still look at the files andSamantha: everything. Yeah. There's a spectrum of course. Like the video, if it's really well done and it does like fully like test everything, you can feel pretty competent, but it's still helpful to, to look at the code.I make hep pay a lot of attention to bug bot. I feel like Bug Bot has been a great really highly adopted internally. We often like, won't we tell people like, don't leave bug bot comments unaddressed. ‘cause we have such high confidence in it. So people always address their bug bot comments.Jonas: Once you've had two cases where you merged something and then you went back later, there was a bug in it, you merged, you went back later and you were like, ah, bug Bot had found that I should have listened to Bug Bot.Once that happens two or three times, you learn to wait for bug bot.Samantha: Yeah. So I think for us there's like that code level review where like it's looking at the actual code and then there's like the like feature level review where you're looking at the features. There's like a whole number of different like areas.There'll probably eventually be things like performance level review, security [00:25:00] review, things like that where it's like more more different aspects of how this feature might affect your code base that you want to potentially leverage an agent to help with.Jonas: And some of those like bug bot will be synchronous and you'll typically want to wait on before you merge.But I think another thing that we're starting to see is. As with cloud agents, you scale up this parallelism and how much code you generate. 10 person startups become, need the Devrel X and pipelines that a 10,000 person company used to need. And that looks like a lot of the things I think that 10,000 person companies invented in order to get that volume of software to production safely.So that's things like, release frequently or release slowly, have different stages where you release, have checkpoints, automated ways of detecting regressions. And so I think we're gonna need stacks merg stack diffs merge queues. Exactly. A lot of those things are going to be importantswyx: forward with.I think the majority of people still don't know what stack stacks are. And I like, I have many friends in Facebook and like I, I'm pretty friendly with graphite. I've just, [00:26:00] I've never needed it ‘cause I don't work on that larger team and it's just like democratization of no, only here's what we've already worked out at very large scale and here's how you can, it benefits you too.Like I think to me, one of the beautiful things about GitHub is that. It's actually useful to me as an individual solo developer, even though it's like actually collaboration software.Jonas: Yep.swyx: And I don't think a lot of Devrel tools have figured that out yet. That transition from like large down to small.Jonas: Yeah. Kers is probably an inverse story.swyx: This is small down toJonas: Yeah. Where historically Kers share, part of why we grew so quickly was anyone on the team could pick it up and in fact people would pick it up, on the weekend for their side project and then bring it into work. ‘cause they loved using it so much.swyx: Yeah.Jonas: And I think a thing that we've started working on a lot more, not us specifically, but as a company and other folks at Cursor, is making it really great for teams and making it the, the 10th person that starts using Cursor in a team. Is immediately set up with things like, we launched Marketplace recently so other people can [00:27:00] configure what CPS and skills like plugins.So skills and cps, other people can configure that. So that my cursor is ready to go and set up. Sam loves the Datadog, MCP and Slack, MCP you've also been using a lot butSamantha: also pre-launch, but I feel like it's so good.Jonas: Yeah, my cursor should be configured if Sam feels strongly that's just amazing and required.swyx: Is it automatically shared or you have to go and.Jonas: It depends on the MCP. So some are obviously off per user. Yeah. And so Sam can't off my cursor with my Slack MCP, but some are team off and those can be set up by admins.swyx: Yeah. Yeah. That's cool. Yeah, I think, we had a man on the pod when cursor was five people, and like everyone was like, okay, what's the thing?And then it's usually something teams and org and enterprise, but it's actually working. But like usually at that stage when you're five, when you're just a vs. Code fork it's like how do you get there? Yeah. Will people pay for this? People do pay for it.Jonas: Yeah. And I think for cloud agents, we expect.[00:28:00]To have similar kind of PLG things where I think off the bat we've seen a lot of adoption with kind of smaller teams where the code bases are not quite as complex to set up. Yes. If you need some insane docker layer caching thing for builds not to take two hours, that's going to take a little bit longer for us to be able to support that kind of infrastructure.Whereas if you have front end backend, like one click agents can install everything that they need themselves.swyx: This is a good chance for me to just ask some technical sort of check the box questions. Can I choose the size of the vm?Jonas: Not yet. We are planning on adding that. Weswyx: have, this is obviously you want like LXXL, whatever, right?Like it's like the Amazon like sort menu.Jonas: Yes, exactly. We'll add that.swyx: Yeah. In some ways you have to basically become like a EC2, almost like you rent a box.Jonas: You rent a box. Yes. We talk a lot about brain in a box. Yeah. So cursor, we want to be a brain in a box,swyx: but is the mental model different? Is it more serverless?Is it more persistent? Is. Something else.Samantha: We want it to be a bit persistent. The desktop should be [00:29:00] something you can return to af even after some days. Like maybe you go back, they're like still thinking about a feature for some period of time. So theswyx: full like sus like suspend the memory and bring it back and then keep going.Samantha: Exactly.swyx: That's an interesting one because what I actually do want, like from a manna and open crawl, whatever, is like I want to be able to log in with my credentials to the thing, but not actually store it in any like secret store, whatever. ‘cause it's like this is the, my most sensitive stuff.Yeah. This is like my email, whatever. And just have it like, persist to the image. I don't know how it was hood, but like to rehydrate and then just keep going from there. But I don't think a lot of infra works that way. A lot of it's stateless where like you save it to a docker image and then it's only whatever you can describe in a Docker file and that's it.That's the only thing you can cl multiple times in parallel.Jonas: Yeah. We have a bunch of different ways of setting them up. So there's a dockerfile based approach. The main default way is actually snapshottingswyx: like a Linux vmJonas: like vm, right? You run a bunch of install commands and then you snapshot more or less the file system.And so that gets you set up for everything [00:30:00] that you would want to bring a new VM up from that template basically.swyx: Yeah.Jonas: And that's a bit distinct from what Sam was talking about with the hibernating and re rehydrating where that is a full memory snapshot as well. So there, if I had like the browser open to a specific page and we bring that back, that page will still be there.swyx: Was there any discussion internally and just building this stuff about every time you shoot a video it's actually you show a little bit of the desktop and the browser and it's not necessary if you just show the browser. If, if you know you're just demoing a front end application.Why not just show the browser, right? Like it Yeah,Samantha: we do have some panning and zooming. Yeah. Like it can decide that when it's actually recording and cutting the video to highlight different things. I think we've played around with different ways of segmenting it and yeah. There's been some different revs on it for sure.Jonas: Yeah. I think one of the interesting things is the version that you see now in cursor.com actually is like half of what we had at peak where we decided to unshift or unshipped quite a few things. So two of the interesting things to talk about, one is directly an answer to your [00:31:00] question where we had native browser that you would have locally, it was basically an iframe that via port forwarding could load the URL could talk to local host in the vm.So that gets you basically, so inswyx: your machine's browser,likeJonas: in your local browser? Yeah. You would go to local host 4,000 and that would get forwarded to local host 4,000 in the VM via port forward. We unshift that like atswyx: Eng Rock.Jonas: Like an Eng Rock. Exactly. We unshift that because we felt that the remote desktop was sufficiently low latency and more general purpose.So we build Cursor web, but we also build Cursor desktop. And so it's really useful to be able to have the full spectrum of things. And even for Cursor Web, as you saw in one of the examples, the agent was uploading files and like I couldn't upload files and open the file viewer if I only had access to the browser.And we've thought a lot about, this might seem funny coming from Cursor where we started as this, vs. Code Fork and I think inherited a lot of amazing things, but also a lot [00:32:00] of legacy UI from VS Code.Minimal Web UI SurfacesJonas: And so with the web UI we wanted to be very intentional about keeping that very minimal and exposing the right sum of set of primitive sort of app surfaces we call them, that are shared features of that cloud.Environment that you and the agent both use. So agent uses desktop and controls it. I can use desktop and controlled agent runs terminal commands. I can run terminal commands. So that's how our philosophy around it. The other thing that is maybe interesting to talk about that we unshipped is and we may, both of these things we may reship and decide at some point in the future that we've changed our minds on the trade offs or gotten it to a point where, putswyx: it out there.Let users tell you they want it. Exactly. Alright, fine.Why No File EditorJonas: So one of the other things is actually a files app. And so we used to have the ability at one point during the process of testing this internally to see next to, I had GID desktop and terminal on the right hand side of the tab there earlier to also have a files app where you could see and edit files.And we actually felt that in some [00:33:00] ways, by restricting and limiting what you could do there, people would naturally leave more to the agent and fall into this new pattern of delegating, which we thought was really valuable. And there's currently no way in Cursor web to edit these files.swyx: Yeah. Except you like open up the PR and go into GitHub and do the thing.Jonas: Yeah.swyx: Which is annoying.Jonas: Just tell the agent,swyx: I have criticized open AI for this. Because Open AI is Codex app doesn't have a file editor, like it has file viewer, but isn't a file editor.Jonas: Do you use the file viewer a lot?swyx: No. I understand, but like sometimes I want it, the one way to do it is like freaking going to no, they have a open in cursor button or open an antigravity or, opening whatever and people pointed that.So I was, I was part of the early testers group people pointed that and they were like, this is like a design smell. It's like you actually want a VS. Code fork that has all these things, but also a file editor. And they were like, no, just trust us.Jonas: Yeah. I think we as Cursor will want to, as a product, offer the [00:34:00] whole spectrum and so you want to be able to.Work at really high levels of abstraction and double click and see the lowest level. That's important. But I also think that like you won't be doing that in Slack. And so there are surfaces and ways of interacting where in some cases limiting the UX capabilities makes for a cleaner experience that's more simple and drives people into these new patterns where even locally we kicked off joking about this.People like don't really edit files, hand code anymore. And so we want to build for where that's going and not where it's beenswyx: a lot of cool stuff. And Okay. I have a couple more.Full Stack Hosting Debateswyx: So observations about the design elements about these things. One of the things that I'm always thinking about is cursor and other peers of cursor start from like the Devrel tools and work their way towards cloud agents.Other people, like the lovable and bolts of the world start with here's like the vibe code. Full cloud thing. They were already cloud edges before anyone else cloud edges and we will give you the full deploy platform. So we own the whole loop. We own all the infrastructure, we own, we, we have the logs, we have the the live site, [00:35:00] whatever.And you can do that cycle cursor doesn't own that cycle even today. You don't have the versal, you don't have the, you whatever deploy infrastructure that, that you're gonna have, which gives you powers because anyone can use it. And any enterprise who, whatever you infra, I don't care. But then also gives you limitations as to how much you can actually fully debug end to end.I guess I'm just putting out there that like is there a future where there's like full stack cursor where like cursor apps.com where like I host my cursor site this, which is basically a verse clone, right? I don't know.Jonas: I think that's a interesting question to be asking, and I think like the logic that you laid out for how you would get there is logic that I largely agree with.swyx: Yeah. Yeah.Jonas: I think right now we're really focused on what we see as the next big bottleneck and because things like the Datadog MCP exist, yeah. I don't think that the best way we can help our customers ship more software. Is by building a hosting solution right now,swyx: by the way, these are things I've actually discussed with some of the companies I just named.Jonas: Yeah, for sure. Right now, just this big bottleneck is getting the code out there and also [00:36:00] unlike a lovable in the bolt, we focus much more on existing software. And the zero to one greenfield is just a very different problem. Imagine going to a Shopify and convincing them to deploy on your deployment solution.That's very different and I think will take much longer to see how that works. May never happen relative to, oh, it's like a zero to one app.swyx: I'll say. It's tempting because look like 50% of your apps are versal, superb base tailwind react it's the stack. It's what everyone does.So I it's kinda interesting.Jonas: Yeah.Model Choice and Auto Routingswyx: The other thing is the model select dying. Right now in cloud agents, it's stuck down, bottom left. Sure it's Codex High today, but do I care if it's suddenly switched to Opus? Probably not.Samantha: We definitely wanna give people a choice across models because I feel like it, the meta change is very frequently.I was a big like Opus 4.5 Maximalist, and when codex 5.3 came out, I hard, hard switch. So that's all I use now.swyx: Yeah. Agreed. I don't know if, but basically like when I use it in Slack, [00:37:00] right? Cursor does a very good job of exposing yeah. Cursors. If people go use it, here's the model we're using.Yeah. Here's how you switch if you want. But otherwise it's like extracted away, which is like beautiful because then you actually, you should decide.Jonas: Yeah, I think we want to be doing more with defaults.swyx: Yeah.Jonas: Where we can suggest things to people. A thing that we have in the editor, the desktop app is auto, which will route your request and do things there.So I think we will want to do something like that for cloud agents as well. We haven't done it yet. And so I think. We have both people like Sam, who are very savvy and want know exactly what model they want, and we also have people that want us to pick the best model for them because we have amazing people like Sam and we, we are the experts.Yeah. We have both the traffic and the internal taste and experience to know what we think is best.swyx: Yeah. I have this ongoing pieces of agent lab versus model lab. And to me, cursor and other companies are example of an agent lab that is, building a new playbook that is different from a model lab where it's like very GP heavy Olo.So obviously has a research [00:38:00] team. And my thesis is like you just, every agent lab is going to have a router because you're going to be asked like, what's what. I don't keep up to every day. I'm not a Sam, I don't keep up every day for using you as sample the arm arbitrator of taste. Put me on CRI Auto.Is it free? It's not free.Jonas: Auto's not free, but there's different pricing tiers. Yeah.swyx: Put me on Chris. You decide from me based on all the other people you know better than me. And I think every agent lab should basically end up doing this because that actually gives you extra power because you like people stop carrying or having loyalty with one lab.Jonas: Yeah.Best Of N and Model CouncilsJonas: Two other maybe interesting things that I don't know how much they're on your radar are one the best event thing we mentioned where running different models head to head is actually quite interesting becauseswyx: which exists in cursor.Jonas: That exists in cur ID and web. So the problem is where do you run them?swyx: Okay.Jonas: And so I, I can share my screen if that's interesting. Yeahinteresting.swyx: Yeah. Yeah. Obviously parallel agents, very popal.Jonas: Yes, exactly. Parallel agentsswyx: in you mind. Are they the same thing? Best event and parallel agents? I don't want to [00:39:00] put words in your mouth.Jonas: Best event is a subset of parallel agents where they're running on the same prompt.That would be my answer. So this is what that looks like. And so here in this dropdown picker, I can just select multiple models.swyx: Yeah.Jonas: And now if I do a prompt, I'm going to do something silly. I am running these five models.swyx: Okay. This is this fake clone, of course. The 2.0 yeah.Jonas: Yes, exactly. But they're running so the cursor 2.0, you can do desktop or cloud.So this is cloud specifically where the benefit over work trees is that they have their own VMs and can run commands and won't try to kill ports that the other one is running. Which are some of the pains. These are allswyx: called work trees?Jonas: No, these are all cloud agents with their own VMs.swyx: Okay. ButJonas: When you do it locally, sometimes people do work trees and that's been the main way that people have set out parallel so far.I've gotta say.swyx: That's so confusing for folks.Jonas: Yeah.swyx: No one knows what work trees are.Jonas: Exactly. I think we're phasing out work trees.swyx: Really.Jonas: Yeah.swyx: Okay.Samantha: But yeah. And one other thing I would say though on the multimodel choice, [00:40:00] so this is another experiment that we ran last year and the decide to ship at that time but may come back to, and there was an interesting learning that's relevant for, these different model providers. It was something that would run a bunch of best of ends but then synthesize and basically run like a synthesizer layer of models. And that was other agents that would take LM Judge, but one that was also agentic and could write code. So it wasn't just picking but also taking the learnings from two models or, and models that it was looking at and writing a new diff.And what we found was that at the time at least, there were strengths to using models from different model providers as the base level of this process. Like basically you could get almost like a synergistic output that was better than having a very unified, like bottom model tier. So it was really interesting ‘cause it's like potentially, even though even in the future when you have like maybe one model as ahead of the other for a little bit, there could be some benefit from having like multiple top tier models involved in like a [00:41:00] model swarm or whatever agent Swarm that you're doing, that they each have strengths and weaknesses.Yeah.Jonas: Andre called this the council, right?Samantha: Yeah, exactly. We actually, oh, that's another internal command we have that Ian wrote slash council. Oh, and they some, yeah.swyx: Yes. This idea is in various forms everywhere. And I think for me, like for me, the productization of it, you guys have done yeah, like this is very flexible, but.If I were to add another Yeah, what your thing is on here it would be too much. I what, let's say,Samantha: Ideally it's all, it's something that the user can just choose and it all happens under the hood in a way where like you just get the benefit of that process at the end and better output basically, but don't have to get too lost in the complexity of judging along the way.Jonas: Okay.Subagents for ContextJonas: Another thing on the many agents, on different parallel agents that's interesting is an idea that's been around for a while as well that has started working recently is subagents. And so this is one other way to get agents of the different prompts and different goals and different models, [00:42:00] different vintages to work together.Collaborate and delegate.swyx: Yeah. I'm very like I like one of my, I always looking for this is the year of the blah, right? Yeah. I think one of the things on the blahs is subs. I think this is of but I haven't used them in cursor. Are they fully formed or how do I honestly like an intro because do I form them from new every time?Do I have fixed subagents? How are they different for slash commands? There's all these like really basic questions that no one stops to answer for people because everyone's just like too busy launching. We have toSamantha: honestly, you could, you can see them in cursor now if you just say spin up like 50 subagents to, so cursor definesswyx: what Subagents.Yeah.Samantha: Yeah. So basically I think I shouldn't speak for the whole subagents team. This is like a different team that's been working on this, but our thesis or thing that we saw internally is that like they're great for context management for kind of long running threads, or if you're trying to just throw more compute at something.We have strongly used, almost like a generic task interface where then the main agent can define [00:43:00] like what goes into the subagent. So if I say explore my code base, it might decide to spin up an explore subagent and or might decide to spin up five explore subagent.swyx: But I don't get to set what those subagent are, right?It's all defined by a model.Samantha: I think. I actually would have to refresh myself on the sub agent interface.Jonas: There are some built-in ones like the explore subagent is free pre-built. But you can also instruct the model to use other subagents and then it will. And one other example of a built-in subagent is I actually just kicked one off in cursor and I can show you what that looks like.swyx: Yes. Because I tried to do this in pure prompt space.Jonas: So this is the desktop app? Yeah. Yeah. And that'sswyx: all you need to do, right? Yeah.Jonas: That's all you need to do. So I said use a sub agent to explore and I think, yeah, so I can even click in and see what the subagent is working on here. It ran some fine command and this is a composer under the hood.Even though my main model is Opus, it does smart routing to take, like in this instance the explorer sort of requires reading a ton of things. And so a faster model is really useful to get an [00:44:00] answer quickly, but that this is what subagent look like. And I think we wanted to do a lot more to expose hooks and ways for people to configure these.Another example of a cus sort of builtin subagent is the computer use subagent in the cloud agents, where we found that those trajectories can be long and involve a lot of images obviously, and execution of some testing verification task. We wanted to use that models that are particularly good at that.So that's one reason to use subagents. And then the other reason to use subagents is we want contexts to be summarized reduced down at a subagent level. That's a really neat boundary at which to compress that rollout and testing into a final message that agent writes that then gets passed into the parent rather than having to do some global compaction or something like that.swyx: Awesome. Cool. While we're in the subagents conversation, I can't do a cursor conversation and not talk about listen stuff. What is that? What is what? He built a browser. He built an os. Yes. And he [00:45:00] experimented with a lot of different architectures and basically ended up reinventing the software engineer org chart.This is all cool, but what's your take? What's, is there any hole behind the side? The scenes stories about that kind of, that whole adventure.Samantha: Some of those experiments have found their way into a feature that's available in cloud agents now, the long running agent mode internally, we call it grind mode.And I think there's like some hint of grind mode accessible in the picker today. ‘cause you can do choose grind until done. And so that was really the result of experiments that Wilson started in this vein where he I think the Ralph Wigga loop was like floating around at the time, but it was something he also independently found and he was experimenting with.And that was what led to this product surface.swyx: And it is just simple idea of have criteria for completion and do not. Until you complete,Samantha: there's a bit more complexity as well in, in our implementation. Like there's a specific, you have to start out by aligning and there's like a planning stage where it will work with you and it will not get like start grind execution mode until it's decided that the [00:46:00] plan is amenable to both of you.Basically,swyx: I refuse to work until you make me happy.Jonas: We found that it's really important where people would give like very underspecified prompt and then expect it to come back with magic. And if it's gonna go off and work for three minutes, that's one thing. When it's gonna go off and work for three days, probably should spend like a few hours upfront making sure that you have communicated what you actually want.swyx: Yeah. And just to like really drive from the point. We really mean three days that No, noJonas: human. Oh yeah. We've had three day months innovation whatsoever.Samantha: I don't know what the record is, but there's been a long time with the grantsJonas: and so the thing that is available in cursor. The long running agent is if you wanna think about it, very abstractly that is like one worker node.Whereas what built the browser is a society of workers and planners and different agents collaborating. Because we started building the browser with one worker node at the time, that was just the agent. And it became one worker node when we realized that the throughput of the system was not where it needed to be [00:47:00] to get something as large of a scale as the browser done.swyx: Yeah.Jonas: And so this has also become a really big mental model for us with cloud, cloud agents is there's the classic engineering latency throughput trade-offs. And so you know, the code is water flowing through a pipe. The, we think that over the coming months, the big unlock is not going to be one person with a model getting more done, like the water flowing faster and we'll be making the pipe much wider and so ing more, whether that's swarms of agents or parallel agents, both of those are things that contribute to getting.Much more done in the same amount of time, but any one of those tasks doesn't necessarily need to get done that quickly. And throughput is this really big thing where if you see the system of a hundred concurrent agents outputting thousands of tokens a second, you can't go back like that.Just you see a glimpse of the future where obviously there are many caveats. Like no one is using this browser. IRL. There's like a bunch of things not quite right yet, but we are going to get to systems that produce real production [00:48:00] code at the scale much sooner than people think. And it forces you to think what even happens to production systems. Like we've broken our GitHub actions recently because we have so many agents like producing and pushing code that like CICD is just overloaded. ‘cause suddenly it's like effectively weg grew, cursor's growing very quickly anyway, but you grow head count, 10 x when people run 10 x as many agents.And so a lot of these systems, exactly, a lot of these systems will need to adapt.swyx: It also reminds me, we, we all, the three of us live in the app layer, but if you talk to the researchers who are doing RL infrastructure, it's the same thing. It's like all these parallel rollouts and scheduling them and making sure as much throughput as possible goes through them.Yeah, it's the same thing.Jonas: We were talking briefly before we started recording. You were mentioning memory chips and some of the shortages there. The other thing that I think is just like hard to wrap your head around the scale of the system that was building the browser, the concurrency there.If Sam and I both have a system like that running for us, [00:49:00] shipping our software. The amount of inference that we're going to need per developer is just really mind-boggling. And that makes, sometimes when I think about that, I think that even with, the most optimistic projections for what we're going to need in terms of buildout, our underestimating, the extent to which these swarm systems can like churn at scale to produce code that is valuable to the economy.And,swyx: yeah, you can cut this if it's sensitive, but I was just Do you have estimates of how much your token consumption is?Jonas: Like per developer?swyx: Yeah. Or yourself. I don't need like comfy average. I just curious. ISamantha: feel like I, for a while I wasn't an admin on the usage dashboard, so I like wasn't able to actually see, but it was a,swyx: mine has gone up.Samantha: Oh yeah.swyx: But I thinkSamantha: it's in terms of how much work I'm doing, it's more like I have no worries about developers losing their jobs, at least in the near term. ‘cause I feel like that's a more broad discussion.swyx: Yeah. Yeah. You went there. I didn't go, I wasn't going there.I was just like how much more are you using?Samantha: There's so much stuff to be built. And so I feel like I'm basically just [00:50:00] trying to constantly I have more ambitions than I did before. Yes. Personally. Yes. So can't speak to the broader thing. But for me it's like I'm busier than ever before.I'm using more tokens and I am also doing more things.Jonas: Yeah. Yeah. I don't have the stats for myself, but I think broadly a thing that we've seen, that we expect to continue is J'S paradox. Whereswyx: you can't do it in our podcast without seeingJonas: it. Exactly. We've done it. Now we can wrap. We've done, we said the words.Phase one tab auto complete people paid like 20 bucks a month. And that was great. Phase two where you were iterating with these local models. Today people pay like hundreds of dollars a month. I think as we think about these highly parallel kind of agents running off for a long times in their own VM system, we are already at that point where people will be spending thousands of dollars a month per human, and I think potentially tens of thousands and beyond, where it's not like we are greedy for like capturing more money, but what happens is just individuals get that much more leverage.And if one person can do as much as 10 people, yeah. That tool that allows ‘em to do that is going to be tremendously valuable [00:51:00] and worth investing in and taking the best thing that exists.swyx: One more question on just the cursor in general and then open-ended for you guys to plug whatever you wanna put.How is Cursor hiring these days?Samantha: What do you mean by how?swyx: So obviously lead code is dead. Oh,Samantha: okay.swyx: Everyone says work trial. Different people have different levels of adoption of agents. Some people can really adopt can be much more productive. But other people, you just need to give them a little bit of time.And sometimes they've never lived in a token rich place like cursor.And once you live in a token rich place, you're you just work differently. But you need to have done that. And a lot of people anyway, it was just open-ended. Like how has agentic engineering, agentic coding changed your opinions on hiring?Is there any like broad like insights? Yeah.Jonas: Basically I'm asking this for other people, right? Yeah, totally. Totally. To hear Sam's opinion, we haven't talked about this the two of us. I think that we don't see necessarily being great at the latest thing with AI coding as a prerequisite.I do think that's a sign that people are keeping up and [00:52:00] curious and willing to upscale themselves in what's happening because. As we were talking about the last three months, the game has completely changed. It's like what I do all day is very different.swyx: Like it's my job and I can't,Jonas: Yeah, totally.I do think that still as Sam was saying, the fundamentals remain important in the current age and being able to go and double click down. And models today do still have weaknesses where if you let them run for too long without cleaning up and refactoring, the coke will get sloppy and there'll be bad abstractions.And so you still do need humans that like have built systems before, no good patterns when they see them and know where to steer things.Samantha: I would agree with that. I would say again, cursor also operates very quickly and leveraging ag agentic engineering is probably one reason why that's possible in this current moment.I think in the past it was just like people coding quickly and now there's like people who use agents to move faster as well. So it's part of our process will always look for we'll select for kind of that ability to make good decisions quickly and move well in this environment.And so I think being able to [00:53:00] figure out how to use agents to help you do that is an important part of it too.swyx: Yeah. Okay. The fork in the road, either predictions for the end of the year, if you have any, or PUDs.Jonas: Evictions are not going to go well.Samantha: I know it's hard.swyx: They're so hard. Get it wrong.It's okay. Just, yeah.Jonas: One other plug that may be interesting that I feel like we touched on but haven't talked a ton about is a thing that the kind of these new interfaces and this parallelism enables is the ability to hop back and forth between threads really quickly. And so a thing that we have,swyx: you wanna show something or,Jonas: yeah, I can show something.A thing that we have felt with local agents is this pain around contact switching. And you have one agent that went off and did some work and another agent that, that did something else. And so here by having, I just have three tabs open, let's say, but I can very quickly, hop in here.This is an example I showed earlier, but the actual workflow here I think is really different in a way that may not be obvious, where, I start t

RB Daily
Jack in the Box, Olo consumer app, Slutty Vegan 

RB Daily

Play Episode Listen Later Mar 4, 2026 3:50


Jack in the Box staves off a board proxy fight. Olo has debuted its first consumer-facing app, and Slutty Vegan's founder has declared bankruptcy.

Aktywne Czytanie - książki dla dzieci
Olo i Awa logopedyczna zabawa. MASKI. Recenzja książki dla dzieci 3-6 lat

Aktywne Czytanie - książki dla dzieci

Play Episode Listen Later Feb 22, 2026 8:02


Olo i Awa logopedyczna zabawa. MASKI. Recenzja książki dla dzieci 3-6 lat

RB Daily
Popeyes, Olo and Nothing Bundt Cakes

RB Daily

Play Episode Listen Later Jan 20, 2026 5:35


A Popeyes franchisee declares bankruptcy. Olo has M&A plans. And what prognosticators say the industry can expect in 2026.

popeyes olo nothing bundt cakes
Click Hear: Not the Herd
Episode 1: ART-i-fact 2026 Other One with the One #ers

Click Hear: Not the Herd

Play Episode Listen Later Jan 16, 2026 19:57


New year, no fear. Art touches base and bitches in with his other one percent'ers. Talks of new logo, mugs quick military might and money might be found in a museum one musky day. Enjoy!don't support this podcast and send no money. clickhearpodcast@protonmail.com if you want to say hi and rant back. OLO!

Durmiendo Podcast
El año no te venció, lo atravesaste - Día 133 Año 4

Durmiendo Podcast

Play Episode Listen Later Dec 25, 2025 16:52


Este episodio trata sobre los obstáculos que aparecen en el camino y cómo algunas cosas se vuelven nuestra fuerza para superarlos. Además, incluye una meditación guiada para vaciar la mente, relajar el cuerpo y conectar con tu respiración antes de dormir.–A lo largo de estos 4 años de Durmiendo Podcast, hemos compartido episodios que les han ayudado muchísimo. Por eso, hoy traemos de vuelta las herramientas que más han resonado con ustedes y que les han acompañado a cerrar su día con calma

Podcast Retro Entre AMIGOS
Retro Entre Amigos 14x04 - Feliz Navidad

Podcast Retro Entre AMIGOS

Play Episode Listen Later Nov 28, 2025 209:43


Retro Entre Amigos 14x04 – FELIZ NAVIDAD Saludos a todos los queridos amigos del Retro y de Retro Entre Amigos. Nos alegra volver a vuestros receptores (antigua expresión) sean cuales sean para compartir unos ratos de conversación, tertulia, polémica e ilusión, como corresponde en estas fechas. Sabemos perfectamente, que la Navidad es MUCHO más que mantecados en septiembre y luces que pagamos todos. Es el momento de COMPARTIR juntos lo mucho o lo poco que se tenga. Por eso, volvemos encantados a reunirnos y sentir que vosotros estáis ocupando una silla más en nuestra mesa “bastante cuadrada”. Sed MÁS que bienvenidos En esta ocasión, entre los temas que tratamos en algo más de detalle, será el retorno de Commodore desde las cenizas, algunos de sus planes (secretos o no) y la confesión de algún usuario que se ha dejado la pasta gansa en un Commodore 64 de OLO chino. En fin… lo que hay que ver¡!! En el JUEGO del mes… os traemos un juego de “Temática Navideña” así con comillas. Concretamente “Duke Nuclear Winter”. Un increíble “expansion pack” para el Duke Nukem 3D. Acompañando al juego.. Os acercamos la “peli” del mes también ambientada en Navidad llamada “Cuento de Navidad” de PACO PLAZA. Creemos que ninguno de los dos… os dejará indiferentes. SORTEO SORTEO. Gracias a la generosa donación de HICKS, nuestro compañero y vecino programador de evidente éxito y talento, tenemos una copia FÍSICA del juego “Hammer Knight” para Spectrum 128. Sortearemos este ejemplar entre todos aquellos que nos enviéis una TARJETA POSTAL donde nos digáis que significa (o no) la Navidad a esta dirección: Jose Luis Clotet Calle Rafael Alberti Nº18, 3-B 29130 – Alhaurin de la Torre MALAGA Las tarjetas postales deben recibirse como MÁXIMO el día 27 de Diciembre y entre todas ellas, sortearemos este gran juego. El ganador será comunicado en el programa que se emite a primeros de Enero. Todo esto... y mucho menos. Recordando que la mejor Navidad es la que estamos viviendo, porque nos tenemos los unos a los otros. Desde este humilde rincón de REAM, sólo podemos desearos, de todo corazón. FELIZ NAVIDAD Josua Ckultur & La Alegre Pandilla

Franz's Blog Podcasts
Colore “OLO”, la sua natura reale e perchè non è niente di nuovo

Franz's Blog Podcasts

Play Episode Listen Later Nov 17, 2025 4:10


Il colore Olo, descritto come un "blu verde particolarmente brillante" da chi lo ha visto, non ha niente di nuovo. In realtà è un colore che chi pratica meditazione, in particolare centrandosi sul terzo occhio, conosce perfettamente da migliaia di anni. L'articolo Colore “OLO”, la sua natura reale e perchè non è niente di nuovo proviene da Franz's Blog.

Broken Simulation with Sam Tripoli
175: NJ Drone Mystery 'Solved' + Sam Does Rogan's Club + Candace Owens To Ignore Gag Order

Broken Simulation with Sam Tripoli

Play Episode Listen Later Oct 23, 2025 99:28 Transcription Available


We're live from Austin, TX as Sam does a weekend at Joe Rogan's Comedy Mothership. We get into John Bolton's indictment, Marc Maron's hypocrisy, Trump slathering the Adelsons and Bibi, Jim Acosta's insane interview, AND there's a new color.Get 60-percent off at www.tempomeals.com/broken!Secure your legacy at www.bluechew.com using the code "BROKEN"!Make the switch at www.mintmobile.com/broken!Head to theperfectjean.nyc and use the code "BROKEN" for 15-percent off!More stuff: Get episodes early, and unedited, plus bonus episodes: www.patreon.com/brokensimulationSocial media: Twitter: @samtripoli, @johnnywoodard Instagram: @samtripoli, @johnnyawoodardWant to see Sam live? Visit www.samtripoli.com for tickets!Broken Simulation Hosts: Sam Tripoli, Johnny Woodard

Hospitality Hangout
Fighting Summer Hunger: Hospitality Leaders Feeding Millions through Innovative Strategies

Hospitality Hangout

Play Episode Listen Later Oct 21, 2025 36:17


In this special episode, recorded live at the Prosper Forum, the Hospitality Hangout shines a light on how hospitality leaders are tackling childhood hunger. Featuring Anne Filipic, CEO of Share Our Strength and leader of the No Kid Hungry campaign, along with industry experts Scott Boatwright of Chipotle, Noah Glass of Olo, and Kelly Esten of Toast, we explore the C.E.O. Pledge to End Summer Hunger. This initiative has expanded meal access from just 3 million to nearly 19 million children nationwide, showcasing how public-private partnerships are pivotal in combating food insecurity. We discuss the creativity of restaurant brands in fundraising and awareness, emphasizing how small actions—from rounding up at checkout to volunteering—can make a massive impact. Discover how tech-driven solutions and community engagement are building a stronger, more equitable America, reinforcing the message that we can't have a strong country with weak children. Tune in for hospitality stories and insider insights on making a difference in our communities! Episode Credits:Produced by: Branded Hospitality MediaHosted by: Michael Schatzberg, JImmy FrischlingProducer: Julie ZuckerCreative Director: Adam LevineShow Runner: Drewe RaimiPost Production: Three Cheers Creativewww.thehospitalityhangout.com Hosted by Simplecast, an AdsWizz company. See pcm.adswizz.com for information about our collection and use of personal data for advertising.

EGGS - The podcast
Eggs 435: Design. Deploy. Develop yourself with Caleb Mellas

EGGS - The podcast

Play Episode Listen Later Oct 9, 2025 50:32


SummaryIn this episode, we explore the journey of Caleb Mellas, a senior software engineer and tech lead at Olo Inc. Caleb shares his transition from landscaping to software engineering, the challenges of freelancing, and the impact of imposter syndrome on his career. He discusses his experiences at Wisely, the acquisition by Olo, and his recent shift into engineering management. Throughout the conversation, Caleb emphasizes the importance of continuous learning, building a strong professional network, and the value of soft skills in advancing one's career.TakeawaysImposter syndrome can be a sign of growth.Starting as a landscaper, Caleb found his passion in tech.Freelancing taught him valuable lessons about income stability.Transitioning to full-time work brought new challenges.Building a strong network is crucial for career growth.Continuous learning is essential in the tech industry.The acquisition of Wisely led to new opportunities at Olo.Engineering management requires a different skill set than coding.Soft skills are vital for career advancement.Sharing experiences on LinkedIn can help others in their careers.Chapters00:00 Introduction to Caleb Mellis and His Journey03:00 Transitioning from Landscaping to Software Engineering05:55 Freelancing and Overcoming Imposter Syndrome09:07 Navigating the Feast and Famine Cycle in Freelancing12:05 From Freelance to Full-Time: The Shift in Mindset14:59 Learning New Technologies and Overcoming Challenges17:52 The Importance of Consistent Learning and Growth21:12 Interviewing Strategies and Standing Out in the Tech Industry24:39 Going Above and Beyond in Job Applications27:15 The Importance of Relationship Development in Interviews29:09 Navigating Early Career Challenges32:41 Innovative Solutions in Restaurant Technology35:01 Developing a Growth Mindset37:31 Experiencing Company Acquisition40:28 Transitioning from Engineer to Manager44:51 Balancing Technical Skills and Leadership47:16 Building a Professional Network on LinkedInCredits:Hosted by Ryan RoghaarProduced by Ryan RoghaarTheme music: "Perfect Day" by OPM  The Eggs Podcast Spotify playlist:bit.ly/eggstunesThe Plugs:The Show: eggscast.com@eggshow on X and InstagramOn iTunes: itun.es/i6dX3pCOnStitcher: bit.ly/eggs_on_stitcherAlso available on Google Play Music!Mike "DJ Ontic": Shows and info: ⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠djontic.com⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠@djontic on twitterRyan Roghaar:⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠rogha.ar

Restaurant Business Magazine
What restaurant chains are looking for when it comes to technology

Restaurant Business Magazine

Play Episode Listen Later Aug 13, 2025 32:56


What kind of technology are restaurant companies looking for?This week's episode of A Deeper Dive features Juan George, a former Olo executive and cofounder of 858 Partners, which connects restaurants with technology companies.Technology remains a key area of investment for a lot of companies. We were interested in hearing from George about what companies are looking for. He does not disappoint on that front. We also talk about a lot of other stuff, including the state of technology mergers and acquisitions and why there is so much consolidation in that sector right now. Restaurant tech firms were getting massive, often ridiculous valuations a few years ago. We also talk about what will happen with Olo as a private company.We're talking Tech on A Deeper Dive so please check it out. 

Curiosity Daily
Ozempic & Prescribed Quiet with Dr. Emma Beckett

Curiosity Daily

Play Episode Listen Later Jul 30, 2025 18:09


Ozempic and other GLP-1 medications are everywhere. But with so much information available about this category of drug, it can be hard to know what to trust. Today, host Dr. Samantha Yammine speaks with Dr. Emma Beckett, a food and nutrition scientist, to unpack the facts and fictions behind GLP-1s and how we talk about them. Sam also talks with a research team who uncovered a brand new color using cutting-edge technology: Olo. Then, Sam gets to the bottom of a recent study that turns human blood toxic to mosquitos. Tune into Animals on Drugs, hosted by recent guest Forrest Galante, airing on July 28th on Discovery. Link to Show Notes HERE Follow Curiosity Weekly on your favorite podcast app to get smarter with Dr. Samantha Yammine — for free! Still curious? Get science shows, nature documentaries, and more real-life entertainment on discovery+! Go to https://discoveryplus.com/curiosity to start your 7-day free trial. discovery+ is currently only available for US subscribers. Hosted on Acast. See acast.com/privacy for more information.

BrunetCast
Casamento forte: Como alinhar fé, família e propósito | Caio Carneiro e Fabi Carneiro

BrunetCast

Play Episode Listen Later Jul 25, 2025 75:52


MINIMAL CLUB, USE O CUPOM "BRUNET" https://djfy.short.gy/S8TLCUConferência Destino: https://conferenciadestino.com.br/Como fortalecer o casamento, prosperar em casal e alinhar fé, negócios e propósito? Neste episódio do Brunecast, exploramos com profundidade os desafios e os segredos por trás de um relacionamento duradouro e bem-sucedido.✅ Descubra como a comunicação, o alinhamento espiritual e o empreendedorismo podem transformar sua vida a dois.✅ Entenda por que tantos casais se perdem no meio do caminho e como evitar isso.✅ Receba conselhos práticos sobre limites familiares, criação de filhos, intimidade, rotina e tomadas de decisão em conjunto.Com participação dos consultores teológicos Theo e Olo, garantimos que tudo está alinhado aos princípios bíblicos e espirituais.

The Digital Restaurant
AEO is the new SEO: How AI is rewriting the digital playbook

The Digital Restaurant

Play Episode Listen Later Jul 21, 2025 22:32 Transcription Available


Send us a textCarl returns from a July break with Bernadette Heier of Food on Demand to unpack five stories that signal where restaurant tech is heading next.01:00 – Olo acquired by Thoma Bravo • $2B all-cash deal • A chance to reset outside the public markets • Could this unlock faster innovation?04:30 – OpenTable's AI Concierge • Built with OpenAI and Perplexity • Answers 80% of diner questions • Visibility now depends on how up-to-date your listing is09:00 – Golden Corral's Flybuy-powered pickup • Off-premises rebrand: Golden Corral Favorites • Flybuy tracks customer approach to time food perfectly • Reflects the rise of drive-thru-style formats from legacy brands12:05 – AEO: Answer Engine Optimization • 70% of Google searches now end with no click • Video builds audience—but not search visibility • Q&A-style web content is the key to getting found by AI18:20 – VenHub at LAX • Automated grab-and-go using robotic arms • $250K startup cost, $300M in preorders • A new frontier in frictionless convenienceSupport the show

Hospitality Hangout
Fries, Frosties & Food Service Fame: Inside Freddy's with Erin Walters

Hospitality Hangout

Play Episode Listen Later Jul 9, 2025 26:35


In this mouthwatering episode, we dive deep into the world of hospitality as we sit down with Erin Walters, CMO of Freddy's. Discover the latest hospitality trends and investment strategies that are reshaping the food service industry. Erin shares insider tips from her experiences with one of the food industry's iconic brands, exploring why frozen custard has become a power play in the market. Join us for a blend of hilarious anecdotes, real-world marketing strategies, and exclusive insights into the hospitality landscape — all made possible by our partnership with Olo, the technology behind unforgettable dining experiences. Stay tuned for a journey filled with laughter, loyalty strategies, and trends that keep you ahead in the hospitality game. Episode Credits:Produced by: Branded Hospitality MediaHosted by: Michael Schatzberg, JImmy FrischlingProducer: Julie ZuckerCreative Director: Adam LevineShow Runner: Drewe RaimiPost Production: Three Cheers Creativewww.thehospitalityhangout.com

RB Daily
Starbucks incentives, Olo acquisition, jobs report

RB Daily

Play Episode Listen Later Jul 7, 2025 6:07


Starbucks is incentivizing executives to deploy its turnaround plans. Olo is being sold. And restaurant employment moderated last month

Freemusicempire
State of The Game vol.257-Demon Slaying w/ Lord OLO & Televangel

Freemusicempire

Play Episode Listen Later Jul 6, 2025 96:02


AGENDANew BusinessATTENDEESLord OLO, TELVANGEL, Keith Rollins, Daniel OlneyDIscuss the unique relationship between OLO and TELEVANGEL and the aspects that make it special.  DIscuss Demon Slayer and Demon Slayer 2 in depth. intro and outro by andrew

OHNE AKTIEN WIRD SCHWER - Tägliche Börsen-News
“Chip-Duopol: Synopsys & Cadence" - Datadog, Tripadvisor, Luxus & Zollfreie T-Shirts

OHNE AKTIEN WIRD SCHWER - Tägliche Börsen-News

Play Episode Listen Later Jul 4, 2025 13:44


Aktien hören ist gut. Aktien kaufen ist besser. Bei unserem Partner Scalable Capital geht's unbegrenzt per Trading-Flatrate oder regelmäßig per Sparplan. Alle weiteren Infos gibt's hier: scalable.capital/oaws. Aktien + Whatsapp = Hier anmelden. Lieber als Newsletter? Geht auch. Das Buch zum Podcast? Jetzt lesen. Datadog in S&P 500. Tripadvisor in Starboard-Hände. Olo in Thoma-Bravo-Fonds. Watches of Switzerland hat Hassliebe mit den USA. Shop Apotheke liefert ab. T-Shirts mit wenig Zoll. Gildan Activewear (WKN: 915121) aus Kanada macht's möglich. Trump sagt nein. Trump sagt ja. Das ist Börse in a nutshell. Cadence (WKN: 873567) und Synopsys (WKN: 883703) freut's. Auch sonst gibt's bei dem Business viel Grund zur Freude. Wäre da nicht die Bewertung. Diesen Podcast vom 04.07.2025, 3:00 Uhr stellt dir die Podstars GmbH (Noah Leidinger) zur Verfügung.

WSJ Tech News Briefing
TNB Tech Minute: Tech Winners and Losers From Trump's Megabill

WSJ Tech News Briefing

Play Episode Listen Later Jul 3, 2025 2:38


Plus: Airbus, Mistral and others request a delay in European AI regulation. And buyout firm Thoma Bravo snaps up restaurant-tech platform Olo. Katie Deighton hosts. Programming note: Starting next week, Tech News Briefing episodes will be released on Tuesdays and Fridays, and the TNB Tech Minute will be released twice on weekdays, in the morning and afternoon. Learn more about your ad choices. Visit megaphone.fm/adchoices

Divinely Uninspired
Ep 73 - Pants Parking Pennies Profanity

Divinely Uninspired

Play Episode Listen Later Jun 24, 2025 56:38


*I checked the explicit button just for safety. While we have a frank discussion on profanity in the 2nd half, it is in fact, purely implicit* Christian Profanity, Pet Dilemmas, and the Enigmatic Smurfs - A Journey Church Discussion In this sprawling episode of the Divinely Inspired podcast from Journey Church, hosts Paul, Jeremy, and Penny navigate a variety of intriguing topics. We start with lighthearted banter about pets and the surprising statistic that 56% of pet owners would shorten their lives to extend their pet's lives. We get into the demise of the penny, why woudl women ever want to wear pants? Why do women deserve special parking spots? Is the okay from a veteran spouse enough to use a veteran parking spot? The conversation then shifts to a deeper, thought-provoking discussion on profanity in Christian life, examining cultural sensitivities and the heart behind the words we use. We also touch on humorous and relatable anecdotes about parenting and pet ownership, ultimately weaving in reflections on language, respect, and cultural norms. This episode offers a mix of humor, introspection, and insightful discussions relevant to both Christians and general audiences.  00:00 Introduction and Content Warning 00:24 Casual Banter and Morning Chaos 00:54 Podcast Reintroduction and Technical Issues 02:44 Pet Poll Discussion 06:46 The Penny Debate 11:16 Women and Pants: A Historical Perspective 15:21 Parking Spots and Gender 20:28 Restroom Dilemmas for Dads 23:12 New Color Discovery 24:27 Exploring the Concept of Olo 25:21 Debating the Value of Scientific Research  27:23 Discussing the Nintendo Switch 2 30:31 The Smurfs Movie Trailer Analysis 33:24 Profanity and Cultural Sensitivity 47:08 Swearing in the Bible and Modern Context 53:34 Parental Guidance and Movie Ratings 55:33 Conclusion and Summer Plans

Short Wave
Unveiling Olo — A Color Out of Oz!

Short Wave

Play Episode Listen Later Jun 6, 2025 13:48


"Olo" does not exist in nature, nor can it be found among paint cans. But for a very select few, olo can be seen — through the intervention of careful computing and lasers. A team led by vision scientist Austin Roorda and computer scientist Ren Ng at UC Berkeley figured out a method for stimulating only one specific subset of cones of the retina. It's the only way to view this spectacular teal. Creating the color is helping push the boundaries of vision science.Follow Short Wave on Spotify, and Apple Podcasts.More questions about the science behind our everyday lives? Email us at shortwave@npr.org. Learn more about sponsor message choices: podcastchoices.com/adchoicesNPR Privacy Policy

The Radio Vagabond
367 A Bluebird in a Baobab: My Conversation with Jeri Lynn Johnson Russell

The Radio Vagabond

Play Episode Listen Later Jun 6, 2025 30:58


In this episode of The Radio Vagabond, I sit down with Jeri Lynn Johnson Russell – a former Pan Am stewardess whose life took a dramatic turn from the skies to the villages of Africa. Over dinner in Cape Town, Jeri shares how her early travels sparked a lifelong love for adventure, how homeopathy became her calling, and how she built deep connections in the rural communities of Botswana, Eswatini, and Ghana. We talk about the lessons she learned in Africa – about generosity, humility, and the power of community. And we reflect on how, no matter where we come from, we're all guests on this planet – and we're better together. Key Takeaways How Jeri's early travels shaped her fearless curiosity about the world Why homeopathy – an alternative healing system based on “like treats like” – became a cornerstone of her work in Africa The unforgettable story of Olo and the word ‘LOVE' written on a friend's belly How local healers and communities in Africa taught her the real meaning of generosity and resilience Why Jeri believes we're better with all ages, cultures, and ways of living – and how that mindset can change everything Relevant Links Jeri's book “A Bluebird in a Baobab” on Amazon: https://www.amazon.com/dp/B0DQ61PMRG?ref_=cm_sw_r_ffobk_cp_ud_dp_3RK2Z318GBCCASDYFJH7 National Center for Homeopathy: https://www.homeopathycenter.org/ Blog post with more details and photos: https://theradiovagabond.com/365-jeri-russell Danish version of the blog post: https://radiovagabond.dk/416-jeri-russell The Open Nesters Podcast: https://theopennesters.com Check out the brand new Nomad Summit Podcast on https://nomadsummit.com/podcast You can follow The Radio Vagabond on: https://www.facebook.com/TheRadioVagabond  https://www.youtube.com/theradiovagabond  https://twitter.com/radiovagabond https://www.tiktok.com/@radiovagabond

Radiovagabond med Palle Bo fra rejse hele verden rundt
416 En blå fugl i et baobab-træ: Min samtale med Jeri Lynn Johnson Russell

Radiovagabond med Palle Bo fra rejse hele verden rundt

Play Episode Listen Later Jun 6, 2025 30:58


I denne episode af Radiovagabond har jeg en inspirerende samtale med Jeri Lynn Johnson Russell – en tidligere Pan Am-stewardesse, der forlod jetsettet for at arbejde med helbredelse i Afrikas landsbyer. Over en middag i Cape Town taler vi om, hvordan hendes tidlige rejser tændte en gnist af eventyrlyst, hvordan homøopati blev hendes kald, og hvordan hun opbyggede dybe forbindelser i landsbyerne i Botswana, Eswatini og Ghana. Vi taler om, hvad hun lærte i Afrika – om generøsitet, ydmyghed og fællesskabets kraft. Og vi reflekterer over, hvordan vi – uanset hvor vi kommer fra – alle er gæster på denne planet, og hvordan vi er bedre sammen. Vigtige pointer Hvordan Jeris tidlige rejser formede hendes nysgerrighed og mod Hvorfor homøopati blev hjørnestenen i hendes arbejde i Afrika Den uforglemmelige historie om Olo og ordet “LOVE” skrevet på en vens mave Hvordan lokale healere og fællesskaber lærte hende, hvad sand generøsitet og modstandskraft er Hvorfor Jeri tror, vi har brug for hinanden – på tværs af aldre, kulturer og livssyn Relevante links Blog post til denne episode: https://radiovagabond.dk/416-jeri-russell Jeri's book “A Bluebird in a Baobab” on Amazon: https://www.amazon.com/dp/B0DQ61PMRG?ref_=cm_sw_r_ffobk_cp_ud_dp_3RK2Z318GBCCASDYFJH7 National Center for Homeopathy: https://www.homeopathycenter.org/ The Open Nesters Podcast: https://theopennesters.com Nomad Summit Podcast: https://nomadsummit.com/podcast Du kan følge Radiovagabond på https://www.facebook.com/TheRadioVagabond  https://www.youtube.com/theradiovagabond

The Peel
How AI Changes Governments & Business Models, From $11 to $187M Exit | Mike Vichich, Pursuit

The Peel

Play Episode Listen Later May 15, 2025 107:05


Mike Vichich is the Co-founder and CEO of Pursuit, which helps companies generate more revenue from the public sector.We talk about how AI is changing Helmer's 7 Powers, how it's impacting the government, if DOGE is actually working, building a startup in the Midwest, and how to disagree with your team.We also get into Mike's prior company Wisely, and how they went from $11 in the bank account and unable to pay payroll for six months, to over $10 million ARR and a $187 million exit to Olo, a public company.Thanks to Jack Altman and Blake Robbins for their help brainstorming topics for Mike!Timestamps:(3:21) How AI changes Helmer's 7 Powers(17:06) What becomes important in AI-first economy(21:02) How AI interfaces with the government(24:02) “The rules intended to save taxpayer money ironically cause taxpayer money to be wasted”(29:34) How change orders impact public sector costs(33:20) Why DOGE has not impacted US government spending yet(38:15) Three pieces of wisdom from 2nd-time founders(41:44) Starting Pursuit to make selling to the public sector as easy as the private sector(45:35) Why cities grow expenses 5x faster than tax revenue(51:42) Pros + Cons of building startups in Ann Arbor, MI(57:43) Hiring talent density in the Midwest(59:30) Starting his first company to fix consumer credit cards(1:08:50) Pivoting Wisely to restaurant loyalty(1:12:49) $11 in the bank, missing payroll for six months(1:15:21) Embarrassing demo at an Ann Arbor tech meetup(1:18:18) Why CEOs don't always have to be right(1:20:54) How to disagree(1:25:48) Hiring at Pursuit(1:28:30) “A bad day with customers is better than the best day in the office”(1:31:33) Crashing their first customer's PoS on Labor Day Weekend(1:35:55) Using “The Cadence” to hit $10M ARR(1:41:55) Selling Wisely to Olo for $187MReferencedCheck out Pursuit: https://www.pursuit.us/The Four Steps to the Epiphany by Steve Blank: https://www.amazon.com/Four-Steps-Epiphany-Steve-Blank/dp/0989200507Ann Arbor New Tech Meetup: https://www.meetup.com/a2newtech/How to Disagree: https://www.paulgraham.com/disagree.htmlThe Cadence by David Sacks: https://sacks.substack.com/p/the-cadence-how-to-operate-a-saas-startup-436aa8099e8Follow MikeTwitter: https://x.com/mikevichichLinkedIn: https://www.linkedin.com/in/mikevichichFollow TurnerTwitter: https://twitter.com/TurnerNovakLinkedIn: https://www.linkedin.com/in/turnernovakSubscribe to my newsletter to get every episode + the transcript in your inbox every week: https://www.thespl.it/

Wisdom From the Wardrobe
Couch Couture & the Color That Isn't

Wisdom From the Wardrobe

Play Episode Listen Later May 14, 2025 27:20


This episdoe of Wisdom from the Wardrobe, the style squad trades closet space for living space and dives into Spring/Summer 2025 home décor trends with a healthy dose of color confusion and couch commentary. In the “In the News” segment, Bec bends our brains with the story of Olo—a brand-new, never-before-seen color discovered by scientists at UC Berkeley. Imagine a teal so saturated it doesn't actually exist... unless lasers are involved. (It's basically Schrödinger's color, and we are living for it.) Then, the team swaps fashion for furniture, revealing if their homes match their personal style and what design trends are making waves. From color drenching and eco-friendly design (hello, vegan leather) to vintage vibes with a modern twist and indoor-outdoor flow, the crew dishes on creating a stylish space that feels like home, or a wellness retreat.  So, whether you're reimagining your living room or just trying to figure out what Olo feels like, this episode is your playful peek into how personal style translates from wardrobe to wall paint and beyond. Happy Styling!

SWR2 Impuls - Wissen aktuell
Olo: Forscher entdecken Farbton, der eigentlich unsichtbar ist

SWR2 Impuls - Wissen aktuell

Play Episode Listen Later May 13, 2025 5:41


Sie nennen ihn „Olo“ und bisher haben ihn nur fünf Menschen wahrnehmen können: Forscher haben einen Farbton sichtbar gemacht, der Menschen normalerweise verborgen bleibt. Wie war das möglich? Christine Langer im Gespräch mit David Beck, SWR-Wissenschaftsredaktion

The Digital Restaurant
Who wins the Super App Race? - with Guest Host Alayna Sullivan

The Digital Restaurant

Play Episode Listen Later May 12, 2025 27:29


Send us a textIn this week's episode of The Digital Restaurant, Carl is joined by Alayna Sullivan, Senior Director of Corporate Comms at Olo, fresh from Food on Demand. Together, they cover five big stories shaping the restaurant and off-premise landscape, including DoorDash's mega acquisitions, Chipotle's new catering pilot with Olo, and the rising footprint of Wonder.Timestamps:00:01:30 – Chipotle x Olo Catering PartnershipChipotle pilots Olo's Catering Plus with promising early featuresAverage catering check size = $350+ 

Blowout - Blowout Podcast Network
Riding The Torus - Ep 212 - Olo, Direwolf, and The End?

Blowout - Blowout Podcast Network

Play Episode Listen Later May 8, 2025 72:14


On Episode 212, Eric and Josh touch some pop science with Olo and Direwolf cloning. PLUS, a special announcement about THE FUTURE... (Foreboding and ominous music plays)Outro Song: "Searching for a Former Clarity" by Against Me!You can find Eric's research notes for every episode here: ⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠https://drive.google.com/folderview?id=1syBwRsJ3b3YnOlUCXXFEEUpgF0NODLL2⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠Also! If you enjoy the Riding The Torus theme song, you can now download it for FREE from the Bueno Tornado bandcamp page. Here is the link: ⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠http://buenotornado.bandcamp.com/track/riding-the-torus-theme⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠Hosts:eric beal - ⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠instagram.com/ericbealart/⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠Josh Campbell - ⁠instagram.com/oatmeal_pizza_band

Nightlife
Nightlife Science with Charley Lineweaver

Nightlife

Play Episode Listen Later May 5, 2025 16:47


One of the best meteor showers of the Southern Hemisphere about to peak later in the week. Also, Scientists discover a brand new colour named olo.  

5 Good News Stories
Wild Chimps Drink, Beer Hunts, Marathon Pickleball, and New Color

5 Good News Stories

Play Episode Listen Later May 4, 2025 4:40


Researchers from the University of Exeter recorded wild chimps sharing fermented fruit, suggesting social bonding through alcohol. In Belgium, the fifth annual beer hunt featured a prize of the winner's weight in beer. A team of pickleball enthusiasts broke the Guinness World Record by playing for 36 consecutive hours and raised $18,000 for a charity supporting organ donation. A dog named Buford helped locate a missing 2-year-old in the Arizona desert. Lastly, scientists from UC Berkeley and the University of Washington discovered a new color, Olo, a bluish-green hue with unprecedented saturation, made visible through advanced laser technology. 

Nerdland maandoverzicht wetenschap en technologie
Nerdland Maandoverzicht: Mei 2025 (Live in Arenberg)

Nerdland maandoverzicht wetenschap en technologie

Play Episode Listen Later May 3, 2025 100:57


Een nieuwe #nerdland podcast, live opgenomen in de Arenberg in Antwerpen! Mierensmokkel! K2-18B! De "reuzenwolf"! Olo! Random number generators! De auto van Luc! En veel meer... Shownotes: https://podcast.nerdland.be/nerdland-maandoverzicht-mei-2025/ Gepresenteerd door Lieven Scheire, met alle Nerdland podcasters: Jeroen Baert, Els Aerts, Hetty Helsmoortel, Marian Verhelst, Kurt Beheydt, Natha Kerkhofs, Peter Berx en Bart Van Peer! Opname, montage en mixing door Jens Paeyeneers. (00:00:00) Intro (00:01:46) Voorbereidingen van het Nerdland festival (00:05:11) He Jiankui geeft interview in Wall Street Journal: wil nieuwe experimenten uitvoeren op mensen (00:11:57) Jongens uit Mol opgepakt voor het smokkelen van koninginnenmieren in Kenia (00:19:11) Sterkste aanwijzing ooit van leven op andere planeet (00:25:13) Uitgestorven reuzenwolf is opnieuw tot leven gewekt, of toch een dier dat daar op lijkt (00:29:56) Wetenschappers ontdekken een kleur die nooit eerder gezien is (00:34:33) All female crew gelanceerd met Blue Origin (00:40:16) Quantum computer genereert voor het eerst écht random nummers (00:50:52) ChatGPT bedanken is slecht voor het milieu (00:55:41) Komt het water op aarde toch niet van kometen? (01:02:16) Nieuwe muziek uit breingolven van overleden componist (01:12:14) Romeins massagraf ontdekt in Wenen (01:17:37) Gladiator gevonden in York met bijtwonde van leeuw (01:19:29) ESA wil 25 space startups lanceren (01:20:28) Auto van Luc rijdt plots 130 door kindertekening (01:22:12) In China werd de eerste robotschool opgericht (01:31:33) Halve marathon voor robots en bokswedstrijd voor robots (01:32:58) Nerdland festival (01:34:28) Jeroen geeft lezingen over AI (01:34:57) Lieven zit in kinderpodcast van National Geographic Junior (01:35:55) De Buidelwolf van de UGent is te zien in het GUM (01:36:26) Er is weer een pint of science festival in Belgie: www.pintofscience.be (01:36:57) Nerdland op Bluesky: @nerdland.be (01:37:21) SPONSOR Week van de biodiversiteit

RB Daily
Olo sale, McDonald's earnings and Shake Shack

RB Daily

Play Episode Listen Later May 2, 2025 5:05


Someone wants to buy Olo. McDonald's sales took a hit. And get ready for Shake Shack combo meals. Welcome to Restaurant Daily, a look at the most important restaurant news of the day from the editors of Restaurant Business and Nation's Restaurant News. I'm Jonathan Maze, editor in chief of RB.

FactSet U.S. Daily Market Preview
Financial Market Preview - Thursday 1-May

FactSet U.S. Daily Market Preview

Play Episode Listen Later May 1, 2025 4:12


US equity futures are firmer, with the S&P up around 1% in premarket trading. European equity markets are steady in holiday-thinned trade, with only the UK FTSE open. Asian markets ended higher. US after-hours earnings dominated the session with Microsoft and Meta posting better-than-expected results, while Qualcomm sold off following its update. The White House trade representative confirmed the administration is nearing an announcement on the first tranche of trade deals. Separately, the US and Ukraine signed an economic partnership agreement on critical minerals and natural resources. Markets also reacted to soft Q1 US GDP data, which increased recession concerns and pushed rate cut pricing to ~100 bps by year-end.Companies mentioned: Apple, Tesla, Olo, Oracle, Toast

CreepGeeks Podcast
A Brand New Color, Mtn Dew Conspiracy,1000 Sasquatch Heads, Two Lochness Monsters, and Two Lady Ghosts.

CreepGeeks Podcast

Play Episode Listen Later Apr 27, 2025 76:00


CreepGeeks Podcast Episode 335 INTRO  You're listening to CreepGeeks Podcast! This is Season 9, Episode 335 A Brand New Color, Mtn Dew Conspiracy,1000 Sasquatch Heads, Two Lochness Monsters, and Two Lady Ghosts. We broadcast paranormal news and share our strange experiences from our underground bunker in the mountains of Western North Carolina. Your favorite anomalous podcast hosts are Greg and Omi Want to support the podcast? Join us on Patreon:  CreepGeeks Paranormal and Weird News is creating Humorous Paranormal Podcasts, Interviews, and Videos!  Get our new Swag in our Amazon Merch Store:  https://amzn.to/3IWwM1x  Get Starlink for Rural Internet Access-  Starlink | Residential Hey Everyone. You can call the show and leave us a message!  1-575-208-4025 Use Amazon Prime's Free Trial! Did you know YOU can support the CreepGeeks Podcast with little to no effort? It won't cost you anything!  When you shop on Amazon.com, use our affiliate link, and we get a small percentage!  It doesn't change your price at all. It helps us keep the coffee and gas flowing in the Albino Rhino!  CreepGeeks Podcast is an Amazon Affiliate CheapGeek and CreepGeeks Amazon Page's Amazon Page    Support the Show:  CreepGeeks Swag Shop!  Website- CREEPGEEKS PARANORMAL AND WEIRD NEWS Hey everyone! Help us out!  Rate us on iTunes!  ‎CreepGeeks Paranormal and Weird News Podcast on Apple  WARNING: This Podcast May Contain Bioengineered and Cell-Cultivated Food Products. Stanley Milford Navajo Rangers Book- The Paranormal Ranger: A chilling memoir of investigations into the paranormal in Navajoland https://amzn.to/3ZhzG8m  Interested in Past Lives or Past Life's Journeying- RC Baranowski. Past Life Journeying: Exploring Past, Between, and Future Lives Past Life Journeying: Exploring Past, Between, and Future Lives - Kindle edition by Baranowski, R. C.. Religion & Spirituality Kindle eBooks @ Amazon.com.  Over on our Patreon-  Patron's Messages-  Welcome, Patrons and new Patrons-  New Lake Shawnee Haunted Amusement Park Video is available! Brown Mountain Lights Brown Mountain Lights Geological Survey- Here's a thought: Are Brown Mountain Lights caused by lithium? 1-800 Number Comments-     Fate Magazine - Fate Magazine  Last Episode FollowUp:    Did you know that #creepgeeks is ranked- FeedSpot- https://podcast.feedspot.com/north_carolina_news_podcasts/?feedid=5747969&_src=f1_featured_email  https://podcast.feedspot.com/north_carolina_technology_podcasts/?feedid=5747969&_src=f1_featured_email  GoodPods- Best Fortean Podcasts [2025] Top 3 Shows - Goodpods  Best Bigfoot Podcasts [2025] Top 30 Shows - Goodpods  Greg's Pen Tangent -The Sharpie S-Gel in Copper:  https://amzn.to/4gNatda  Dipshittery-  Ghost Hunt Dispute Sparks Gunfire Exchange in West Virginia  Conspiracy- Mountain Dew  Wild Theory Connects New Mountain Dew Flavor to Catastrophic Events  Aliens-  Tech-  Scientists create a new color- OLO, closest to hexadecimal #ooffcc Scientists hijacked the human eye to get it to see a brand-new color. It's called 'olo.' | Live Science  Artist “bottles” the OLO that only 5 people in the world can see. Weird Stuff-  Say Goodbye to Life on Earth–International Researchers Estimate Complete Extinction Timeline Linked to Sun's Increasing Thermal Energy  Cryptid News-  Two Lochness Monsters? Video: Webcam Watcher Spots Two 'Monsters' Surfacing at Loch Ness?  1000 Sasquatch Heads? Video: Seattle Artist Aims to Paint 1,000 Sasquatch Heads Throughout City  Paranormal- Florida Curio Shop Owner Charged with Selling Human Bones  Haunted Military- Cherry Point, NC Kissie Sykes Kissie Sykes haunts Cherry Point > Marine Corps Air Station Cherry Point > MCAS Cherry Point News  Ghost Woman in Scotland?  Costumed Tour Guide Mistaken for 'Ghost Woman' Walking Down Road in Scotland   *AD BREAK* READ: If you like this podcast, subscribe on YouTube, follow on Spotify, review on Apple podcasts, support on Patreon, and connect with us on Facebook, Twitter, and Instagram @CreepGeeks.  LIBSYN AD *AD BREAK* Bumper Music- SHOW TOPICS: AD- Want to Start your own podcast? https://signup.libsyn.com/?promo_code=CREEP  Looking for something unique and spooky? Check out Omi's new Etsy, CraftedIntent: CraftedIntent: Simultaneously BeSpoke and Spooky. by CraftedIntent  Want CreepGeeks Paranormal Investigator stickers? Check them out here: CraftedIntent - Etsy  Check out Omi's new Lucky Crystal Skull Creations:  Lucky Crystal Skull: Random Mini Resin Skull With Gemstones - Etsy  Get Something From Amazon Prime! CheapGeek and CreepGeeks Amazon Page's Amazon Page     Cool Stuff on Amazon -Squatch Metalworks Microsquatch Keychain:  Microsquatch Keychain Bottle Opener with Carabiner. Laser-cut, stone-tumbled stainless steel. DESIGNED AND MANUFACTURED IN THE USA.  Amazon Influencer!  CheapGeek and CreepGeeks Amazon Page's Amazon Page   Instagram?  Creep Geeks Podcast (@creepgeekspod) • Instagram photos and videos   Omi Salavea (@craftedintent) • Instagram photos and videos  CreepGeeks Podcast (@creepgeekspodcast) TikTok | Watch CreepGeeks Podcast's Newest TikTok Videos  Need to Contact Us? Email Info: contact@creepgeeks.com  Attn Greg or Omi  Want to comment on the show? omi@creepgeeks.com   greg@creepgeeks.com   Business Inquiries: contact@creepgeeks.com   CreepGeeks Podcast Store   Music: Music is Officially Licensed through Audiio.com. License available upon request. #olocolor #kissisykes #olo #ghosts #bigfoot #listenable #creepgeeks  Tags: WNCDrones Drones, Bigfoot, Ghosts, Paranormal, CreepGeeks,

Light Talk with The Lumen Brothers
LIGHT TALK Episode 421 - "One Geeky Episode!"

Light Talk with The Lumen Brothers

Play Episode Listen Later Apr 26, 2025 53:46


In this episode of LIGHT TALK, The Lumen Brothers and Sister talk about everything from Keeping your Atmospheres Beautiful, to Our New Color, "Olo".  Join Ellen, Steve, David, and Stan as they pontificate about: Girls on the Town!;  A new color no one has ever seen before;  New hope for Color Blindness; More news from Texas; Best technques for lighting an orchestra;  Lighting toilets in grand Central Station; Adding facial visibility to dark and textured atmospheres; Delivering brutal honesty with style; Light and Health; and The differences in "top-shelf" lighting consoles. Nothing is Taboo, Nothing is Sacred, and Very Little Makes Sense.

Distorted View Daily
Frying Your Eyeballs To See Extra Colors

Distorted View Daily

Play Episode Listen Later Apr 21, 2025 48:25


This Week in Startups
Robot Lifeguards, TapCheck's Payday Play & Thalamus's Wild Market Share | E2115

This Week in Startups

Play Episode Listen Later Apr 21, 2025 76:58


Today's show: Jason and Lon break down the biggest stories in tech and startups this week: OpenAI's new models are powerful but glitchy, Meta's internal docs hint that Zuck knows the Facebook friends graph is toast, and fintech startup TapCheck might actually be doing some good. Plus, robot lifeguards and humanoid races — the wildest videos of the week and what they mean. Then, Alex sits down with Jason Reminick, founder of Thalamus, the platform that helps match medical residents to hospitals (with 85% market share!). They talk about becoming a Public Benefit Corp and how Thalamus is tackling the doctor shortage in the U.S.*Timestamps:(0:00) Jason kicks off the show(1:43) OpenAI's new models and issues with Wikipedia as AI knowledge bases(8:27) FTC antitrust case around Meta; breaking up big tech(11:13) Squarespace - Use offer code TWIST to save 10% off your first purchase of a website or domain at https://www.Squarespace.com/TWIST(13:04) Tapcheck's impact on employee retention and minimum wage variations(19:56) Northwest Registered Agent. Form your entire business identity in just 10 clicks and 10 minutes. Get more privacy, more options, and more done—visit https://www.northwestregisteredagent.com/twist today!(24:31) New company Revel's safety software(27:14) Humanoid robot marathon in Beijing(30:15) Brex. Get the business account trusted by 1 in 3 US startups at ⁠https://brex.com/banking-solutions(35:46) New color discovery “Olo”(40:30) Blue Sky is Falling: Robots, delivery, surveillance, and privacy concerns(55:20) Alex sits down with Jason Reminick of Thalamus(56:01) Thalamus and the medical residency application process(59:42) AI in residency applications and standardizing medical school grades(1:03:30) Thalamus' market share and collaboration with medical associations(1:10:08) Impact of budget cuts on rural hospitals and business model expansion*Subscribe to the TWiST500 newsletter: https://ticker.thisweekinstartups.comCheck out the TWIST500: https://www.twist500.comSubscribe to This Week in Startups on Apple: https://rb.gy/v19fcp*Links from episode:Check out Thalamus: https://www.thalamusgme.com/Check out the Robot Lifeguard: https://oceanalpha.com/product-item/dolphin1/Check out TapCheck: https://www.tapcheck.com/*Follow: Jason ReminickLinkedIn: https://www.linkedin.com/in/jason-reminick-md-mba-ms-bb251645/Thalamus on X: https://x.com/ThalamusGME/status/1757812695787581485*Follow Lon:X: https://x.com/lons*Follow Alex:X: https://x.com/alexLinkedIn: ⁠https://www.linkedin.com/in/alexwilhelm*Follow Jason:X: https://twitter.com/JasonLinkedIn: https://www.linkedin.com/in/jasoncalacanis*Thank you to our partners:(11:13) Squarespace - Use offer code TWIST to save 10% off your first purchase of a website or domain at https://www.Squarespace.com/TWIST(19:56) Northwest Registered Agent. Form your entire business identity in just 10 clicks and 10 minutes. Get more privacy, more options, and more done—visit https://www.northwestregisteredagent.com/twist today!(30:15) Brex. Get the business account trusted by 1 in 3 US startups at ⁠https://brex.com/banking-solutions*Great TWIST interviews: Will Guidara, Eoghan McCabe, Steve Huffman, Brian Chesky, Bob Moesta, Aaron Levie, Sophia Amoruso, Reid Hoffman, Frank Slootman, Billy McFarland*Check out Jason's suite of newsletters: https://substack.com/@calacanis*Follow TWiST:Twitter: https://twitter.com/TWiStartupsYouTube: https://www.youtube.com/thisweekinInstagram: https://www.instagram.com/thisweekinstartupsTikTok: https://www.tiktok.com/@thisweekinstartupsSubstack: https://twistartups.substack.com*Subscribe to the Founder University Podcast: https://www.youtube.com/@founderuniversity1916

The Jubal Show
Nina's What's Trending - Love on the Trail, Lasers in Your Eyes, and a New Color Called “Olo”?

The Jubal Show

Play Episode Listen Later Apr 21, 2025 4:08 Transcription Available


The Headlines: Want a Second Date? Skip the Bar—Try a Hike Instead Scientists Discover a New Color Called “Olo”… But There’s a Catch First Dates with Activities = Better Odds of Love If you're tired of awkward first dates over drinks, science has your back: active dates are 25% more likely to lead to a second one than meetups at bars, restaurants, or coffee shops. The best success? Hiking, which boasts a 50% success rate—apparently, love does like long walks in nature. But you don’t need to break a sweat. Other great options include cooking classes, concerts, food trucks, museum visits, or botanical garden strolls—basically, anything that gets you moving and talking.Source Scientists Discover a New Color—But You Probably Can’t See It Ever wanted to see a brand-new color? Scientists just found one and named it “olo”, a blue-green hue that doesn’t exist in the regular color spectrum we see every day. The wild part? It was discovered by firing laser pulses into people’s eyes. Only five people in the world have seen it so far, and no, it’s not available in paint form just yet. It exists only as an optical phenomenon produced inside the eye—not on any screen, canvas, or palette. So if you’re down to risk lasers to the eyeballs just to see a new color… maybe let someone else go first.Source Nina's What's Trending is your daily dose of the hottest headlines, viral moments, and must-know stories from The Jubal Show! From celebrity gossip and pop culture buzz to breaking news and weird internet trends, Nina’s got you covered with everything trending right now. She delivers it with wit, energy, and a touch of humor. Stay in the know and never miss a beat—because if it’s trending, Nina’s talking about it! This is just a tiny piece of The Jubal Show. You can find every podcast we have, including the full show every weekday right here…➡︎ https://thejubalshow.com/podcasts The Jubal Show is everywhere, and also these places:Website ➡︎ https://thejubalshow.comInstagram ➡︎ https://instagram.com/thejubalshowX/Twitter ➡︎ https://twitter.com/thejubalshowTikTok ➡︎ https://www.tiktok.com/@the.jubal.showFacebook ➡︎ https://facebook.com/thejubalshowYouTube ➡︎ https://www.youtube.com/@JubalFreshSupport the show: https://the-jubal-show.beehiiv.com/subscribeSee omnystudio.com/listener for privacy information.

The Jubal Show
The Full Jubal Show from April 21st, 2025

The Jubal Show

Play Episode Listen Later Apr 21, 2025 54:54 Transcription Available


Space “astronauts,” robot marathons, and potty secrets you didn’t ask for—but are absolutely going to hear anyway. Nina’s What’s Trending – First date hack: Skip the drinks and go on a hike—your odds of love go up 25% Scientists discover a new color called “Olo” (but you might not be able to see it) Red Robin’s $20 Burger Pass sells out instantly—and causes chaos China hosts the first humanoid robot half-marathon as the global tech race heats up BONUS - Astronaut Gayle King Gets Roasted – Gayle’s trip to space with Blue Origin is making headlines… but calling herself an “astronaut”? The internet has thoughts. BONUS - What Your Face Says About You – Your face might be telling people more than you realize—before you even speak. Creepy or cool? You decide. First Date Follow Up - JR & Marie – They met on the apps, he was totally into her… but now he’s ghosted. We get to the bottom of why Marie disappeared. Dirty Little Secret - Double Dirty Potty – Two anonymous callers. Two very unfortunate bathroom-related secrets. Consider yourself warned. To Catch A Cheater - Is Tony Cheating on LeAnne? – He’s a “guy’s guy” when he’s out with the boys—but is he also cheating? We dig into the suspicions. Jubal Phone Prank - Ice Cream Sandwich Thief – Someone’s about to get arrested for snack-related crimes in this absurd prank call. Your all-access pass to the most hilarious, outrageous, and unpredictable moments from The Jubal Show! Catch up anytime with all your favorite segments, including:

Run The Numbers
The Art of Stacking S-Curves: Olo's Winning Vertical SaaS Strategy with CFO Peter Benevides

Run The Numbers

Play Episode Listen Later Mar 24, 2025 60:54


In this episode, CJ is joined by Peter Benevides, CFO of Olo, a leading vertical SaaS company powering digital ordering, payments, and guest engagement solutions for popular restaurant brands. Peter explains how Olo successfully expanded into payments and used this as a strategic advantage. He breaks down how the company stacks S-curves through continued product expansion and adoption, and how this enables them to increase revenue without increasing the take-rate. The conversation also covers pricing strategy and how Olo balances subscription and consumption-based models. Peter also sheds light on what it's like selling into franchise businesses and lessons learned from other vertical SaaS companies like Veeva.If you're looking for an ERP head to NetSuite: https://netsuite.com/metrics and get a customized KPI checklist.—SPONSORS:NetSuite provides financial software for all your business needs. More than 40,000 companies have already upgraded to NetSuite, gaining visibility and control over their financials, inventory, HR, eCommerce, and more. If you're looking for an ERP platform ✅, head to NetSuite https://netsuite.com/metrics and get the CFO's Guide to AI and Machine Learning.RightRev automates the revenue recognition process from end to end, gives you real-time insights, and ensures ASC 606 / IFRS 15 compliance—all while closing books faster. Whether it's multi-element arrangements, subscription renewals, or complex usage-based contracts, RightRev takes care of it all. That means fewer spreadsheets, fewer errors, and more time for your team to focus on growth. For modern revenue recognition simplified, visit rightrev.com and schedule a demo.Planful is a financial performance management platform designed to streamline financial tasks for businesses. It helps with budgeting, closing the books, and financial reporting, all on a cloud-based platform. By improving the efficiency and accuracy of these processes, Planful allows businesses to make better financial decisions. Find out more at www.planful.com/metrics.Brex offers the world's smartest corporate card on a full-stack global platform that is everything CFOs need to manage their finances on an elite level. Plus they offer modern banking and treasury as well as intuitive expenses and accounting automation, bill pay, and travel. Brex makes it easy to control spend before it happens, automate annoying tasks, and optimize your finances. Find out how Brex can help you make every dollar count at brex.com/metrics.Vanta's trust management platform takes the manual work out of your security and compliance process and replaces it with continuous automation. Over 9000 businesses use it to automate compliance needs across over 35 frameworks like SOC 2 and ISO 27001. Centralize security workflows, complete questionnaires up to five times faster, and proactively manage vendor risk. For a limited time, get $1,000 off of Vanta at vanta.com/metrics.Tropic is an intelligent spend management solution that consolidates your spend data and processes into one unified offering, enabling insights and decisive action. It doesn't just show you where the problems are—it helps you solve them. From spotting hidden optimization opportunities, like duplicative spend, to automating those painful procurement workflows, to giving you the best market data that turns every vendor negotiation in your favor. Tropic combines smart insights with real human expertise to keep you ahead of the curve. Visit tropicapp.io/mostlymetrics to learn how—FOLLOW US ON X:@cjgustafson222 (CJ)—TIMESTAMPS:(00:00) Preview and Intro(01:53) Sponsor – NetSuite | RightRev | Planful(05:24) An Introduction to Olo(08:34) Reaching Larger and Smaller Enterprises(10:34) The Focus on Guest-Facing Technology(13:22) The Evolution of Payments at Olo(16:38) Sponsor – Brex | Vanta | Tropic(20:33) The Card-Not-Present Offering and Fraud(23:50) Knowing Who Your Guest Is and Olo's Extended Value Prop(32:04) Stacking S-Curves(33:30) Increasing Revenue Without Increasing the Take-Rate(36:27) How the Payments Module Makes Other Products Stickier(37:39) Advice to CFOs Looking to Add Payments(39:11) Pricing Subscription and Consumption-Based Products(42:35) Forecasting and the Predictability of This Model(44:43) Vertical Software Company Case Study: Veeva(49:06) Working with Franchises(53:42) Long-Ass Lightning Round: Planning for the Future(56:16) Advice to Younger Self(58:48) Finance Software Stack(59:24) Craziest Expense Story Get full access to Mostly metrics at www.mostlymetrics.com/subscribe

Smart Franchising with Fransmart
Building the $1 Billion Company That's Reshaping Restaurant Tech

Smart Franchising with Fransmart

Play Episode Listen Later Mar 18, 2025 43:17


On today's episode of the Smart Franchising Podcast, we sit down with Noah Glass, the visionary founder of Olo, who turned an everyday frustration into a billion-dollar tech company that's revolutionizing the restaurant industry. Nearly 20 years ago, Noah imagined a world where you could skip the coffee shop line and order food seamlessly from your phone. Today, Olo processes $26B annually and powers millions of restaurant transactions, helping brands build direct digital connections with their guests. Noah dives into:- The moment that sparked Olo's billion-dollar journey- How guest data is transforming customer loyalty & profitability- Why pickup-only kitchens could be the future of dining- How traditional restaurant brands are thriving with digital-first strategies"We're enabling brands to personalize the guest experience and drive profitable traffic into their concepts, into their operators, into their franchisees." – Noah GlassIf you're a franchisee, franchisor, or entrepreneur in the restaurant space, this episode is a must-listen—packed with insights on scaling smarter, leveraging data, and building an enduring brand.

restaurants billion reshaping olo 26b noah glass restaurant tech
Choppin’ It Up by Bloomberg Intelligence
Olo's Glass on Using Guest Data to Boost Traffic

Choppin’ It Up by Bloomberg Intelligence

Play Episode Listen Later Mar 17, 2025 36:23 Transcription Available


It’s imperative for restaurant brands to use guest data to become more efficient with their marketing and drive profitable traffic, Olo’s CEO and Founder Noah Glass tells Bloomberg Intelligence. In this episode of the Choppin’ It Up podcast, Glass sits down with BI’s senior restaurant and foodservice analyst Michael Halen to discuss the company’s plans to grow with new and existing customers in its three product suites: online ordering, payment and personalized marketing. He also comments on Olo’s new partnership with FreedomPay and a sizable opportunity in catering order management.See omnystudio.com/listener for privacy information.

The Official SaaStr Podcast: SaaS | Founders | Investors
SaaStr 793: The 10-Point Checklist For When You Sell Your Company with David Frankel Managing Partner at Founder Collective and SaaStr CEO and Founder Jason Lemkin

The Official SaaStr Podcast: SaaS | Founders | Investors

Play Episode Listen Later Mar 12, 2025 42:03


SaaStr 793: The 10-Point Checklist For When You Sell Your Company with David Frankel Managing Partner at Founder Collective and SaaStr CEO and Founder Jason Lemkin David Frankel is Managing Partner at Founder Collective, a successful seed fund with investments in companies like The Trade Desk, Olo, and Coupang. With decades of experience as both a founder and investor, David brings a unique perspective to the often-misunderstood process of selling a company. He openly admits that many of his past exits were mistakes, which makes his advice on the topic particularly valuable. He joined SaaStr Workshop Wednesday LIVE to do a deep dive with Jason Lemkin on his 10 Point Checklist when you sell your startup. -------------------------------------------------------------------------------------------   Alright everybody in SaaS, this is it.  The biggest, best, most action-packed SaaS + AI event of the year—SaaStr Annual 2025—is coming this May. Three full days. 10,000+ SaaS and AI leaders and more tactical, no-fluff content than you'll find anywhere else.   If you want to scale faster—$10M, $50M, $100M ARR and beyond—you need the right playbooks, the right connections and the right people in your corner. And SaaStr Annual is where it all happens. We'll have 100's of Legendary speakers from companies like Snowflake, HubSpot, OpenAI, Canva, and more. More networking than you can handle—meet your next investor, co-founder, or biggest deal.  A New AI Demo & Pitch Stage— with your chance to win up to $5M in funding!  So don't wait—grab your tickets now at SaaStrAnnual.com with my code jason100 to save $100 on tickets before prices go up. That's jason 100 at saastrannual.com   See you in May!    --------------------------------------------------------------------------------------------   Do you know what would make your customer service helpdesk dramatically better? Dumping it and switching to Intercom.  But, youʼre not quite ready to make that change. We get it!   Thatʼs why Fin, the worldʼs leading AI customer service agent, is now available on every helpdesk.   Fin can instantly resolve up to 80% of your tickets,  Which makes your customers happier. And you can get off the customer service rep hiring treadmill.   Fin by Intercom. Named the #1 AI Agent in G2ʼs Winter Report.      Learn more at : inter.com/saastr   --------------------------------------------------------------------------------------------

Hospitality Hangout
Spicy Strategies: How El Pollo Loco Stays Hot in QSR

Hospitality Hangout

Play Episode Listen Later Mar 11, 2025 48:24


With a career spanning finance, operations, and brand leadership, Liz Williams knows a thing or two about shaking up the quick-service restaurant (QSR) industry. She discusses the art of brand reinvention, sharing how El Pollo Loco is modernizing its look, embracing technology, and staying true to its bold, citrus-marinated flavors. Liz unpacks the growing consumer demand for fresh, high-quality fast food, the power of digital engagement and customer loyalty, and the delicate balance between innovation and preserving what makes a brand iconic.Key Takeaways:Liz shares how El Pollo Loco is modernizing its restaurants, with half of its locations undergoing a redesign to enhance customer experience and brand consistency.The sauce matters! El Pollo Loco's Salsa Verde has developed a loyal following, leading to discussions on potential retail expansion.Liz explains the company's buy-over-build tech approach, partnering with Google, Olo, and Quickserve to optimize operations and streamline customer service.QSR vs. fast casual – El Pollo Loco is redefining its market position by combining QSR speed and convenience with fast casual quality and fresh ingredients to appeal to evolving consumer preferences.Hot takes: Liz plays “Hot or Not,” sharing her thoughts on limited-time offers (LTOs), celebrity-owned restaurants, and the growing sauce trend shaping modern foodservice. Trivia challenges and restaurant-themed games highlight how El Pollo Loco is using interactive content to engage customers and build brand loyalty.The branding playbook – Liz and the team discuss the power of storytelling, brand clarity, and how to communicate a strong identity to consumers.Thank you for tuning in to Hospitality Hangout, brought to you by Branded Hospitality Ventures. Stay connected for more captivating stories, industry trends, and expert insights shaping the future of hospitality. Episode Credits:Produced by: Branded Hospitality MediaHosted by: Michael Schatzberg, JImmy FrischlingProducer: Julie ZuckerCreative Director: Adam LevineShow Runner: Drewe RaimiPost Production: Three Cheers Creativewww.thehospitalityhangout.com

The Product Market Fit Show
It took him 7 years to hit $1M ARR—now his $1B public company does $1M every day. | Noah Glass, Founder of Olo

The Product Market Fit Show

Play Episode Listen Later Mar 3, 2025 70:28 Transcription Available


In 2005 most people didn't even have cellphones yet. Those who did used flip phones. That's when Noah started Olo, a webapp to let people pre-order coffee from nearby shops. Users had to login on web, add a credit card, create pre-made orders and then send a text to a preset number when they wanted to pre-order. It was way, way ahead of its time. Noah and his team 7 years to hit $1M in ARR. In the meantime, they raised a round with 50% dilution the week before the financial crisis, went on live TV to an audience on 6M viewers and had to pivot from a marketplace to B2B SaaS.But overtime smartphone penetration increased, on-demand ordering became a trend, and then, one day, Starbucks launched their app. All of a sudden, every single restaurant in the world wanted a way to let their users pre-order.And there was Noah and his team at Olo.Today, Olo is a public company worth over $1B and generating nearly $300M in sales. Here's the story of how it happened.Why you should listen:How to use guerrilla marketing tactics to get early growth.Why PR can move the needle but not in ways you expect. How to pivot from a marketplace to B2B SaaS.Why it often takes much longer than you might hope to hit an inflection point.Why fundraising was so hard, even though Olo became a $1B+ public company. Why Noah thinks founders should embrace challenges and adversity.KeywordsOlo, Noah Glass, entrepreneurship, product-market fit, restaurant technology, mobile ordering, startup journey, business challenges, marketing strategies, innovationTimestamps:(00:00:00) Intro(00:02:20) Building an app in 2005(00:13:20) The Burn the Boats Moment(00:16:31) Building A Network Business(00:26:08) The Cold Start Problem(00:30:33) A Happy Accident(00:36:55) Going through the 2008 Financial Crisis(00:51:20) Finding Product Market Fit(00:57:20) Blueprint of Values(01:05:11) Best Piece of Advice(01:06:08) A Big MilestoneSend me a message to let me know what you think!

Hospitality Hangout
Olo's Founder Noah Glass: The Restaurant Tech Gold Medalist

Hospitality Hangout

Play Episode Listen Later Sep 3, 2024 57:27


Noah has been a driving force in revolutionizing the restaurant industry through technology. With a background in Political Science from Yale and early career experiences ranging from service stations to tech startups, Noah launched Olo to streamline digital ordering and delivery for restaurants. Under his leadership, Olo has become a leader in hospitality tech, empowering restaurants to integrate both digital and traditional payment systems, enhancing customer experiences and operational efficiency. Key Takeaways:• Breaking news: Olo, a leading provider of digital ordering and delivery solutions, expands by introducing card-present payment processing through Olo Pay.• Noah discusses leveraging data to increase restaurant sales – collecting detailed information from every transaction, Olo helps restaurants understand their consumers' preferences allowing personalized marketing efforts tailored to individual guests' tastes, driving higher engagement and increased sales.• Noah, Jimmy, and Schatzy talk about how a majority of restaurant transactions still occur through traditional, in-person methods, despite the industry's ongoing digital transformation. Noah shares how Olo's integration of, “the old fashioned way” with digital payment allows operators to maintain their personal touch while leveraging modern technology to personalize and enhance guests' experiences.• "Just getting out of the dugout” – Noah describes the industry as being in the early stages of embracing digital transformation.• The focus on data-driven decisions – According to Noah, restaurants that are "winning" are those leveraging data to drive traffic in a profitable way.• Noah addresses the dilemma in the restaurant tech industry of whether to develop solutions in-house or to partner with established vendors.• Noah explains that leveraging existing technology platforms while building unique, differentiated feathers can create something truly special and impactful – the "true magic" lies in tailored experiences that resonate with guests and set the brand apart.• Olo goes public marking a significant milestone – Olo's IPO provides the financial stability and transparency needed to support large-scale partnerships and further innovation.In “Talking Back”, Noah asks Jimmy and Schatzy to share a time when they experienced genuine hospitality at a restaurant.Noah, Schatzy, and Jimmy step up to the plate for an engaging session with games like” What's Hot and Not”, “The Spice is Right”, “Branded Quick-fire” and “Trivia Tuesday”.

Welcome to the Arena
Matthew Tucker, Head of Tock – Data-Driven Dining: Optimizing the guest experience by reshaping reservations (re-broadcast)

Welcome to the Arena

Play Episode Listen Later Jul 3, 2024 27:10


In the effort to recover from the impact of the pandemic, the hospitality industry has had a surge of innovation, ideas, and new technologies. And while the boost has been essential to getting the industry back on its feet, it has also intensified the competition. Today's guest is setting their company apart with a consumer-focused approach.We're sitting down with Matt Tucker, who is the head of Tock, a technology driven hospitality business owned by Squarespace, and trading under the symbol SQSP.  Matt oversees commercial success and growth of the Tock business, which includes a reservation system, table management, carry-out operations and events for operators across 33 countries. Matt came to Squarespace after nearly two decades of experience building teams and operating companies of all sizes and has a strong background in hospitality tech and the startup world.Most recently, Matt served as President and COO of Olo, the leading provider of SaaS solutions to the chain restaurant industry, serving almost 90,000 locations. He spent nearly nine years there, taking the company from 10 people and one product to a public company with over 700 team members, six core products and nearly 200 million in revenue.Prior to Olo, Matt was on the founding team of LendingTree and was also the founder of Rely Software. He has an MBA from Georgetown and a BA in Political Science from the University of Michigan.Highlights:Matt's background and path to restaurant software (4:09)Matt describes Tock's founding and current work (5:11)How Tock works in the restaurant to optimize reservations (7:01)Matt explains how Tock targets customers, and ROI agreements (8:35)Data captured through Tock, and what makes Tock's approach to data optimization unique (10:34)Matt talks about recent economic hurdles and how Tock has navigated the atmosphere (14:04)Matt discusses Tock's versatility in the restaurant industry (16:11)How Squarespace and Tock's work interconnect (17:49)Field competition and the state of the restaurant technology market (20:00)Tock's senior team and their history in hospitality (22:57)Links:Mathew Tucker on LinkedInTock on LinkedInTock WebsiteICR TwitterICR LinkedInICR WebsiteFeedback:If you have questions about the show, or have a topic in mind you'd like discussed in future episodes, email our producer, marion@lowerstreet.co.

Rule Breaker Investing
ChatGPT Asks & David Answers, Vol. 1

Rule Breaker Investing

Play Episode Listen Later Jun 5, 2024 47:51 Transcription Available


This week, ChatGPT asks David its five “most thought-provoking questions” about Rule Breaker Investing, and he takes his best shot answering every one! Cutting-edge technology meets timeless investing wisdom in our newest episodic series. Stocks Mentioned:  META, ABNB, UBER, CAVA, SG, TOST, OLO, NFLX, TSLA, NVDA, AXON, CMG, MELI, WRBY, AMZN