Podcasts about racc

  • 71PODCASTS
  • 225EPISODES
  • 30mAVG DURATION
  • 1EPISODE EVERY OTHER WEEK
  • Feb 15, 2026LATEST

POPULARITY

20192020202120222023202420252026


Best podcasts about racc

Latest podcast episodes about racc

Realm of Agape Christian Church
Chapter One, Faith and Perseverance – True Faith is Active

Realm of Agape Christian Church

Play Episode Listen Later Feb 15, 2026


Sr. Pastor A. A. Jackson shared this message live at RACC on 2/15/26.  It is based on James 2:14-24.  Faith that expresses itself through agapē, God's unconditional love towards us all, is sacrificial, selfless, and active. He personifies that love and seeks to transform us into being holy in that manner. The post Chapter One, Faith and Perseverance – True Faith is Active appeared first on Realm of Agape Christian Church.

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

This podcast features Gabriele Corso and Jeremy Wohlwend, co-founders of Boltz and authors of the Boltz Manifesto, discussing the rapid evolution of structural biology models from AlphaFold to their own open-source suite, Boltz-1 and Boltz-2. The central thesis is that while single-chain protein structure prediction is largely “solved” through evolutionary hints, the next frontier lies in modeling complex interactions (protein-ligand, protein-protein) and generative protein design, which Boltz aims to democratize via open-source foundations and scalable infrastructure.Full Video PodOn YouTube!Timestamps* 00:00 Introduction to Benchmarking and the “Solved” Protein Problem* 06:48 Evolutionary Hints and Co-evolution in Structure Prediction* 10:00 The Importance of Protein Function and Disease States* 15:31 Transitioning from AlphaFold 2 to AlphaFold 3 Capabilities* 19:48 Generative Modeling vs. Regression in Structural Biology* 25:00 The “Bitter Lesson” and Specialized AI Architectures* 29:14 Development Anecdotes: Training Boltz-1 on a Budget* 32:00 Validation Strategies and the Protein Data Bank (PDB)* 37:26 The Mission of Boltz: Democratizing Access and Open Source* 41:43 Building a Self-Sustaining Research Community* 44:40 Boltz-2 Advancements: Affinity Prediction and Design* 51:03 BoltzGen: Merging Structure and Sequence Prediction* 55:18 Large-Scale Wet Lab Validation Results* 01:02:44 Boltz Lab Product Launch: Agents and Infrastructure* 01:13:06 Future Directions: Developpability and the “Virtual Cell”* 01:17:35 Interacting with Skeptical Medicinal ChemistsKey SummaryEvolution of Structure Prediction & Evolutionary Hints* Co-evolutionary Landscapes: The speakers explain that breakthrough progress in single-chain protein prediction relied on decoding evolutionary correlations where mutations in one position necessitate mutations in another to conserve 3D structure.* Structure vs. Folding: They differentiate between structure prediction (getting the final answer) and folding (the kinetic process of reaching that state), noting that the field is still quite poor at modeling the latter.* Physics vs. Statistics: RJ posits that while models use evolutionary statistics to find the right “valley” in the energy landscape, they likely possess a “light understanding” of physics to refine the local minimum.The Shift to Generative Architectures* Generative Modeling: A key leap in AlphaFold 3 and Boltz-1 was moving from regression (predicting one static coordinate) to a generative diffusion approach that samples from a posterior distribution.* Handling Uncertainty: This shift allows models to represent multiple conformational states and avoid the “averaging” effect seen in regression models when the ground truth is ambiguous.* Specialized Architectures: Despite the “bitter lesson” of general-purpose transformers, the speakers argue that equivariant architectures remain vastly superior for biological data due to the inherent 3D geometric constraints of molecules.Boltz-2 and Generative Protein Design* Unified Encoding: Boltz-2 (and BoltzGen) treats structure and sequence prediction as a single task by encoding amino acid identities into the atomic composition of the predicted structure.* Design Specifics: Instead of a sequence, users feed the model blank tokens and a high-level “spec” (e.g., an antibody framework), and the model decodes both the 3D structure and the corresponding amino acids.* Affinity Prediction: While model confidence is a common metric, Boltz-2 focuses on affinity prediction—quantifying exactly how tightly a designed binder will stick to its target.Real-World Validation and Productization* Generalized Validation: To prove the model isn't just “regurgitating” known data, Boltz tested its designs on 9 targets with zero known interactions in the PDB, achieving nanomolar binders for two-thirds of them.* Boltz Lab Infrastructure: The newly launched Boltz Lab platform provides “agents” for protein and small molecule design, optimized to run 10x faster than open-source versions through proprietary GPU kernels.* Human-in-the-Loop: The platform is designed to convert skeptical medicinal chemists by allowing them to run parallel screens and use their intuition to filter model outputs.TranscriptRJ [00:05:35]: But the goal remains to, like, you know, really challenge the models, like, how well do these models generalize? And, you know, we've seen in some of the latest CASP competitions, like, while we've become really, really good at proteins, especially monomeric proteins, you know, other modalities still remain pretty difficult. So it's really essential, you know, in the field that there are, like, these efforts to gather, you know, benchmarks that are challenging. So it keeps us in line, you know, about what the models can do or not.Gabriel [00:06:26]: Yeah, it's interesting you say that, like, in some sense, CASP, you know, at CASP 14, a problem was solved and, like, pretty comprehensively, right? But at the same time, it was really only the beginning. So you can say, like, what was the specific problem you would argue was solved? And then, like, you know, what is remaining, which is probably quite open.RJ [00:06:48]: I think we'll steer away from the term solved, because we have many friends in the community who get pretty upset at that word. And I think, you know, fairly so. But the problem that was, you know, that a lot of progress was made on was the ability to predict the structure of single chain proteins. So proteins can, like, be composed of many chains. And single chain proteins are, you know, just a single sequence of amino acids. And one of the reasons that we've been able to make such progress is also because we take a lot of hints from evolution. So the way the models work is that, you know, they sort of decode a lot of hints. That comes from evolutionary landscapes. So if you have, like, you know, some protein in an animal, and you go find the similar protein across, like, you know, different organisms, you might find different mutations in them. And as it turns out, if you take a lot of the sequences together, and you analyze them, you see that some positions in the sequence tend to evolve at the same time as other positions in the sequence, sort of this, like, correlation between different positions. And it turns out that that is typically a hint that these two positions are close in three dimension. So part of the, you know, part of the breakthrough has been, like, our ability to also decode that very, very effectively. But what it implies also is that in absence of that co-evolutionary landscape, the models don't quite perform as well. And so, you know, I think when that information is available, maybe one could say, you know, the problem is, like, somewhat solved. From the perspective of structure prediction, when it isn't, it's much more challenging. And I think it's also worth also differentiating the, sometimes we confound a little bit, structure prediction and folding. Folding is the more complex process of actually understanding, like, how it goes from, like, this disordered state into, like, a structured, like, state. And that I don't think we've made that much progress on. But the idea of, like, yeah, going straight to the answer, we've become pretty good at.Brandon [00:08:49]: So there's this protein that is, like, just a long chain and it folds up. Yeah. And so we're good at getting from that long chain in whatever form it was originally to the thing. But we don't know how it necessarily gets to that state. And there might be intermediate states that it's in sometimes that we're not aware of.RJ [00:09:10]: That's right. And that relates also to, like, you know, our general ability to model, like, the different, you know, proteins are not static. They move, they take different shapes based on their energy states. And I think we are, also not that good at understanding the different states that the protein can be in and at what frequency, what probability. So I think the two problems are quite related in some ways. Still a lot to solve. But I think it was very surprising at the time, you know, that even with these evolutionary hints that we were able to, you know, to make such dramatic progress.Brandon [00:09:45]: So I want to ask, why does the intermediate states matter? But first, I kind of want to understand, why do we care? What proteins are shaped like?Gabriel [00:09:54]: Yeah, I mean, the proteins are kind of the machines of our body. You know, the way that all the processes that we have in our cells, you know, work is typically through proteins, sometimes other molecules, sort of intermediate interactions. And through that interactions, we have all sorts of cell functions. And so when we try to understand, you know, a lot of biology, how our body works, how disease work. So we often try to boil it down to, okay, what is going right in case of, you know, our normal biological function and what is going wrong in case of the disease state. And we boil it down to kind of, you know, proteins and kind of other molecules and their interaction. And so when we try predicting the structure of proteins, it's critical to, you know, have an understanding of kind of those interactions. It's a bit like seeing the difference between... Having kind of a list of parts that you would put it in a car and seeing kind of the car in its final form, you know, seeing the car really helps you understand what it does. On the other hand, kind of going to your question of, you know, why do we care about, you know, how the protein falls or, you know, how the car is made to some extent is that, you know, sometimes when something goes wrong, you know, there are, you know, cases of, you know, proteins misfolding. In some diseases and so on, if we don't understand this folding process, we don't really know how to intervene.RJ [00:11:30]: There's this nice line in the, I think it's in the Alpha Fold 2 manuscript, where they sort of discuss also like why we even hopeful that we can target the problem in the first place. And then there's this notion that like, well, four proteins that fold. The folding process is almost instantaneous, which is a strong, like, you know, signal that like, yeah, like we should, we might be... able to predict that this very like constrained thing that, that the protein does so quickly. And of course that's not the case for, you know, for, for all proteins. And there's a lot of like really interesting mechanisms in the cells, but yeah, I remember reading that and thought, yeah, that's somewhat of an insightful point.Gabriel [00:12:10]: I think one of the interesting things about the protein folding problem is that it used to be actually studied. And part of the reason why people thought it was impossible, it used to be studied as kind of like a classical example. Of like an MP problem. Uh, like there are so many different, you know, type of, you know, shapes that, you know, this amino acid could take. And so, this grows combinatorially with the size of the sequence. And so there used to be kind of a lot of actually kind of more theoretical computer science thinking about and studying protein folding as an MP problem. And so it was very surprising also from that perspective, kind of seeing. Machine learning so clear, there is some, you know, signal in those sequences, through evolution, but also through kind of other things that, you know, us as humans, we're probably not really able to, uh, to understand, but that is, models I've, I've learned.Brandon [00:13:07]: And so Andrew White, we were talking to him a few weeks ago and he said that he was following the development of this and that there were actually ASICs that were developed just to solve this problem. So, again, that there were. There were many, many, many millions of computational hours spent trying to solve this problem before AlphaFold. And just to be clear, one thing that you mentioned was that there's this kind of co-evolution of mutations and that you see this again and again in different species. So explain why does that give us a good hint that they're close by to each other? Yeah.RJ [00:13:41]: Um, like think of it this way that, you know, if I have, you know, some amino acid that mutates, it's going to impact everything around it. Right. In three dimensions. And so it's almost like the protein through several, probably random mutations and evolution, like, you know, ends up sort of figuring out that this other amino acid needs to change as well for the structure to be conserved. Uh, so this whole principle is that the structure is probably largely conserved, you know, because there's this function associated with it. And so it's really sort of like different positions compensating for, for each other. I see.Brandon [00:14:17]: Those hints in aggregate give us a lot. Yeah. So you can start to look at what kinds of information about what is close to each other, and then you can start to look at what kinds of folds are possible given the structure and then what is the end state.RJ [00:14:30]: And therefore you can make a lot of inferences about what the actual total shape is. Yeah, that's right. It's almost like, you know, you have this big, like three dimensional Valley, you know, where you're sort of trying to find like these like low energy states and there's so much to search through. That's almost overwhelming. But these hints, they sort of maybe put you in. An area of the space that's already like, kind of close to the solution, maybe not quite there yet. And, and there's always this question of like, how much physics are these models learning, you know, versus like, just pure like statistics. And like, I think one of the thing, at least I believe is that once you're in that sort of approximate area of the solution space, then the models have like some understanding, you know, of how to get you to like, you know, the lower energy, uh, low energy state. And so maybe you have some, some light understanding. Of physics, but maybe not quite enough, you know, to know how to like navigate the whole space. Right. Okay.Brandon [00:15:25]: So we need to give it these hints to kind of get into the right Valley and then it finds the, the minimum or something. Yeah.Gabriel [00:15:31]: One interesting explanation about our awful free works that I think it's quite insightful, of course, doesn't cover kind of the entirety of, of what awful does that is, um, they're going to borrow from, uh, Sergio Chinico for MIT. So he sees kind of awful. Then the interesting thing about awful is God. This very peculiar architecture that we have seen, you know, used, and this architecture operates on this, you know, pairwise context between amino acids. And so the idea is that probably the MSA gives you this first hint about what potential amino acids are close to each other. MSA is most multiple sequence alignment. Exactly. Yeah. Exactly. This evolutionary information. Yeah. And, you know, from this evolutionary information about potential contacts, then is almost as if the model is. of running some kind of, you know, diastro algorithm where it's sort of decoding, okay, these have to be closed. Okay. Then if these are closed and this is connected to this, then this has to be somewhat closed. And so you decode this, that becomes basically a pairwise kind of distance matrix. And then from this rough pairwise distance matrix, you decode kind of theBrandon [00:16:42]: actual potential structure. Interesting. So there's kind of two different things going on in the kind of coarse grain and then the fine grain optimizations. Interesting. Yeah. Very cool.Gabriel [00:16:53]: Yeah. You mentioned AlphaFold3. So maybe we have a good time to move on to that. So yeah, AlphaFold2 came out and it was like, I think fairly groundbreaking for this field. Everyone got very excited. A few years later, AlphaFold3 came out and maybe for some more history, like what were the advancements in AlphaFold3? And then I think maybe we'll, after that, we'll talk a bit about the sort of how it connects to Bolt. But anyway. Yeah. So after AlphaFold2 came out, you know, Jeremy and I got into the field and with many others, you know, the clear problem that, you know, was, you know, obvious after that was, okay, now we can do individual chains. Can we do interactions, interaction, different proteins, proteins with small molecules, proteins with other molecules. And so. So why are interactions important? Interactions are important because to some extent that's kind of the way that, you know, these machines, you know, these proteins have a function, you know, the function comes by the way that they interact with other proteins and other molecules. Actually, in the first place, you know, the individual machines are often, as Jeremy was mentioning, not made of a single chain, but they're made of the multiple chains. And then these multiple chains interact with other molecules to give the function to those. And on the other hand, you know, when we try to intervene of these interactions, think about like a disease, think about like a, a biosensor or many other ways we are trying to design the molecules or proteins that interact in a particular way with what we would call a target protein or target. You know, this problem after AlphaVol2, you know, became clear, kind of one of the biggest problems in the field to, to solve many groups, including kind of ours and others, you know, started making some kind of contributions to this problem of trying to model these interactions. And AlphaVol3 was, you know, was a significant advancement on the problem of modeling interactions. And one of the interesting thing that they were able to do while, you know, some of the rest of the field that really tried to try to model different interactions separately, you know, how protein interacts with small molecules, how protein interacts with other proteins, how RNA or DNA have their structure, they put everything together and, you know, train very large models with a lot of advances, including kind of changing kind of systems. Some of the key architectural choices and managed to get a single model that was able to set this new state-of-the-art performance across all of these different kind of modalities, whether that was protein, small molecules is critical to developing kind of new drugs, protein, protein, understanding, you know, interactions of, you know, proteins with RNA and DNAs and so on.Brandon [00:19:39]: Just to satisfy the AI engineers in the audience, what were some of the key architectural and data, data changes that made that possible?Gabriel [00:19:48]: Yeah, so one critical one that was not necessarily just unique to AlphaFold3, but there were actually a few other teams, including ours in the field that proposed this, was moving from, you know, modeling structure prediction as a regression problem. So where there is a single answer and you're trying to shoot for that answer to a generative modeling problem where you have a posterior distribution of possible structures and you're trying to sample this distribution. And this achieves two things. One is it starts to allow us to try to model more dynamic systems. As we said, you know, some of these structures can actually take multiple structures. And so, you know, you can now model that, you know, through kind of modeling the entire distribution. But on the second hand, from more kind of core modeling questions, when you move from a regression problem to a generative modeling problem, you are really tackling the way that you think about uncertainty in the model in a different way. So if you think about, you know, I'm undecided between different answers, what's going to happen in a regression model is that, you know, I'm going to try to make an average of those different kind of answers that I had in mind. When you have a generative model, what you're going to do is, you know, sample all these different answers and then maybe use separate models to analyze those different answers and pick out the best. So that was kind of one of the critical improvement. The other improvement is that they significantly simplified, to some extent, the architecture, especially of the final model that takes kind of those pairwise representations and turns them into an actual structure. And that now looks a lot more like a more traditional transformer than, you know, like a very specialized equivariant architecture that it was in AlphaFold3.Brandon [00:21:41]: So this is a bitter lesson, a little bit.Gabriel [00:21:45]: There is some aspect of a bitter lesson, but the interesting thing is that it's very far from, you know, being like a simple transformer. This field is one of the, I argue, very few fields in applied machine learning where we still have kind of architecture that are very specialized. And, you know, there are many people that have tried to replace these architectures with, you know, simple transformers. And, you know, there is a lot of debate in the field, but I think kind of that most of the consensus is that, you know, the performance... that we get from the specialized architecture is vastly superior than what we get through a single transformer. Another interesting thing that I think on the staying on the modeling machine learning side, which I think it's somewhat counterintuitive seeing some of the other kind of fields and applications is that scaling hasn't really worked kind of the same in this field. Now, you know, models like AlphaFold2 and AlphaFold3 are, you know, still very large models.RJ [00:29:14]: in a place, I think, where we had, you know, some experience working in, you know, with the data and working with this type of models. And I think that put us already in like a good place to, you know, to produce it quickly. And, you know, and I would even say, like, I think we could have done it quicker. The problem was like, for a while, we didn't really have the compute. And so we couldn't really train the model. And actually, we only trained the big model once. That's how much compute we had. We could only train it once. And so like, while the model was training, we were like, finding bugs left and right. A lot of them that I wrote. And like, I remember like, I was like, sort of like, you know, doing like, surgery in the middle, like stopping the run, making the fix, like relaunching. And yeah, we never actually went back to the start. We just like kept training it with like the bug fixes along the way, which was impossible to reproduce now. Yeah, yeah, no, that model is like, has gone through such a curriculum that, you know, learned some weird stuff. But yeah, somehow by miracle, it worked out.Gabriel [00:30:13]: The other funny thing is that the way that we were training, most of that model was through a cluster from the Department of Energy. But that's sort of like a shared cluster that many groups use. And so we were basically training the model for two days, and then it would go back to the queue and stay a week in the queue. Oh, yeah. And so it was pretty painful. And so we actually kind of towards the end with Evan, the CEO of Genesis, and basically, you know, I was telling him a bit about the project and, you know, kind of telling him about this frustration with the compute. And so luckily, you know, he offered to kind of help. And so we, we got the help from Genesis to, you know, finish up the model. Otherwise, it probably would have taken a couple of extra weeks.Brandon [00:30:57]: Yeah, yeah.Brandon [00:31:02]: And then, and then there's some progression from there.Gabriel [00:31:06]: Yeah, so I would say kind of that, both one, but also kind of these other kind of set of models that came around the same time, were kind of approaching were a big leap from, you know, kind of the previous kind of open source models, and, you know, kind of really kind of approaching the level of AlphaVault 3. But I would still say that, you know, even to this day, there are, you know, some... specific instances where AlphaVault 3 works better. I think one common example is antibody antigen prediction, where, you know, AlphaVault 3 still seems to have an edge in many situations. Obviously, these are somewhat different models. They are, you know, you run them, you obtain different results. So it's, it's not always the case that one model is better than the other, but kind of in aggregate, we still, especially at the time.Brandon [00:32:00]: So AlphaVault 3 is, you know, still having a bit of an edge. We should talk about this more when we talk about Boltzgen, but like, how do you know one is, one model is better than the other? Like you, so you, I make a prediction, you make a prediction, like, how do you know?Gabriel [00:32:11]: Yeah, so easily, you know, the, the great thing about kind of structural prediction and, you know, once we're going to go into the design space of designing new small molecule, new proteins, this becomes a lot more complex. But a great thing about structural prediction is that a bit like, you know, CASP was doing, basically the way that you can evaluate them is that, you know, you train... You know, you train a model on a structure that was, you know, released across the field up until a certain time. And, you know, one of the things that we didn't talk about that was really critical in all this development is the PDB, which is the Protein Data Bank. It's this common resources, basically common database where every biologist publishes their structures. And so we can, you know, train on, you know, all the structures that were put in the PDB until a certain date. And then... And then we basically look for recent structures, okay, which structures look pretty different from anything that was published before, because we really want to try to understand generalization.Brandon [00:33:13]: And then on this new structure, we evaluate all these different models. And so you just know when AlphaFold3 was trained, you know, when you're, you intentionally trained to the same date or something like that. Exactly. Right. Yeah.Gabriel [00:33:24]: And so this is kind of the way that you can somewhat easily kind of compare these models, obviously, that assumes that, you know, the training. You've always been very passionate about validation. I remember like DiffDoc, and then there was like DiffDocL and DocGen. You've thought very carefully about this in the past. Like, actually, I think DocGen is like a really funny story that I think, I don't know if you want to talk about that. It's an interesting like... Yeah, I think one of the amazing things about putting things open source is that we get a ton of feedback from the field. And, you know, sometimes we get kind of great feedback of people. Really like... But honestly, most of the times, you know, to be honest, that's also maybe the most useful feedback is, you know, people sharing about where it doesn't work. And so, you know, at the end of the day, it's critical. And this is also something, you know, across other fields of machine learning. It's always critical to set, to do progress in machine learning, set clear benchmarks. And as, you know, you start doing progress of certain benchmarks, then, you know, you need to improve the benchmarks and make them harder and harder. And this is kind of the progression of, you know, how the field operates. And so, you know, the example of DocGen was, you know, we published this initial model called DiffDoc in my first year of PhD, which was sort of like, you know, one of the early models to try to predict kind of interactions between proteins, small molecules, that we bought a year after AlphaFold2 was published. And now, on the one hand, you know, on these benchmarks that we were using at the time, DiffDoc was doing really well, kind of, you know, outperforming kind of some of the traditional physics-based methods. But on the other hand, you know, when we started, you know, kind of giving these tools to kind of many biologists, and one example was that we collaborated with was the group of Nick Polizzi at Harvard. We noticed, started noticing that there was this clear, pattern where four proteins that were very different from the ones that we're trained on, the models was, was struggling. And so, you know, that seemed clear that, you know, this is probably kind of where we should, you know, put our focus on. And so we first developed, you know, with Nick and his group, a new benchmark, and then, you know, went after and said, okay, what can we change? And kind of about the current architecture to improve this pattern and generalization. And this is the same that, you know, we're still doing today, you know, kind of, where does the model not work, you know, and then, you know, once we have that benchmark, you know, let's try to, through everything we, any ideas that we have of the problem.RJ [00:36:15]: And there's a lot of like healthy skepticism in the field, which I think, you know, is, is, is great. And I think, you know, it's very clear that there's a ton of things, the models don't really work well on, but I think one thing that's probably, you know, undeniable is just like the pace of, pace of progress, you know, and how, how much better we're getting, you know, every year. And so I think if you, you know, if you assume, you know, any constant, you know, rate of progress moving forward, I think things are going to look pretty cool at some point in the future.Gabriel [00:36:42]: ChatGPT was only three years ago. Yeah, I mean, it's wild, right?RJ [00:36:45]: Like, yeah, yeah, yeah, it's one of those things. Like, you've been doing this. Being in the field, you don't see it coming, you know? And like, I think, yeah, hopefully we'll, you know, we'll, we'll continue to have as much progress we've had the past few years.Brandon [00:36:55]: So this is maybe an aside, but I'm really curious, you get this great feedback from the, from the community, right? By being open source. My question is partly like, okay, yeah, if you open source and everyone can copy what you did, but it's also maybe balancing priorities, right? Where you, like all my customers are saying. I want this, there's all these problems with the model. Yeah, yeah. But my customers don't care, right? So like, how do you, how do you think about that? Yeah.Gabriel [00:37:26]: So I would say a couple of things. One is, you know, part of our goal with Bolts and, you know, this is also kind of established as kind of the mission of the public benefit company that we started is to democratize the access to these tools. But one of the reasons why we realized that Bolts needed to be a company, it couldn't just be an academic project is that putting a model on GitHub is definitely not enough to get, you know, chemists and biologists, you know, across, you know, both academia, biotech and pharma to use your model to, in their therapeutic programs. And so a lot of what we think about, you know, at Bolts beyond kind of the, just the models is thinking about all the layers. The layers that come on top of the models to get, you know, from, you know, those models to something that can really enable scientists in the industry. And so that goes, you know, into building kind of the right kind of workflows that take in kind of, for example, the data and try to answer kind of directly that those problems that, you know, the chemists and the biologists are asking, and then also kind of building the infrastructure. And so this to say that, you know, even with models fully open. You know, we see a ton of potential for, you know, products in the space and the critical part about a product is that even, you know, for example, with an open source model, you know, running the model is not free, you know, as we were saying, these are pretty expensive model and especially, and maybe we'll get into this, you know, these days we're seeing kind of pretty dramatic inference time scaling of these models where, you know, the more you run them, the better the results are. But there, you know, you see. You start getting into a point that compute and compute costs becomes a critical factor. And so putting a lot of work into building the right kind of infrastructure, building the optimizations and so on really allows us to provide, you know, a much better service potentially to the open source models. That to say, you know, even though, you know, with a product, we can provide a much better service. I do still think, and we will continue to put a lot of our models open source because the critical kind of role. I think of open source. Models is, you know, helping kind of the community progress on the research and, you know, from which we, we all benefit. And so, you know, we'll continue to on the one hand, you know, put some of our kind of base models open source so that the field can, can be on top of it. And, you know, as we discussed earlier, we learn a ton from, you know, the way that the field uses and builds on top of our models, but then, you know, try to build a product that gives the best experience possible to scientists. So that, you know, like a chemist or a biologist doesn't need to, you know, spin off a GPU and, you know, set up, you know, our open source model in a particular way, but can just, you know, a bit like, you know, I, even though I am a computer scientist, machine learning scientist, I don't necessarily, you know, take a open source LLM and try to kind of spin it off. But, you know, I just maybe open a GPT app or a cloud code and just use it as an amazing product. We kind of want to give the same experience. So this front world.Brandon [00:40:40]: I heard a good analogy yesterday that a surgeon doesn't want the hospital to design a scalpel, right?Brandon [00:40:48]: So just buy the scalpel.RJ [00:40:50]: You wouldn't believe like the number of people, even like in my short time, you know, between AlphaFold3 coming out and the end of the PhD, like the number of people that would like reach out just for like us to like run AlphaFold3 for them, you know, or things like that. Just because like, you know, bolts in our case, you know, just because it's like. It's like not that easy, you know, to do that, you know, if you're not a computational person. And I think like part of the goal here is also that, you know, we continue to obviously build the interface with computational folks, but that, you know, the models are also accessible to like a larger, broader audience. And then that comes from like, you know, good interfaces and stuff like that.Gabriel [00:41:27]: I think one like really interesting thing about bolts is that with the release of it, you didn't just release a model, but you created a community. Yeah. Did that community, it grew very quickly. Did that surprise you? And like, what is the evolution of that community and how is that fed into bolts?RJ [00:41:43]: If you look at its growth, it's like very much like when we release a new model, it's like, there's a big, big jump, but yeah, it's, I mean, it's been great. You know, we have a Slack community that has like thousands of people on it. And it's actually like self-sustaining now, which is like the really nice part because, you know, it's, it's almost overwhelming, I think, you know, to be able to like answer everyone's questions and help. It's really difficult, you know. The, the few people that we were, but it ended up that like, you know, people would answer each other's questions and like, sort of like, you know, help one another. And so the Slack, you know, has been like kind of, yeah, self, self-sustaining and that's been, it's been really cool to see.RJ [00:42:21]: And, you know, that's, that's for like the Slack part, but then also obviously on GitHub as well. We've had like a nice, nice community. You know, I think we also aspire to be even more active on it, you know, than we've been in the past six months, which has been like a bit challenging, you know, for us. But. Yeah, the community has been, has been really great and, you know, there's a lot of papers also that have come out with like new evolutions on top of bolts and it's surprised us to some degree because like there's a lot of models out there. And I think like, you know, sort of people converging on that was, was really cool. And, you know, I think it speaks also, I think, to the importance of like, you know, when, when you put code out, like to try to put a lot of emphasis and like making it like as easy to use as possible and something we thought a lot about when we released the code base. You know, it's far from perfect, but, you know.Brandon [00:43:07]: Do you think that that was one of the factors that caused your community to grow is just the focus on easy to use, make it accessible? I think so.RJ [00:43:14]: Yeah. And we've, we've heard it from a few people over the, over the, over the years now. And, you know, and some people still think it should be a lot nicer and they're, and they're right. And they're right. But yeah, I think it was, you know, at the time, maybe a little bit easier than, than other things.Gabriel [00:43:29]: The other thing part, I think led to, to the community and to some extent, I think, you know, like the somewhat the trust in the community. Kind of what we, what we put out is the fact that, you know, it's not really been kind of, you know, one model, but, and maybe we'll talk about it, you know, after Boltz 1, you know, there were maybe another couple of models kind of released, you know, or open source kind of soon after. We kind of continued kind of that open source journey or at least Boltz 2, where we are not only improving kind of structure prediction, but also starting to do affinity predictions, understanding kind of the strength of the interactions between these different models, which is this critical component. critical property that you often want to optimize in discovery programs. And then, you know, more recently also kind of protein design model. And so we've sort of been building this suite of, of models that come together, interact with one another, where, you know, kind of, there is almost an expectation that, you know, we, we take very at heart of, you know, always having kind of, you know, across kind of the entire suite of different tasks, the best or across the best. model out there so that it's sort of like our open source tool can be kind of the go-to model for everybody in the, in the industry. I really want to talk about Boltz 2, but before that, one last question in this direction, was there anything about the community which surprised you? Were there any, like, someone was doing something and you're like, why would you do that? That's crazy. Or that's actually genius. And I never would have thought about that.RJ [00:45:01]: I mean, we've had many contributions. I think like some of the. Interesting ones, like, I mean, we had, you know, this one individual who like wrote like a complex GPU kernel, you know, for part of the architecture on a piece of, the funny thing is like that piece of the architecture had been there since AlphaFold 2, and I don't know why it took Boltz for this, you know, for this person to, you know, to decide to do it, but that was like a really great contribution. We've had a bunch of others, like, you know, people figuring out like ways to, you know, hack the model to do something. They click peptides, like, you know, there's, I don't know if there's any other interesting ones come to mind.Gabriel [00:45:41]: One cool one, and this was, you know, something that initially was proposed as, you know, as a message in the Slack channel by Tim O'Donnell was basically, he was, you know, there are some cases, especially, for example, we discussed, you know, antibody-antigen interactions where the models don't necessarily kind of get the right answer. What he noticed is that, you know, the models were somewhat stuck into predicting kind of the antibodies. And so he basically ran the experiments in this model, you can condition, basically, you can give hints. And so he basically gave, you know, random hints to the model, basically, okay, you should bind to this residue, you should bind to the first residue, or you should bind to the 11th residue, or you should bind to the 21st residue, you know, basically every 10 residues scanning the entire antigen.Brandon [00:46:33]: Residues are the...Gabriel [00:46:34]: The amino acids. The amino acids, yeah. So the first amino acids. The 11 amino acids, and so on. So it's sort of like doing a scan, and then, you know, conditioning the model to predict all of them, and then looking at the confidence of the model in each of those cases and taking the top. And so it's sort of like a very somewhat crude way of doing kind of inference time search. But surprisingly, you know, for antibody-antigen prediction, it actually kind of helped quite a bit. And so there's some, you know, interesting ideas that, you know, obviously, as kind of developing the model, you say kind of, you know, wow. This is why would the model, you know, be so dumb. But, you know, it's very interesting. And that, you know, leads you to also kind of, you know, start thinking about, okay, how do I, can I do this, you know, not with this brute force, but, you know, in a smarter way.RJ [00:47:22]: And so we've also done a lot of work on that direction. And that speaks to, like, the, you know, the power of scoring. We're seeing that a lot. I'm sure we'll talk about it more when we talk about BullsGen. But, you know, our ability to, like, take a structure and determine that that structure is, like... Good. You know, like, somewhat accurate. Whether that's a single chain or, like, an interaction is a really powerful way of improving, you know, the models. Like, sort of like, you know, if you can sample a ton and you assume that, like, you know, if you sample enough, you're likely to have, like, you know, the good structure. Then it really just becomes a ranking problem. And, you know, now we're, you know, part of the inference time scaling that Gabby was talking about is very much that. It's like, you know, the more we sample, the more we, like, you know, the ranking model. The ranking model ends up finding something it really likes. And so I think our ability to get better at ranking, I think, is also what's going to enable sort of the next, you know, next big, big breakthroughs. Interesting.Brandon [00:48:17]: But I guess there's a, my understanding, there's a diffusion model and you generate some stuff and then you, I guess, it's just what you said, right? Then you rank it using a score and then you finally... And so, like, can you talk about those different parts? Yeah.Gabriel [00:48:34]: So, first of all, like, the... One of the critical kind of, you know, beliefs that we had, you know, also when we started working on Boltz 1 was sort of like the structure prediction models are somewhat, you know, our field version of some foundation models, you know, learning about kind of how proteins and other molecules interact. And then we can leverage that learning to do all sorts of other things. And so with Boltz 2, we leverage that learning to do affinity predictions. So understanding kind of, you know, if I give you this protein, this molecule. How tightly is that interaction? For Boltz 1, what we did was taking kind of that kind of foundation models and then fine tune it to predict kind of entire new proteins. And so the way basically that that works is sort of like instead of for the protein that you're designing, instead of fitting in an actual sequence, you fit in a set of blank tokens. And you train the models to, you know, predict both the structure of kind of that protein. The structure also, what the different amino acids of that proteins are. And so basically the way that Boltz 1 operates is that you feed a target protein that you may want to kind of bind to or, you know, another DNA, RNA. And then you feed the high level kind of design specification of, you know, what you want your new protein to be. For example, it could be like an antibody with a particular framework. It could be a peptide. It could be many other things. And that's with natural language or? And that's, you know, basically, you know, prompting. And we have kind of this sort of like spec that you specify. And, you know, you feed kind of this spec to the model. And then the model translates this into, you know, a set of, you know, tokens, a set of conditioning to the model, a set of, you know, blank tokens. And then, you know, basically the codes as part of the diffusion models, the codes. It's a new structure and a new sequence for your protein. And, you know, basically, then we take that. And as Jeremy was saying, we are trying to score it and, you know, how good of a binder it is to that original target.Brandon [00:50:51]: You're using basically Boltz to predict the folding and the affinity to that molecule. So and then that kind of gives you a score? Exactly.Gabriel [00:51:03]: So you use this model to predict the folding. And then you do two things. One is that you predict the structure and with something like Boltz2, and then you basically compare that structure with what the model predicted, what Boltz2 predicted. And this is sort of like in the field called consistency. It's basically you want to make sure that, you know, the structure that you're predicting is actually what you're trying to design. And that gives you a much better confidence that, you know, that's a good design. And so that's the first filtering. And the second filtering that we did as part of kind of the Boltz2 pipeline that was released is that we look at the confidence that the model has in the structure. Now, unfortunately, kind of going to your question of, you know, predicting affinity, unfortunately, confidence is not a very good predictor of affinity. And so one of the things that we've actually done a ton of progress, you know, since we released Boltz2.Brandon [00:52:03]: And kind of we have some new results that we are going to kind of announce soon is kind of, you know, the ability to get much better hit rates when instead of, you know, trying to rely on confidence of the model, we are actually directly trying to predict the affinity of that interaction. Okay. Just backing up a minute. So your diffusion model actually predicts not only the protein sequence, but also the folding of it. Exactly.Gabriel [00:52:32]: And actually, you can... One of the big different things that we did compared to other models in the space, and, you know, there were some papers that had already kind of done this before, but we really scaled it up was, you know, basically somewhat merging kind of the structure prediction and the sequence prediction into almost the same task. And so the way that Boltz2 works is that you are basically the only thing that you're doing is predicting the structure. So the only sort of... Supervision is we give you a supervision on the structure, but because the structure is atomic and, you know, the different amino acids have a different atomic composition, basically from the way that you place the atoms, we also understand not only kind of the structure that you wanted, but also the identity of the amino acid that, you know, the models believed was there. And so we've basically, instead of, you know, having these two supervision signals, you know, one discrete, one continuous. That somewhat, you know, don't interact well together. We sort of like build kind of like an encoding of, you know, sequences in structures that allows us to basically use exactly the same supervision signal that we were using to Boltz2 that, you know, you know, largely similar to what AlphaVol3 proposed, which is very scalable. And we can use that to design new proteins. Oh, interesting.RJ [00:53:58]: Maybe a quick shout out to Hannes Stark on our team who like did all this work. Yeah.Gabriel [00:54:04]: Yeah, that was a really cool idea. I mean, like looking at the paper and there's this is like encoding or you just add a bunch of, I guess, kind of atoms, which can be anything, and then they get sort of rearranged and then basically plopped on top of each other so that and then that encodes what the amino acid is. And there's sort of like a unique way of doing this. It was that was like such a really such a cool, fun idea.RJ [00:54:29]: I think that idea was had existed before. Yeah, there were a couple of papers.Gabriel [00:54:33]: Yeah, I had proposed this and and Hannes really took it to the large scale.Brandon [00:54:39]: In the paper, a lot of the paper for Boltz2Gen is dedicated to actually the validation of the model. In my opinion, all the people we basically talk about feel that this sort of like in the wet lab or whatever the appropriate, you know, sort of like in real world validation is the whole problem or not the whole problem, but a big giant part of the problem. So can you talk a little bit about the highlights? From there, that really because to me, the results are impressive, both from the perspective of the, you know, the model and also just the effort that went into the validation by a large team.Gabriel [00:55:18]: First of all, I think I should start saying is that both when we were at MIT and Thomas Yacolas and Regina Barzillai's lab, as well as at Boltz, you know, we are not a we're not a biolab and, you know, we are not a therapeutic company. And so to some extent, you know, we were first forced to, you know, look outside of, you know, our group, our team to do the experimental validation. One of the things that really, Hannes, in the team pioneer was the idea, OK, can we go not only to, you know, maybe a specific group and, you know, trying to find a specific system and, you know, maybe overfit a bit to that system and trying to validate. But how can we test this model? So. Across a very wide variety of different settings so that, you know, anyone in the field and, you know, printing design is, you know, such a kind of wide task with all sorts of different applications from therapeutic to, you know, biosensors and many others that, you know, so can we get a validation that is kind of goes across many different tasks? And so he basically put together, you know, I think it was something like, you know, 25 different. You know, academic and industry labs that committed to, you know, testing some of the designs from the model and some of this testing is still ongoing and, you know, giving results kind of back to us in exchange for, you know, hopefully getting some, you know, new great sequences for their task. And he was able to, you know, coordinate this, you know, very wide set of, you know, scientists and already in the paper, I think we. Shared results from, I think, eight to 10 different labs kind of showing results from, you know, designing peptides, designing to target, you know, ordered proteins, peptides targeting disordered proteins, which are results, you know, of designing proteins that bind to small molecules, which are results of, you know, designing nanobodies and across a wide variety of different targets. And so that's sort of like. That gave to the paper a lot of, you know, validation to the model, a lot of validation that was kind of wide.Brandon [00:57:39]: And so those would be therapeutics for those animals or are they relevant to humans as well? They're relevant to humans as well.Gabriel [00:57:45]: Obviously, you need to do some work into, quote unquote, humanizing them, making sure that, you know, they have the right characteristics to so they're not toxic to humans and so on.RJ [00:57:57]: There are some approved medicine in the market that are nanobodies. There's a general. General pattern, I think, in like in trying to design things that are smaller, you know, like it's easier to manufacture at the same time, like that comes with like potentially other challenges, like maybe a little bit less selectivity than like if you have something that has like more hands, you know, but the yeah, there's this big desire to, you know, try to design many proteins, nanobodies, small peptides, you know, that just are just great drug modalities.Brandon [00:58:27]: Okay. I think we were left off. We were talking about validation. Validation in the lab. And I was very excited about seeing like all the diverse validations that you've done. Can you go into some more detail about them? Yeah. Specific ones. Yeah.RJ [00:58:43]: The nanobody one. I think we did. What was it? 15 targets. Is that correct? 14. 14 targets. Testing. So we typically the way this works is like we make a lot of designs. All right. On the order of like tens of thousands. And then we like rank them and we pick like the top. And in this case, and was 15 right for each target and then we like measure sort of like the success rates, both like how many targets we were able to get a binder for and then also like more generally, like out of all of the binders that we designed, how many actually proved to be good binders. Some of the other ones I think involved like, yeah, like we had a cool one where there was a small molecule or design a protein that binds to it. That has a lot of like interesting applications, you know, for example. Like Gabri mentioned, like biosensing and things like that, which is pretty cool. We had a disordered protein, I think you mentioned also. And yeah, I think some of those were some of the highlights. Yeah.Gabriel [00:59:44]: So I would say that the way that we structure kind of some of those validations was on the one end, we have validations across a whole set of different problems that, you know, the biologists that we were working with came to us with. So we were trying to. For example, in some of the experiments, design peptides that would target the RACC, which is a target that is involved in metabolism. And we had, you know, a number of other applications where we were trying to design, you know, peptides or other modalities against some other therapeutic relevant targets. We designed some proteins to bind small molecules. And then some of the other testing that we did was really trying to get like a more broader sense. So how does the model work, especially when tested, you know, on somewhat generalization? So one of the things that, you know, we found with the field was that a lot of the validation, especially outside of the validation that was on specific problems, was done on targets that have a lot of, you know, known interactions in the training data. And so it's always a bit hard to understand, you know, how much are these models really just regurgitating kind of what they've seen or trying to imitate. What they've seen in the training data versus, you know, really be able to design new proteins. And so one of the experiments that we did was to take nine targets from the PDB, filtering to things where there is no known interaction in the PDB. So basically the model has never seen kind of this particular protein bound or a similar protein bound to another protein. So there is no way that. The model from its training set can sort of like say, okay, I'm just going to kind of tweak something and just imitate this particular kind of interaction. And so we took those nine proteins. We worked with adaptive CRO and basically tested, you know, 15 mini proteins and 15 nanobodies against each one of them. And the very cool thing that we saw was that on two thirds of those targets, we were able to, from this 15 design, get nanomolar binders, nanomolar, roughly speaking, just a measure of, you know, how strongly kind of the interaction is, roughly speaking, kind of like a nanomolar binder is approximately the kind of binding strength or binding that you need for a therapeutic. Yeah. So maybe switching directions a bit. Bolt's lab was just announced this week or was it last week? Yeah. This is like your. First, I guess, product, if that's if you want to call it that. Can you talk about what Bolt's lab is and yeah, you know, what you hope that people take away from this? Yeah.RJ [01:02:44]: You know, as we mentioned, like I think at the very beginning is the goal with the product has been to, you know, address what the models don't on their own. And there's largely sort of two categories there. I'll split it in three. The first one. It's one thing to predict, you know, a single interaction, for example, like a single structure. It's another to like, you know, very effectively search a space, a design space to produce something of value. What we found, like sort of building on this product is that there's a lot of steps involved, you know, in that there's certainly need to like, you know, accompany the user through, you know, one of those steps, for example, is like, you know, the creation of the target itself. You know, how do we make sure that the model has like a good enough understanding of the target? So we can like design something and there's all sorts of tricks, you know, that you can do to improve like a particular, you know, structure prediction. And so that's sort of like, you know, the first stage. And then there's like this stage of like, you know, designing and searching the space efficiently. You know, for something like BullsGen, for example, like you, you know, you design many things and then you rank them, for example, for small molecule process, a little bit more complicated. We actually need to also make sure that the molecules are synthesizable. And so the way we do that is that, you know, we have a generative model that learns. To use like appropriate building blocks such that, you know, it can design within a space that we know is like synthesizable. And so there's like, you know, this whole pipeline really of different models involved in being able to design a molecule. And so that's been sort of like the first thing we call them agents. We have a protein agent and we have a small molecule design agents. And that's really like at the core of like what powers, you know, the BullsLab platform.Brandon [01:04:22]: So these agents, are they like a language model wrapper or they're just like your models and you're just calling them agents? A lot. Yeah. Because they, they, they sort of perform a function on behalf of.RJ [01:04:33]: They're more of like a, you know, a recipe, if you wish. And I think we use that term sort of because of, you know, sort of the complex pipelining and automation, you know, that goes into like all this plumbing. So that's the first part of the product. The second part is the infrastructure. You know, we need to be able to do this at very large scale for any one, you know, group that's doing a design campaign. Let's say you're designing, you know, I'd say a hundred thousand possible candidates. Right. To find the good one that is, you know, a very large amount of compute, you know, for small molecules, it's on the order of like a few seconds per designs for proteins can be a bit longer. And so, you know, ideally you want to do that in parallel, otherwise it's going to take you weeks. And so, you know, we've put a lot of effort into like, you know, our ability to have a GPU fleet that allows any one user, you know, to be able to do this kind of like large parallel search.Brandon [01:05:23]: So you're amortizing the cost over your users. Exactly. Exactly.RJ [01:05:27]: And, you know, to some degree, like it's whether you. Use 10,000 GPUs for like, you know, a minute is the same cost as using, you know, one GPUs for God knows how long. Right. So you might as well try to parallelize if you can. So, you know, a lot of work has gone, has gone into that, making it very robust, you know, so that we can have like a lot of people on the platform doing that at the same time. And the third one is, is the interface and the interface comes in, in two shapes. One is in form of an API and that's, you know, really suited for companies that want to integrate, you know, these pipelines, these agents.RJ [01:06:01]: So we're already partnering with, you know, a few distributors, you know, that are gonna integrate our API. And then the second part is the user interface. And, you know, we, we've put a lot of thoughts also into that. And this is when I, I mentioned earlier, you know, this idea of like broadening the audience. That's kind of what the, the user interface is about. And we've built a lot of interesting features in it, you know, for example, for collaboration, you know, when you have like potentially multiple medicinal chemists or. We're going through the results and trying to pick out, okay, like what are the molecules that we're going to go and test in the lab? It's powerful for them to be able to, you know, for example, each provide their own ranking and then do consensus building. And so there's a lot of features around launching these large jobs, but also around like collaborating on analyzing the results that we try to solve, you know, with that part of the platform. So Bolt's lab is sort of a combination of these three objectives into like one, you know, sort of cohesive platform. Who is this accessible to? Everyone. You do need to request access today. We're still like, you know, sort of ramping up the usage, but anyone can request access. If you are an academic in particular, we, you know, we provide a fair amount of free credit so you can play with the platform. If you are a startup or biotech, you may also, you know, reach out and we'll typically like actually hop on a call just to like understand what you're trying to do and also provide a lot of free credit to get started. And of course, also with larger companies, we can deploy this platform in a more like secure environment. And so that's like more like customizing. You know, deals that we make, you know, with the partners, you know, and that's sort of the ethos of Bolt. I think this idea of like servicing everyone and not necessarily like going after just, you know, the really large enterprises. And that starts from the open source, but it's also, you know, a key design principle of the product itself.Gabriel [01:07:48]: One thing I was thinking about with regards to infrastructure, like in the LLM space, you know, the cost of a token has gone down by I think a factor of a thousand or so over the last three years, right? Yeah. And is it possible that like essentially you can exploit economies of scale and infrastructure that you can make it cheaper to run these things yourself than for any person to roll their own system? A hundred percent. Yeah.RJ [01:08:08]: I mean, we're already there, you know, like running Bolts on our platform, especially on a large screen is like considerably cheaper than it would probably take anyone to put the open source model out there and run it. And on top of the infrastructure, like one of the things that we've been working on is accelerating the models. So, you know. Our small molecule screening pipeline is 10x faster on Bolts Lab than it is in the open source, you know, and that's also part of like, you know, building a product, you know, of something that scales really well. And we really wanted to get to a point where like, you know, we could keep prices very low in a way that it would be a no-brainer, you know, to use Bolts through our platform.Gabriel [01:08:52]: How do you think about validation of your like agentic systems? Because, you know, as you were saying earlier. Like we're AlphaFold style models are really good at, let's say, monomeric, you know, proteins where you have, you know, co-evolution data. But now suddenly the whole point of this is to design something which doesn't have, you know, co-evolution data, something which is really novel. So now you're basically leaving the domain that you thought was, you know, that you know you are good at. So like, how do you validate that?RJ [01:09:22]: Yeah, I like every complete, but there's obviously, you know, a ton of computational metrics. That we rely on, but those are only take you so far. You really got to go to the lab, you know, and test, you know, okay, with this method A and this method B, how much better are we? You know, how much better is my, my hit rate? How stronger are my binders? Also, it's not just about hit rate. It's also about how good the binders are. And there's really like no way, nowhere around that. I think we're, you know, we've really ramped up the amount of experimental validation that we do so that we like really track progress, you know, as scientifically sound, you know. Yeah. As, as possible out of this, I think.Gabriel [01:10:00]: Yeah, no, I think, you know, one thing that is unique about us and maybe companies like us is that because we're not working on like maybe a couple of therapeutic pipelines where, you know, our validation would be focused on those. We, when we do an experimental validation, we try to test it across tens of targets. And so that on the one end, we can get a much more statistically significant result and, and really allows us to make progress. From the methodological side without being, you know, steered by, you know, overfitting on any one particular system. And of course we choose, you know, w

