AI Embedded Coding vs AI Generated Code

I realized this week that I wrote a piece of code that would be much better handled by AI. So I replaced the ‘hardcoded code’ with a prompted part. It performs way better ( 98% vs 75% success rate in finding the right account) and now I mostly wonder why I didn’t do it that way the first time. Old habits die hard (And of course our AI coding tools will never recommend doing it that way at the moment, they just happily churn out more code :slight_smile: )

I wrote about it (not paywalled) on Medium:
https://medium.com/@jlvalorvc/the-case-for-ai-embedded-coding-1c25b35283b2

It really felt like the next step in the Assembly vs C etc evolution.

1 Like