761
AI Suggestions (programming.dev)
top 50 comments
sorted by: hot top controversial new old
[-] CompostMaterial@lemmy.world 108 points 7 months ago

You got it admit, it is a good suggestion. It just wasn't the right one. But it is trained well enough to correlate left and right together. Since those are very commonly associated together it is certainly a logical choice.

[-] bort@sopuli.xyz 69 points 7 months ago

. But it is trained well enough to correlate left and right together

eliza could do that 60 years ago

[-] FaceDeer@fedia.io 11 points 7 months ago

Why hasn't it been incorporated into IDEs until now?

load more comments (2 replies)
[-] marcos@lemmy.world 9 points 7 months ago

Ah, come-on, why do you think Eliza could do that 60 years ago?

(It couldn't. It's at most 40 years old technology, and way more likely just 30. Even though you could program Eliza to do something like this, it would be way too specific for any use.)

[-] bort@sopuli.xyz 16 points 7 months ago* (last edited 7 months ago)

It’s at most 40 years old technolog

the 60s were 60 years ago

load more comments (5 replies)
[-] Morphit@feddit.uk 3 points 7 months ago

Ah, come-on, why do you think Eliza could do that 60 years ago?

Does that question interest you?

[-] best_username_ever@sh.itjust.works 15 points 7 months ago

it’s good but it’s wrong

That’s impossible.

[-] FaceDeer@fedia.io 5 points 7 months ago

To the contrary, I see code like that all the time in my career. I've written some.

load more comments (1 replies)
[-] vox@sopuli.xyz 78 points 7 months ago* (last edited 7 months ago)

don't get the negativity towards copilot in other comments.
it's a really smart autocomplete, and this is exactly what i wanted for the past 5 years.
(yeah it's not going to replace programmers or whatever people's exaggerated opinions of it are)

wanna quickly create a wgpu bind group?
let texture_bind_group = <tab> <tab> and it's smart enough to understand the context and pull in texture and texture sampler that are already defined as local variables.

too lazy to type this obvious thing in?
(like of course the next opcode islet op = self.fetch();) just press tab and move on with your life.

wanna quickly refactor something?
select, ask CP Chat to "replace all if statements with match", check if it's correct and click confirm (it will even show git-style diffs, so it's hard for something unexpected to slip in)

it's not perfect, and it's suggestions do not match your intention like 50% of the time but when they do match or your intention is REALLY obvious (like you already wrote a clear and concise variable name and need to complete the value), you're a single keypress away from completing those 2 lines of code