El Garaje Hermético de Máximo Sant
Máximo ¡Director de la DGT!

El Garaje Hermético de Máximo Sant

Play Episode Listen Later Jan 27, 2026 24:04


Escucha esta noticia: “Máximo Sant ha sido nombrado nuevo Director General de Tráfico con plenos poderes”. Evidentemente, es ficción. Ni tengo el perfil, ni los amigos políticos, ni el interés. Pero este vídeo no es una simple broma; es una declaración de intenciones. Siempre he sido crítico con la gestión actual, que parece ver al conductor y al automóvil como enemigos a batir. Un modelo basado en el "No": no entres a la ciudad, no uses el coche, no pongas el triángulo porque "allá tú". Mi propuesta es radicalmente opuesta: considerar al conductor como un adulto responsable y un aliado. Por eso, en rigurosa exclusiva, os presento mis ideas para una DGT que eduque en lugar de solo castigar: A1. El Carnet "de verdad", el “Modelo Nórdico”: El carnet actual certifica obediencia burocrática, no pericia. Para aprobar debería ser obligatorio pasar por pista deslizante y controlar el subviraje, el sobreviraje y la frenada de emergencia con esquiva. Hay que sentir la física antes de salir a la carretera. 2. Formación continua incentivada: Nadie conduce igual a los 18 que a los 60. ¿Qué os parece un "Plan Nacional de Reciclaje" voluntario? Si haces cursos de conducción segura en escuelas certificadas (RACE, RACC, etc.), obtienes descuentos obligatorios en el seguro y bonificaciones en el Impuesto de Circulación. 3. Límite a 140 km/h (Variable): El límite de 120 km/h es de 1974. Hoy, en autopistas de peaje con buen clima y poco tráfico, ir a 140 mejora la fluidez y reduce el aburrimiento (y el uso del móvil). Eso sí, con paneles variables: si llueve, el límite baja drásticamente. 4. Radares: De la recaudación a la prevención: Adiós a los radares camuflados en rectas. Los cinemómetros deben estar solo en Puntos Negros y señalizados con luces gigantes. El objetivo es que frenes y no te mates, no que pagues una multa dos semanas después. 5. Dinero "Finalista": Se acabó la "caja única". El 100x100 de lo recaudado en multas debe ir, por ley, al mantenimiento de carreteras y a sustituir los guardarraíles "guillotina" por sistemas SPM para motoristas. Si pagas, que sea para arreglar el bache de tu calle. 6. Auditoría de Señalización ("Señalitis"): Sufrimos exceso de información. Hay que eliminar el 30 por ciento de las señales verticales (olvidadas de obras, límites absurdos) para que cuando veas una señal de peligro, sepas que es verdad y la respetes. 7. ITV Lógica o el “Modelo Alemán”: Basta de tratar como delincuente al que mejora su coche. Si montas frenos más grandes, suspensiones de calidad o latiguillos metálicos, la administración debería aplaudirte y facilitarte el trámite, no poner trabas burocráticas. 8. Educación Vial en las Aulas: No una charla al año, sino una asignatura troncal basada en la ciencia. Enseñar Física del Automóvil (energía cinética, inercia, distancias de frenado) en Secundaria para que los jóvenes respeten las leyes de la física, que no se pueden recurrir. 9. Tolerancia 0 con Distracción y Alcohol: El palo para quien se lo merece. Manipular el móvil en marcha es jugar a la ruleta rusa. Endurecimiento drástico de sanciones y retirada directa para reincidentes en móvil, alcohol y drogas. 10. Los Débiles: Empatía Técnica: Enseñar al conductor de coche que el motorista, el ciclista y el usuario de patinete son vulnerables físicamente. Entender que una línea blanca mojada es hielo para una moto o que el rebufo de un SUV desestabiliza a una bici. 11. Bonus Track: Protección del Patrimonio (Licencia H): El coche clásico es cultura, no contaminación. Facilitar la conservación del patrimonio industrial histórico como hacen en Alemania o Francia, en lugar de perseguirlo con etiquetas medioambientales. Estoy convencido de que la represión tiene un límite, pero la educación no. Necesitamos recuperar el orgullo de conducir bien.

