No AI truly knows what it’s doing. You can give it things to call out to, but you can’t know for sure if it will use them, and definitely can’t know it will pass it the right parameters.
How is looking at ascii values supposed to help when someone prompts it with “calculate the sum of the numbers above”? The whole point is that no matter what kind of prescreening you add to an LLM, people will write prompts which are missed by the screening.
Shouldn’t excelAI know when it’s doing math?
No AI truly knows what it’s doing. You can give it things to call out to, but you can’t know for sure if it will use them, and definitely can’t know it will pass it the right parameters.
It can recognise the difference between text(>63) and numbers (<58). Even if it’s just a preprocessing screening.
How is looking at ascii values supposed to help when someone prompts it with “calculate the sum of the numbers above”? The whole point is that no matter what kind of prescreening you add to an LLM, people will write prompts which are missed by the screening.