Recorded the new #techtalk show episodes with @0.5ritter.de and @maritvandijk.bsky.social at JetBrains office today
Anton Arhipov
I like to think about the concept of "unknown unknowns" and often stop myself from deciding something.
antonarhipov.com/blog/00-the-...
... and the demo project
github.com/antonarhipov...
Great technical breakdown by Mark Pollack on the ACP Java SDK.
ACP = LSP for AI agents:
→ JSON-RPC
→ M+N integrations
→ IDE as control plane
Clean abstraction, strong security model – exactly what scalable IDE ↔️ AI collaboration needs.
blog.pollack.ai/p/8a0a3a73-1...
Spring Data JDBC brings out the best in #Kotlin.
Constructor-based mapping keeps val fields truly immutable. Value classes map natively – no @Embedded, no extra setup. No proxies, no hidden state.
Check it out 👇
jb.gg/agfdv4
It's superb to see the @jetbrains.com Koog 0.8 release adding Spring AI support: github.com/JetBrains/ko....
A thought experiment about an apple on a table that shows why gathering more information often reinforces the same answer instead of revealing new ones — and why changing perspective or process is wha...
Pasha Finkelshteyn and Anton Arhipov are now comparing Liquibase and Flyway in a technical showdown focused on workflows, rollbacks and developer experience.
#JNation #Java #SpringBoot #databases #Coimbra @asm0dey.site @antonarhipov.bsky.social
github.com
Demo project for the presentation on Spec-Driven Development at KotlinConf 2026 - antonarhipov/kotlinconf-sdd
This post was written together with Thorben Janssen, who has more than 20 years of experience with JPA and Hibernate and is the author of “Hibernate Tips: More than 70 Solutions to Common Hiberna
jb.gg
ACP standardizes how code editors talk to AI agents — LSP for the agent era. The Java SDK gives you annotations, a sync API, and in-memory testing. Here's what the programming model looks like.
0.8.0
Published 10 April 2026
Major Features
Spring AI Integration: Added comprehensive Spring AI support with ChatMemoryRepository and VectorStore integration for seamless persistence and retri...