Quarkus 3.37.0.CR1: extensions start teaching the AI coding agent

The release notes for Quarkus 3.37.0.CR1 read like a busy week. A wave of entries adds an “AI skill” to specific extensions, including quarkus-quartz, quarkus-hibernate-reactive, quarkus-redis-cache, and quarkus-security-jpa. One line introduces the ability to get response metadata in a streamed response. One enables Jackson reflection-free serializers by default. Two of these lines, read slowly, change … Read more

LangChain4j Brings the Blackboard Pattern to the JVM

The LangChain4j 1.16.0 release notes carry a line that should make anyone running a multi-agent system on the JVM stop scrolling: Introduce Blackboard agentic pattern. Until now, when you wanted agents to coordinate in LangChain4j, you reached for one of the orchestration shapes the library already gave you through AgenticServices: a sequence, a parallel fan-out … Read more