đ Getting Work Done Fast: AI in Real-World Delphi Development
These werenât speculative presentations. They were practical, hands-on demonstrations of how to get specific tasks done quickly using modern LLMs.
Two of todayâs AI CodeCamp sessions spotlighted how AI is accelerating real-world developmentâparticularly in Delphiâand doing so with surprising efficiency. These werenât speculative presentations. They were practical, hands-on demonstrations of how to get specific tasks done quickly using modern LLMs.
đ§Š Porting Python to Delphi â Fast
Presenter: Miguel Moreno
Session: Porting a Python REST client app to Delphi using AI


Key Points in the AI Approach
Miguel took an aging Python client and used ChatGPT to port itâsuccessfullyâto Delphi. Key takeaways:
- Specific, detailed prompts were essential for a clean conversion.
- One prompt converted the outdated Python class into a running Delphi console app using
HTTPClient. - A revised prompt swapped in the
RESTClientcomponent insteadâsuccessfully. - JSON responses were turned into Delphi records via a second targeted prompt.
- Human input still mattered, but overall time-to-solution was dramatically reduced.
His takeaway? âYou must talk to your AI assistant.â Iteration was key.
đ§ Small Prompts, Big Results
Presenter: Diego Emani
Session: Developing in the AI Era! Tips and Tricks


Specific Task; The prompt and the code.
This rapid-fire 17-minute talk illustrated how AI can handle 13 different coding tasks with just a few well-formed prompts. Examples included:
- Converting JSON to Delphi classes
- Suggesting SQL improvements
- Detecting bugs
- Simplifying code scopes
- Generating API call stubs
According to Diego, a recent Google study showed 21% faster development with AI helpâand his demos made that feel conservative.
âď¸ About This Post
This post was created using a collaborative workflow:
- Human-authored notes taken during the sessions
- Transcription and synthesis aided by AI
- Final editing and voice refinement by a human author
The result? A fast and faithful summary of two AI-powered developer workflowsâcreated by a team of one human and one helpful LLM.
Originally presented during AI CodeCamp 2025, Day 4.