Structural element that transmits weight from above to below
POPULARITY
Categories
Are you just along for the ride, or are you an apprentice to Jesus? In week two of our Grow month, Dan challenges us to step into the real work of discipleship. We can't simply bypass our pain or ignore our humanness in the name of being spiritual. Instead, we are invited to hold our new creation identity in one hand and our process of sanctification in the other. By taking ownership of our inner world and tending to the soil of our hearts—assessing our friction, getting curious about our triggers, and partnering with the Holy Spirit to process our history—we make room for explosive, hundredfold growth. Transformation takes work, but we do it anchored in the grace and goodness of God. Let's let Jesus into our deep places to do what He paid for in our lives.
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
In deze aflevering duiken we samen met coach Niels Esmeijer in de marathonvoorbereiding. Hoe lang is zo'n marathonvoorbereiding eigenlijk? Wat doe je in die weken precies, hoe zorg je dat je fit én blessurevrij aan de start verschijnt? We bespreken hoe hard je marathonblokken moeten zijn, of je in training verder moet gaan dan 30 kilometer en of het slim is om wedstrijden in je voorbereiding mee te pakken. Een aflevering boordevol praktische tips, inzichten en motivatie voor de mooiste afstand die er is: de marathon. Presentatie: Imo Muller Vaste co-host: Susan Krumins Gast: Niels Esmeijer Shownotes: Korting op Pillar bij Runbites Met de kortingscode PILLAR15 krijg je op Runbites.nl 15% korting op alles van Pillar, waaronder Pillar Tripple Magnesium. https://www.runbites.nl/collections/pillar-performance Review en vergelijking: PUMA Deviate Nitro 4 en Deviate Nitro Elite 4 https://hardloopnetwerk.nl/review-en-vergelijking-puma-deviate-nitro-4-en-deviate-nitro-elite-4/
In this episode, Rachel Arthur demystifies the complex role of iron in the body, emphasizing its importance for athletes and the general population alike. Whether you're curious about testing, supplementation, or understanding your blood markers, this conversation offers practical insights grounded in science.Key Topics Covered:The critical functions of iron in oxygen transport, energy production, and immunityWho is at risk of iron deficiency, including athletes, women, and childrenThe unique challenges in iron testing: timing, fasting, and interpreting blood markersThe nuanced roles of transferrin, transferrin saturation, and ferritin in assessing iron statusGenetic factors influencing iron absorption, such as hereditary hyperabsorptionPractical strategies for iron supplementation, including diet and supplement timingThe potential pitfalls of iron overload and the importance of personalized testingThe fascinating and somewhat mysterious process of ferritin regulation and releaseRecommendations for routine blood testing and interpreting results accuratelyTimestamps:(00:00) - Introduction to Rachel Arthur and her expertise in iron metabolism(02:11) - Why iron is a "minx among minerals" and its multifaceted roles(04:05) - Who is most at risk of iron deficiency: women, children, athletes(05:46) - Common losses of iron during exercise and sweating(07:04) - Understanding exercise-related hemolysis ("foot strike") and its impact(08:39) - Challenges of testing children for iron status and dietary strategies(11:06) - How infants historically met iron needs through breast milk and organ meats(12:38) - How to approach supplementation safely with blood testing(14:11) - The impact of exercise-induced inflammation on iron regulation(17:34) - The role of inflammation, ferritin, and the timing of blood tests(20:33) - How to interpret transferrin, saturation, and ferritin levels(22:30) - Ferritin as an inflammation marker and its complex regulation(27:00) - The detailed process of iron transport and storage in the body(33:21) - The importance of individual interpretation of iron markers(40:00) - Genetic factors influencing iron absorption ("hyperabsorber" genes)(44:48) - Why ferritin in blood may not reflect actual iron stores(50:03) - Setting blood test benchmarks and understanding normative values(53:34) - Strategies for iron supplementation in athletes: diet, timing, and doses(58:04) - The circadian rhythm of iron uptake and best practices for intake(60:30) - Summary of practical steps for blood testing and iron management(61:43) - The dangers of self-supplementation without testing(62:44) - Resources and where to find more from Rachel Arthur(63:43) - Rachel's personal supplement routine and ongoing health practicesRachel Arthur: https://rachelarthur.com.au/Dr Dan Plews: https://www.instagram.com/theplews/PILLAR: https://www.instagram.com/pillarperformance_/ Shop online: https://pillarperformance.shop/
Episode Summary "Good" doesn't feel exciting. Good feels calm. In this episode, Curtis defines what financial stability actually looks like in real life—and walks through the Be the Bank Blueprint that turns chaos into control. What you'll learn -The clearest definition of financial stability: -Nothing feels urgent -Money moves without panic -Decisions aren't permission-based -Why most people confuse "busy" with "progress" -The 4-step Money for Life Blueprint: -Cash flow control -Private Reserve (properly structured whole life) -Protection and stress-testing -Legacy and continuity -How to think like a banker instead of a borrower Key insight Bad finances feel urgent. Good finances feel boring and boring is freedom. Episode Resources Take the Next Step with Curtis May: Business Owners: Assess Your Challenges with Cash Flow → https://curtis-73no5r8j.scoreapp.com Private Banking Readiness Assessment → https://curtis-qljorw8q.scoreapp.com How Ready Are You to Be Your Own Bank? → https://curtis-hzw1jezd.scoreapp.com The Practical Wealth Show with Curtis May Keywords Be the Bank Blueprint Money for Life Process Private reserve Cash flow control Financial calm Liquidity and control Whole life insurance strategy Infinite banking Personal economy Financial freedom Legacy planning Episode Highlights 00:00–00:31 - Introducing the Be the Bank Blueprint and defining "what good looks like" 00:31–01:27 - When systems work, nothing feels urgent 01:27–01:56 - Calm, boring money systems lead to better decisions 01:56–02:23 - What bad looks like: pressure, fragility, constant scrambling 02:23–03:32 - What "good" looks like for business owners, investors, and W-2 earners 03:32–04:23 - Borrowing by choice, not necessity 04:23–05:32 - Step one: stabilize cash flow and fix symptoms vs causes 05:32–06:31 - Raising your "ceiling of complexity" lowers anxiety and risk 06:31–06:55 - Tell your money where to go instead of asking where it went 06:55–07:46 - Step two: save 15–20% and build liquidity before investing 07:46–08:53 - Building a private reserve with properly structured whole life 08:53–09:46 - Principles → strategy → tactics (products come last) 09:46–10:12 - Earn it. Bank it. Borrow it. Spend it. Repay it. 10:12–10:52 - Protect the kingdom: stress-test your plan 10:52–11:29 - The destination: four pillars of a strong personal economy 11:29–12:48 - Pillar 1 & 2: freedom from debt and cash when needed 12:48–14:01 - Pillar 3: financial freedom through cash-flowing assets 14:01–15:05 -Think like a banker: borrow with purpose, repay with discipline 15:05–16:17 - Clarity before action—next steps 16:17–17:37 - Pillar 4: legacy of wealth and wisdom
Subscribe to DTC Newsletter - https://dtcnews.link/signupOn this episode of the DTC Podcast, Eric sits down with Josh Suggs, founder of StreetTalk, and they break down how “Conversation Creative” is helping consumer brands appeal to today's audience preferences for raw, unscripted authenticity in their social feeds, while combatting headwinds brought on by Meta's Andromeda update. We talk frameworks, question design, editing loops, and why StreetTalk interviews drive KPI improvements across the full-funnel in under 45 seconds.Visit StreetTalk.com to get your brand out of the boardroom and into the streets!In this episode, we get into:How StreetTalk interviews can move someone from awareness → consideration → conversion in ~45 secondsThe difference between “random reactions” and direct response street ads (problem/solution, value props, use case)How StreetTalk briefs, shoots, edits, and tests concepts across major citiesWhere this fits inside an ad account (creative pillars + authenticity as a needed lane)What stops brands from doing it themselves (systems, reps, data, consistency)If you're a brand with product-market fit already, running UGC, and looking to scale with creative diversity on Meta/TikTok/YouTube, this episode is a must-listenTimestamps0:00 Street Talk sells authenticity with street interview ads2:00 Josh's origin story: Tabs Chocolate to first street reviews4:00 Building Street Talk fast with referrals (80 brands in a summer)6:00 Why man-on-the-street ads convert (full funnel in 45 seconds)8:00 Making street interviews direct response (hooks, pain points, value props)10:00 Where this fits in your ad account (creative diversity + authenticity)12:00 Results and wins (PrizePicks, ROAS improvements, scaling spend)14:00 Pricing, who it's for, and why brands can't easily DIY it16:00 The operational machine behind Street Talk (hosts, training, logistics)18:00 Platform playbook: Meta, TikTok, YouTube, TV, and repurposing clipsSubscribe to DTC Newsletter - https://dtcnews.link/signupAdvertise on DTC - https://dtcnews.link/advertiseWork with Pilothouse - https://dtcnews.link/pilothouseFollow us on Instagram & Twitter - @dtcnewsletterWatch this interview on YouTube - https://dtcnews.link/video
Join the Movement - Immersion ExperienceToday's transcript. We depend on donations from exceptional listeners like you. To donate, click here.The Daily Rosary Meditations is now an app! Click here for more info.To find out more about The Movement and enroll: https://www.schooloffaith.com/membershipPrayer requests | Subscribe by email | Download our app | Donate
Start healing your Attachment Style with personalized courses taught by Thais Gibson. Free for 7 Days [enough time to complete a full course]. Limited-time offer: https://attachment.personaldevelopmentschool.com/dream-life?utm_source=podcast&utm_campaign=7-day-trial&utm_medium=organic&utm_content=pod-03-02-26el=podcast Are You Becoming More Secure? 5 Pillars to Track Your Progress Have you ever wondered how Securely Attached you're actually showing up in your relationships? Healing your Attachment Style isn't just about “feeling better.” It's about measurable shifts in how you think, react, communicate, and relate to others. Episode Summary In this episode, Thais Gibson walks you through the 5 Major Pillars of Becoming Securely Attached and how to track whether you're truly progressing in your healing journey. If you've been doing the work, this video will help you see exactly where you stand. In this breakdown, you'll learn the five foundational ingredients required to move from insecure to Secure Attachment: ✔️ Rewiring your core wounds ✔️ Understanding your subconscious needs ✔️ Regulating your nervous system ✔️ Setting honest, healthy boundaries ✔️ Communicating clearly and consistently Thais also shares insights from her own journey as a former Fearful Avoidant, explaining how frequency and intensity of triggers begin to diminish and what secure functioning actually feels like in daily life. Secure Attachment isn't perfection. It's regulation, self-awareness, authenticity, and the ability to repair. Key Takeaways • How to tell if your triggers are decreasing in frequency and intensity • Why rewiring core wounds is the foundation of lasting change • The role subconscious needs play in fulfillment and alignment • How nervous system regulation creates emotional stability • Why boundaries increase authenticity and connection • How proper communication empties your “resentment tank” • What Secure Attachment actually looks like in real relationships Timestamps 00:00 – Are You Becoming More Secure? 01:14 – Pillar 1: Rewiring Your Core Wounds 04:04 – Thais' Rewiring Experience 05:28 – Pillar 2: Learning About Your Own Needs 07:55 – Pillar 3: Learning How to Regulate Your Nervous System 08:57 – Pillar 4: Setting Your Honest Boundaries With People 11:02 – 7-Day Trial Promo 11:51 – Pillar 5: Learning to Communicate Properly Meet the Host Thais Gibson is the founder of The Personal Development School and a world leader in attachment theory. With a Ph.D. and over a dozen certifications, she's helped more than 70,000 people reprogram their subconscious and build thriving relationships. Helpful Resources:
In a world of constant change and advances in technology, Artificial Intelligence is also raising the bar on Emotional Intelligence. Jason Barger explains. Jason explores the critical intersection of high-tech and high-touch, explaining why the rise of Artificial Intelligence makes human Emotional Intelligence more valuable than ever before. Please rate and review the podcast to help amplify these messages to others! Summary: As we move toward a future where AI handles our data, our schedules, and even our strategic analysis, what remains for the human leader? In this episode of The Thermostat, Jason V Barger deconstructs the "AI" of Authentic Interaction. He argues that rather than making leaders obsolete, technology is actually raising the bar for corporate culture and leadership in teams. Drawing from recent Forbes predictions for 2030 and current workforce trends, Jason identifies why the "scarcity premium" of the next decade will be placed on empathy, transparency, and genuine human connection. This conversation moves beyond the "scary" or "exciting" headlines of automation to address the core mechanics of how elite leaders build high-trust ecosystems. Essential listening for C-Suite executives and managers navigating the technological tide, this episode offers a strategic framework for doubling down on the traits that AI cannot duplicate: vulnerability, motive transparency, and authentic purpose. Episode Notes & Timestamps: [00:00] Intro: Jason welcomes listeners to Season 10, reflecting on over 300 episodes dedicated to calibrating the leadership thermostat. [00:03] The AI Paradox: Why artificial intelligence is the most discussed topic in boardrooms today and the spectrum of fear and excitement surrounding it. [00:06] Predictions for 2030: A breakdown of the Forbes forecast—from AI therapists and accountants to the normalization of humanoid robots in the workplace. [00:08] The Authentic Interaction (AI) Framework: Jason introduces his thesis: The more advanced technology becomes, the more humans crave authentic interaction. [00:09] Authenticity as a Trust Driver: Revisiting the three pillars of trust (Authenticity, Logic, and Empathy) and why showing up genuinely is now a competitive advantage. [00:10] Pillar 1: Genuineness: The importance of leaders admitting imperfections and sharing their vision to attract and retain top talent. [00:11] Pillar 2: Transparency: How proactive sharing of information and motives prevents the "manipulation" trap and drives engagement. [00:12] Pillar 3: Connection: Addressing the fundamental human need to belong to a mission greater than oneself, which no algorithm can satisfy. [00:13] Closing Questions: Jason leaves leaders with a challenge to evaluate how they are valuing the human experience in a technological age. Key Takeaways for Leaders: The Scarcity Premium: Recognize that as tasks become automated, human-centric leadership traits (EQ) become your most valuable assets. Motive Transparency: Build trust by being radically transparent about the "why" behind strategic shifts and technological adoption. Culture as an Ecosystem: Focus on building a "Human-First" culture that uses technology to enhance, not replace, human connection. Listen to the full episode and access show notes at: https://jasonvbarger.com/podcast/ai-raises-the-bar-on-eq/ Bio: Jason Barger is a husband, father, speaker, and author who is passionate about business leadership and corporate culture. He believes that corporate culture is the "thermostat" of an organization, and that it can be used to drive performance, innovation, and engagement. The show features interviews with business leaders from a variety of industries, as well as solo episodes where Barger shares his own insights and advice. Connect: Subscribe to our channel: https://www.youtube.com/@JasonVBarger Make Your 2026 Effective! Book Jason with your team at https:/ /www.jasonvbarger.com Like or Follow Jason
Measure: The Fifth Pillar of the Remodeler Growth Framework In this episode, we're wrapping up the Remodeler Growth Framework with Pillar #5: Measure—because if you're not measuring your entire revenue funnel, you're essentially guessing with your marketing and sales decisions. You'll learn how to track the metrics that matter most. Spencer will map out the full revenue funnel, so you can spot bottlenecks, improve conversion rates, and forecast growth with confidence. To watch the YouTube Version: https://www.youtube.com/watch?v=nChtzscvfRE
Your keys aren't lost. Your mind isn't going. And no, that's not Alzheimer's. Dr. Majid Fotuhi, Adjunct Professor, Johns Hopkins University & author of The Invincible Brain, busts the biggest myth in women's brain health: that the fog, the forgetfulness, and the "wait, why did I walk in here?" moments of perimenopause are a sign of something sinister. Spoiler: they're not. And your brain? It can literally grow. From the surprising science of how walking three times a week can give you a measurably bigger brain, to why your hearing aid might be the best thing you ever do for your memory, Dr. Fotuhi gives us proof that midlife isn't a decline — it's a new childhood. And this time, you're in charge. Episode Overview (timestamps are approximate): (0:00) Intro/Teaser (5:00) Why Perimenopause Causes Brain Fog (8:00) Estrogen & How Hormones Affect Memory (13:00) Exercise Is the #1 Pillar of Brain Health (16:00) Exercise That Grows Your Brain (21:00) Brain Fog vs. Alzheimer's (26:00) Your Genes Are Not Your Destiny (30:00) Medications & Hearing Loss (43:00) Beyond IQ: The 30 Forms of Intelligence (50:00) Brain Training & Neuroplasticity (1:01:00) The After-Party with Dr. Stephanie Resources mentioned in this episode: https://drstephanieestima.com/podcasts/ep458 We couldn't do it without our sponsors: QUALIA CREATINE+ - If you want to feel stronger, sharper, and more resilient, Qualia's Creatine+ is my recommendation.Go to https://qualialife.com/better and use code BETTER to save up to 50%, plus an additional 15% off. COZY EARTH - Cozy Earth helps you feel better by keeping your temperature perfect overnight to facilitate deep restorative sleep. Head to https://cozyearth.com and use my code BETTER for up to 20% off. TROSCRIPTIONS - There's a completely new way to optimize your health. Give it a try at https://troscriptions.com/BETTER or enter BETTER at checkout for 10% off your first order. PIQUE LIFE - If you want to redefine your evening ritual and still feel like yourself the next day, you can get 10% off for life. Yes, for life at https://piquelife.com/better YOUNG GOOSE - More resilient. More hydrated. More responsive. This is skin quality skincare. Go to https://younggoose.com/better and use code BETTER for 10% off your first purchase ****************************P.S. When you're ready, here are two ways Dr. Stephanie can help you:Subscribe: The Mini Pause — My weekly newsletter packed with the most actionable, evidence-based tools for women 40+ to thrive in midlife.Build Muscle: LIFT — My progressive strength training program designed for women in midlife. Form-focused, joint-friendly, and built for real results. Hosted by Simplecast, an AdsWizz company. See pcm.adswizz.com for information about our collection and use of personal data for advertising.
Effective leadership necessitates effective communication. If you want to grow your communication skills, join Dr. Janet Pilcher this week for the second episode in a series related to Pillar 3: Communicate for Alignment. In this episode, she shares specific communication barriers and ways to tackle to those barriers. Listen as Dr. Pilcher explains how communication barriers impact employees and leadership and how you can grow your leadership through effectively managing communication barriers. This episode will leave you armed with at least one thing that you can begin doing immediately to improve your communication skills. Then, as Dr. Pilcher suggests, "when you think of that one thing, go do it and then see what happens."Recommended Resources: Pillar 3: Communicate for Alignment, 9 Pillars of Leadership Excellence: A New Operating System for EducationFollow Host Dr. Janet Pilcher on LinkedIn: https://www.linkedin.com/in/janetpilcher/
Westminster Confession of FaithConfessing the Faith - A Reader's Guide to the Westminster Confession of Faith by Chad Van DixhoornHosts: Brian Salter & Wil NettletonProducer: Ben WingardMusic arranged by David Henry and performed by David Henry and Hannah Lutz.To contact Pillar & Ground or to submit a question that you would like to hear addressed on a future episode, please email podcast@lmpc.org.
Tell us what you think about this podcast!In this series, Bishop Rader Johnson teaches that the church is the pillar and ground of the truth, based on 1 Timothy 3:15–16. Even when false teaching leads people astray, as seen in 2 Timothy 2, God's foundation still stands. There has always been a faithful remnant who endure and obey.While God knows those who are His, we must prove we belong to Him by overcoming, walking uprightly, and remaining rooted in sound doctrine. In the church, there are vessels of honor and dishonor, and we must choose to be vessels of honor.For more lessons and sermons, follow our YouTube channel at https://www.youtube.com/@GBT
Running doesn't destroy your body—sitting on the couch for 30 years does.If you've ever wondered what running is actually doing to your body long term, this episode breaks it wide open in a way most runners never think about. I unpack what really changes inside your muscles, brain, and cardiovascular system when you run consistently, why so many runners get injured despite good intentions, and what separates those who quit early from those still running strong decades later. More importantly, I walk through the simple training shifts that protect your body, extend your longevity, and help you build a version of yourself that's still moving well far into the future.Key TakeawaysConsistent running improves heart health, brain function, and cellular adaptation over time. But loading too fast or training recklessly cancels those benefits and leads to breakdown instead.Your lungs and muscles adapt quickly, but tendons take months to catch up. When runners push mileage or intensity before the body is ready, injury risk skyrockets.Progress gradually, keep most runs easy, and treat recovery as real training. Those who follow this approach stay consistent, avoid burnout, and keep running strong for decades.Timestamps[00:33] What You'll Learn[01:12] The Body Changes[03:04] Always Tell Yourself a Believable Future Story[04:07] Pillar 1: Load Slowly[05:29] Use This To Run Without Injury or Burnout Forever[06:32] Pillar 2: Run Slow[07:51] Pillar 3: Recovery Is Training[08:50] How Runners Can Keep Showing Up[09:36] How to Really Start Running (Even if You Took a Break)Links & Learnings
Real growth rarely happens in our comfort zones; it happens in the tension between the perfect reality of Heaven and our present human experience. As we launch into our "Grow" series, we are reminded that following Jesus is not a sprint, nor even a marathon—it's an ultra-marathon. True discipleship requires us to hold a beautiful, often uncomfortable tension: we are fully made new in the spirit, yet our minds, wills, and emotions are still on an intense journey of sanctification. In this message, Dan invites our Bethel Atlanta family into the deep work of emotional fitness and character development. We cannot simply broadcast our supernatural victories while hiding our very real shortcomings. When we embrace the vital keys of humility, self-awareness, and the acceptance of our imperfections, we begin to build a true culture of honor. This is a culture where we are safe enough to be seen in our humanity, while our family relentlessly calls out the gold and the glory God placed within us. Join us as we explore what it means to heal ourselves as a body , confront the mindsets keeping us stuck , and intentionally grow into the full measure and stature of Christ. In this message, we cover: The Long Game of Discipleship: Why spiritual formation requires us to pace ourselves and embrace the painful but necessary friction of growth. The Body Healing Itself: The Ephesians 4 mandate that we are not just called to minister to the world, but to actively participate in the healing and building up of our own spiritual family. Three Keys to Transformation: Why humility , self-awareness , and acceptance are non-negotiable for anyone who wants to become a mature leader.
The Pillar of Biblical Christianity: Justification by Faith Alone
IMAGE CREDIT: Pontificia Universidad Católica de Chile from Santiago, Chile, CC BY-SA 2.0 , via Wikimedia Commons LINKS: Fernando Natalio CHOMALÍ GARIB on Catholic-Hierarchy.org: https://www.catholic-hierarchy.org/bishop/bchga.html Fernando Natalio CHOMALÍ GARIB on Gcatholic.org: https://gcatholic.org/p/8844 2023 Vatican Biographical Summary of Fernando Natalio CHOMALÍ GARIB (Italian): https://press.vatican.va/content/salastampa/en/bollettino/pubblico/2023/10/25/321025d.html Chilean Bishops' Conference 2023 bio of Fernando Natalio CHOMALÍ GARIB (Spanish): https://iglesiadeconcepcion.cl/noticias/monsenor-fernando-chomali-ha-sido-nombrado-arzobispo-de-santiago/ 2016 Revised statutes of the Pontifical Academy for Life (Italian): https://press.vatican.va/content/salastampa/en/bollettino/pubblico/2016/11/05/161105b.html 2018 BBC coverage of the Father Karadima case through the eyes of one of his victims, James Hamilton: https://www.bbc.com/news/stories-45486176 2010 NY Times coverage of the Father Karadima case: https://www.nytimes.com/2010/10/28/world/americas/28chile.html 2010 The Media Project coverage of Father Karadima case: https://web.archive.org/web/20160303165612/http://themediaproject.org/article/chile-wrestles-religion-and-impunity 2014 NCR coverage of Father Karadima https://www.ncronline.org/news/accountability/chilean-cardinals-close-pope-stained-abuse-cover-ups 2018 24 Horas report on church membership and trust (Spanish): https://www.24horas.cl/papafranciscoenchile/cifra-de-chilenos-que-se-declaran-catolicos-bajo-desde-73-a-45-en-la-ultima-decada-2612241 2015 NCR coverage of the controversy over Bishop Barros' appointment: https://www.ncronline.org/news/parish/controversial-chilean-bishops-appointment-continues-divide-diocese 2015 Huffington Post coverage of Bishop Barros controversy: https://www.huffpost.com/entry/backlash-against-chilean_b_6955290/amp Voice of America coverage of Pope Francis' trip to Chile: https://www.voanews.com/a/pope-wraps-up-latin-america-trip/4217547.html Firebombings: https://www.kcrg.com/content/news/Update-3-churches-firebombed-in-Chile-during-pope-visit-469520773.html?outputType=amp 2018 BBC coverage of the mass resignation of the Chilean Bishops' Conference: https://www.bbc.com/news/world-latin-america-44442233 More via NCR: https://www.ncronline.org/news/francis-accepts-two-more-chilean-bishops-resignations-continuing-abuse-fallout More via NPR: https://www.npr.org/2018/06/11/618825779/pope-francis-accepts-resignations-of-3-bishops-over-chilean-abuse-scandal More via Religionnews.com: https://religionnews.com/2018/08/03/will-pope-francis-solve-the-abuse-crisis/ December 2024 The Pillar interview: https://www.pillarcatholic.com/p/speed-dating-the-new-cardinals-could Cardinal Garib Washing His Shirt: https://www.instagram.com/reels/DJR_m0xgCsT/ TRANSCRIPT: Hello everyone, welcome to Cardinal Numbers, a rexypod reviewing and ranking all the Cardinals of the Catholic Church from the Catacombs to Kingdom Come. One thing that I'll always remember about the end of my daily show experience is that one accompanying factor was the start of a war. It can be hard to keep at things when you're feeling down, and war had broken out in the Middle East the day I broke my streak of over 100 daily episodes. That's on my mind again because today's Cardinal is of Palestinian descent, and another war broke out today. So before we move on, I want to endorse both working for peace and praying for peace. Goodness knows we need to do all we can, and that we need all the help we can get. Also, before we get into things, please note that this episode was basically the one that sealed the deal on me going into my most recent hiatus. It took more research than expected because of the number of serious accusations adjacent to the story of our Cardinal of the day. Arguably I *could* have told most of future Cardinal Chomalí's story without getting into the Karadima case and subsequent Barros controversy, but that would have taken a lot of intentional sidelining of topics that unfortunately need to be front and center regardless of how controversial they are. Dozens of times we've seen the consequences of downplaying or sidelining such things, and I don't intend to contribute to that. If Cardinal Chomalí goes to the next round, I promise more of the focus will be on his own life and less on the dung he found himself shoveling. And now for the official warning: please note that this episode includes extensive discussion of scandal caused by the sexual abuse of minors and coverups. Listener discretion is advised. Today we're looking at our fifth bishop from the list of new Cardinals Pope Francis elevated on December 7th 2024–his last consistory for the creation of new Cardinals. Fernando Natalio CHOMALÍ GARIB, who describes himself as a descendent of a Palestinian, was born on March 10, 1957 in Santiago, Chile, the capital and largest city basically in the middle of the almost comically long country along South America's Pacific coast. Fernando is one of our late blooming vocations–his first degree was in Civil Engineering, though admittedly it was from the Pontifical Catholic University of Chile, which does host a seminary, though presumably our civil engineer didn't go through that side of things. Instead, when Fernando did decide to go to seminary and study theology and philosophy and such, it was through the Pontifical Major Seminary of Santiago, a storied institution in the suburbs. Enter the B plot for today, because in 1984, the same year Fernando entered seminary, a group of parishioners reported the “improper conduct” of another I cannot emphasize enough quite different Fernando, Father Fernando Karadima. The report was made to the Archbishop of Santiago, a man whose name I will not trouble you with because this is going to be an episode with a lot of names as-is and he'll get his own episode in time. Allegedly the letter containing the report was “torn up and thrown away”, in any event nothing came of it at the time. The Archbishop's secretary, Juan Barros, possibly already Father Barros by this stage, was a protege of Karadima and would later wind up accused of helping cover up Father Karadima's crimes, and this is not the last time we will see him, so keep that name in mind. To recap, we have Father Karadima, a powerfully connected child rapist, potential Father Barros, a fan of Father Karadima and an alleged enabler, and not-yet Father Chomalí, our Cardinal of the day, who isn't connected to our B-Plot yet, so let's move his side of things forward and see how this plays out. In 1991, after seven years of study on top of his engineering degree, Franando Chomalí was ordained a priest for the Archdiocese of Santiago de Chile. After two years of yet further study, he then obtained a licentiate in Moral Theology from the Gregorian in Rome, followed a year later by a doctorate in Sacred Theology from the same storied institution in 1994. I did see some reference to pastoral work, but considering we're like five degrees deep and he still isn't done studying–hello masters in bioethics from the John Paul II Institute in Rome–it's not going to surprise you that Father Chomalí mainly followed the academic route, serving in bioethical and theological posts at the Major Pontifical Seminary of Santiago and the Pontifical University of Chile–both of these, you might recall, being institutions that he had personally attended. In 2001, presumably in part due to his bioethics credentials, he was added to the Pontifical Academy for Life for life, which, yes, I'm repeating myself because not only is “for Life” part of the name, but apparently it was a lifetime appointment. Unfortunately in 2016 Pope Francis shook things up so there are no more appointments to the Pontifical Academy for Life for life. In 2003, our B plot shows back up, with a successor Cardinal Archbishop of Santiago getting more reports of Father Karadima's monstrosities. You'll be pleased to know that at this point the Chilean Bishop's Conference had new processes in place and you'll be furious to know that those new processes were basically ignored while the Cardinal told the complainant that he was praying for him. Nothing was done, hashtag thoughts and prayers. The next year the same cardinal received another report, and you'll be pleased to know that this time the case wound up referred to a specialist, who determined the allegations were credible and recommended action. You'll then be *again* furious to learn that the Cardinal proceeded to ignore the determination and dismissed the case anyways. You'll hear more about all this in *that* cardinal's episode, for now let's get back to Fr Chomalí, whose phone is ringing. His white phone. It's Pope Benedict, calling to make him Auxiliary Bishop of Santiago and Titular Bishop of Nola because you apparently just can't be an auxiliary bishop without a little patch of North Africa to theoretically but not practically call your own. Anyways, that all went down in 2006. In 2010, the Karadima case became international news for the first time when victims filed a criminal complaint in Chile's courts, twenty-five years after that first 1985 letter to Church authorities. The civil courts did not prove more helpful, dismissing the lawsuit due to the time having passed since the events in question, which really has me wanting to flip some tables. For what it's worth, the presiding judge made it clear that she thought Karadima was guilty as sin. The accusations now being public apparently stirred the Church into action. Suddenly the stonewalling Cardinal–reminder that's not Chomalí but another prelate we'll discuss in time–sent a reportedly 700 page file over to the Vatican, which in 2011 found Karadima guilty of abusing minors and sentenced him to a "life of prayer and penitence”. The by then 80 year old Karadima would continue protesting his innocence and by some accounts flaunt his ban from ministry, saying Mass for his followers, which, yes, he definitely *still* had followers. Also in 2011, our Cardinal of the Day Bishop Chomalí became Archbishop Chomalí when Pope Benedict made him Archbishop of Concepción, a bit south of Santiago, which was his first time really serving outside the capital apart from his studies in Rome. And with the Karadima case casting a shadow over the Church across the country, Archbishop Chomalí had his work cut out for him, with trust in the Church as an institution plummeting from 61% in 2010 to just 36% a year later according to polling data. Incredibly, Archbishop Chomalí managed to *increase* church membership in these conditions, probably aided by the broadly popular election of Pope Francis in 2013. Pope Francis wasn't magic though, and it's time to talk about one of his bigger mistakes. Remember Juan Barros, the Archbishop's secretary who was accused of helping protect his mentor Father Karadima? Well, he had been made a bishop back in the 90s, and in 2015 against the advice of basically everyone everywhere, Pope Francis decided to give Barros a new post as Bishop of Osorno. One of the voices against the appointment was Archbishop Chomalí, who was serving as Apostolic Administrator of Osorno at the time and so had front row seats to just how poorly it was coming across, and urged Pope Francis to reconsider. In addition, about half the clergy of the diocese publicly opposed the move–coming out in public against the guy who is set to be your boss is pretty gutsy–and even the politicians got involved, with 51 members of Chile's National Congress signing a letter opposing the move. Pope Francis carried on undaunted, and Bishop Barros was installed in a rather poorly attended ceremony, that is, poorly attended unless you count the hundreds of protestors who stormed the Cathedral. Bishop Barros came over to Osorno from the post he had held as the Military Ordinary for Chile. With that spot now vacant, you guessed it, Archbishop Chomalí was tapped to administer things for Chile's military, which, it's worth noting, grants him the rare privilege of being associated with Antarctica on GCatholic's database, thanks to the Chapel of St. Mary Queen of Peace in Chile's Antarctic zone. The controversy over Bishop Barros came to a head a few years later, when Pope Francis visited Chile. To be clear, the visit *didn't* calm things down–the word “firebombings” comes to mind–and Pope Francis didn't make a conciliatory gesture during the trip. Quite the opposite in fact. Pope Francis wound up defending his choice to appoint Bishop Barros and keep him in place, stating that the case against Barrros was baseless slander, committing that if he ever received evidence, he would respond. With the gauntlet thrown, the evidence apparently came, such that within months Pope Francis was apologizing for his stance, and the *entire* Bishops' Conference of Chile offered their resignations to the Pope, which might give a sense of the magnitude reached here. In the end, most of the bishops, including Archbishop Chomalí, were allowed to carry on, resignations not accepted, though Bishop Barros and three others were sacked as part of the reckoning. Later in the year, presumably as additional fallout from the visit and the subsequent fresh round of investigations, Karadima himself was laicized. *Mr.* Karadima would die in 2021. In October of 2023, Pope Francis appointed Archbishop Chomalí as the fourteenth Archbishop of Santiago de Chile. He became President of the Episcopal Conference of Chile at the same time, which I imagine was no coincidence, though there have been times recently when the two posts are held by different people. He had been the Conference's Vice President since 2021. Given his influential post in Chile's capital, Archbishop Chomalí's inclusion in Pope Francis's last batch of new Cardinals was hardly a surprise. Even though Pope Francis didn't heed his advice at the time, it's likely that Chomalí's advice against one of the biggest mistakes of Pope Francis' papacy was on both their minds as Francis made him a Cardinal. Shortly after Cardinal Chomalí was elevated, The Pillar, which is becoming something of a go-to source for church news, published a series of short interviews with several of the new Cardinals, including Chomalí. And so as we prepare to wrap things up for today, I'd like to offer you a short quotation from that piece so you can get a bit of flavoring from him rather than from the various dumpster fires he was tasked with putting out: “Christian anthropology says that if we want to be happy, we have to give ourselves to others. And secular anthropology tells us that we have to seek happiness by our own means. But things end up badly for us that way because we find ourselves in a society that competes but doesn't find itself. And that is precisely where conflicts arise.” Along with his brother cardinals, Fernando Natalio Cardinal CHOMALÍ GARIB participated in the recent election of Pope Leo. Just before the conclave, Cardinal Chomalí shared a video of himself hand-washing his shirt as part of his preparations, and of course you can catch that exciting link in the show notes. Cardinal Chomali will be eligible to participate in future conclaves until he turns 80 in 2037. Today's episode is part of Cardinal Numbers, and we'll be talking about another one of the new cardinals next month. Or well, later this month, since this episode is a bit late. Thank you for listening, God bless you all! Thanks, Joe!
What if the habits that helped you build success are now the very things holding you back? Today, I explain how your attitude toward money is shaped far more by your early experiences than by how much wealth you currently have—and why that matters as you grow. You'll learn how to identify outdated financial behaviors that once served you but may now be limiting your leadership, profitability, and long-term security. Listen in as I break down how to spot whether you're too risk-averse, too risk-tolerant, overspending in the name of growth, or under-investing out of fear. I also cover when scrappiness becomes a ceiling, why doing everything yourself slows scale, when thoughtful debt can be strategic, and how to shift from wealth-building to wealth-protection. This episode will challenge you to evolve your habits so your business and wealth can evolve with you. You can find show notes and more information by clicking here: https://tinyurl.com/4yraxz7j Interested in our Private Community for 7-Figure Store Owners? Learn more here. Want to hear about new episodes and eCommerce news round-ups? Subscribe via email.
Tax Notes chief correspondent Stephanie Soong discusses the OECD's recent pillar 2 side-by-side package deal and how countries are adapting to the new landscape. For related tax news, read the following in Tax Notes:U.S. Focusing on OECD Guidance for Pillar 2 Side-by-Side PackageHungary Expands Global Minimum Tax Registration FormU.S. Treasury Officials Declare Death of OECD Pillar 1***CreditsHost: David D. StewartExecutive Producers: Jeanne Rauch-Zender, Paige JonesProducers: Jordan Parrish, Peyton RhodesAudio Engineers: Jordan Parrish, Peyton RhodesThis episode is sponsored by the University of California Irvine School of Law Graduate Tax Program. For more information, visit law.uci.edu/gradtax.
Want to Be the Best Version of Yourself? Sign Up Here.https://app.beerbiceps.com/web/checkout/699d46a79b98fa69b168b402Check out BeerBiceps SkillHouse Courses Here - https://www.beerbicepsskillhouse.in/Share your guest suggestions hereMail - connect@beerbiceps.comLink - https://forms.gle/aoMHY9EE3Cg3Tqdx9For all BeerBiceps vlog content Watch Life Of BeerBiceps - https://www.youtube.com/@LifeOfBeerBicepsFollow BeerBiceps SkillHouse's Social Media Handles:YouTube: https://www.youtube.com/@BeerBicepsSkillHouseInstagram: https://www.instagram.com/beerbiceps_skillhouseWebsite : https://beerbicepsskillhouse.inFor any other queries EMAIL: support@beerbicepsskillhouse.comIn case of any payment-related issues, kindly write to support@tagmango.comJoin the Level Community Here:https://linktr.ee/levelsupermindcommunityUse my referral code RANVEER to get 1 week of free premium accessFollow Dhruva Gorrick's Socia Media Handles :-Instagram : https://www.instagram.com/thegodofyoga/?hl=enWebsite : https://thegodofyoga.com/Book : https://www.amazon.in/Narasimha-God-Yoga-Dhruva-Gorrick/dp/B0FFBHCYLFIn this 471st episode of The Ranveer Show, we are joined by Dhruva Gorrick, who shares deep insights on Lord Narasimha, the legend of Prahlad Maharaj, Sanatan Dharma, Bhakti Yoga, and the mystical energy of Ahobilam. This episode takes you into the fierce avatar of Vishnu, his protection of devotees, and the profound spiritual lessons behind the story of Holi.In this conversation with Dhruva Gorrick, we talk about the detailed Story of Hiranyakashipu and Prahlad, the meaning of True Devotion, and the dramatic appearance of Narasimha from the pillar. We also understand how to overcome fear, the power of Narasimha Mantras, and the deep emotional connection between the Lord and his devotee.This episode also covers Dhruva's 30-year Sadhana journey, his Jungle Adventures in Ahobilam, the Nine Forms of Narasimha (Nava Narasimha), Tantric aspects of worship, and Real-life Mystical Experiences with the divine.This podcast is a valuable resource for anyone interested in Sanatan Dharma, Lord Narasimha, Indian Mythology, Spiritual Growth, and Ancient Temples of India.(00:00) – Start of the episode(01:17) – Who is Lord Narasimha?(03:55) – The Demon King's 61,000 Year Tapasya(09:38) – Prahlad: The Boy Who Defied Death(15:47) – Surviving Snakes, Elephants & Poison(26:05) – "Is He in This Pillar?" - The Challenge(28:53) – Narasimha Bursts Out!(33:00) – The Brutal Killing of Hiranyakashipu(39:45) – Why Even the Gods Were Scared(44:50) – God Cried & Apologized to His Devotee(50:18) – 30 Years of Sadhana & Tantra(58:45) – The Ultimate Protection Mantra(1:01:45) – Surviving a Gunfight & Fearlessness(1:06:40) – The Secrets of Ahobilam Temples(1:08:52) – A Mysterious Guide & Jungle Trek(1:17:20) – Sleeping with Wild Bears & Spirits(1:24:42) – End of the episode
In this insightful episode of the We Don't PLAY!™️ Podcast, host Favour Obasi-ike, MBA, MS demystifies the critical evolution of search in the age of artificial intelligence, focusing on a concept she terms "AI SEO 101." The central theme revolves around the distinction and strategic importance of closing both prompt gaps and keyword gaps to secure valuable brand citations. While traditional SEO has focused on optimizing for short, fragmented keywords (e.g., "best travel deals"), the rise of conversational AI assistants like ChatGPT and Perplexity has given birth to the prompt—a longer, full-sentence query (e.g., "What are the best international travel deals for a family of four in summer 2026?").Favour argues that many businesses are unprepared for this shift, leaving a "prompt gap" in their content strategy. While they may have content targeting keywords, they lack the in-depth, conversational, and authoritative answers that AI models seek when responding to user prompts. The ultimate goal for any brand is to become a direct brand citation in an AI-generated answer, a feat achieved only by providing comprehensive, well-supported information. As Favour compellingly states, the answers provided by AI are sourced directly from the content available on the web: "Where are those responses AI is getting coming from in the first place? They're coming from your website."The core of the strategy lies in recognizing that your website is the foundational pillar of your digital presence. To bridge the prompt gap, Favour advocates for a robust pillar-cluster content model. This involves creating a main "pillar" page that exhaustively answers a primary customer question, supported by numerous "cluster" pages that explore related sub-topics in detail. This creates a dense, interconnected web of expertise that signals authority to search engines and AI alike. The episode emphasizes a shift from merely creating blogs to creating comprehensive resource hubs, complete with FAQs, multimedia content, and evidence-backed claims, much like a digital research paper.Favour provides a clear action plan: identify the core questions your audience is asking, build out content that answers them conversationally and in-depth, and structure this content logically on your website. She also touches on the technical side, noting that URLs should remain concise and keyword-focused, while the content on the page should be rich and prompt-focused. Ultimately, the episode is a powerful call to action for businesses to stop dwelling on information and start implementing a forward-thinking content strategy. By treating your website as a definitive library of answers, you can close the gaps in your SEO strategy and ensure your brand not only survives but thrives in the new era of AI-powered search.Key TakeawaysPrompts vs. Keywords: A prompt is a conversational, full-sentence question (10-25 words) posed to an AI, whereas a keyword is a short, fragmented search query (2-5 words) used in traditional search engines.The Goal is Brand Citation: In the new landscape of AI search, the primary objective is to have your brand and website cited directly as the authoritative source in an AI-generated answer.Your Website is the Foundation: All digital roads lead back to your website. It is the most critical asset for building authority and providing the in-depth answers that AI models are looking for.Close the Prompt Gap with Conversational Content: To appear in AI search results, you must create content that directly and comprehensively answers the full questions your audience is asking, not just targets keywords.Adopt a Pillar-Cluster Model: For each major question your audience has, create one main "pillar" page with a complete answer and support it with multiple "cluster" pages that cover related sub-topics. This builds a powerful web of expertise.Content as a Resource Hub: Think of your content less like a series of blog posts and more like a library of research. Support your answers with data, evidence, multimedia, and links to other authoritative sources to build trust and credibility.Action Over Acronyms: While understanding terms like AEO (Answer Engine Optimization) is useful, the focus should be on the practical implementation of creating high-quality, question-answering content.Memorable Quotes"A prompt is keywords in confirmation of the context that has been started by conversation.""You can't say a brand without connecting a website.""Where are those responses AI is getting coming from in the first place? They're coming from your website.""Don't be in a place where you're dwelling on information and not taking action on implementation.""15% of new searches every day out of at least 8.5 billion searches a day are new, including yours.""You don't put a prompt in your URL, you put a keyword in your URL.""You're not just creating blogs, you're creating calls to action."Frequently Asked Questions (FAQs)What is the main difference between a prompt and a keyword? A prompt is a long, conversational question asked to an AI, while a keyword is a short, fragmented phrase used in a traditional search bar. Your content strategy needs to address both.Why are brand citations important in AI SEO? A brand citation is when an AI search tool names your website as the source of its information. It positions your brand as a trusted authority, driving traffic and credibility.Is blogging still relevant in 2026? Yes, absolutely. However, the format has evolved. Modern blogging should focus on creating in-depth, conversational articles that function as answers to user prompts, effectively turning your blog into a resource hub or "audio blog."How do I start closing the prompt gap on my website? Begin by identifying the most common and important questions your customers ask. Then, create comprehensive content (like a detailed FAQ page or a pillar article) that answers these questions thoroughly and links to supporting cluster pages.What is the pillar-cluster model? It's a content strategy where you create one major "pillar" page that covers a broad topic in-depth. You then create multiple "cluster" pages that address specific sub-topics related to the pillar, with all cluster pages linking back to the main pillar page. This structure organizes your content and signals deep expertise to search engines.Timestamps[00:00] Introduction: AI SEO 101 - Prompt Gaps vs. Keyword Gaps.[01:35] Defining a "Prompt": A conversational query of 10-25 words.[02:48] Defining a "Keyword": Traditional short, medium, and long-tail search terms.[05:52] The Central Role of Your Website in Brand Citations.[06:34] How Search Engines Match Pages to Queries.[07:17] Core Concept: A prompt is "keywords in conversation."[08:03] The Solution: Closing the gap with conversational, FAQ-style content.[09:43] Strategy Deep Dive: The Pillar-Cluster content model (1 Pillar + 9 Clusters).[15:02] Where AI Gets Its Answers: Your website is the source for LLMs.[16:02] Building Authority: Go beyond facts and support claims with experience and evidence.[19:00] Your website is the common thread in all customer interactions.[20:44] Technical SEO Tip: Use keywords in your URLs, not long prompts.[22:36] Market Opportunity: 15% of the 8.5 billion daily searches are entirely new.[23:38] Content with Purpose: Your content should create calls to action, not just exist as a blog.[24:14] Closing Remarks & How to Connect.[25:12] Podcast Outro.Book SEO Services | Quick Links for Social Business>> Book SEO Services with Favour Obasi-ike>> Visit Work and PLAY Entertainment website to learn about our digital marketing services>> Join our exclusive SEO Marketing community>> Read SEO Articles>> Subscribe to the We Don't PLAY Podcast>> Purchase Flaev Beatz Beats Online>> Favour Obasi-ike Quick LinksSee Privacy Policy at https://art19.com/privacy and California Privacy Notice at https://art19.com/privacy#do-not-sell-my-info.
Close: The Fourth Pillar of the Remodeler Growth Framework In this episode, we're diving into Pillar #4 of the Remodeler Growth Framework: Close, the sales side of “team revenue.” Marketing generates the opportunities, but sales is what turns those leads into booked projects. You'll learn the four core components of a strong sales system. We break down why speed-to-lead matters, how to follow a simple follow-up cadence that prevents leads from slipping through the cracks, and how to use repeatable scripts for pre-qual calls and first appointments so you can qualify consistently and guide prospects to the next step. To watch the Youtube version, click here: https://www.youtube.com/watch?v=gDvTBu61ITU
Tell us what you think about this podcast!In this series, Bishop Rader Johnson teaches that the church is the pillar and ground of the truth, based on 1 Timothy 3:15–16. Even when false teaching leads people astray, as seen in 2 Timothy 2, God's foundation still stands. There has always been a faithful remnant who endure and obey.While God knows those who are His, we must prove we belong to Him by overcoming, walking uprightly, and remaining rooted in sound doctrine. In the church, there are vessels of honor and dishonor, and we must choose to be vessels of honor.For more lessons and sermons, follow our YouTube channel at https://www.youtube.com/@GBT
Mental Muscles Podcast | Train Your Brain For Peak Performance
Master elite-level attention management through a scientifically-validated three-pillar system for peak cognitive performance. The Mental Muscles Attention Diet Protocol introduces strategic cognitive nutrition planning, combining focused attention sanctuaries, selective information consumption, and optimized recovery periods for maximum mental clarity. Follow Mental Muscles on Spotify for elite performance protocols.
Dr. Scott Powell, JD Flynn, and Kate Olivera look ahead to the readings for the Second Sunday of Lent— including God's calling of Abram, St. Paul's last letter before his martyrdom, and Matthew's telling of the Transfiguration. -This week's episode is brought to you by the paying subscribers of The Pillar.Join today at pillarcatholic.com/subscribeAlready read the readings? Skip ahead to 4:32Reading 1 - Genesis 12:1-4aPsalm 33: 4-5, 18-20, 22Reading 2 - 2 Timothy 1:8b-10Gospel - Matthew 17:1-9 This is a public episode. If you'd like to discuss this with other subscribers or get access to bonus episodes, visit www.pillarcatholic.com/subscribe
Season 6, Episode 8 | Pastor Chad brings in his youngest son Titus to take and read 1 Timothy 3:8-16, outlining deacons' dignified requirements, faithful service testing, women's blameless conduct, the household of God's supportive role, and the great mystery of godliness revealed through Christ's incarnation, vindication, and global proclamation.
"There's no practice more profitable for the entire sanctification of the soul than the frequent meditation of the sufferings of Jesus Christ." -St. Bonaventure
What can we learn from studying Lot's wife? Let's open up to Genesis 19:26! And grab study guides for the whole family here: - To get Cali's scripture study guide for adults click here: https://comefollowmestudy.com/shop/ Discount code: OMSSOr purchase on Amazon: https://a.co/d/4qocgeU-Grab Kristen's copies of helpful PDFs and study guides here: https://shop.kristenwalkersmith.com/products/ Check out her monthly Come Follow Me YouTube videos here: https://kristenwalkersmith.com/youtube/Get our NEW 365-day Old Testament daily devotional book on Amazon: https://a.co/d/0p3Ds0t Hosted on Acast. See acast.com/privacy for more information.
This is the first of a four part series on the 4 Pillars of Recovery. Pillar 1 is Health.
Nurture: The Third Pillar of the Remodeler Growth Framework In this episode, we're diving into Pillar #3 of the Remodeler Growth Framework: Nurture. Once you've attracted visitors and converted them into leads, what happens next? The reality is most homeowners aren't ready to start today. That's where nurture comes in. This pillar is all about building trust, reducing uncertainty, and staying top of mind until the timing is right. If you want a predictable system that keeps future clients warm and positions you as the obvious choice when they're ready, this is the episode for you. If you want to watch it on YouTube: https://www.youtube.com/watch?v=9PeI7oOLW_I
“Great leadership requires leaders to be great communicators.” That's why Dr. Janet Pilcher shares a deeper dive into Pillar 3: Communicate for Alignment, one of the overarching 9 Pillars of Leadership Excellence. Join her for the first in a series of episodes exploring: the importance of communicating effectively;the value of communicating for alignment;the barriers to effective communication; and the tactics to ensure communication is positive, impactful, and results-driven.Dr. Pilcher also pauses to express gratitude for coaches and partners doing meaningful work in the field. As she shares, “We can always spend time learning to improve and expressing gratitude.”Recommended Resources: Building Lasting Impact with 9 Pillars for Leadership Excellence, 9 Pillars of Leadership Excellence: A New Operating System for Education, 9 Pillars of Leadership Excellence ToolkitFollow Host Dr. Janet Pilcher on LinkedIn: https://www.linkedin.com/in/janetpilcher/
Wil shares some important details regarding our upcoming World Missions Conference (March 1-4, 2026) and previews some of the exciting updates we can expect to hear from our missions partners in India.Host: Wil NettletonProducer: Ben WingardMusic arranged by David Henry and performed by David Henry and Hannah Lutz.To contact Pillar & Ground or to submit a question that you would like to hear addressed on a future episode, please email podcast@lmpc.org.
Tell us what you think about this podcast!In this series, Bishop Rader Johnson teaches that the church is the pillar and ground of the truth, based on 1 Timothy 3:15–16. Even when false teaching leads people astray, as seen in 2 Timothy 2, God's foundation still stands. There has always been a faithful remnant who endure and obey.While God knows those who are His, we must prove we belong to Him by overcoming, walking uprightly, and remaining rooted in sound doctrine. In the church, there are vessels of honor and dishonor, and we must choose to be vessels of honor.For more lessons and sermons, follow our YouTube channel at https://www.youtube.com/@GBT
Thank you for joining us for Christian Faith Center's Sermon of the week. This message is from our Nampa Location. Pastor Jordan Hodges wraps up our message series "CHURCHOLOGY"The church must be, very intentionally, the place where God is. And in the church Gods truth is of the highest priority! In the ancient world, pillars were not just structural; they were used to lift and display important objects or statues. The church's role is to "holdup" the Gospel for the world to see! Jesus came to reveal the truth of God to the world!
God designed us for real connection, but stepping into authentic relationships often means risking pain and navigating friction. In a culture of loneliness, the world is hungry for a people who know how to love without conditions and stay connected through conflict. This isn't just a concept; it's the actual practice of family. In the final message of our Family Pillar series, Dan Weber invites us to look at the perfect theology of Jesus as a Father and a Friend. From creating safe spaces for radical honesty to learning how to reconcile instead of run, Dan challenges us to move past superficial interactions and take ownership of our relationships. Even when we bring our flawed human nature into the room, we have a Father who disciples us into whole, healthy connection. Join us as we explore what it looks like to be found, formed, and sharpened in the family of God.
The One-Liner:Think plant-based eating is too expensive? I'm shutting that myth down with real strategies from my own life; from my days as a single mom to navigating inflation today.What I'm Covering Today:My Story: Two very different seasons of budget-conscious eating (single mom years vs. today's economy) and what they taught me about real, nourishing food.The Myth: You don't need expensive specialty products. Plant-based eating is about whole foods, which are historically the cheapest items in the store.The Four Pillars of Budget-Friendly Plant-Based Eating:Pillar 1: The Affordable PantryStock up on beans, lentils, rice, and oats (pennies per serving).Buy spices from bulk bins.A little nutritional yeast goes a long way.Pillar 2: Make Friends with FrozenFrozen fruits and veggies are often more nutritious than fresh (flash-frozen at peak ripeness).They're cheaper and eliminate waste.Pillar 3: Shop Farmers Markets StrategicallyGo at the end of the day for discounts.Ask for "seconds" (cosmetically imperfect produce sold at a steep discount).Buy what's in season.Pillar 4: Meal Prep to Prevent WasteCook once, eat three times (batch cook beans, rice, and roasted veggies).Use the "three ways method" with one ingredient (e.g., sweet potatoes).Save vegetable scraps to make free stock.The Game Changer: The Kitchen AuditWhat it is: Taking inventory of everything in your pantry, fridge, and freezer before you shop.Why it works: The biggest budget killer is wasted food. This helps you use what you have first.Your Challenge This Week: Do a kitchen audit. Shop your own kitchen before you hit the store.Resources & Next Steps: Share your Kitchen Audit results: Plant-BasedCurious.comNext Episode: Living Plant-Based Without Perfection (with Molly Patrick): A follow-up conversation about her plant-based lifestyle, meal plans, recipes and more.Rate & Review: If this episode helped you, please rate and review the show. It helps other curious folks find us.Send a textSupport the show"Thanks for listening to The Plant-Based Curious Podcast. If this episode helped you, please share it with one friend who might need it. Subscribe wherever you get your podcasts so you never miss a step on your journey. For questions or to connect, visit me at plant-basedcurious.com."
Thomas and Karl return from their addended trip to the Adidas HQ in Germany where they delved into the footwear archives. We wrap up our final two days in London. We wonder about witches and whey. All of us may be suffering from jet lag, so bear with us. SUPPORT OUR SPONSORSSOARSOAR's 1 Month Guarantee allows you to shop with total peace of mind – run for 1 month in your new apparel – test it in full – and if you're still not satisfied you can return it, used, for a full refund. No questions asked. Ship worldwide, with all orders delivered direct-to-the-customer without any additional duties or taxes – no post-checkout surprises. Orders over $180 ship FREE. Get your gear at: www.soarrunning.comPILLARRecently, we've been taking PILLAR Triple Magnesium, and it's been a game-changer for our sleep and recovery. WE take it about 30 minutes before bed each night which gives us great sleep and helps us recover better so we're ready to train again tomorrow. If you want to try PILLAR, you can head to pillarperformance.shop or TheFeed.com/pillar and enter code BITR for 15% off first-time purchases!SWIFTWICKYou already know that Swiftwick makes our favorite socks for running, from training to race day. We wear them pretty much every day, whether it's the Flite XT crew or the low cut no-show. Get yourself ready for the new year and save 15% off your first purchase with code BELIEVE15: https://swiftwick.com
Lot fails to act on God's Word with urgency and needlessly delays leaving Sodom. The LORD remains merciful to Lot in his weakness, and the angels agree to Lot's requests. The LORD's destruction of Sodom and Gomorrah is just and calls all to repent of their sins. At the same time that the LORD is destroying the wickedness of sin, He is also rescuing His people in faithfulness to His promise. After Lot's wife becomes a pillar of salt, Lot's daughters take advantage of their father in his grief. Even as this text shows the effects of sin, God's mercy does not fail. Rev. Andy Wright, pastor at St. John's Evangelical Lutheran Church in Topeka, KS, joins host Rev. Timothy Appel to study Genesis 19:15-38. To learn more about St. John's in Topeka, visit stjohnlcmstopeka.org. “In the Beginning” is a series on Sharper Iron that studies Genesis. The first book of Moses sets the stage for God's entire story of salvation. As we learn the beginning of the story, God prepares us to receive the fulfillment of the story: Jesus Christ, the Offspring of the woman who has crushed our enemy's head. Sharper Iron, hosted by Rev. Timothy Appel, looks at the text of Holy Scripture both in its broad context and its narrow detail, all for the sake of proclaiming Christ crucified and risen for sinners. Two pastors engage with God's Word to sharpen not only their own faith and knowledge, but the faith and knowledge of all who listen. Submit comments or questions to: listener@kfuo.org
In this episode, we're diving into Pillar #2 of the Remodeler Growth Framework: Convert. Once you've attracted the right people to your website, how do you turn more of them into qualified leads? Spencer breaks down the difference between the small percentage of homeowners who are ready to start now and the much larger group who are still researching and why your website needs a simple two-door conversion strategy to capture both. You'll learn how to create low-friction on-ramps for ready buyers, use a high-value lead magnet (like a cost guide) to capture researching prospects, and optimize every page of your website for stronger performance. If you want to watch it on YouTube: https://www.youtube.com/watch?v=dYH1mSWVZSQ Email radio@builderfunnel.com with “webinar” in the subject line to get the full framework training.
The New York Stock Exchange is building a 24/7 digital trading venue designed to bring tokenized equities into a regulated, always-on marketplace. Intercontinental Exchange's Michael Blaugrund and NYSE's Jon Herrick explain how the platform will integrate NYSE's Pillar technology with blockchain-based settlement to enable instant trading against stablecoins. Aimed at meeting evolving retail expectations while supporting institutional participation, the platform seeks to pair innovation with the safeguards of traditional market structure.
Dave Kiehn interviews Brandon Freeman about the process of planting Heritage Baptist Church. They discuss co-vocational ministry, the role of Pillar in helping plant, the church's growth and impact so far, and more.
1 Timothy 3:14-4:16 - The Church: The Pillar and Foundation of Truth - Josiah Espinoza
In tonight's dead letter, a routine hike along a converted railroad bed transforms into a standoff with the inexplicable for Patron and Listener Zed. Standing in an open clearing along the path is a solitary, towering object that seems to possibly be a tree, but for some reason it's hard to tell. When Zed and his hiking partner attempt to rationalize the sight, they are met not with answers, but with a wave of paralyzing dread and the distinct impression that the object is aware of them.Reference LinksWadhams to Avoca Trail | Michigan TrailsThe Van Meter Monster - Astonishing LegendsMantis Men - Astonishing LegendsIndrid Cold (The Smiling Man) - Cryptid WikiCommunion (1989) - IMDbWe're looking for more stories! Send your Dead Letter to deadletteroffice@astonishinglegends.com
Does your body feel like it stopped cooperating when you reached age 35? Are you frustrated that what used to work for you in terms of working out IS NOT anymore? Are you experiencing body composition changes, pelvic floor symptoms, or other things - maybe even symptoms you thought you had dialed in on, but they are returning? Are you tired of conflicting information on the internet about what's going on and what you should do?In today's episode, Jessie What might be happening in your body, why your old approaches aren't working, and what to do moving forward to have success in exercising in ages 35+- - - - - - - - -If you liked this episode of To Birth and Beyond, tell your friends! Find us on iTunes and Spotify to rate/review/subscribe to the show.Want more? Visit www.ToBirthAndBeyond.com, join our Facebook group (To Birth and Beyond Podcast), and follow us on Instagram @tobirthandbeyondpodcast! Thanks for listening and joining the conversation!Resources and References Jessie's free, live, online workshop: Why Exercise Feels Harder After 35 (And What Actually Works When Nothing Else Has) - https://jessiemundell.com/exercise-harder-35/Show Notes 0:54 - Jessie is hosting a FREE, LIVE, online workshop: Why Exercise Feels Harder After 35 (And What Actually Works When Nothing Else Has)2:13 - Jessie shares what we are talking about today, and how she is positioned to talk on this subject!5:55 - Major Change #1: Hormones begin to fluctuate at 35+9:12 - Major Change #2: You don't feel like you are bouncing back from stress like you used to10:42 - Major Change #3: Your pelvic floor can be impacted by these changes occurring in the body after 3514:10 - Mistake #1: When you feel like the workout isn't doing it for you, you increase the intensity and time in the gym16:34 - Mistake #2: On the opposite side of the spectrum, swinging to only low intensity exercise (with a caveat)18:38 - Mistake #3: Over complicating your strength training program20:40 - Pillar #1 of a well-designed exercise plan: Focus on progressive strength training21:27 - Pillar #2 of a well-designed exercise plan: Integrating the pelvic floor and core system into the strength training22:00 - Pillar #3 of a well-designed exercise plan: Build flexibility into your mindset and life with exercise22:43 - Pillar #4 of a well-designed exercise plan: access to coaching AND community23:24 - Jessie recaps the mistakes and pillars outlined above, with a few reminders along the way25:06 - Jessie wraps up the episode with a final invitation to her free, live workshop where she will dive deeper into this subject with you
Episode 415 of The VentureFizz #podcast features Parker McKee, Partner at Pillar. “When you work really hard… good things come out on the other side.” - Parker McKee. Parker is a perfect example of this mindset - a mantra that I firmly believe in. When Parker has a goal in his sights, he's going to put in the time to get there. He's proven this time and time again, and the results speak for themselves. In athletics, he spent countless hours in his parents' backyard honing his lacrosse skills, which ultimately led him to the D1 level at the University of Michigan, where he served as a co-captain. Professionally, once he discovered a passion for investing and startups, he set his sights on venture capital. Through relentless networking, he landed an internship at .406 Ventures. Later, after pitching his own startup idea to Jamie Goldstein, he stayed on the radar and eventually joined the team in the early days of Pillar, where he has risen to the role as a Partner in the firm. Pillar is a pre-seed and seed-stage VC firm that invests in technical breakthroughs to overcome the world's greatest challenges. Last year, the firm announced their latest fund that being a $175M Fund IV. In this episode of our podcast, we cover: * The current state of venture investing in the AI era. * Parker's background and what playing D1 lacrosse at Michigan taught him about the rewards of hard work. * How he broke into the industry with an internship at .406 Ventures. * The story of how he pitched an app idea to Jamie Goldstein while still in college, and how that relationship eventually led to his role at Pillar. * An inside look at a "junior-level" role in venture capital and how he learned the ropes by simply "being in the market." * His current investment focus and the details behind his investment in OpenHands, alongside Menlo Ventures. * What he expects out of a first meeting and his best advice for a successful pitch. * The biggest lesson he's learned so far in the world of venture capital. * And so much more! Podcast Sponsor: This podcast is brought to you by one of the strongest longtime supporters of the local startup ecosystem, Silicon Valley Bank, a division of First Citizens Bank. With more than 1,500 bankers and relationship advisors and $44B in loans as of Q4 2025 – SVB delivers expert guidance, specialized products and a team that knows the innovation economy inside and out. Learn more at SVB.com.
Jerry Norton and Brent Daniels break down the essential pre-qualification framework that prevents investors from wasting time on unmotivated sellers. Brent highlights the "four pillars" of every quality conversation, explaining how to simplify complex negotiations into a streamlined process for finding deals.From mastering the art of "mirroring and matching" a seller's tone to understanding why you should almost never see a property before making an offer, this episode provides a masterclass in lead conversion. Brent shares real-world examples of how sellers will trade equity for speed and convenience when you solve their specific problems. Check out the TTP Training Program for more information.---------Show notes:(0:30) Beginning of today's episode(1:10) Why talking to sellers is the single most important skill in wholesaling (2:44) The "I'm coming right over" trap: Why running to every house leads to burnout (4:28) Mirroring and matching: Using non-verbal cues to build rapport and trust (6:24) Pillar #1: Condition—Using open-ended questions about kitchens and baths to gauge the house (8:13) Why "time kills all deals" and why you shouldn't wait for a walkthrough to make an offer (9:54) Pillar #2: Timeline—How to identify high motivation using the 14-to-30-day closing window (10:33) The "Magic Wand" question: Finding out where a seller is moving next (11:49) Pillar #3: Motivation—A Scottsdale case study on a $150,000 discount (12:54) Pillar #4: Price—The "Net Offer" strategy and why the seller should always name their price first (15:05) Final encouragement: Solving problems for the 5-10% of the market in distress ----------Resources:Follow Jerry Norton for more flipping and wholesaling strategies To speak with Brent or one of our other expert coaches call (281) 835-4201 or schedule your free discovery call here to learn about our mentorship programs and become part of the TribeGo to Wholesalingincgroup.com to become part of one of the fastest growing Facebook communities in the Wholesaling space. Get all of your burning Wholesaling questions answered, gain access to JV partnerships, and connect with other "success minded" Rhinos in the community.It's 100% free to join. The opportunities in this community are endless, what are you waiting for?
The gang is across the pond on today's episode. In store: Hylo Athletics, Delta One mishaps, English Breakfast, and really terrible impressions. From West Ham to Platform 9 3/4, this one has it all, folks.SUPPORT OUR SPONSORSLMNTIt's winter, but we're still training and sweating. Which means we still need our LMNT, with 1,000 mg of sodium and key electrolytes. If you haven't had their hot flavors yet, you need to get in on it, because they make the perfect winter treat. Order today and get an 8-count LMNT Sample Pack with any purchase, so don't miss out: http://drinklmnt.com/thedropSOARIf you don't know, Soar makes some of the best running apparel in the world. Like, the whole world. They take design and performance seriously, utilizing cutting edge fabrics that exceed the highest standards for running gear. We love all their winter apparel and their warm weather singlets are unbeatable. Check out their X-Race collections, which are perfect for all the upcoming spring marathons:Men's XRace collectionshttps://www.soarrunning.com/collections/x-raceWomen's XRace collectionshttps://www.soarrunning.com/collections/womens-x-racePILLARCollagen Repair is a smart addition to your routine, ensuring you stay healthy when you're working your hardest. If you want to try PILLAR, you can head to pillarperformance.shop or TheFeed.com/pillar and enter code BITR for 15% off first-time purchases.
Watch The X22 Report On Video No videos found (function(w,d,s,i){w.ldAdInit=w.ldAdInit||[];w.ldAdInit.push({slot:17532056201798502,size:[0, 0],id:"ld-9437-3289"});if(!d.getElementById(i)){var j=d.createElement(s),p=d.getElementsByTagName(s)[0];j.async=true;j.src="https://cdn2.decide.dev/_js/ajs.js";j.id=i;p.parentNode.insertBefore(j,p);}})(window,document,"script","ld-ajs");pt> Click On Picture To See Larger Picture The Fake News lost the narrative on the climate hoax. Trump bringing back the fishing industry in Maine. Everything is being reverse, jobs are coming back. Trump is moving the pieces on the board and preparing the country to move back to sound money and the is using the market as a weapon. The [DS] cannot keep the country divided anymore. The people are awake and they are seeing the true enemy through the fog. Trump is pushing everything to win the Midterms. We are watching the final countdown. Trump is exposing the system and the election cheating system to force the RINOS to pass the save act. Once this is done it is game over. Economy https://twitter.com/ChrisMartzWX/status/2020341736896360591?s=20 (function(w,d,s,i){w.ldAdInit=w.ldAdInit||[];w.ldAdInit.push({slot:18510697282300316,size:[0, 0],id:"ld-8599-9832"});if(!d.getElementById(i)){var j=d.createElement(s),p=d.getElementsByTagName(s)[0];j.async=true;j.src="https://cdn2.decide.dev/_js/ajs.js";j.id=i;p.parentNode.insertBefore(j,p);}})(window,document,"script","ld-ajs"); foolishly reinstated them. Since Day One, I have taken historic action to END these disastrous policies and, today, I signed a Presidential Proclamation to UNLEASH Commercial Fishing in the Atlantic Ocean, advancing the America First Fishing Policy! I am restoring nearly 5,000 square miles of Fishing access off the Coast of New England, which will revitalize our Fishing Industry, and STRENGTHEN our Booming Economy. Congratulations to all of our Great Fishermen. Please remember I did this for you, against strong Democrat opposition, and VOTE REPUBLICAN IN THE MIDTERMS! PRESIDENT DONALD J. TRUMP https://twitter.com/unusual_whales/status/2020181009124192563?s=20 https://twitter.com/Bobby1_x/status/2020284867708350837?s=20 house: 614 oz gold Now: 82 oz 1971 Car: 86 oz gold Now: 9 oz 1971 Harvard: 63 oz gold Now: 11 oz 1971 Gas: 1 oz gold = 113 gallons Now: 1 oz gold = 1736 gallons If you saved in dollars your value inflated away to almost nothing But if you saved in gold you INCREASED your real world purchasing power MASSIVELY You didn’t see inflation, you saw deflation And you never even had to do so much as sell as stock or learn about bonds and interest rates All you had to do was save in gold Gold is and always will be the ultimate store of value https://twitter.com/KobeissiLetter/status/2020229075487322323?s=20 By comparison, the 2020 high and 2012 peak were 40.9 million and 43.4 million, respectively. Meanwhile, ETFs of gold and other precious metals attracted +$4.39 billion in inflows in January, posting their 8th consecutive monthly intake. Furthermore, investors have invested a net +$3.62 billion in gold miner ETFs, the most since at least 2009. Demand for gold investments remains robust. https://twitter.com/MrPool_QQ/status/2020219515615793465?s=20 Reserve nominee if he doesn’t lower rates. “It was a joke.” No. It was a WARNING. The Fed’s days are numbered. MOVE 3: Pentagon CUT ALL TIES with Harvard. Military training. Fellowships. Programs. ALL GONE. The Ivy League pipeline to power is DEAD. MOVE 4: Launched TrumpRx. 43 medications. Ozempic included. Big Pharma’s monopoly: BROKEN. They charged you $1,000. He’s giving it for $300. MOVE 5: DHS funding expires February 13th. 6 days from now. Controlled shutdown incoming. Why? Because you can’t RESTRUCTURE what’s still running. Connect the dots: Iran tariffs = END of petrodollar Fed threat = END of central banking control Harvard cut = END of Deep State recruitment TrumpRx = END of Big Pharma monopoly DHS shutdown = RESTRUCTURING of homeland security This isn’t chaos. This is a DEMOLITION. Piece by piece. System by system. Pillar by pillar. The old world is being dismantled in REAL TIME. And the new one is being built while you watch. DARK TO LIGHT Political/Rights https://twitter.com/ICEgov/status/2019804241343234265?ref_src=twsrc%5Etfw%7Ctwcamp%5Etweetembed%7Ctwterm%5E2019804241343234265%7Ctwgr%5Ea4849f0e923af3c8c6337a4af454066151ac3a71%7Ctwcon%5Es1_c10&ref_url=https%3A%2F%2Fwww.thegatewaypundit.com%2F2026%2F02%2Fsupposedly-autistic-womans-tale-being-abused-arrested-ice%2F the location, continued to impede our officers, and found out the hard way. 18 U.S.C. § 111 criminalizes impeding or interfering with federal officers. Team Trump Catches Gavin Newsom in a HUGE Lie During Back-and-Forth as California Governor Releases Thousands of Violent Criminal Illegals Back into Society https://twitter.com/KristiNoem/status/2019831108511158481?ref_src=twsrc%5Etfw%7Ctwcamp%5Etweetembed%7Ctwterm%5E2019831108511158481%7Ctwgr%5Ed4914c3e3e7d1872b32b0c54f58216356aecffd0%7Ctwcon%5Es1_c10&ref_url=https%3A%2F%2Fwww.thegatewaypundit.com%2F2026%2F02%2Fteam-trump-catches-gavin-newsom-huge-lie-during%2F https://twitter.com/CAgovernor/status/2019876274798567749?ref_src=twsrc%5Etfw%7Ctwcamp%5Etweetembed%7Ctwterm%5E2019876274798567749%7Ctwgr%5Ed4914c3e3e7d1872b32b0c54f58216356aecffd0%7Ctwcon%5Es1_c10&ref_url=https%3A%2F%2Fwww.thegatewaypundit.com%2F2026%2F02%2Fteam-trump-catches-gavin-newsom-huge-lie-during%2F https://twitter.com/USAttyEssayli/status/2019883966355107911?ref_src=twsrc%5Etfw%7Ctwcamp%5Etweetembed%7Ctwterm%5E2019883966355107911%7Ctwgr%5Ed4914c3e3e7d1872b32b0c54f58216356aecffd0%7Ctwcon%5Es1_c10&ref_url=https%3A%2F%2Fwww.thegatewaypundit.com%2F2026%2F02%2Fteam-trump-catches-gavin-newsom-huge-lie-during%2F The law in question is the California Values Act (SB 54), signed into law in 2017 by then-Governor Jerry Brown. The legislation bars state and local resources from being used to assist federal immigratio Source: thegatewaypundit.com https://twitter.com/liz_churchill10/status/2020347917962473789?s=20 https://twitter.com/elonmusk/status/2020451356562096282?s=20 https://twitter.com/KanekoaTheGreat/status/2020249786017095995?s=20 https://twitter.com/Kimberlyrja8/status/2019799463129133362?s=20 , Savannah stated, “[Nancy] is full of kindness and knowledge. Talk to her, and you'll see.” Many have noticed that the phrasing is nearly identical to the line from the famous thriller, when Sen. Ruth Martin addresses the kidnapper of her daughter, Catherine, saying, “Catherine is very gentle and kind. Talk to her, and you'll see.” https://twitter.com/IENouwen/status/2020088584964125145?ref_src=twsrc%5Etfw%7Ctwcamp%5Etweetembed%7Ctwterm%5E2020088584964125145%7Ctwgr%5E35d5b78a17a39c8933cea82db5535043ef4b09ff%7Ctwcon%5Es1_c10&ref_url=https%3A%2F%2Fwww.thegatewaypundit.com%2F2026%2F02%2Fwatch-savannah-guthrie-echoed-iconic-silence-lambs-line%2F TAKE A LISTEN https://twitter.com/RyanSaavedra/status/2019972293032833214?s=20 https://twitter.com/drawandstrike/status/2020283785451806956?s=20 is coming. Remember immediately after that last tranche of documents were released, all of a sudden our international elite class of baby-farming, baby-eating kid fucking criminals were in an increasingly untenable position, where some of ’em had to resign from important positions, and others were being forced into exceedingly awkward explanations/apologies? Well how do you stop the train? How do you arrest the progress of the exposure of your baby-eating/kid fucking activities? Wouldn’t you try to come up with a way to do damage control where you make as VERY PROMINENT PUBLIC WARNING to the mainstream media: You do NOT really want to GO THERE and keep asking us awkward questions. BACK THE FUCK OFF. It could be YOUR mother next…TAKE THE HINT… Now… Who is she? Who is she pictured with? Where was the picture taken? Will Bill Clinton be asked on February 28 who she is and why he was with her on Epstein’s plane? Stay tuned for developments. https://twitter.com/ByronYork/status/2020107433612288444?s=20 BREAKING: Pam Bondi Announces Arrest of Key Suspect in the 2012 Benghazi Attack (VIDEO) Attorney General Pam Bondi announced on Friday morning that the FBI arrested one of the key players behind the deadly terrorist attack against the US Consulate in Benghazi. Islamic terrorists attacked the US Consulate in Benghazi on September 11, 2012, eleven years after the attacks on the World Trade Center. As noted previously, the Libyan nightmare was the result of a war that President Obama and Hillary Clinton started. They never should have started the war in Libya, never should have placed Americans there unprotected, and when the Americans in Benghazi were under attack on 9-11, 2012 they should have provided help. Instead, four Americans died in Benghazi as was famously portrayed in the movie 13 Hours. For days after the attack on Benghazi, President Obama and Hillary Clinton blamed the attack in Benghazi on a made up story about a US citizen who incited protests in Benghazi from a YouTube video about Islam. They continued with the story as the caskets of the four dead Americans, including Ambassador Chris Stevens, were shipped back to the US. Barack Obama and Hillary Clinton left the Consulate to fend for itself and never sent military support to rescue the men trapped at the Consulate. Attorney General Pam Bondi: On September 11th, 2012, Americans watched horrified as our embassy in Bengasi came under a vicious terror attack. We lost four American lives that day: Ambassador Chris Stevens, Sean Smith with the State Department, and two CIA contractors, Glenn Dordy and Tyrone Woods. We have never forgotten those heroes, and we have never stopped seeking justice for that crime against our nation. In fact, from day one, Cash and Dan would sit in meetings and say, We're going to get them, and they did. Today, I'm proud to announce that the FBI has arrested one of the key participants behind the Bengasi attack. Zubar Albaqash landed at Andrews Air Force Base at 03: 00 AM this morning. He is in our custody. He was greeted by Director Director Patel and US attorney Jeanine Piero. Source: thegatewaypundit.com DOGE Geopolitical https://twitter.com/GuntherEagleman/status/2020137645339226362?s=20 supposed to GUARANTEE freedom, not RESTRICT it!” Poland standing tall against Brussels' Big Brother nonsense. This is what real leadership looks like. No bowing to globalist overlords. Poland remains a STRONG ally of the USA and a fighter for liberty. Illegal Migrants and Gang Members out of the United States. We discussed many other issues, including Investment and Trade between our two Countries. He loves the people of Honduras, and is focused on their Health, Well-being, Education, and Economic Prosperity. I look forward to welcoming President Asfura back to the United States. Tito: Congratulations on your Great Victory! PRESIDENT DONALD J. TRUMP War/Peace https://twitter.com/BuzzPatterson/status/2020388749834965399?s=20 https://twitter.com/Osint613/status/2020238386108543128?s=20 Security Alert: Land Border Crossings (February 5, 2026) Location: Iran, countrywide Event: Increased security measures, road closures, public transportation disruptions, and internet blockages are ongoing. The Government of Iran continues to restrict access to mobile, landline, and national internet networks. Airlines continue to limit or cancel flights to and from Iran. U.S. citizens should expect continued internet outages, plan alternative means of communication, and, if safe to do so, consider departing Iran by land to Armenia or Türkiye. Actions to Take: Leave Iran now. Have a plan for departing Iran that does not rely on U.S. government help. Flight cancellations and disruptions are possible with little warning. Check directly with your airlines for updates. If you cannot leave, find a secure location within your residence or another safe building. Have a supply of food, water, medications, and other essential items. Avoid demonstrations, keep a low profile, and stay aware of your surroundings. Monitor local media for breaking news. Be prepared to adjust your plans. Keep your phone charged and maintain communication with family and friends to inform them of your status. Enroll in the Smart Traveler Enrollment Program (STEP) to receive the latest updates on security in Iran. If You Plan to Leave Iran: U.S.-Iranian dual nationals must exit Iran on Iranian passports. The Iranian government does not recognize dual nationality and will treat U.S.-Iranian dual nationals solely as Iranian citizens. U.S. nationals are at significant risk of questioning, arrest, and detention in Iran. Showing a U.S. passport or demonstrating connections to the United States can be reason enough for Iranian authorities to detain someone. U.S. citizens who do not have a valid U.S. passport in their possession should apply for one at the nearest U.S. embassy or consulate after departing Iran. The U.S. government cannot guarantee your safety if you choose to depart using the following options. You should leave only if you believe it is safe to do so. As of Thursday, February 5: Source: Medical/False Flags China Bombshell: Patel says Biden-era FBI ‘buried' truth about CCP's ties to biolab on US soil FBI Director Kash Patel says his agency has resumed an aggressive counterintelligence offensive against China and its Communist Party (CCP) that had been sidelined during the Biden presidency but is concerned the prior administration may have “buried” the truth about dangerous biolabs on U.S. soil tied to Beijing. The FBI boss said the renewed efforts have already resulted in a 40% increase in Chinese espionage arrests in the first year of the second Trump administration. Source: justthenews.com [DS] Agenda ICE Humilates Far-Left Boston Mayor Michelle Wu in EPIC Fashion After She Signs Executive Order Barring Agency from Conducting “Unconstitutional and Violent” Operations ICE agents delivered a humiliating and richly deserved blow to Boston Mayor Michelle Wu's ego on Friday, one day after she tried to hamstring them for doing their jobs. As WHDH reported, Wu signed an “An Executive Order To Protect Bostonians From Unconstitutional and Violent Federal Operations.” Specifically, the order bans federal officials, including ICE, from using city property for immigration enforcement operations. Wu's office says the order is designed to “protect residents from illegal federal overreach, prioritizing de-escalation, and reaffirms that Boston will hold anyone accountable who commits violence, property damage, or any criminal conduct in the City, including federal officials.” Source: thegatewaypundit.com https://twitter.com/libsoftiktok/status/2020487139377443327?s=20 https://twitter.com/WallStreetApes/status/2019900883082031120?s=20 https://twitter.com/Badhombre/status/2019488291263823960?s=20 “People for the American Way” and Brian Tyler Cohen's “Chorus.” People for the American Way receives most of its funding from George Soros' Open Society Foundations. Brian Tyler Cohen @briantylercohen was recently exposed in a scandal for receiving dark money from the Sixteen Thirty Fund and paying up to $8,000 a month to influencers like Olivia Julianna, David Pakman, JoJo From Jerz, and Leigh “Politics Girl” McGowan to amplify coordinated content. The Sixteen Thirty Fund, managed by Arabella Advisors, receives its funding from three major sources: – Berger Action Fund (Swiss billionaire Hansjörg Wyss) – Open Society Policy Center (Hungarian Billionaire George Soros) – Democracy Fund Voice (French-born eBay founder Pierre Omidyar). Twelve people run the “HQ” account full-time. This is yet another coordinated propaganda campaign funded by leftist billionaires attempting to push their globalist agenda and sow division. Nothing organic or truly Gen-Z about it beyond the faces used to represent it. https://twitter.com/visegrad24/status/2020289816882024790?s=20 President Trump's Plan https://twitter.com/Rightanglenews/status/2020293934413680968?s=20 NBC CAUGHT IN ANOTHER LIE: VP Vance and Wife Were Not Booed at Olympics – It Was Quite the Opposite Vice President J.D. Vance, his with Usha and three children are representing the United States this week at the Winter Olympics. J.D. was a hit at the Olympics venue. On Friday night during the opening ceremonies NBC claimed the crowd was booing when J.D. Vance and his wife were pictured on the big screen. What disgusting people. Of course, this lie was quickly exposed by several fact-checkers online. Ovation Eddie 2 caught the media in their latest disgusting lie: https://twitter.com/EricLDaugh/status/2020155556158136778?ref_src=twsrc%5Etfw%7Ctwcamp%5Etweetembed%7Ctwterm%5E2020155556158136778%7Ctwgr%5Ed35db378d07d7f30cba1d9449c0da87c52040e2a%7Ctwcon%5Es1_c10&ref_url=https%3A%2F%2Fwww.thegatewaypundit.com%2F2026%2F02%2Fnbc-caught-another-lie-vp-vance-wife-were%2F Remember: You can never trust a single word coming from the anti-Trump, Anti-American legacy media. Source: thegatewaypundit.com https://twitter.com/MrAndyNgo/status/2020310461267202235?s=20 https://twitter.com/CynicalPublius/status/2020285717713453058?s=20 that out. Democrats Cry As Trump Makes It Easier to Fire Federal Workers The Trump administration is planning to make it easier to discipline—and potentially fire—career officials in senior positions across the government, a move that would affect roughly 50,000 federal workers. The U.S. Office of Personnel Management, which oversees the federal workforce, issued a final rule on Thursday that creates a category of worker for high-ranking career employees whose work focuses on executing the administration's policies. Workers who fall into that category would no longer be subject to rules that for decades have set a high bar for firing federal employees. The Trump team, however, characterizes the move as one that gives the executive branch the ability to better shape the bureaucracy to help serve its agenda, instead of allowing it to clandestinely thwart it: The administration has been clear that the goal of the rule is to more easily fire workers they argue are hindering Trump policies — a nod to the president's claims of a “Deep State” within the federal government trying to undermine him. “This is not about people's views or ideas. This is about whether they are refusing to actually affect their duties on behalf of the American people consistent with the objectives of this administration,” said Scott Kupor, director of the Office of Personnel Management (OPM), which promulgated the rule. Source: redstate.com https://twitter.com/drawandstrike/status/2020298873923567783?s=20 doesn’t agree with the 5th Circuit’s ruling. How in the world would you REINSTATE a policy where an illegal who successfully evaded detection at a port of entry has legal recourse to bond when those illegals detected at a port of entry do not? The 5th just rightfully found that NEITHER kind of illegal should have recourse to bond – whether they are detected at a port of entry or they successfully sneak into the country and are here for months/years before being caught. The fact this absurd situation persisted for decades shows you the system was rigged to allow human trafficking and to create a literal legal industry to facilitate it. Trump can “legally” mass deport ALL illegals, whether they have committed a crime or not. “A federal appeals court ruled that Trump administration can lock up the vast majority of people it is seeking to deport without offering a chance for bond, even if they have no criminal records and have resided in the country for decades. https://twitter.com/alexahenning/status/2020196173663867144?s=20 https://twitter.com/HansMahncke/status/2020253940374245522?s=20 https://twitter.com/DNIGabbard/status/2020227805976678574?s=20 control of the Whistleblower's complaint, so I obviously could not have “hidden” it in a safe. Biden-era IC Inspector General Tamara Johnson was in possession of and responsible for securing the complaint for months. – The first time I saw the whistleblower complaint was 2 weeks ago when I had to review it to provide guidance on how it should be securely shared with Congress. – As Vice Chair of the Senate Intelligence Committee, Senator Warner knows very well that whistleblower complaints that contain highly classified and compartmented intelligence—even if they contain baseless allegations like this one—must be secured in a safe, which the Biden-era Inspector General Tamara Johnson did and her successor, Inspector General Chris Fox, continued to do. After IC Inspector General Fox hand-delivered the complaint to the Gang of 8, the complaint was returned to a safe where it remains, consistent with any information of such sensitivity. – Either Senator Warner knows these facts and is intentionally lying to the American people, or he doesn't have a clue how these things work and is therefore not qualified to be in the U.S. Senate—and certainly not the Vice Chair of the Senate Intelligence Committee. Here is a detailed chronology of the situation: – June 2025, I became aware that a whistleblower made a complaint against me that after further investigation, neither Biden-era IC Inspector General Tamara Johnson nor current IC Inspector General Chris Fox found the complaint to be credible. – The complaint required special handling and storage in a safe because the complainant chose to include highly sensitive information within the complaint itself rather than referencing the sensitive reporting and leaving the complaint at a lower level of classification. – Security standards for complaints that include such sensitive intelligence required the Inspector General to keep the complaint and the intelligence referenced secured in a safe from the time the complaint was made, until now. – In June 2025 after Biden-era Inspector General Tamara Johnson completed her review of the complaint, no further oversight or investigative activity took place. – Biden-era Inspector General Johnson had communicated with me directly throughout the course of her investigation into this complaint, yet neither she nor anyone from her office informed me that the Whistleblower chose to send the complaint to Congress which would require me to issue security instructions. – When a complaint is not found to be credible, there is no timeline under the law for the provision of security guidance. The “21 day” requirement that Senator Warner alleges I did not comply with, only applies when a complaint is determined by the Inspector General to be both urgent AND apparently credible. That was NOT the case here. – I was made aware of the need to provide security guidance by IC Inspector General Chris Fox on December 4, 2025, which he detailed in his letter to Congress. – I took immediate action to provide the security guidance to the Intelligence Community Inspector General who then shared the complaint and referenced intelligence with relevant members of Congress last week. Senator Warner’s decision to spread lies and baseless accusations over the months for political gain, undermines our national security and is a disservice to the American people and the Intelligence Community. https://twitter.com/seanmdav/status/2020151219210137711?s=20 https://twitter.com/AlecLace/status/2019802427487027667?s=20 https://twitter.com/WallStreetMav/status/2020150184374681890?s=20 https://twitter.com/AlecLace/status/2019849309148311983?s=20 https://twitter.com/TheStormRedux/status/2019941561367191842?s=20 https://twitter.com/Rasmussen_Poll/status/2020183096667128211?s=20 2. ALL VOTERS MUST SHOW PROOF OF UNITED STATES CITIZENSHIP TO REGISTER FOR VOTING. 3. NO MAIL-IN BALLOTS (EXCEPT FOR ILLNESS, DISABILITY, MILITARY, OR TRAVEL!). https://twitter.com/WarClandestine/status/2020314452483342609?s=20 (function(w,d,s,i){w.ldAdInit=w.ldAdInit||[];w.ldAdInit.push({slot:13499335648425062,size:[0, 0],id:"ld-7164-1323"});if(!d.getElementById(i)){var j=d.createElement(s),p=d.getElementsByTagName(s)[0];j.async=true;j.src="//cdn2.customads.co/_js/ajs.js";j.id=i;p.parentNode.insertBefore(j,p);}})(window,document,"script","ld-ajs");