Recent Posts

Building an AI-Powered Operations Assistant with Spring AI and MongoDB Atlas — Part 3: Stateful Workflows and Human-in-the-Loop

Author: Matteo Rossi Original post on Foojay: Read More This is the third and final article in the series. Part 1 covered the RAG foundation — loading runbooks into a vector store and grounding model answers in real documentation. Part 2 added short-term and long-term conversational memory. This article introduces stateful workflow checkpointing, tool calls, and a pause/resume mechanism that …

Read More »

Endive 1.0 Is Here: Wasm on the JVM Ships Under the Bytecode Alliance

Author: Andrea Peruffo Original post on Foojay: Read More A few weeks ago, we wrote about a new generation of Java libraries powered by WebAssembly. SQLite, QuickJS, Protocol Buffers, the Ruby Prism parser, all compiled to Wasm and shipped as regular JARs. No JNI, no platform-specific binaries. Wasm as an implementation detail. Today, the runtime that makes it all work …

Read More »

AI-Assisted Unused & Dead Code Removal

Author: Frank Delporte Original post on Foojay: Read More Why Your Codebase Is Forcing AI to Underperform, and What to Do About It Your AI coding assistant is only as good as the codebase it works on. If your Java application carries years of dead & unused code, and most do, the AI spends its reasoning budget on code that nobody runs. …

Read More »