@unclebobmartin Agree for now… but JEPA world models are showing a lot of promise. A model that can understand the consequences of its actions opens up a lot of possibilities.
@kevinkern I did something similar but with a checklist of features/tasks. I had ChatGPT break them down into 1sp tasks assuming an autonomous AI coding assistant agent would be performing the tasks. Then check them off as it steps through. It worked really well.
@housecor@markgoho There’s no need for another build. You promote a build because you want to ensure that the same code is deployed in each environment. Let’s not conflate build time and run time though. In your example, it sounds like you just need contract tests.
Top 10 Charlie Munger quotes:
1. "Spend each day trying to be a little wiser than you were when you woke up."
2. "The best thing a human being can do is to help another human being know more."
3. "It is remarkable how much long-term advantage people like us have gotten by trying to be consistently not stupid, instead of trying to be very intelligent."
4. "In my whole life, I have known no wise people who didn't read all the time — none, zero."
5. "I never allow myself to have an opinion on anything that I don't know the other side's argument better than they do."
6. "The big money is not in the buying and selling, but in the waiting."
7. "You don't have to be brilliant, only a little bit wiser than the other guys, on average, for a long, long time."
8. "The first rule is that you can't really know anything if you just remember isolated facts and try and bang 'em back."
9. "There are worse situations than drowning in cash and sitting, sitting, sitting."
10. "The game of life is the game of everlasting learning. At least it is if you want to win."
These quotes reflect Munger's emphasis on continuous learning, rational decision-making, and a long-term perspective in investing and life.
R.I.P. king 👑
@MaximeHeckel@housecor Yup, this is exactly how we do it. Test harness is responsible for creating and destroying any dependent data for the tests (outside of data the tests create/manipulate/destroy). And if someone makes changes that break tests, they’re responsible for fixing them.