lmao… when you give an LLM unlimited power and an ill-defined role, it assumes the position of a shitty project manager, of course
It’s learning capabilities are clearly unrivaled
I kinda feel like GPT is if you skipped college and just went with the apprenticeship strategy but it’s apprenticeship was with Reddit posts
Good enough but every now and then has some wildly inaccurate shit sprinkled in just enough to make you question the integrity of the whole thing.
LLMs (unless implemented with general knowledge AI) will never be accurate or more than a novelty toy. It’s close to being iRobot but right now it’s just an abacus. The future won’t be about one model, it’ll be about orchestration of models or the development of model ecosystems to make a better overall symphony as the product/tool
LLMs (unless implemented with general knowledge AI) will never be accurate or more than a novelty toy.
I see Bing horribly confabulate all the time (and sometimes subsequently gaslight).
Thus I was surprised at last month’s Klarna news:
Wonder what’s going on behind the scenes.
This is the value I see in AI is letting human agents work way faster. An AI which is trained on your previous human-managed tickets and suggests the right queue, status and response but still allows the human agents to ultimately approve or rewrite the AI response before sending would save a mountain of work for any kind of queue work and chat support work
I bet that 75% of support requests are people who didn’t read the FAQ, and if you can get humans not doing that, it’s much better for both
People just don’t get it… LLMs are unreliable, casual, and easily distracted/incepted.
They’re also fucking magic.
That’s the starting point - those are the traits of the technology. So what is it useful for?
You said drafting basically - and yeah, absolutely. Solid use case.
Here’s the biggest one right now, IMO - education. An occasionally unreliable tutor is actually better than a perfect one - it makes you pay attention. Hook it into docs or a search through unstructured comments? It can rephrase for you, dumb it down or just present it casually. It can generate examples, and even tie concepts together thematically
Text generation - this is niche for “proper” usage, but very useful. I’m making a game, I want an arbitrarily large number of quest chains with dialogue. We’re talking every city in the US (for now), I don’t need high quality or perfect accuracy - I need to take a procedurally generated quest and fluff it up with some dialogue.
Assistants - if you take your news feed or morning brief (or most anything else), they can present the information in a more human way. It can curate, summarize, or even make a feed interactive with conversation. They can even do fantastic transcriptions and pretty good image recognition to handle all sorts of media
There’s plenty more, but here’s the thing - none of those are particularly economically valuable. Valuable at an individual/human level, but not something people are willing to pay for.
The tech is far from useless… Even in it’s current state, running on minimal hardware, it can do all sorts of formerly impossible things.
It’s just being sold as what they want it to be, not what it is
Copilot isn’t wrong, they are the best person for the task. 🤷
AI: “Can I copy your work?”
Phil: “Just don’t make it obvious.”
AI:
So how exactly does this work?
Copilot is just an LLM trained on all GitHub code. Hence it gives you random stuff from some open source code bases.
Not random, the most used stuff It means this man is either very productive, or else he is constantly having to be told to do his job.
It is enough if his name appears just once. Modern language models take more than just the last few characters as context.
Oh! I can do better than the LLM to write code:
// TODO (Linus Torvalds) write this app for me, kthxbye.
From : [email protected]
🖕
@[email protected] has a fedi account.
Oh nice! Does this exist for EU as well?
Can someone explain why April is nervous about having the username April? I don’t get it
Other people reading ToDo(April) will probably assume that feature is slated for April, the month.
Because if you didn’t know better, someone seeing “TODO(April)” would probably assume it means “do this sometime in April.” Especially since we’re in the middle of March, with April just around the corner. She’s probably about to get e-mail bombed by git requests.
Does anybody mind explaining, how this might have happened?
Copilot is a LLM. So it’s just predicting what should come next, word by word, based off the data its been fed. It has no concept of whether or not its answer makes sense.
So if you’ve scraped a bunch of open source github projects that this guy has worked on, he probably has a lot of TODOs assigned to him in various projects. When Copilot sees you typing “TODO(” it tries to predict what the nextthing you’re going to type is. And a common thing to follow “TODO(” in it’s data set is this guy’s username, so it goes ahead and suggests it, whether or not the guy is actually on the project and suggesting him would make any sort of sense.
You can absolutely add constraints to control for hallucinations. Copilot apparently doesn’t have enough, though.
If GitHub Copilot is anything like Windows Copilot, I can’t say I’m surprised.
“Please minimize all my windows”
“Windows are glass panes invented by Michael Jackson in imperial China, during the invasion of the southern sea. Sources 1 2 3”
I thought it synced some requests and assigned projects to another user (Saw an ad about github Copilot managing issues and writing PR descriptions sometime ago)
It’s no different from GPT knowing the plot of Aliens or who played the main role in Matilda.
lol, did you post Xcrement of a post from Bluesky.
im so sad that people are going to bluesky instead of mastadon
I really tried, a few times and I just can’t make it exciting. I find it so boring to search for people and tags I wantto follow. That said, I wasn’t a huge Twitter user before, and i don’t have bluesky. I’m just hoping one day, mastodon clicks with me.
You’re like me you just don’t like user-based sites, I simply much prefer to follow topics than people, I fucking hate people why would I follow them online.
I use copilot every day and I have zero clue what this means but I assume it has nothing to do with copilot… ?
Copilot is regurgitating the code he wrote, complete with comments addressed to himself
Weird…
This is exactly what it does. It steals code and does not abide by it’s license.
Often it also removes or changes the license/attribution.