đ Two More Perspectives from AI CodeCamp: From Game Dreams to Code Defenses
As AI CodeCamp winds down, two very differentâbut equally tellingâsessions rounded out the event.

đź Creating Games with AI â and Surprising Yourself
As AI CodeCamp winds down, two very differentâbut equally tellingâsessions rounded out the event.



An overview of 3D development and how AI can be your assistant in the effort.
Eric Bergerâs âHow to Use AI to Create Commercial-Quality Gamesâ took a hands-on approach to building a small 3D game using his Gorilla3D framework. At first glance, this seemed nicheâespecially for those of us not actively building games. But what started as a demo of character models and dialog design turned into a mini-epiphany: it's not just about games.
The real story here was about resourcesâhow AI can fill skill gaps in animation, texturing, audio, voice, and even storytelling. Even if you're not game-focused, Bergerâs framework could be a springboard for all kinds of interactive applications. When asked directly about other use cases, he rattled off several that might help developers across industries, from training simulations to architectural walkthroughs. The fact that the full demo clocked in at around 180 lines of code made this even more approachable.
Gorilla3Dâbased on FireMonkeyâcould become a quiet powerhouse for Delphi developers looking to experiment beyond forms and grids. And for those with creative ideas but limited teams, Berger showed that AI can be more than hype: it can be help.
đ§Ș DerScanner: Vulnerability Scanning with AIâor Rules?



Avoiding vulnerabilities: the view from 30,000 feet.
Valerie Kim from DerScanner presented a more complexâand less polishedâtalk: âAI Revolution: How to (not) generate vulnerabilities.â The aim was ambitious: use AI to detect, explain, and mitigate code vulnerabilities before they land in production.
At first, it sounded like an LLM-based solution that checks AI-generated code for errors. But as the session unfolded, it became clear that DerScanner is primarily a rules-based engine using techniques like SAST, DAST, and SCAâproven, if conventional, approaches. Their proprietary âConfi AIâ engine helps reduce false positives, but it doesnât appear to be an LLM in the usual sense. So, the âAIâ might be closer to âautomated inferenceâ than GPT-style reasoning.
That said, DerScanner occupies a unique symbolic space right now. It reflects where many of us stand: trying to navigate this uncertain territory, wondering if we're witnessing the twilight of the old orderâor awaiting a harsher reckoning. Some might recognize the echoes of GötterdĂ€mmerung or even Dies Irae here. One hopes for cleansing fire and rebirthâbut the verdict isnât in yet.
To be fair, DerScanner has been doing code scanning for over a decade. Their tooling likely excels at finding known vulnerability patterns in legacy codeâespecially useful when upgrading large systems. But the session suffered from technical glitches and some ambiguity. Was AI checking the rules engine? Were LLMs being queried at any point? Who makes the final call on the suggested fixes? These werenât clearly addressed.
The broader criticisms of AIâhallucinations, data exposure, inaccuracyâfelt tired. Most developers today recognize that humans make plenty of mistakes, too. The real challenge is deciding where automation can best assist without introducing new risks.
Still, Embarcadero seems to value DerScanner, and Barkerâs endorsement suggests thereâs more to come. A better-prepared demo and a clear architectural walkthrough would go a long way in showing how DerScanner actually worksâand why it deserves a seat at the table.
đ§© Takeaways


Day 5 presenters.
- Berger's Gorilla3D: A compact, surprisingly versatile toolkit that could help even non-gamers visualize and animate ideas quickly with AI support.
- DerScanner: A mature tool whose value lies in its integration and historyâbut whose future in the LLM world remains a little opaque for now.
đ€ About This Post
Drafted using notes taken by a human, synthesized and organized with AI assistance, and refined by a human editor. A fine example of collaborationâAI as assistant, not oracle.