Win / Conspiracies
Conspiracies
Sign In
DEFAULT COMMUNITIES All General AskWin Funny Technology Animals Sports Gaming DIY Health Positive Privacy
Reason: None provided.

No it's not......it's code is laughable. It's not even great except for atomic operations.

It will literally hallucinate variables, make up functions that are slightly different names then they are supposed to be, it is not even great at making comments for code.

It struggles to optimize anything, and while it can spot syntax errors it will typically fail to recognize scale problems or issues with structural problems. It also loves adding things that do nothing or unnecessary stuff.

When asked for specifics it fails to deliver and usually the only thing it can do is auto complete after some repetition.

It helps speed up tedious tasks and boiler plate....but it fails to deliver logic. I have also not been able to successfully optimize my code and I am sure it's not fully optimized.

It also fails to build anything larger than a chat bot conceptually. It cannot fathom all the interconnectedness....most programmers can't either. So the prompts are inadequate....

Also.....code is typically around a typical context - ie Domain. So it tends to be information dense and also can be multiple states based on conditions of the situation, whereas the LLM are outputting based on a closed solution. They will typically generalize and cannot provide the necessary insight that would be needed...and how would the programmer know unless they also have the knowledge.....

We are back to TDD now....we need to have all the tests for the AI to be checked against.....

25 days ago
1 score
Reason: Original

No it's not......it's code is laughable. It's not even great except for atomic operations.

It will literally hallucinate variables, make up functions that are slightly different names then they are supposed to be, it is not even great at making comments for code.

It struggles to optimize anything, and while it can spot syntax errors it will typically fail to recognize scale problems or issues with structural problems. It also loves adding things that do nothing or unnecessary stuff.

When asked for specifics it fails to deliver and usually the only thing it can do is auto complete after some repetition.

It helps speed up tedious tasks and boiler plate....but it fails to deliver logic. I have also not been able to successfully optimize my code and I am sure it's not fully optimized.

It also fails to build anything larger than a chat bot conceptually. It cannot fathom all the interconnectedness....most programmers can't either. So the prompts are inadequate....

25 days ago
1 score