AI

Awesome AI for Delphi — a curated GitHub list

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

Awesome AI for Delphi — a curated GitHub list Read More »

The “Delphi in all its glory” book [5] – AI-Assisted Development for Delphi

“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 Science Behind CLAUDE.md: What the Research Says

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 »

AI Image Generation from Delphi — A 2026 Roundup

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 »

Connecting Claude to Delphi

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

Connecting Claude to Delphi Read More »

Embarcadero Delphi CodeRage 2025 Summary [Day1] Free Code Agent: Build Faster Right in Your RAD Studio IDE

“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

Embarcadero Delphi CodeRage 2025 Summary [Day1] Free Code Agent: Build Faster Right in Your RAD Studio IDE Read More »

Connecting Delphi 12 to Gemini AI (Smart CodeInsight)

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 »

AI plugins for Delphi (a sad story)

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

AI plugins for Delphi (a sad story) Read More »

Scroll to Top