Tagged articles

Embabel

6 articles · Page 1 of 1
Su San Talks Tech
Su San Talks Tech
Sep 18, 2026 · Artificial Intelligence

Java AI Framework Selection: Choose by Architectural Layer, Not Feature Lists

This guide categorizes Java AI frameworks into infrastructure and orchestration layers, comparing Spring AI, LangChain4j, Solon AI, Spring AI Alibaba, AgentScope, and Embabel with code examples, version requirements, and decision criteria for matching frameworks to project constraints and use cases.

AgentScopeEmbabelJava AI frameworks
0 likes · 28 min read
Java AI Framework Selection: Choose by Architectural Layer, Not Feature Lists
Architecture Digest
Architecture Digest
Aug 12, 2026 · Artificial Intelligence

Practical Multi‑Model Routing with Embabel: Mixing DeepSeek and Claude

The article explains why a single LLM cannot satisfy all stages of an AI pipeline, introduces Embabel's declarative routing that separates concerns across four layers, shows how a four‑dimensional decision matrix assigns cheap or best models to each step, and presents benchmark results demonstrating up to 70% cost reduction while retaining 95% of the quality of an all‑Claude solution.

ClaudeDeepSeekEmbabel
0 likes · 16 min read
Practical Multi‑Model Routing with Embabel: Mixing DeepSeek and Claude
Architecture Digest
Architecture Digest
Aug 11, 2026 · Backend Development

Run Your First Embabel Java Agent in 30 Minutes: A Hands‑On Guide

This article walks you through setting up the environment, creating a Spring Boot project, defining strong‑typed domain models, implementing @Action methods, declaring goals, and running an interactive shell so you can build and execute a fully functional Embabel Java Agent that automatically generates a research brief.

AIEmbabelJava
0 likes · 9 min read
Run Your First Embabel Java Agent in 30 Minutes: A Hands‑On Guide
Architect's Tech Stack
Architect's Tech Stack
Aug 3, 2026 · Artificial Intelligence

Spring Founder Returns with a New AI Agent Framework

Rod Johnson, the creator of Spring, introduces Embabel—a Kotlin‑based AI agent framework that uses GOAP planning to make agents deterministic, explainable, and Java‑friendly, aiming to turn uncontrolled AI demos into production‑ready systems.

AI agentsEmbabelGOAP
0 likes · 3 min read
Spring Founder Returns with a New AI Agent Framework