Realm of Agape Christian Church
Chapter 1: Faith and Perseverance – Grace vs Works

Realm of Agape Christian Church

Play Episode Listen Later Jan 25, 2026


Sr. Pastor A. A. Jackson shared this message virtually to RACC via a Zoom Meeting on 1/25/26.  It is based mainly on Hebrews 11:6 and Matthew 7:7, 8.  What we do for Christ will last.  Hopefully, we are living to do those lasting things that please the Lord as led by His Spirit.  Without such […] The post Chapter 1: Faith and Perseverance – Grace vs Works appeared first on Realm of Agape Christian Church.

Realm of Agape Christian Church
Journey to Bethlehem: Part 3 – Hindrances to Watch and Pray About

Realm of Agape Christian Church

Play Episode Listen Later Dec 28, 2025


Sr. Pastor A. A. Jackson shared this message live at RACC on 12/28/25.  It is based on Matthew 2:1, 2.  The biblical journey to Bethlehem made by the Wise Men is a relevant type of faith journey made by wise people today, which requires watching and praying.  One will need spiritual alertness.  Certain things will […] The post Journey to Bethlehem: Part 3 – Hindrances to Watch and Pray About appeared first on Realm of Agape Christian Church.

Realm of Agape Christian Church
The Journey to Bethlehem: Part 2 – The Traits of True Christian Disciples

