Skip to content
TILens What matters today in tech v0.0.9
Theme

Topic - Edition

Java

2 items on 03 May 2026
Java

Live Coding at Devoxx Greece: Your Java Code Is Your LLM Prompt

LLMs know Java's normative APIs, specifications, and implementations. That changes how you write code. Code structure, naming conventions, and adherence to standards directly affect what LLMs generate. Well-structured,…

Source: Adam Bien Blog
Java

Designing a team of agents

I continue to experiment with AI in the context of software engineering. I’m fortunate that my team supports me in exploring different ways to improve our daily work. This week, I designed a team of autonomous agents to…

Source: A Java geek