Embedding a scripting engine in a .NET MAUI app — dynamic logic, BLE commands, zero app updates

Glowing cube connected with digital data streams between smartphone and tablet on desk

The starting point MOGWAI is an open-source stack-based RPN scripting engine for .NET that I have been building and using in production for several years. If you are not familiar with RPN (Reverse Polish Notation), think of the execution model used by HP calculators: operands are pushed onto a stack, and operations consume them. MOGWAI … Read more

Qu’est ce qu’une hallucination pour une IA ?

Glowing interconnected nodes forming a digital network with light trails

Comme vous avez pu le constater, je travaille sur mes projets personnels avec l’IA CLAUDE. J’ai d’ailleurs écrit un petit article à ce sujet dernièrement. J’ai donc pas mal d’interactions avec lui et parfois les conversations sont particulièrement intéressantes. Il y a quelques jours, CLAUDE m’a expliqué que son modèle avait moins d’hallucinations que ses … Read more

MOGWAI v8.6 — Objects and Assertions

3D blockchain node composed of interconnected glowing neon data blocks in a server room

MOGWAI just hit version 8.6, and this one comes with two features that have been on the roadmap for a long time: a full object-oriented programming system, and a built-in assertion primitive. Let’s take a tour. Object-Oriented Programming in a Stack-Based Language If you’ve been following MOGWAI for a while, you know the language is … Read more