Realm of Agape Christian Church

Play Episode Listen Later Dec 21, 2025


Sr. Pastor A. A. Jackson shared this message live at RACC on 12/14/25.  It is yet based mainly on Matthew 2:1, 2, 10, 11, but focuses on being a disciple of Christ, which includes the practical ways of leaving the life of the wilderness behind to establish and maintain victorious citizenship in the Kingdom of […] The post The Journey to Bethlehem: Part 2 – The Traits of True Christian Disciples appeared first on Realm of Agape Christian Church.

Catalunya al dia
Catalunya al dia, de 13 a 14 h - 16/12/2025

Catalunya al dia

Play Episode Listen Later Dec 16, 2025 60:00


Les motos estan implicades en gaireb

Realm of Agape Christian Church
Fellowship: The Power Flow of a Loving Christian Church, Part 2

Realm of Agape Christian Church

Play Episode Listen Later Dec 7, 2025


Sr. Pastor A. A. Jackson shared this message live at RACC on 12/7/25.  It is based mainly on Matthew 22:34-40.  The desire of God is for His children to live in harmony as they walk in the Spirit practicing the discipline of fellowship.  God wants each of us to stay connected to Him and peacefully […] The post Fellowship: The Power Flow of a Loving Christian Church, Part 2 appeared first on Realm of Agape Christian Church.

