this post was submitted on 05 Feb 2025
512 points (96.7% liked)

Greentext

5082 readers
945 users here now

This is a place to share greentexts and witness the confounding life of Anon. If you're new to the Greentext community, think of it as a sort of zoo with Anon as the main attraction.

Be warned:

If you find yourself getting angry (or god forbid, agreeing) with something Anon has said, you might be doing it wrong.

founded 1 year ago
MODERATORS
 
top 50 comments
sorted by: hot top controversial new old
[–] UnfairUtan 212 points 5 days ago* (last edited 5 days ago) (16 children)

https://nmn.gl/blog/ai-illiterate-programmers

Relevant quote

Every time we let AI solve a problem we could’ve solved ourselves, we’re trading long-term understanding for short-term productivity. We’re optimizing for today’s commit at the cost of tomorrow’s ability.

[–] [email protected] 42 points 5 days ago

Hey that sounds exactly like what the last company I worked at did for every single project 🙃

[–] [email protected] 33 points 5 days ago* (last edited 5 days ago) (7 children)

I like the sentiment of the article; however this quote really rubs me the wrong way:

I’m not suggesting we abandon AI tools—that ship has sailed.

Why would that ship have sailed? No one is forcing you to use an LLM. If, as the article supposes, using an LLM is detrimental, and it's possible to start having days where you don't use an LLM, then what's stopping you from increasing the frequency of those days until you're not using an LLM at all?

I personally don't interact with any LLMs, neither at work or at home, and I don't have any issue getting work done. Yeah there was a decently long ramp-up period — maybe about 6 months — when I started on ny current project at work where it was more learning than doing; but now I feel like I know the codebase well enough to approach any problem I come up against. I've even debugged USB driver stuff, and, while it took a lot of research and reading USB specs, I was able to figure it out without any input from an LLM.

Maybe it's just because I've never bought into the hype; I just don't see how people have such a high respect for LLMs. I'm of the opinion that using an LLM has potential only as a truly last resort — and even then will likely not be useful.

load more comments (7 replies)
load more comments (14 replies)
[–] [email protected] 81 points 5 days ago (3 children)

The bullshit is that anon wouldn't be fsked at all.

If anon actually used ChatGPT to generate some code, memorize it, understand it well enough to explain it to a professor, and get a 90%, congratulations, that's called "studying".

[–] MintyAnt 26 points 5 days ago

Professors hate this one weird trick called "studying"

[–] JustAnotherKay 15 points 5 days ago (1 children)

Yeah, if you memorized the code and it's functionality well enough to explain it in a way that successfully bullshit someone who can sight-read it... You know how that code works. You might need a linter, but you know how that code works and can probably at least fumble your way through a shitty 0.5v of it

load more comments (1 replies)
[–] naught101 6 points 4 days ago (4 children)

I don't think that's true. That's like saying that watching hours of guitar YouTube is enough to learn to play. You need to practice too, and learn from mistakes.

[–] [email protected] 8 points 4 days ago (2 children)

I don't think that's quite accurate.

The "understand it well enough to explain it to a professor" clause is carrying a lot of weight here - if that part is fulfilled, then yeah, you're actually learning something.

Unless of course, all of the professors are awful at their jobs too. Most of mine were pretty good at asking very pointed questions to figure out what you actually know, and could easily unmask a bullshit artist with a short conversation.

load more comments (2 replies)
load more comments (3 replies)
[–] SkunkWorkz 109 points 5 days ago (32 children)

Yeah fake. No way you can get 90%+ using chatGPT without understanding code. LLMs barf out so much nonsense when it comes to code. You have to correct it frequently to make it spit out working code.

[–] AeonFelis 8 points 4 days ago
  1. Ask ChatGPT for a solution.
  2. Try to run the solution. It doesn't work.
  3. Post the solution online as something you wrote all on your own, and ask people what's wrong with it.
  4. Copy-paste the fixed-by-actual-human solution from the replies.
[–] [email protected] 12 points 5 days ago

If we're talking about freshman CS 101, where every assignment is the same year-over-year and it's all machine graded, yes, 90% is definitely possible because an LLM can essentially act as a database of all problems and all solutions. A grad student TA can probably see through his "explanations", but they're probably tired from their endless stack of work, so why bother?

If we're talking about a 400 level CS class, this kid's screwed and even someone who's mastered the fundamentals will struggle through advanced algorithms and reconciling math ideas with hands-on-keyboard software.

load more comments (30 replies)
[–] [email protected] 18 points 4 days ago* (last edited 4 days ago)

Brainless GPT coding is becoming a new norm on uni.

Even if I get the code via Chat GPT I try to understand what it does. How you gonna maintain these hundreds of lines if you dont know how does it work?

Not to mention, you won't cheat out your way on recruitment meeting.

[–] aliser 103 points 5 days ago (1 children)
[–] Agent641 66 points 5 days ago (1 children)

Probably promoted to middle management instead

[–] [email protected] 23 points 5 days ago

He might be overqualified

[–] [email protected] 113 points 6 days ago (3 children)

If it's the first course where they use Java, then one could easily learn it in 21 hours, with time for a full night's sleep. Unless there's no code completion and you have to write imports by hand. Then, you're fucked.

[–] [email protected] 132 points 6 days ago (4 children)

If there's no code completion, I can tell you even people who's been doing coding as a job for years aren't going to write it correctly from memory. Because we're not being paid to memorize this shit, we're being paid to solve problems optimally.

[–] [email protected] 36 points 5 days ago

Also get paid extra to not use java

load more comments (3 replies)
[–] [email protected] 34 points 5 days ago (3 children)

