• 0 Posts
  • 73 Comments
Joined 2 years ago
cake
Cake day: December 23rd, 2023

help-circle


  • I’m a software engineer and I’ll discuss it with you, rather than just down voting and walking away.

    Your use case for AI allows it to excel. Writing self contained scripts and small pieces of functionality for automation is a great use case for AI, but it isn’t what software engineers do. There is a saying that you won’t have a design problem in a code base under 10,000 lines, then all you have is design problems, and this is what AI is bad at. It can’t maintain or update or extend much larger code bases, and it can’t interpret user vagueries into concrete requirements and features.

    For me it is useful for prototyping, and for boilerplate code where I know exactly what I want but its faster to prompt it than to type it all out. I wouldn’t use it for anything critical without carefully reviewing every line it generates, which would take longer than just writing the damn code.

    I also have a big problem with the reliance a lot of people are building on AI. Remember how every other service you’ve used goes through ‘enshitification’? This will happen to AI. Once they need to be profitable and the shareholders need to get paid, the features will get worse and the prices will go up, and you will have to pay those prices if you can’t work without it. Just something to bear in mind.

    Use it if it’s useful. Don’t become reliant on it. You seem interested in coding, why not try coding something simple yourself? Try looking up the documention to see if you can use your wet brain first, and only go to the AI after. You might find you actually enjoy it, or solve problems faster because you remember how you solved them before.







  • You’re seeing insufferable people who also happen to use Linux, as insufferable people also like to be early adopters so they can say they are different and therefore better.

    There are plenty of super helpful people in the community, and Linux is well past the early adopter phase. The transition from Windows is smoother than it has ever been.


  • Is this a serious question? Crypto is inherently decentralised and anonymous, from the base technology of the blockchain. The existence of crypto exchanges is directly opposed to its entire thesis as a digital currency, and only exist because people now treat it like a speculative asset and not like money.






  • This is actually not true. You are referring to Artificial General Intelligence (AGI), an artificially intelligent system that is able to function in any context.

    Artificial Intelligence as a field of Computer Science goes back to the 50s, and is defined as systems that appear intelligent, not that actually exhibit thinking capabilities. The entire purpose of the Turing test is to appear intelligent, with no requirement that the system actually is.

    Rule based systems and statistical models are examples of AI in the scientific sense, but the public perception of what AI should mean is warped by portrayals in science fiction of what it could mean.