That tracks, AI is somehow twice as annoying as nfts and I've been dying for a decent ARM / RISC-V Linux laptop.
Technology
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
Approved Bots
I have actually come to prefer using AI instead of a search engine at work for most things sysadmin related (using DuckDuckGo’s AI chat feature), but I 100% have found that Copilot performs far worse than competing products. Having it that engrained in the computer is a very negative feature, despite the battery improvements.
The Copilot in Windows and in Bing is quite bad, but the Github Copilot seems better. If you know of a clearly better one for programming I'm interested in trying things out.
Copilot sucks. Gemeni is a sassy teenager. Chatgpt 4o is actually halfway decent. When they announced Gemeni had a million context tokens, that was awesome. But it can't give coherent output to save its life. Useless.
Perplexity.ai is also pretty nice. As far as I understand, it's just some version of chatgpt but with the ability to search the web.
"Chatgpt 4o is actually halfway decent."
I think I need to redo my parameters cuz you aren't the first person I've seen say this. I wasconvinced it got dumber lol
It got worse. We adapted parameters to try to compensate. You didn't do anything wrong. You've just not yet implemented continuous improvement.
Any recommendations for where to start for improving it's efficiency?
I feel like narrow AI tools duped me for a while, but the more I started to really use Chat GPT professionally, the more I've likened it to professional mimicking software. It essentially works to pyt out responses that sound the most convincing but have nothing to do with putting out responses that are actually at all accurate. These are terrible tools outside of asking basic questions, idea generation, and generally summarizing existing information you feed into it. I use it to help me make lists and better phrase emails and company messages at this point and nothing that actually requires any actual fact finding.
Professional bullshit artists, in the sense of the technical definition given by Harry Frankfurt in his influential book:
Frankfurt determines that bullshit is speech intended to persuade without regard for truth. The liar cares about the truth and attempts to hide it; the bullshitter doesn't care whether what they say is true or false.
this is like all sports analysts
It's a good troubleshooting tool. Pasting in weird error messages that don't turn up any useful search results is pretty useful, even if the response it gives is partially inaccurate, it usually at least gives a bit more information than a search engine, which gives me more context to narrow my search terms and find a solution to the error.
It's especially useful for learning Nix, since the online documentation is a bit shit and ChatGPT seems to have enough grasp on the Nix language and how to configure things in NixOS to tell me what I'm doing wrong.