My first programming course (in Java) had a pen and paper exam. Minus points if you missed a bracket. :/

load more comments (3 replies)
load more comments (1 replies)
[–] SoftestSapphic 54 points 5 days ago (9 children)

This person is LARPing as a CS major on 4chan

It's not possible to write functional code without understanding it, even with ChatGPT's help.

load more comments (9 replies)
[–] [email protected] 75 points 5 days ago (17 children)

Why would you sign up to college to willfully learn nothing

[–] Gutek8134 43 points 5 days ago* (last edited 5 days ago) (4 children)

My Java classes at uni:

Here's a piece of code that does nothing. Make it do nothing, but in compliance with this design pattern.

When I say it did nothing, I mean it had literally empty function bodies.

[–] [email protected] 25 points 5 days ago* (last edited 5 days ago)

Yeah that's object oriented programming and interfaces. It's shit to teach people without a practical example but it's a completely passable way to do OOP in industry, you start by writing interfaces to structure your program and fill in the implementation later.

Now, is it a good practice? Probably not, imo software design is impossible to get right without iteration, but people still use this method... good to understand why it sucks

load more comments (3 replies)
[–] [email protected] 18 points 5 days ago (3 children)

A lot of kids fresh out of highschool are pressured into going to college right away. Its the societal norm for some fucking reason.

Give these kids a break and let them go when they're really ready. Personally I sat around for a year and a half before I felt like "fuck, this is boring lets go learn something now". If i had gone to college straight from highschool I would've flunked out and just wasted all that money for nothing.

load more comments (3 replies)
[–] [email protected] 19 points 5 days ago (2 children)
load more comments (2 replies)
[–] SoftestSapphic 13 points 5 days ago

To get the peice of paper that lets you access a living wage

load more comments (13 replies)
[–] [email protected] 8 points 4 days ago

They're clever. Cheaters, uh, find a way.

[–] TootSweet 91 points 6 days ago (1 children)

generate code, memorize how it works, explain it to profs like I know my shit.

ChatGPT was just his magic feather all along.

load more comments (1 replies)
[–] IndustryStandard 9 points 4 days ago

Anon volunteers for Neuralink

[–] [email protected] 35 points 5 days ago* (last edited 5 days ago) (6 children)

isn't it kinda dumb to have coding exams that aren't open book? if you don't understand the material, on a well-designed test you'll run out of time even with access to the entire internet

when in the hell would you ever be coding IRL without access to language documentation and the internet? isn't the point of a class to prepare you for actual coding you'll be doing in the future?

disclaimer did not major in CS. but did have a lot of open book tests—failed when I should have failed because I didn't study enough, and passed when I should have passed because the familiarity with the material is what allows you to find your references fast enough to complete the test

[–] Buddahriffic 12 points 5 days ago

Assignments involved actual coding but exams were generally pen and paper when I got my degree. If a question involved coding, they were just looking for a general understanding and didn't nitpick syntax. The "language" used was more of a c++-like pseudocode than any real specific language.

ChatGPT could probably do well on such exams because making up functions is fair game, as long as it doesn't trivialize the question and demonstrates an overall understanding.

load more comments (5 replies)
[–] [email protected] 51 points 5 days ago (7 children)

I don't think you can memorize how code works enough to explain it and not learn codding.

[–] FlexibleToast 23 points 5 days ago (7 children)

It's super easy to learn how algorithms and what not work without knowing the syntax of a language. I can tell you how a binary search tree works, but I have no clue how to code it in Java because I've never used Java.

[–] [email protected] 15 points 5 days ago (1 children)

And similarly, i could read code in a language I dont know, understand what it does and how it works even if I don't know the syntax well enough to write it myself

load more comments (1 replies)
load more comments (6 replies)
load more comments (6 replies)
[–] [email protected] 27 points 5 days ago* (last edited 5 days ago) (7 children)

pay for school

do anything to avoid actually learning

Why tho?

load more comments (7 replies)
[–] [email protected] 30 points 6 days ago

Bro just sneak to the bathroom and use chatgpt on your phone like everyone else does

[–] Psaldorn 17 points 5 days ago

Now imagine how it'll feel in interviews

[–] 2ugly2live 15 points 5 days ago (2 children)

He should be grateful. I hear programming interviews are pretty similar, as in the employer provides the code, and will pretty much watch you work it in some cases. Rather be embarrassed now than interview time. I'm honestly impressed he went the entire time memorizing the code enough to be able to explain it, and picked up nada.

load more comments (2 replies)
[–] [email protected] 17 points 5 days ago

Open the browser in one VM. Open chatgpt in another VM.

[–] [email protected] 14 points 5 days ago

Been a TA when chatGPT was released. Most students shot their own foot this way before we figured what was happening. Grades went from bell shaped to U shaped. A few students got 85+, the rest failed, it was brutal. Thought I failed my students horribly before I found out it was happening in all classes.

If you actually stuck in such a situation, solve as many problems as you can. An approach that will work for most people:

  1. Try to solve
  2. Fail
  3. Take a peek, understand your failure. If the peek didn't include full solution, go back to step 1. Else continue to step 4.
  4. Move to the next question and go back to step 1.

Make sure to skip questions if they are too easy. Evey 4~ hours take a 20 minutes nap (not longer than 25 minutes). If you actually manage to solve enough problems to pass, go to sleep, 4.5 hours or a longer multiplier of 1.5 hours.

After the exam go back and solve all homework yourself. DO NOT cram it, spread it or you will retain nothing long term.

Good luck.

load more comments
view more: next ›