Realm of Agape Christian Church
Fellowship: The Power Flow of a Loving Christian Church

Realm of Agape Christian Church

Play Episode Listen Later Nov 23, 2025


Sr. Pastor A. A. Jackson shared this message live at RACC on 11/23/25.  It is based on Matthew 22:34-40.  The main focus is on the discipline of fellowship.  As this study unfolds, it will reveal the specifics of how God wants us stay connected to Him and with other true believers in the local assembly […] The post Fellowship: The Power Flow of a Loving Christian Church appeared first on Realm of Agape Christian Church.

Realm of Agape Christian Church
How You Relate in this World Makes the Lord's Kingdom Attractive – or Not

Realm of Agape Christian Church

Play Episode Listen Later Nov 16, 2025


Sr. Pastor A. A. Jackson shared this message live at RACC on 11/16/25.  It is based on Titus chapter 1.  In the Book of Titus we find the revelation of how we can live as true representatives of the Lord Jesus between two worlds – the temporal and the eternal. It is only through God […] The post How You Relate in this World Makes the Lord's Kingdom Attractive – or Not appeared first on Realm of Agape Christian Church.

Realm of Agape Christian Church
Developing a Lifestyle of Worship: Part 3 – The Distinguishing Characteristics

Realm of Agape Christian Church

Play Episode Listen Later Nov 2, 2025


Sr. Pastor A. A. Jackson shared this message live at RACC on 11/2/25.  It is based on 1 Corinthians 15:58.  This third part of the message, regarding the development of a lifestyle of worship, renders some specific patterns that should make up the character of those who claim to be worshippers of the One True […] The post Developing a Lifestyle of Worship: Part 3 – The Distinguishing Characteristics appeared first on Realm of Agape Christian Church.

Realm of Agape Christian Church
Developing a Lifestyle of Worship: Part 2 – Life-Changing Worship

Realm of Agape Christian Church

Play Episode Listen Later Oct 26, 2025


Sr. Pastor A. A. Jackson shared this message live at RACC on 10/26/25.  It is based on Ezekiel 46:9.  God gave the prophet Ezekiel instructions that reveal a principle of living a life of worship.  The temple protocol of the ancient day serves as a type of holy living with holy patterns that are to […] The post Developing a Lifestyle of Worship: Part 2 – Life-Changing Worship appeared first on Realm of Agape Christian Church.

Realm of Agape Christian Church
Developing a Lifestyle of Worship: Part 1 – How Biblical Worship Transforms

Realm of Agape Christian Church

Play Episode Listen Later Oct 19, 2025


Sr. Pastor A. A. Jackson shared this message live at RACC on 10/19/25.  It is based on Psalm 34:1.  Worship is not just a doctrinal truth to explore, something you do for an hour on Sunday morning or during a conference you attend. This message reveals the biblical definition of transformation and discusses what a […] The post Developing a Lifestyle of Worship: Part 1 – How Biblical Worship Transforms appeared first on Realm of Agape Christian Church.

Realm of Agape Christian Church
Spirit-led Worship: Part 3 – Immersed and Focused in God's Presence

Realm of Agape Christian Church

