Recent Posts

Think in Graphs, Not Just Chains: JGraphlet for TaskPipelines

Author: Shaaf Syed Original post on Foojay: Read More Table of Contents Let’s dive into the eight core principles that define JGraphlet. 1. A Graph-First Execution Model 2. Two Task Styles: Task and SyncTask 3. A Simple, Explicit API 4. A Clear Fan-In Input Shape 5. A Clear Run Contract 6. A Built-in Resource Lifecycle 7. Context 8. Optional Caching …

Read More »

JC-AI Newsletter #6

Author: Miro Wengner Original post on Foojay: Read More Fourteen days have passed, and it is time to present a fresh collection of readings that could influence developments in the field of artificial intelligence. Beyond opinion pieces and Java focused tutorials that can enhance your understanding of AI applications, this newsletter concentrates on Hallucination, Security, RAG and LLM benchmarking methodologies …

Read More »

Building an AI Semantic Movie Recommender With Vector Search

Author: Arek Borucki Original post on Foojay: Read More Last time, we created a vector search index in a local MongoDB Atlas cluster. Now, let’s put it to work with a real case: building an AI-powered movie recommender that suggests films similar to The Matrix–without any shared keywords. Reading time: 3-4 min The challenge This demo will be entirely based …

Read More »