synopsis image of delphi to .net ai code conversion delivered 40% faster than deadline

How We Used LLMs to Rewrite a Legacy Delphi Application in C#

Evan Sanning .NET, Agentic AI & AI-Accelerated Development, All Industries, Articles, Artificial Intelligence, Generative AI & LLMs, Modernization Leave a Comment

We rewrote a legacy Delphi (Object Pascal) application into a .NET C# service worker in three months, beating a five-month deadline for a client in the healthcare software space.

Here’s what actually made that possible and the pitfalls we hit using LLMs along the way.

Ai-Accelerated Unit Testing header image with Vitest and React Testing Library logos

AI-Generated Unit Tests: A Practical Workflow with Vitest and React

Lou Mauget Agentic AI & AI-Accelerated Development, Articles, Generative AI & LLMs, React, Testing, TypeScript Leave a Comment

AI-generated unit testing is changing how developers write tests. Learn a practical workflow for generating unit tests with tools like ChatGPT, Claude, and Copilot using React, TypeScript, and Vitest.

AI in Coding: Using ChatGPT and Copilot to Build JavaScript Animations

Chris Vaught Agentic AI & AI-Accelerated Development, Articles, Artificial Intelligence, Development Technologies & Tools, Generative AI & LLMs, JavaScript, Tutorial 1 Comment

Artificial intelligence isnโ€™t just changing how we write codeโ€”itโ€™s transforming how we think about creativity in development. In this post, I revisit the playful spirit of early programming through a series of AI-assisted experiments using ChatGPT, GitHub Copilot, and JavaScript Canvas on CodePen. Along the way, I uncover practical lessons for developers on using AI to accelerate learning, inspire exploration, and rekindle the joy of creative coding…

Header image that says Private AI Deployment for Organizations, with real world deployment takeaways of OpenAI on Azure and DeepSeek on AWS

DeepSeek v. OpenAI: Private AI Deployment Takeaways For Enterprise

Nathan Hawkins All Industries, Articles, Artificial Intelligence, AWS, Azure, Cloud, Financial, Generative AI & LLMs, Healthcare, Insurance, Machine Learning, Manufacturing, Supply Chain & Logistics Leave a Comment

As access to AI models has become more widely available and more and more people are using these tools on a regular basis, many organizations are interested in providing AI tools to their employees and customers. A key problem with the publicly available APIs is that they have varying levels of security and privacy that donโ€™t always meet the needs …

Legacy Code Automation with AI: Building a Solution

Legacy Code Automation with AI: Building a Solution

Brenton Damron .NET, Agentic AI & AI-Accelerated Development, Articles, Artificial Intelligence, Generative AI & LLMs, Modernization Leave a Comment

This blog post serves as a thought experiment, delving into potential solutions for a pattern I have noticed on projects throughout my career. As a consultant, I work with many companies, each with unique ways of organizing and handling software development. However, throughout my career at Keyhole and elsewhere, Iโ€™ve noticed something that seems to be consistent across all dev teams: the existence of legacy code.

Legacy code can be frustrating and time-consuming to work with, so I used AI to create a solution to mitigate the hassle. While other solutions may already exist (and some may be more efficient), I found the process of creating this tool expanded my understanding; it really helped me grow as an engineer.

So, Iโ€™m using this blog post to share my process with you! Let’s dive into how AI can assist in improving application design (specifically legacy code) through automation.