Downgrading from Claude Opus 4.7 to 4.6
Anthropic’s Opus 4.7 ships with better benchmarks but persistent hallucinations. Here’s what’s real, what’s hype, and how to roll back to 4.6.
Anthropic’s Opus 4.7 ships with better benchmarks but persistent hallucinations. Here’s what’s real, what’s hype, and how to roll back to 4.6.
Shipped alongside Claude Opus 4.7, /ultrareview is the heavyweight cousin of the /review command we already covered. Where /review is a quick sanity check you run between keystrokes, /ultrareview is what you fire up before pushing that big refactor to the main branch – the one that touched half your DPR, three packages, and the
I just published a new GitHub repository: Awesome-AI-For-Delphi. It is a curated list of tools, libraries, MCP servers, and resources for using AI with Delphi. Think of it as a single place to discover everything that exists at the intersection of AI and Pascal/Delphi development. The list covers: MCP Servers — let Claude Code and
“AI-Assisted Development for Delphi” is the fifth book in the “Delphi in All Its Glory” series. Released April 2026. Why This Book Exists There are a gazillion books about AI out there. This is the only one written for Delphi developers. Your LinkedIn feed says programmers will be obsolete by next Thursday. Meanwhile, you’re
The “Delphi in all its glory” book [5] – AI-Assisted Development for Delphi Read More »
The Controversy In early 2026, two independent research teams published the first empirical studies on whether CLAUDE.md-style instruction files actually improve AI coding performance. Their headlines seemed to tell different stories — one modest, one dramatic. Tech blogs promptly cherry-picked the modest one and ran with it. An article on XDA Developers declared that CLAUDE.md
The Science Behind CLAUDE.md: What the Research Says Read More »
The Delphi ecosystem has grown significantly for AI integration. Here’s what’s available today for adding AI image generation to your Delphi applications: Official Components (GetIt / RAD Studio) Stability.ai API Wrapper for Delphi — Available on GetIt. Wraps Stability AI’s cloud API for Stable Diffusion 3.5, Stable Image Ultra. Supports image generation, editing, upscaling, and
AI Image Generation from Delphi — A 2026 Roundup Read More »
On a very “intelligent” discussion on en.delphipraxis.net, an AI zealot tried to convince me that nowadays the AI CAN count how many r’s are in the word strawberry. You know… the old meme. What the AI-defenders don’t understand is that even if the AI can give you a correct answer to that question, it is
Mum…. Come over quickly… I think I broke the AI! Read More »
I made a Delphi skill document for Claude Code, but it should work with any other AI as well. # Global Programming Conventions These conventions apply to all my Delphi projects. Main target is Delphi 13. When possible keep compatibility with lower versions of Delphi, but not lower than Delphi Rio. ## Boilerplate Code Avoid
Prompt: Can I Claude Code build from command line via MSBuild and then analyze the output of the Delphi compiler/msbuild? The compiler is located in c:\Delphi\Delphi 13\bin\dcc32.EXE but I would prefer to pass the dproj file to MsBuild. I think MsBuild is installed here: c:\Windows\Microsoft.NET\Framework64\v4.0.30319\MSBuild.exe Answer: this requires the user to enable the WSL Interop
Claude Installation /help Get usage help /config Open the Settings interface (Config tab) /doctor Checks the health of your Claude Code installation /exit Exit the REPL Claude Setup /model Select or change the AI model /output-style [style] Set the output style directly or from a selection menu This changes how Claude Code communicates with
Using Claude Code for Delphi — What I Learned Writing a Book About It What started as a frustrated blog post became a 280-page book. Here’s the story. In early 2026, a post on Delphipraxis claimed that one hour of development with Claude Code was worth a full day of solo programming. Bold claim. I
“Free Code Agent: Build Faster Right in Your RAD Studio IDE” Presented by Yai (CTO at Solutions, Embarcadero MVP) Core Idea * AI Code Agents are tools that accelerate coding tasks by generating, refactoring, and scaffolding code inside your IDE. * They do not replace developers; they augment productivity. * Example used: Gemini CLI
I decided to open source my AI client. For the moment it only supports Gemini, but it can be easily extended to support multiple LLMs by extending TLLMObject. * Support for sending multiple files to AI * Support for multi-turn chat * GUI to set up the LLM parameters * Save settings to disk for
I’ve seen this trend where AI lacks (compared with other languages) when you try to use it for Delphi (VCL). Probably not their fault. Probably because of lack of code on GitHub…. 😞 Initially, I thought it was only an impression, but later tests (for example, generating a full program with Replit in Delphi and
Generate your key here https://aistudio.google.com/app/apikeyand enter it into the IDE. As URL enter: https://generativelanguage.googleapis.com/v1 Parameters Top-P [official documentation] Top-P changes how the model selects tokens for output. Tokens are selected from the most (see top-K) to least probable until the sum of their probabilities equals the top-P value. For example, if tokens A, B, and
Connecting Delphi 12 to Gemini AI (Smart CodeInsight) Read More »
My Experience with Cursor: The Promise and the Reality 2025.01 This week, I had the opportunity (or perhaps the misfortune?) to try out Cursor, a new tool that promises to enhance productivity for programmers. As someone who primarily works in Delphi, I was curious to see how it would stack up. Cursor is an AI-powered