This site uses Cookies. Read privacy policy.
Here is what matters in distributed systems this month. Oracle proposed removing JVMCI — Amazon pushed back. Anthropic published a Claude Code production postmortem. OpenAI shipped WebSocket Responses API. MCP lands on the JVM.
How do we actually use AI in production Scala systems at Scalac? Our senior engineer shares what works, what slows you down, and why LLMs often miss what makes Scala valuable in the first place.
1. Introduction: Agentic AI is a Backend Engineering Challenge, Not Just Prompt Engineering LLM models are useless without access to data. They can generate text, but to “find suitable candidates for open vacancies,” they must call real APIs, read results from a database, and make decisions based on the current state of the system. While […]