Play Episode Listen Later Oct 12, 2025


Sr. Pastor A. A. Jackson shared this message live at RACC on 10/12/25.  It is based on Psalms 25:5; 27:14; and 39:7.  It describes the worship dynamics that we can encounter when we take worship songs from the written page, or beyond the musicality of their instrumentation, as led by the Spirit, allowing them to […] The post Spirit-led Worship: Part 3 – Immersed and Focused in God's Presence appeared first on Realm of Agape Christian Church.

Realm of Agape Christian Church
Spirit-Led Worship: Part Two – Prophetic Worship

Realm of Agape Christian Church

Play Episode Listen Later Oct 5, 2025


Sr. Pastor A. A. Jackson shared this message live at RACC on 9/5/25.  It is based mainly on Colossians 3:16.  True worship is a heart-level engagement with God, characterized by spiritual truth and a desire to glorify Him, ultimately involving a lifestyle of worship that extends beyond Sunday services.  This message builds upon the definition […] The post Spirit-Led Worship: Part Two – Prophetic Worship appeared first on Realm of Agape Christian Church.

La competència - Programa sencer
La Competència | Racc penat.

La competència - Programa sencer

Play Episode Listen Later Oct 2, 2025 53:18


Els patinets elèctrics: aquell gran desconegut per en Nani Fornells. El Professor de Debò resol el misteri de la flotilla. Augmenten les trucades comercials tot i estar prohibides: l'Avi en rep una d'inesperada.

Realm of Agape Christian Church
Spirit-Led Worship: Part One – Spirit-Led Worship Defined

Realm of Agape Christian Church

Play Episode Listen Later Sep 28, 2025


Sr. Pastor A. A. Jackson shared this message live at RACC on 9/28/25.  It is based on 1 Samuel 10:6 and John 14:26.  Due to modern day liturgic relativism, there seems to be a free for all approach to defining and experiencing God’s protocol of worship.  This message will define Spirit-led worship, as well as […] The post Spirit-Led Worship: Part One – Spirit-Led Worship Defined appeared first on Realm of Agape Christian Church.

Realm of Agape Christian Church
Warfare and Worship Part 4 – Using Worship as a Weapon

Realm of Agape Christian Church

Play Episode Listen Later Sep 21, 2025


Sr. Pastor A. A. Jackson shared this revival message live at RACC on 9/21/25.  It is based on 1 Thessalonians 5:18.  Should we ever feel like thanking God for our challenging midnight hour trials of life?  What are the key hindrances to true worship that yet prevail from biblical antiquity?  These are some of the […] The post Warfare and Worship Part 4 – Using Worship as a Weapon appeared first on Realm of Agape Christian Church.

Realm of Agape Christian Church
Warfare and Worship: Part 3 – The Prayer and Praise Report of Paul and Silas

Realm of Agape Christian Church

Play Episode Listen Later Sep 7, 2025


Sr. Pastor A. A. Jackson shared this message live at RACC on 9/7/25.  It is based on Acts 16:25-26.  This message takes a close look at how warfare and worship worked to make Paul and Silas more than conquerors through the power of the Heavenly Father's Love, the resurrection power of Christ Jesus, and the […] The post Warfare and Worship: Part 3 – The Prayer and Praise Report of Paul and Silas appeared first on Realm of Agape Christian Church.

Realm of Agape Christian Church
Warfare and Worship: Part 2 – Worship in Spiritual Warfare

Realm of Agape Christian Church

Play Episode Listen Later Aug 17, 2025


Sr. Pastor A. A. Jackson shared this message live at RACC on 8/17/25.  It is based on 2 Chronicles 5:13-14.  As a true believer in Jesus as Lord of your life, you can have access to many spiritual weapons and strategies. One of the most powerful of these weapons is worship. Worship changes your focus […] The post Warfare and Worship: Part 2 – Worship in Spiritual Warfare appeared first on Realm of Agape Christian Church.

Realm of Agape Christian Church
The 10 Commandments: God's Loving Fence of Protection

Realm of Agape Christian Church

Play Episode Listen Later Aug 10, 2025


Sr. Pastor A. A. Jackson shared this message live at RACC on 8/10/25.  It is based on John 14:15; 24.  The final test of our love for God is obedience, not sweet emotions, not willingness to perform religious activities, and not religious zeal, but obedience to the commandments of Christ.  Our Lord drew a line […] The post The 10 Commandments: God's Loving Fence of Protection appeared first on Realm of Agape Christian Church.

Realm of Agape Christian Church
The Difference Between Self Sabotage and Being a Living Sacrifice

Realm of Agape Christian Church

Play Episode Listen Later Aug 3, 2025


Sr. Pastor A. A. Jackson shared this message live at RACC on 8/3/25.  It is based on Romans 12:1 and Luke 22:31-32.  This message is being included as a sidebar during the deliberation of the four part Warfare and Worship message.  It reveals how God strategically expects us to war against the enemy's attempt to […] The post The Difference Between Self Sabotage and Being a Living Sacrifice appeared first on Realm of Agape Christian Church.

Realm of Agape Christian Church
Warfare and Worship: Part One – How the Bible Defines Spiritual Warfare

Realm of Agape Christian Church

Play Episode Listen Later Jul 27, 2025


Sr. Pastor A. A. Jackson shared this message live at RACC on 7/27/25.  It is based on Psalm 149:6. Spiritual warfare is more than the analysis of an active participation in an invisible war.  It is active participation in warfare by the application of Holy Spirit revealed truths from the unadulterated Holy Word of God […] The post Warfare and Worship: Part One – How the Bible Defines Spiritual Warfare appeared first on Realm of Agape Christian Church.

Realm of Agape Christian Church
Beware the Fascinating Facade of Demons

Realm of Agape Christian Church

Play Episode Listen Later Jul 6, 2025


Sr. Pastor A. A. Jackson shared this message live at RACC on 7/6/25.  It is based on Genesis 27:41-45; 33:1-11; and 1 Peter 5:8-11.  If you intend on living a victorious Christian life or life more abundantly as Christ put it, then you must prepare yourself accordingly, living with a holy consciousness by the power […] The post Beware the Fascinating Facade of Demons appeared first on Realm of Agape Christian Church.

Realm of Agape Christian Church
I Choose Faith and Joy

Realm of Agape Christian Church

Play Episode Listen Later Jun 29, 2025


Our very own Elder Guendalina Norris-Lopez shared this message live at RACC during our Tamar's Oasis Women's Ministry, Morning Worship Service.  It is based on Hebrews 11:6; Psalm 16:11; and Nehemiah 8:10.  The enemy works to distract us away from having faith and joy in God, but he cannot keep us away from God's accessible […] The post I Choose Faith and Joy appeared first on Realm of Agape Christian Church.

Clark County Today News
Ridgefield School District's Surplus Sale is this Friday, June 27

Clark County Today News

Play Episode Listen Later Jun 24, 2025 0:42


The Ridgefield School District will hold its Surplus Sale this Friday, June 27, from 8 a.m. to 3 p.m. at the RACC. Open to the public and free to attend, the event features books, electronics, furniture, and more for sale. A great opportunity for home offices, classrooms, and bargain hunters. https://www.clarkcountytoday.com/news/ridgefield-school-districts-surplus-sale-is-this-friday-june-27/ #Ridgefield #SurplusSale #RidgefieldSchoolDistrict #FurnitureSale #ElectronicsSale #EducationalSupplies #PublicSale #RACC #CommunityEvent #ClarkCounty

Realm of Agape Christian Church
Personal Preparation for Worship

Realm of Agape Christian Church

Play Episode Listen Later Jun 22, 2025


Sr. Pastor A. A. Jackson shared this message live at RACC on 6/22/25.  It is based mainly on Psalm 132:7. How often do you worship privately?  Private worship  actually prepares you for public worship at the local assembly.  If you are not a personal worshipper, your corporate worship will most likely leave something to be […] The post Personal Preparation for Worship appeared first on Realm of Agape Christian Church.

Realm of Agape Christian Church
The Disciplines of Godly Fathers

Realm of Agape Christian Church

Play Episode Listen Later Jun 15, 2025


Sr. Pastor A. A. Jackson shared this message live on 6/15/25, Father’s Day at RACC.  It is based on 2 Timothy 2:19.  Our Heavenly Father is the best example and mentor for all earthly fathers.  There are five descriptions of Christian character that men need if they intend on living according to the ways that […] The post The Disciplines of Godly Fathers appeared first on Realm of Agape Christian Church.

Realm of Agape Christian Church
Acceptable Worship: Part Two – Heaven's Gate Must Be Entered

Realm of Agape Christian Church

Play Episode Listen Later Jun 8, 2025


Sr. Pastor A. A. Jackson shared this message live at RACC on 6/8/25.  It is based mainly on John 4:23-24. Biblical worship is inclusive of acceptable responses to our personal experience of knowing God's real presence and influence in our daily lives. The post Acceptable Worship: Part Two – Heaven's Gate Must Be Entered appeared first on Realm of Agape Christian Church.

Realm of Agape Christian Church
Acceptable Worship: Part 1 – Earthly Barriers Must be Broken

Realm of Agape Christian Church

Play Episode Listen Later Jun 1, 2025


This message was shared virtually on 6/1/25 during Morning Worship at RACC.  Sermon Emphasis: What does God's Spirit seek to reveal regarding Heaven's definition of true worship?  Upon completion of this message you should be able to summarize John 4:9-26 as it relates to worship, explain what it means to worship in Spirit and Truth, […] The post Acceptable Worship: Part 1 – Earthly Barriers Must be Broken appeared first on Realm of Agape Christian Church.

Realm of Agape Christian Church
Counterfeit Worship: Part 4 – Unacceptable Sacrifices

Realm of Agape Christian Church

Play Episode Listen Later May 25, 2025


Sr. Pastor A. A. Jackson shared this message live at RACC on 5/25/25.  It is based mainly on Malachi 1:6-8.  There may be certain ways that we worship in our modern that are considered as inappropriate sacrifices according to God’s biblical definition.  HE must be worshipped in spirit and truth, by which His Spirit enables […] The post Counterfeit Worship: Part 4 – Unacceptable Sacrifices appeared first on Realm of Agape Christian Church.

Realm of Agape Christian Church
Counterfeit Worship: Part 3 – Idolatry

Realm of Agape Christian Church

Play Episode Listen Later May 18, 2025


Sr. Pastor A. A. Jackson shared this message live at RACC on 5/18/25.  It is based mainly on Exodus 20:3-5.  Idolatry is defined while meaningless traditions and mixed worship practices are cited. The post Counterfeit Worship: Part 3 – Idolatry appeared first on Realm of Agape Christian Church.

Realm of Agape Christian Church
The War Against Motherhood

Realm of Agape Christian Church

Play Episode Listen Later May 11, 2025


Sr. Pastor A. A. Jackson shared this Mother’s Day message live at RACC on 5/11/25.  It is based mainly on Job 1:7; Ephesians 6:12, and 1 Peter 5:8.  Satan's warfare on motherhood is not a minor objective.  The enemy makes it a top priority.  To him, mothers represent his enmity as prophesied in Genesis 3:15. […] The post The War Against Motherhood appeared first on Realm of Agape Christian Church.

Realm of Agape Christian Church
Counterfeit Worship – Part 2 of 4, Beware of Demonic Doctrines

Realm of Agape Christian Church

Play Episode Listen Later May 4, 2025


Sr. Pastor A. A. Jackson shared this message live at RACC on 5/4/25.  It is based mainly on Exodus 20:3 and  John 4:24. It properly defines counterfeit worship, and will help you to identify and reject various forms of demonic doctrines. The post Counterfeit Worship – Part 2 of 4, Beware of Demonic Doctrines appeared first on Realm of Agape Christian Church.

La Brújula
La gestión del talento, uno de los grandes retos que enfrentan las empresas

La Brújula

Play Episode Listen Later Apr 30, 2025 1:14


Laura Ojeda, directora de Personas del RACC, conversa con la decana de OBS Business School sobre los retos de la gestión del talento en la era digital, en una nueva entrega del videopodcast de OBS y Onda Cero.

Realm of Agape Christian Church
Counterfeit Worship – Part 1 of 4

Realm of Agape Christian Church

Play Episode Listen Later Apr 27, 2025


Sr. Pastor A. A. Jackson shared this message live at RACC on 4/27/25.  It is based mainly on Exodus 20:3 and  John 4:24. It properly defines counterfeit worship, and will help you to identify and reject all forms of false worship. The post Counterfeit Worship – Part 1 of 4 appeared first on Realm of Agape Christian Church.

Jordan, Jesse, GO!
Racc Pic, with Lindsay Adams

Jordan, Jesse, GO!

Play Episode Listen Later Apr 24, 2025 67:32


On this week's episode, we welcome comedian, Lindsay Adams, to chat about underground candy, popping your own corn, wholesome DMs, and so much more!Go see Lindsay's solo show in Los Angeles on May 4th!Listen to Jesse's DJ set from Chicago!Jordan's upcoming dates:4/26 - Peninsula Libraries Comic and Arts Fest, Library Parks and Recreation Center South San Francisco. 4/30 - Collectors paradise North Hollywood. 5-7pm , Nicole Goux and Gabriel Hardman5/2 - Litfest in the Dena Pasadena Presbetarian Church 6:30pm - 7:30pm Yehudi Mercado, Sara Phoebe Miller, Eliot Kalan5/3 - Things from another world Universal Citywalk - 2-4pm 5/10- Mission Comics in SF with Briana Lowenson.Jordan's new Spider-Man's comic is out now!Pre-order Jordan's new Godzilla comic! Be sure to get our new ‘Ack Tuah' shirt in the Max Fun store.Or, grab an ‘Ack Tuah' mug!The Maximum Fun Bookshop!Follow the podcast on Instagram and send us your dank memes!Check out Jesse's thrifted clothing store, Put This On.Follow brand new producer, Steven Ray Morris, on Instagram.Listen to See Jurassic Right!

Realm of Agape Christian Church
God’s Definition of Worship

Realm of Agape Christian Church

Play Episode Listen Later Apr 20, 2025


Sr. Pastor A. A. Jackson shared this message live at RACC on 4/20/25 – Resurrection Sunday morning.  It is based mainly on Psalm 100:4-5.  God's eternal intention and authoritative will as Creator of the Universe is to give definition and purpose to worship.  The purpose of this message is to present God's definition of Biblical […] The post God’s Definition of Worship appeared first on Realm of Agape Christian Church.

Realm of Agape Christian Church

Sr. Pastor A. A. Jackson shared this message live at RACC on 4/6/25.  It is based mainly on Acts 17:22, 23.  There are preludes of new growth, new fruit, and deeper roots in holiness that will keep you encouraged to forge forward in anointed victory in this life according to God's will in Heaven.   The post A Prelude to Worship appeared first on Realm of Agape Christian Church.

Dark Side of Wikipedia | True Crime & Dark History
Lori Vallow Battles the Bench: Motions Denied and Tensions High as Trial Nears

Dark Side of Wikipedia | True Crime & Dark History

Play Episode Listen Later Apr 2, 2025 31:58


Lori Vallow Battles the Bench: Motions Denied and Tensions High as Trial Nears   Lori Vallow doesn't want to wear the RACC belt. That was the first real moment of tension in court today. She told the judge flat out—if there's an armed guard in the courtroom, why does she need to wear a restraint device under her clothes? The judge didn't budge. He said the belt stays. It's not visible to the jury, it's not negotiable, and it's part of his order. End of discussion. And that set the tone for the rest of the hearing. Lori spent the afternoon pushing hard to get her case thrown out. She claimed prosecutorial misconduct, violations of her rights, missing records, and withheld evidence. One after another, her motions came in hot, and one after another, the judge shut them down. She argued the state intercepted her private messages with her Idaho appellate attorney—conversations she believed were protected by attorney-client privilege. The judge disagreed. He said there was no actual legal advice in the messages, just surface-level stuff like “trying to set up a legal line.” And when Lori pushed back, saying there was confidential information, the judge made it clear: the breach, if any, came from her side. According to him, her appellate attorney used the communication system incorrectly, which is how the messages ended up in the hands of the state. Lori cut in, frustrated. “How was he using it incorrectly?” she asked. The judge, clearly over it, said he'd already explained it five different ways. He wasn't going to do it again. She wasn't done. Lori also said the prosecutor should've never read the messages once they had them. The judge repeated that the messages weren't privileged in the first place—and even if they were, no confidential content was shared. Then came her next line of attack: She claimed the state failed to give her team necessary documents and interfered with her defense. The judge asked the obvious question: Why wasn't this raised months ago? She said it was. But again, there was no new evidence, and the motion was denied. Another big point of contention? Lori said the police department ignored her public records request. The judge responded with a little judicial shrug—there's a process for that, but he's not about to give her a step-by-step guide. She asked him directly, “What is that?” He replied, “I'm not going to give you legal advice.” That one landed with a bit of silence. But perhaps the strangest twist came when Lori accused the prosecutor's office of misconduct again—this time because a member of the prosecution team, Treena Kay, allegedly gave legal advice to someone on the witness list. Lori claimed Treena told that person—me, actually—that they couldn't be in the courtroom. Treena responded, saying that wasn't legal advice, just a procedural heads-up: if someone's on the witness list, they're not allowed in the courtroom until after they testify. Standard stuff. Lori argued that either Treena or I should be forced to testify about that conversation. But the judge reminded her—I'm no longer a witness. So, if she wants to know what I said, her investigator can just call and ask. Still, he wasn't about to reopen the door for testimony on a conversation that didn't violate any rule. Another denial. Courtroom logistics came up too—specifically, seating assignments. The first row on each side is reserved for immediate family and relatives, while the very last rows are saved for media. Everyone else? General public, first-come, first-served in the middle. There was also a quick conversation about evidence handling. Lori wanted to talk about how media exhibits should be submitted. The judge kept it simple: one flash drive per exhibit. Easy. And finally, the court is prepping for jury selection. Preliminary jury instructions have been handed out, and jurors are expected to start showing up tomorrow morning at 10:30. The judge didn't go into details yet, but that discussion's coming once selection begins. So, that's where things stand—Lori still fighting, still frustrated, and the court methodically moving forward despite it all. #LoriVallow #CourtroomInsider #TrueCrime #JusticeInIdaho Want to listen to ALL of our podcasts AD-FREE? Subscribe through APPLE PODCASTS, and try it for three days free: https://tinyurl.com/ycw626tj Follow Our Other Cases: https://www.truecrimetodaypod.com The latest on The Downfall of Diddy, The Trial of Karen Read, The Murder Of Maddie Soto, Catching the Long Island Serial Killer, Awaiting Admission: BTK's Unconfessed Crimes, Delphi Murders: Inside the Crime, Chad & Lori Daybell, The Murder of Ana Walshe, Alex Murdaugh, Bryan Kohberger, Lucy Letby, Kouri Richins, Malevolent Mormon Mommys, The Menendez Brothers: Quest For Justice, The Murder of Stephen Smith, The Murder of Madeline Kingsbury, The Murder Of Sandra Birchmore, and much more! Listen at https://www.truecrimetodaypod.com

Hidden Killers With Tony Brueski | True Crime News & Commentary
Lori Vallow Battles the Bench: Motions Denied and Tensions High as Trial Nears

Hidden Killers With Tony Brueski | True Crime News & Commentary

Play Episode Listen Later Apr 2, 2025 31:58


Lori Vallow Battles the Bench: Motions Denied and Tensions High as Trial Nears   Lori Vallow doesn't want to wear the RACC belt. That was the first real moment of tension in court today. She told the judge flat out—if there's an armed guard in the courtroom, why does she need to wear a restraint device under her clothes? The judge didn't budge. He said the belt stays. It's not visible to the jury, it's not negotiable, and it's part of his order. End of discussion. And that set the tone for the rest of the hearing. Lori spent the afternoon pushing hard to get her case thrown out. She claimed prosecutorial misconduct, violations of her rights, missing records, and withheld evidence. One after another, her motions came in hot, and one after another, the judge shut them down. She argued the state intercepted her private messages with her Idaho appellate attorney—conversations she believed were protected by attorney-client privilege. The judge disagreed. He said there was no actual legal advice in the messages, just surface-level stuff like “trying to set up a legal line.” And when Lori pushed back, saying there was confidential information, the judge made it clear: the breach, if any, came from her side. According to him, her appellate attorney used the communication system incorrectly, which is how the messages ended up in the hands of the state. Lori cut in, frustrated. “How was he using it incorrectly?” she asked. The judge, clearly over it, said he'd already explained it five different ways. He wasn't going to do it again. She wasn't done. Lori also said the prosecutor should've never read the messages once they had them. The judge repeated that the messages weren't privileged in the first place—and even if they were, no confidential content was shared. Then came her next line of attack: She claimed the state failed to give her team necessary documents and interfered with her defense. The judge asked the obvious question: Why wasn't this raised months ago? She said it was. But again, there was no new evidence, and the motion was denied. Another big point of contention? Lori said the police department ignored her public records request. The judge responded with a little judicial shrug—there's a process for that, but he's not about to give her a step-by-step guide. She asked him directly, “What is that?” He replied, “I'm not going to give you legal advice.” That one landed with a bit of silence. But perhaps the strangest twist came when Lori accused the prosecutor's office of misconduct again—this time because a member of the prosecution team, Treena Kay, allegedly gave legal advice to someone on the witness list. Lori claimed Treena told that person—me, actually—that they couldn't be in the courtroom. Treena responded, saying that wasn't legal advice, just a procedural heads-up: if someone's on the witness list, they're not allowed in the courtroom until after they testify. Standard stuff. Lori argued that either Treena or I should be forced to testify about that conversation. But the judge reminded her—I'm no longer a witness. So, if she wants to know what I said, her investigator can just call and ask. Still, he wasn't about to reopen the door for testimony on a conversation that didn't violate any rule. Another denial. Courtroom logistics came up too—specifically, seating assignments. The first row on each side is reserved for immediate family and relatives, while the very last rows are saved for media. Everyone else? General public, first-come, first-served in the middle. There was also a quick conversation about evidence handling. Lori wanted to talk about how media exhibits should be submitted. The judge kept it simple: one flash drive per exhibit. Easy. And finally, the court is prepping for jury selection. Preliminary jury instructions have been handed out, and jurors are expected to start showing up tomorrow morning at 10:30. The judge didn't go into details yet, but that discussion's coming once selection begins. So, that's where things stand—Lori still fighting, still frustrated, and the court methodically moving forward despite it all. #LoriVallow #CourtroomInsider #TrueCrime #JusticeInIdaho Want to listen to ALL of our podcasts AD-FREE? Subscribe through APPLE PODCASTS, and try it for three days free: https://tinyurl.com/ycw626tj Follow Our Other Cases: https://www.truecrimetodaypod.com The latest on The Downfall of Diddy, The Trial of Karen Read, The Murder Of Maddie Soto, Catching the Long Island Serial Killer, Awaiting Admission: BTK's Unconfessed Crimes, Delphi Murders: Inside the Crime, Chad & Lori Daybell, The Murder of Ana Walshe, Alex Murdaugh, Bryan Kohberger, Lucy Letby, Kouri Richins, Malevolent Mormon Mommys, The Menendez Brothers: Quest For Justice, The Murder of Stephen Smith, The Murder of Madeline Kingsbury, The Murder Of Sandra Birchmore, and much more! Listen at https://www.truecrimetodaypod.com

My Crazy Family | A Podcast of Crazy Family Stories
Lori Vallow Battles the Bench: Motions Denied and Tensions High as Trial Nears

My Crazy Family | A Podcast of Crazy Family Stories

Play Episode Listen Later Apr 2, 2025 31:58


