"Hallucination isn't a real problem, people will always scrutinize the generated code!" Sigh...
Maccarone: AI-managed code blocks in Python
61–70 of 75 posts
Re: Maccarone: AI-managed code blocks in Python
#62It could replace template rendering in the long run.
Re: Maccarone: AI-managed code blocks in Python
#63It's so awesome to learn a new term like "macaronic language". https://en.wikipedia.org/wiki/Macaronic_language I finally have the right term to describe the warning signs from 1960's-era mainframes that coined "blinkenlichten". https://en.wikipedia.org/wiki/Blinkenlights There should be a German term for this, but "gefälschter deutscher" doesn't quite capture it.
Re: Maccarone: AI-managed code blocks in Python
#64Re: Maccarone: AI-managed code blocks in Python
#65> What prevents my program from behaving differently after each preprocessing run? >The strength of your faith in GPT-4. I got a chuckle out of that
The strength of my faith in GPT-4 has been getting stronger every year since 2016.
Re: Maccarone: AI-managed code blocks in Python
#66Practically, how often does this lead to new errors from the AI managed codeblocks when you update code elsewhere?
Re: Maccarone: AI-managed code blocks in Python
#67"Hallucination isn't a real problem, people will always scrutinize the generated code!" Sigh...
Ha, I just want to clarify that the quoted text isn't actually from the README or something like that, I'm not quite that crazy. But no real argument with the concern. An LLM will generate bugs, and that may be a reason this kind of thing never makes sense in practice (isn't that an argument against copilot, too, though?).
But yeah, I'm personally not comfortable with Copilot or its ilk, either.
Re: Maccarone: AI-managed code blocks in Python
#68Re: Maccarone: AI-managed code blocks in Python
#69It'll be hell to debug an ever shifting codebase though