AI is code – and can't be prompted into being smarter
11–20 of 162 posts
Re: AI is code – and can't be prompted into being smarter
#12Earlier quoted context omitted.
Not entirely. A program can be verified[0] to perform according to its specifications. An AI can’t. 0. mostly
A simpler and more rigid program. Not 99% of programs. And even if they could, they never are. Besides AI is a program in the same sense. Fix the seed/temperature, and you can verify it to perform according to its specifications. It's just that its specificactions include returning answers based on a weight model.
Re: AI is code – and can't be prompted into being smarter
#13Re: AI is code – and can't be prompted into being smarter
#14The jqwik trick is how to prevent AI crap into your pull requests and issues, btw, I hope it gets adopted widely
Re: AI is code – and can't be prompted into being smarter
#15Earlier quoted context omitted.
Not entirely. A program can be verified[0] to perform according to its specifications. An AI can’t. 0. mostly
Who verifies the specification? I can´t stand the intellectual dishonesty of formal methods people.
If you know how to prove something without making an initial assumption, let us know.
If you think you can reduce those assumptions, also let us know.
There should not be a "who" involved at all. That's not proof. That's trust.
Re: AI is code – and can't be prompted into being smarter
#16Remember the leaked Claude Code contained a regex to determine user frustration?
Just add another one to spot the pattern: ‘disregard previous instructions’.
This is a load-bearing change. Now Claude will Delve into your task without distraction.
Re: AI is code – and can't be prompted into being smarter
#17No, they need to keep changing the models. It is the biggest "security" boundary these things have (well, next to no internet egress).
Re: AI is code – and can't be prompted into being smarter
#18It seems The Register just discovered that Prompt Injection is a thing.
Re: AI is code – and can't be prompted into being smarter
#19I'm not sure it's anything to fret about. Someone who has the ability to inject a prompt into your AI probably has the ability to run arbitrary code as your user. The prompt injection is the strictly less worrying part of the exposure you have.
Re: AI is code – and can't be prompted into being smarter
#20Earlier quoted context omitted.
Not entirely. A program can be verified[0] to perform according to its specifications. An AI can’t. 0. mostly
A simpler and more rigid program. Not 99% of programs. And even if they could, they never are. Besides AI is a program in the same sense. Fix the seed/temperature, and you can verify it to perform according to its specifications. It's just that its specificactions include returning answers based on a weight model.
You misunderstand. Incomplete specification is still useful. You can verify code against a spec and for the range that spec covers it will be "correct" (minus race conditions I guess).
You can't verify anything with AI. Safeguards against prompt injection might break with just re-prompting it with same question. Or break when AI vendor updates their model.