Lori Vallow doesn't want to wear the RACC belt. That was the first real moment of tension in court today. She told the judge flat out—if there's an armed guard in the courtroom, why does she need to wear a restraint device under her clothes? The judge didn't budge. He said the belt stays. It's not visible to the jury, it's not negotiable, and it's part of his order. End of discussion. And that set the tone for the rest of the hearing. Lori spent the afternoon pushing hard to get her case thrown out. She claimed prosecutorial misconduct, violations of her rights, missing records, and withheld evidence. One after another, her motions came in hot, and one after another, the judge shut them down. She argued the state intercepted her private messages with her Idaho appellate attorney—conversations she believed were protected by attorney-client privilege. The judge disagreed. He said there was no actual legal advice in the messages, just surface-level stuff like “trying to set up a legal line.” And when Lori pushed back, saying there was confidential information, the judge made it clear: the breach, if any, came from her side. According to him, her appellate attorney used the communication system incorrectly, which is how the messages ended up in the hands of the state. Lori cut in, frustrated. “How was he using it incorrectly?” she asked. The judge, clearly over it, said he'd already explained it five different ways. He wasn't going to do it again. She wasn't done. Lori also said the prosecutor should've never read the messages once they had them. The judge repeated that the messages weren't privileged in the first place—and even if they were, no confidential content was shared. Then came her next line of attack: She claimed the state failed to give her team necessary documents and interfered with her defense. The judge asked the obvious question: Why wasn't this raised months ago? She said it was. But again, there was no new evidence, and the motion was denied. Another big point of contention? Lori said the police department ignored her public records request. The judge responded with a little judicial shrug—there's a process for that, but he's not about to give her a step-by-step guide. She asked him directly, “What is that?” He replied, “I'm not going to give you legal advice.” That one landed with a bit of silence. But perhaps the strangest twist came when Lori accused the prosecutor's office of misconduct again—this time because a member of the prosecution team, Treena Kay, allegedly gave legal advice to someone on the witness list. Lori claimed Treena told that person—me, actually—that they couldn't be in the courtroom. Treena responded, saying that wasn't legal advice, just a procedural heads-up: if someone's on the witness list, they're not allowed in the courtroom until after they testify. Standard stuff. Lori argued that either Treena or I should be forced to testify about that conversation. But the judge reminded her—I'm no longer a witness. So, if she wants to know what I said, her investigator can just call and ask. Still, he wasn't about to reopen the door for testimony on a conversation that didn't violate any rule. Another denial. Courtroom logistics came up too—specifically, seating assignments. The first row on each side is reserved for immediate family and relatives, while the very last rows are saved for media. Everyone else? General public, first-come, first-served in the middle. There was also a quick conversation about evidence handling. Lori wanted to talk about how media exhibits should be submitted. The judge kept it simple: one flash drive per exhibit. Easy. And finally, the court is prepping for jury selection. Preliminary jury instructions have been handed out, and jurors are expected to start showing up tomorrow morning at 10:30. The judge didn't go into details yet, but that discussion's coming once selection begins. So, that's where things stand—Lori still fighting, still frustrated, and the court methodically moving forward despite it all. #LoriVallow #CourtroomInsider #TrueCrime #JusticeInIdaho Want to listen to ALL of our podcasts AD-FREE? Subscribe through APPLE PODCASTS, and try it for three days free: https://tinyurl.com/ycw626tj Follow Our Other Cases: https://www.truecrimetodaypod.com The latest on The Downfall of Diddy, The Trial of Karen Read, The Murder Of Maddie Soto, Catching the Long Island Serial Killer, Awaiting Admission: BTK's Unconfessed Crimes, Delphi Murders: Inside the Crime, Chad & Lori Daybell, The Murder of Ana Walshe, Alex Murdaugh, Bryan Kohberger, Lucy Letby, Kouri Richins, Malevolent Mormon Mommys, The Menendez Brothers: Quest For Justice, The Murder of Stephen Smith, The Murder of Madeline Kingsbury, The Murder Of Sandra Birchmore, and much more! Listen at https://www.truecrimetodaypod.com 

Demise Of the Daybells | The Lori Vallow Daybell & Chad Daybell Story
Lori Vallow Battles the Bench: Motions Denied and Tensions High as Trial Nears

Demise Of the Daybells | The Lori Vallow Daybell & Chad Daybell Story

Play Episode Listen Later Apr 2, 2025 31:58


Lori Vallow Battles the Bench: Motions Denied and Tensions High as Trial Nears   Lori Vallow doesn't want to wear the RACC belt. That was the first real moment of tension in court today. She told the judge flat out—if there's an armed guard in the courtroom, why does she need to wear a restraint device under her clothes? The judge didn't budge. He said the belt stays. It's not visible to the jury, it's not negotiable, and it's part of his order. End of discussion. And that set the tone for the rest of the hearing. Lori spent the afternoon pushing hard to get her case thrown out. She claimed prosecutorial misconduct, violations of her rights, missing records, and withheld evidence. One after another, her motions came in hot, and one after another, the judge shut them down. She argued the state intercepted her private messages with her Idaho appellate attorney—conversations she believed were protected by attorney-client privilege. The judge disagreed. He said there was no actual legal advice in the messages, just surface-level stuff like “trying to set up a legal line.” And when Lori pushed back, saying there was confidential information, the judge made it clear: the breach, if any, came from her side. According to him, her appellate attorney used the communication system incorrectly, which is how the messages ended up in the hands of the state. Lori cut in, frustrated. “How was he using it incorrectly?” she asked. The judge, clearly over it, said he'd already explained it five different ways. He wasn't going to do it again. She wasn't done. Lori also said the prosecutor should've never read the messages once they had them. The judge repeated that the messages weren't privileged in the first place—and even if they were, no confidential content was shared. Then came her next line of attack: She claimed the state failed to give her team necessary documents and interfered with her defense. The judge asked the obvious question: Why wasn't this raised months ago? She said it was. But again, there was no new evidence, and the motion was denied. Another big point of contention? Lori said the police department ignored her public records request. The judge responded with a little judicial shrug—there's a process for that, but he's not about to give her a step-by-step guide. She asked him directly, “What is that?” He replied, “I'm not going to give you legal advice.” That one landed with a bit of silence. But perhaps the strangest twist came when Lori accused the prosecutor's office of misconduct again—this time because a member of the prosecution team, Treena Kay, allegedly gave legal advice to someone on the witness list. Lori claimed Treena told that person—me, actually—that they couldn't be in the courtroom. Treena responded, saying that wasn't legal advice, just a procedural heads-up: if someone's on the witness list, they're not allowed in the courtroom until after they testify. Standard stuff. Lori argued that either Treena or I should be forced to testify about that conversation. But the judge reminded her—I'm no longer a witness. So, if she wants to know what I said, her investigator can just call and ask. Still, he wasn't about to reopen the door for testimony on a conversation that didn't violate any rule. Another denial. Courtroom logistics came up too—specifically, seating assignments. The first row on each side is reserved for immediate family and relatives, while the very last rows are saved for media. Everyone else? General public, first-come, first-served in the middle. There was also a quick conversation about evidence handling. Lori wanted to talk about how media exhibits should be submitted. The judge kept it simple: one flash drive per exhibit. Easy. And finally, the court is prepping for jury selection. Preliminary jury instructions have been handed out, and jurors are expected to start showing up tomorrow morning at 10:30. The judge didn't go into details yet, but that discussion's coming once selection begins. So, that's where things stand—Lori still fighting, still frustrated, and the court methodically moving forward despite it all. #LoriVallow #CourtroomInsider #TrueCrime #JusticeInIdaho Want to listen to ALL of our podcasts AD-FREE? Subscribe through APPLE PODCASTS, and try it for three days free: https://tinyurl.com/ycw626tj Follow Our Other Cases: https://www.truecrimetodaypod.com The latest on The Downfall of Diddy, The Trial of Karen Read, The Murder Of Maddie Soto, Catching the Long Island Serial Killer, Awaiting Admission: BTK's Unconfessed Crimes, Delphi Murders: Inside the Crime, Chad & Lori Daybell, The Murder of Ana Walshe, Alex Murdaugh, Bryan Kohberger, Lucy Letby, Kouri Richins, Malevolent Mormon Mommys, The Menendez Brothers: Quest For Justice, The Murder of Stephen Smith, The Murder of Madeline Kingsbury, The Murder Of Sandra Birchmore, and much more! Listen at https://www.truecrimetodaypod.com

Realm of Agape Christian Church
The Biblical Pattern of Worship – Part 3

Realm of Agape Christian Church

Play Episode Listen Later Mar 23, 2025


Sr. Pastor A. A. Jackson shared this message live at RACC on 3/23/25.  It is based mainly on Jeremiah 17:7-8 and John 14:15-17.  True worship involves trusting and obeying God.  Jesus states that loving Him means obeying His commands as revealed from His Holy Word by the Holy Spirit. All of His statutes highlight obedience […] The post The Biblical Pattern of Worship – Part 3 appeared first on Realm of Agape Christian Church.

Realm of Agape Christian Church
The Biblical Pattern of Worship – Part 2

Realm of Agape Christian Church

Play Episode Listen Later Mar 16, 2025


Sr. Pastor A. A. Jackson shared this message live at RACC on 3/16/25. It is based on Proverbs 3:5-8. A biblical theology of worship is based on teaching concerning worship of the one true God as revealed in His Word, the Holy Bible. That will be the ongoing subject of this series. This message helps […] The post The Biblical Pattern of Worship – Part 2 appeared first on Realm of Agape Christian Church.

Realm of Agape Christian Church
The Biblical Pattern of Worship – Part 1

Realm of Agape Christian Church

Play Episode Listen Later Mar 2, 2025


Sr. Pastor A. A. Jackson shared this message live at RACC on 3/2/25.  It is based on Proverbs 22:20-21.   A biblical theology of worship is presented in this message.  It is based on sound biblical teaching concerning worship of the one true living God as revealed in His Holy Word, the Holy Bible.  That […] The post The Biblical Pattern of Worship – Part 1 appeared first on Realm of Agape Christian Church.

Realm of Agape Christian Church
The True Heart of True Worship – An Introduction to Biblical Worship

Realm of Agape Christian Church

Play Episode Listen Later Feb 23, 2025


Sr. Pastor A. A. Jackson shared this message live at RACC on 2/23/25.  It is mainly based on Matthew 23:23 and Micah 6:8.  This introductory message serves as a theological overture previewing the biblical course of sermons ahead.  The Spirit is probing us.  Have we let the peace of GOD’s  justice, grace, and faith, bless […] The post The True Heart of True Worship – An Introduction to Biblical Worship appeared first on Realm of Agape Christian Church.

True North Country Comics Podcasts
Whitney Gardner illustrates new ‘RACC Pack’ book

True North Country Comics Podcasts

Play Episode Listen Later Feb 5, 2025 14:25


True North Country Comics Podcast chats with Whitney Gardner about illustrating 'The RACC Pack #2: Prince and the Pawper'. The post Whitney Gardner illustrates new ‘RACC Pack’ book appeared first on True North Country Comics.

Realm of Agape Christian Church
Let God Create and Renew

Realm of Agape Christian Church

Play Episode Listen Later Jan 19, 2025


Pastor Jackson shared this message live at Agape Chapel (Medford, NY Headquarters of RACC) on 1/19/25.  It is based mainly on 2 Corinthians 1:21-22; and Psalm 51:10-12, 16-17.  When the Holy Spirit is allowed to reveal Himself beyond our subcultural revelations, we can then realize that He is more than just a tongue and a […] The post Let God Create and Renew appeared first on Realm of Agape Christian Church.

Think Out Loud
Portland launches the Office of Arts and Culture

Think Out Loud

Play Episode Listen Later Jul 26, 2024 14:33


 Last year, city officials decided to end Portland’s contract with the independent Regional Arts and Culture Council. The organization was previously responsible for doling out grants and providing art advocacy for the city. Now, Portland’s Office of Arts and Culture has taken shape and has found organizations, including RACC and MusicOregon, to help administer grants to artists and creators. The city itself will be working on arts advocacy and education. We hear more about how Portland plans to partner with creators from Chariti Montez, the director of the new office.