Use Cases for AI Support?

I’m curious why integrating AI functions directly into Lucee will be beneficial. What’s the big picture and/or roadmap.

For context, Lucee 7 introduces some AI functions. AI / LLM Integration :: Lucee Documentation

So I could find out that gemma3:1b hallucinates that I’m a contributor to the spring project :slight_smile: (small models are so much worse at this)

Lucee makes integrating with different technologies easy, just like good old CFQUERY does for JDBC (well originally CF was C++, but you get the idea!)

I first discovered CF after getting frustrated trying to send mails with Perl way back in 95

1 Like

I do like the idea of abstracting some of that stuff, but it’s hard to imagine what kind of landscape we’re going to see in the future. Obviously cfquery is something that devs can’t live without. Not trying to be a contrarian, but CFML also did stuff with Forms, Ajax, Graphs, etc. which turned into a nightmare for both the CFML engine and developers who used it. However, the big difference I guess is that all that stuff was for front-end development.