One Base URL, Many Coding Agents: What an OpenAI-Compatible Gateway Looks Like From java.net.http
Table of Contents What a gateway is, mechanicallyProbing it from JavaThe boundary a Java developer should care aboutLesson one: code does not tokenize like proseLesson two: refresh the token before it dies, one per serverA checklist before you paste a ...
-
“Commit created” — but it isn’t: why the agent’s word needs external verification, and what the mistake costs
Table of Contents What the issue trackers show”Committed” and “pushed”Where the JetBrains IDE keeps the evidenceA five-minute walkthroughAcceptance checklist for agent-reported side effectsFAQConclusionSourcesA detailed report reads like proof. The agent lists the files it touched, names the branch, quotes a …
-
How to Create a Spring Boot Fraud Scoring Service
Table of Contents Step 1 — Get the original example running1.1 Install Deep Netts into your local Maven repository1.2 Clone and run the example1.3 Understand what’s in the dataStep 2 — Make the split deterministicStep 3 — Train and export …
-
JC-AI Newsletter #16
Over the past two weeks, the field of artificial intelligence has continued its remarkable pace of advancement. As AI becomes increasingly woven into the fabric of daily life, shaping how we work, communicate, and make decisions, it is both timely …
-
“Agentic” Was Everywhere at Money20/20 Amsterdam — Once I Started Looking
Table of Contents Core banking, reimagined as “AI-native”Payments and money movementLending, credit, and collectionsRisk, fraud, and complianceBuild-your-own-agent platforms and toolingData and infrastructure underneath it allContent, language, and trustServices and talentConclusionsI walked the floor at Money20/20 in Amsterdam with a simple …
-
Explore Spring AI SDK – Amazon Bedrock AgentCore – Part 1
Table of Contents IntroductionRole of Agentic AI FrameworksWhat is Spring AI and Spring AI SDK?What is Amazon Bedrock AgentCore and Why?Amazon Bedrock AgentCore Capabilties1. AgentCore Runtime2. AgentCore Memory3. AgentCore Gateway4. AgentCore Identity5. AgentCore Policy6. Build-inTool: Code Interpreter7. Build-inTool: Browser8. Gen …
-
JC-AI Newsletter #15
Over the past two weeks, the field of artificial intelligence has continued its remarkable pace of advancement. As AI becomes increasingly woven into the fabric of daily life, shaping how we work, communicate, and make decisions, it is both timely …
-
JC-AI Newsletter #14
Two weeks have passed and a lot have been happening on the field of artificial-intelligence. Two weeks have passed and a lot has been silently yet visibly happening in the field of artificial intelligence. This newsletter brings interesting developments, including …
-
From “Crypto AI” to general AI: Do AI agents dream of electric langoustines?
Table of Contents The shift that matters for agent commerce – From “Crypto AI” to general AIWhat changed in x402 and ERC-8004 in the last month or so?This is the moment that unlocked agent commerceWhat is still missing?What does the …
-
Enabling AI Agents to Use a Real Debugger Instead of Logging
Table of Contents The JDK ships a perfectly good debugger. Nobody uses it.Agent Skills: Teaching new tricks through MarkdownBuilding the skill: a conversation with CopilotWhat the skill containsThe real test: debugging a buggy Swing app, liveThe debugging sessionA small but …