I find this article deeply thought-provoking and at times disturbing, for multiple reasons. I am not yet sure what to make out of it, as many parts are very alien to my "feeling of what is right and wrong", while the others are pending more debate, so for now I am just leaving it here for further processing.

https://www.timdavis.com/blog/probabilistic-engineering-and-the-24-7-employee

#AI #LLM #vibe #danger #probabilistic

Tim Davis | Probabilistic engineering and the 24-7 employee

Software is quietly becoming a probabilistic system. Generation has become cheap but validation has not, and correctness is becoming something you believe rather than know. The shift from deterministic to probabilistic engineering, the splitting of roles, and the 24-7 employee whose agent fleet work

TD

"Probabilistic Machine Learning", Murphy (2012, 2022, 2023)

MIT licensed PDF drafts published by the author are at https://github.com/probml/pml-book.

As the #PML name suggests, these books present #ML from the #probabilistic perspective—that is, ML presented the right way.

The 2022 and 2023 books (An Introduction and Advanced Topics) are the updated, expanded version of the original 2012 book. The new books provide a comprehensive coverage of ML as it was, circa 2021.

These books are not only comprehensive in the coverage of ML, they are also self-contained in that they provide all requisite mathematical background, without slapping the reader across the face with fine turns of phrases. They are written in an authentic, genuine, heartfelt style, a bit of a rarity amongst AI/ML publications, today. They are, in my view, the most effective self-study guides for upper-level undergraduate students, beginning graduate students, and experienced IT practitioners who aims to study the concepts in depth—they who are dissatisfied with just making shallow API calls.

The older book uses MATLAB, and the newer ones use Python. Naturally! But using probabilistic DSLs—Figaro, Church, Anglican, WebPPL, etc.—with these books maybe even more effective.

GitHub - probml/pml-book: "Probabilistic Machine Learning" - a book series by Kevin Murphy

"Probabilistic Machine Learning" - a book series by Kevin Murphy - probml/pml-book

GitHub
A functionally reversible probabilistic computing architecture enabled by interactions of current-controlled magnetic devices

GitHub - automata/awesome-probabilistic-programming: Carefully curated list of awesome Probabilistic Programming resources

Carefully curated list of awesome Probabilistic Programming resources - automata/awesome-probabilistic-programming

GitHub

#Introduction I've been around the Fediverse for a few years, but at some point I ended up abandoning this account 🙈

So... let’s try again.

I teach computer science at VRAIN-UPV (Universitat Politècnica de València, Spain). My research interests include things like explainable and symbolic #AI, #probabilistic #logic programming/term rewriting, #causality, #concurrency, #programming languages, #reversible computing, program #verification, and #debugging.

Outside of work, I'm into #photography and I'm a big #sci-fi fan (books, movies, and TV shows). I also enjoy traveling, cooking, and getting outside for a walk or a run.

Languages: Spanish (native), Catalan, English, and some Italian.

The CEO of this company is total Silicon Valley right wing -pilled, but his tech is fucking solid.

This is the right way to do #AI.. Fuck GPU’s, design the hardware for probabilistic computing from scratch.

Result: 10000x less power required.

This opens the way to me running AI some day: On my own device, without a network connection.

https://youtube.com/watch?v=Y28JQzS6TlE

#extropic #tsu #thermodynamic #probabilistic #computing

Hello Thermo World | Extropic

YouTube
Building AI Products In The Probabilistic Era https://giansegato.com/essays/probabilistic-era (So many good points! Science not engineering, etc. See also latest post from Jakob Nielsen) #AI #probabilistic #TechChange
Building AI Products In The Probabilistic Era https://giansegato.com/essays/probabilistic-era (So many good points! Science not engineering, etc. See also latest post from Jakob Nielsen) #AI #probabilistic #TechChange
Probabilistic Artificial Intelligence

Artificial intelligence commonly refers to the science and engineering of artificial systems that can carry out tasks generally associated with requiring aspects of human intelligence, such as playing games, translating languages, and driving cars. In recent years, there have been exciting advances in learning-based, data-driven approaches towards AI, and machine learning and deep learning have enabled computer systems to perceive the world in unprecedented ways. Reinforcement learning has enabled breakthroughs in complex games such as Go and challenging robotics tasks such as quadrupedal locomotion. A key aspect of intelligence is to not only make predictions, but reason about the uncertainty in these predictions, and to consider this uncertainty when making decisions. This is what this manuscript on "Probabilistic Artificial Intelligence" is about. The first part covers probabilistic approaches to machine learning. We discuss the differentiation between "epistemic" uncertainty due to lack of data and "aleatoric" uncertainty, which is irreducible and stems, e.g., from noisy observations and outcomes. We discuss concrete approaches towards probabilistic inference and modern approaches to efficient approximate inference. The second part of the manuscript is about taking uncertainty into account in sequential decision tasks. We consider active learning and Bayesian optimization -- approaches that collect data by proposing experiments that are informative for reducing the epistemic uncertainty. We then consider reinforcement learning and modern deep RL approaches that use neural network function approximation. We close by discussing modern approaches in model-based RL, which harness epistemic and aleatoric uncertainty to guide exploration, while also reasoning about safety.

arXiv.org