Your Agent Needs to Read Before It Writes
A few months ago I asked an AI agent to write some Quarkus code for me. The code came back, and it worked. It compiled, it booted, it answered. If the bar were “it works”, the story would end here. Then I read the code: @Produces @ApplicationScoped public PromptGuardAgent promptGuardAgent() { ChatModel guardModel = OllamaChatModel.builder() … Read more