AI-assisted software development workflow showing planning mode, prompting, multi-agent execution, testing, and merge process

AI Coding Tools in Enterprise Software Delivery: An Architectโ€™s Workflow

Zach Gardner Agentic AI & AI-Accelerated Development, All Industries, Articles, Artificial Intelligence, Videos 1 Comment

AI coding tools are everywhere โ€” but most teams are still experimenting in isolated demos. In this architect-level walkthrough, Keyhole Software Chief Architect Zach Gardner shows how we use tools like Claude Code in real, production delivery: with planning mode, constraints-first prompting, multi-agent workflows, and the governance required for enterprise environments.

Project Valhalla: What It Means for Java Performance

Jaime Niswonger Java, Videos Leave a Comment

Project Valhalla is changing how Java works. For years, Java has been safe and easy to use. But it often uses more memory than needed. That slowed down apps that process lots of data. This project is part of the OpenJDK. Its goal is to make Java faster and leaner. New tools like value types, inline classes, and generic specialization …

Post-Quantum Cryptography Support in Java

Jaime Niswonger Java, Videos Leave a Comment

Quantum computers are advancing, and they could soon break the encryption that protects todayโ€™s data. RSA and ECC, which are standard today, may not stand up to quantum attacks. This makes post-quantum cryptography a key part of planning for long-term security. Java is already preparing for this future. New updates in the JDK add support for quantum-safe algorithms, giving developers …

Whatโ€™s New in Java 25 (LTS): Language, APIs, and Runtime Performance

Jaime Niswonger All Industries, Java, Videos Leave a Comment

Every new Java release impacts how teams build and run their applications. Java 25 arrived in September 2025 as the next long-term support (LTS) version after Java 21. It adds features that cut boilerplate, enhance security, and speed up code performance. Now is the perfect time to get familiar with updates and lay the groundwork for modernization efforts later down the line.

Below, we explain the main updates. We cover syntax, APIs, and runtime gains that can help teams save time and boost performance.

What is AI-Assisted Development?

Jaime Niswonger Agentic AI & AI-Accelerated Development, Artificial Intelligence, Keyhole, Videos Leave a Comment

In this video, we introduce AI-assisted development and where it fits into modern engineering workflows. Below, we expand on what this looks like in real enterprise delivery environments. AI-Assisted Development: How Enterprise Teams Can Move Faster Without Lowering Standards AI-assisted development is changing how software teams work. Tools like GitHub Copilot and ChatGPT can generate boilerplate, draft tests, modernize legacy …