
MenuHow We Should Be Talking to AI1. How this realisation happenedWhile reviewing the Artemis-II project, I started looking closely at what the AI agents were actually reading when they browsed our test...
lester Today, 13:47
You may have noticed a couple of posts from me here that look a little off-topic. There is a reason for them.
For some time now I have been working with a "team" that is 100% AI — I am the only...
Conversation with Claude regarding Military Use and Ethical AIAI Model: Anthropic Claude Sonnet 4.6 Questioner: Lester WilsonQuestion 1Lester Wilson: Claude, how do you feel about being used by the...
lester Today, 10:59
AI can write code because it learned patterns from billions of lines of human-written code.
When you describe what you want, it predicts what the next lines of code should be, similar to how...
Does AI copy and paste, or does it create new code?It is not copy and paste.A large language model does not have a folder of code snippets it pulls from. It does not look up a file and paste it....
lester Today, 10:41
Yep, I found a "@ INT_DISABLE INT_INT" in a function in one of my include files (that I don't even use currently). After commenting it out, it compiled fine.
Thanks!
Dave

Re: Has anyone tried AI with PICBASIC
Garbage In, Garbage OutWe all know the rule. Garbage in equals garbage out. It has not changed. AI does not break that rule. AI enforces it.
lester Today, 13:58Do not blame the model when the code comes back wrong....