It's not a total deal breaker but it's definitely very useful. (especially for me, because of my very short attention span. unless i can quickly complete a thing I'm currently working on in less than a minute i will forget about the next 10 things I was thinking of doing)

also i don't believe the price is justified, but it's free for students so of course I'm gonna use it.

(you just need to verify your student email and upload a photo of your student id on education.github.com, and you get a free gh copilot subscription, gh pro account, priority support and promos on loads of services like heroku etc while you're a student)

[-] evatronic@lemm.ee 28 points 7 months ago

I've been using it a lot lately in the day job.

My experience has been it's close but wrong often.

It shines when I am doing the same thing for 20 variables, but then I should be using a loop instead and copilot won't go there.

[-] bisby@lemmy.world 17 points 7 months ago* (last edited 7 months ago)

too lazy to type this obvious thing in?

This has been the thing for me. I get really bored and lose focus when doing all the obvious repetitive stuff. And the obvious stuff is the stuff I find copilot does best. For anything that requires thought I'm engaged. Those are the fun parts of the job. It lets me do more of the fun part.

The one major downside that I've found is that sometimes I just want to tab complete a long variable/function name, and because of copilot i dont have "old style" tab completion anymore. (I could definitely still handle this myself, but i haven't)

edit: this all to say that I don't use copilot to write code that I don't know how to write, I use copilot to write code that I've written 1000 times before and don't want to write again. Copilot does a good job of looking through all the open files for context to help make sure the suggestions actually fit into the codebase's pre-existing style.

load more comments (1 replies)
[-] oldfart@lemm.ee 9 points 7 months ago

What's CP Chat? Im a bit afraid to type that into a search engine but it seems to be what I'm missing in my Copilot-assisted flow. It's a great autocomplete but sometimes refactoring would be useful too.

load more comments (3 replies)
[-] andrew_bidlaw@sh.itjust.works 52 points 7 months ago

It knows, the time is right.

[-] pyre@lemmy.world 8 points 7 months ago

when the AI says the time is right it sounds ominous

[-] andrew_bidlaw@sh.itjust.works 6 points 7 months ago

And then it replaces datetime output with the countdown.

[-] Klear@sh.itjust.works 8 points 7 months ago

The time is right when there's no time left.

[-] kamen@lemmy.world 42 points 7 months ago

The opposite of the opposite of "left" is "wrong".

[-] Land_Strider@lemmy.world 6 points 7 months ago* (last edited 7 months ago)

Thanks, this solution worked for me.

Edit: What the hell, I'm trying to reply to a parent comment below.

[-] Klear@sh.itjust.works 11 points 7 months ago

Something went not not left.

load more comments (1 replies)
[-] Sotuanduso@lemm.ee 39 points 7 months ago

I was surprised when I made attackPower and it suggested defensePower next. It was then that it sunk in that the autocomplete was AI.

[-] pyre@lemmy.world 28 points 7 months ago

i mean, "AI" is already a glorified autocomplete

[-] Sotuanduso@lemm.ee 11 points 7 months ago

Well, LLMs are, at least. But also, autocomplete is already AI, so really LLMs are just glorified AI. And that checks out, they are the ones that get all the glory*. Everything else is just spooky algorithms.

*Except for walking robots and stuff like that.

[-] Emmie@lemm.ee 5 points 7 months ago* (last edited 7 months ago)

AI of today is a marketing slogan. Well, same as AI of yesterday. There is so much AI around us but not an ounce of intelligence.

load more comments (2 replies)
[-] chahk@beehaw.org 21 points 7 months ago

Glorified autocomplete. That, and Clippy.

[-] kbin_space_program@kbin.run 6 points 7 months ago

Clippy was occasionally useful as it could offer shortcuts you didn't necessarily know about.

This is just bad autocomplete

[-] EatATaco@lemm.ee 8 points 7 months ago

I was lucky enough to get in on my company's beta test for copilot.

When I hear people say it's bad, all that tells me is that they are either completely ignorant and have never really used it, or they aren't good at learning how to use new tools.

[-] kbin_space_program@kbin.run 4 points 7 months ago* (last edited 7 months ago)

The example shown is setting a timer, then copilot suggests timeright value.

Contextually, it is bad autocomplete.

In practice, chatgpt4 is incapable of producing code to my coding standards. Edit: to clarify, its incapable of doing that in a timely enough manner that it saves me any time.

[-] FaceDeer@fedia.io 6 points 7 months ago

The example shown was specifically selected because it's funny, not because it's representative.

The fact that you called the tool "chatgpt4" suggests you're not experienced with copilot. They're not the same thing even if they're using similar LLMs as a component.

load more comments (1 replies)
[-] holgersson@lemm.ee 4 points 7 months ago

Autocomplete and Clippy havent translated a script from one language into another for me without major errors yet.

[-] dan@upvote.au 4 points 7 months ago

Glorified autocomplete

That's what I need most of the time, though. I don't see these AI things as replacing programmers or writing large chunks of code. I just see them as an improvement over the autocompletion/IntelliSense features we're all using already.

[-] Emmie@lemm.ee 20 points 7 months ago* (last edited 7 months ago)

Ai wIlL eNsLAve huMaNs aNd rUlE tHe wOrLD

AI:

[-] dariusj18@lemmy.world 12 points 7 months ago

If anything this is a great example of why that could happen. Simple leaps of logic without context.

load more comments (1 replies)
[-] coffee_poops@sh.itjust.works 18 points 7 months ago

Should be named timeRemaining, tbf.

[-] tsonfeir@lemm.ee 16 points 7 months ago

Just…. Type it?

How lazy are we becoming?

[-] humorlessrepost@lemmy.world 42 points 7 months ago

This wasn’t made for programmers. It was made for middle management who think the reason the ticket is taking so long is because the devs can’t type more words per minute.

[-] FooBarrington@lemmy.world 29 points 7 months ago

Guess I'm not a programmer, because this feature has been a real god-send in my recent projects.

[-] EatATaco@lemm.ee 19 points 7 months ago

The other poster is either speaking from a place of ignorance, as they've never really used it, of they just aren't smart enough to learn how to use a new tool.

As much as middle management sucks, devs blaming management for their own inability to learn is almost on the same level.

[-] cupcakezealot 18 points 7 months ago

i mean i still think tab/auto completion is good to save time.

the problem is when people become reliant on it and just have it write entire chucks of code without going through it and checking it or changing it after the baseline is done.

[-] tsonfeir@lemm.ee 6 points 7 months ago

Autocomplete is fine, but do we need “AI” to figure out left and right?

And I agree, chunks of code are bad.

[-] fossit@lemm.ee 5 points 7 months ago

Then that wouldn't exactly be a time saver, but rather time-consuming? Paradox

[-] cupcakezealot 7 points 7 months ago

i mean finishing a variable declare with a tab is pretty convenient.

as is autocompleting an html5 structure.

load more comments (1 replies)
[-] tiefling 10 points 7 months ago* (last edited 7 months ago)

Stuff like this is really useful when variable names are annoying, or when you have to repeat the same monotonous pattern over a large batch of code.

My favorite use of AI in code so far has been refactoring deprecated feature flags. "Replace enableXYZFeatureFlag with true and optimize the code". Bam, 1-2 hours' worth of crunch work solved in minutes.

[-] Kache@lemm.ee 11 points 7 months ago

If it takes 1+ hours of work to remove a feature flag branch in an area of code, I wouldn't trust the correctness of anything the AI writes and would be super skeptical about anything the humans had written.

[-] tiefling 6 points 7 months ago* (last edited 7 months ago)

It takes a long time because it hits a lot of files, not because it's logically complex. Also, that's why unit and integration tests exist.

load more comments (2 replies)
[-] Oinks 7 points 7 months ago

You could say that about any kind of autocomplete. Why would people install snippet plugins into their vim/emacs? Sure you can just type everything by hand but it's just more convenient.

Personally I find these kinds of inline AI suggestions make a more convincing use case than trying to prompt engineer a Chat based LLM and diverting your attention to phrasing specifics instead of the actual problem space.

[-] cupcakezealot 12 points 7 months ago

wibbly wobbly timey wimey

load more comments
view more: next ›
this post was submitted on 11 May 2024
761 points (100.0% liked)

Programmer Humor

19821 readers
142 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS