• SkunkWorkz@lemmy.world
    link
    fedilink
    arrow-up
    43
    ·
    4 hours ago

    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.

  • spicy pancake@lemmy.zip
    link
    fedilink
    English
    arrow-up
    20
    ·
    edit-2
    5 hours ago

    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@lemmy.world
      link
      fedilink
      arrow-up
      8
      ·
      2 hours 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.

    • MeaanBeaan@lemmy.world
      link
      fedilink
      arrow-up
      5
      ·
      4 hours ago

      I mean, I don’t know how to code but I imagine it’s the same as with other subjects. like not being able to use a calculator during some math tests. The point of the examination is for you to demonstrate you know and understand the concepts. It’s not for you to be tested in the same way you would be in the real world.

    • piccolo@sh.itjust.works
      link
      fedilink
      arrow-up
      2
      ·
      edit-2
      4 hours ago

      I know people that used to work in programming with zero internet connection… this was ~10 years ago… never underestimate the idiocy of companies. P.s. it wasnt even a high security job, the owners were just paranoid boomers.

      With that said, with a decent IDE with autocomplete, you can get by a lot without documentation. Its ussually the niche stuff that you need to look up on how to do it.

  • Xanza@lemm.ee
    link
    fedilink
    English
    arrow-up
    13
    ·
    edit-2
    5 hours ago

    pay for school

    do anything to avoid actually learning

    Why tho?

  • SoftestSapphic@lemmy.world
    link
    fedilink
    arrow-up
    37
    ·
    7 hours ago

    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.

      • nthavoc@lemmy.today
        link
        fedilink
        English
        arrow-up
        6
        ·
        4 hours ago

        Giving me flashbacks to a college instructor that marked my entire functioning code block, written on paper, as wrong because I did not clearly make a ; on one line of about 100 lines. I argued that a compiler would mark that in the real world, but he countered with "It still won’t run without that ; " That made me rethink my career path in CS. Fuck that guy.

        • wizardbeard@lemmy.dbzer0.com
          link
          fedilink
          English
          arrow-up
          4
          ·
          3 hours ago

          That was/is one of my biggest complaints about CS courses: the horrendous, uncontrolled, inconsistent-across-course/instructor/TA mixture of concept and implementation skills expected of the students.

          Ultimately you need to develop both to be successful in a CS/Software Dev/Programming career, but I’ve watched so fucking many people fail to progress in courses and learning because they’re trying to learn both the concept and how it needs to be formatted in the class specific language’s syntax at the same time. They hit a roadblock in one and the whole thing comes tumbling down because if your code doesn’t work you can’t just work around it to get the other parts done and then come back later. Being able to stub something out to do that requires skills that they’re taking the class to learn in the first place!


          Minor mistakes with syntax creates a situation where they can’t get a working example of the concept to play around with. So then they don’t have something hands on to use to cement their conceptual understanding.

          Minor mistakes with the conceptual understanding lead to a complete inability to understand why the syntax works (if it even does) to create an example of the concept, leaving them high and dry when the class asks them to think outside the box and make something new or modified based off what came before.


          I’ve worked as a Lab Assistant (TA who doesn’t grade) for intro to programming courses. Due to transfer credit shaningans, combined with a “soon to retire” professor getting saddled with the bueracratic duties for their whole department, I ended up running lectures for an intermediate course I effectively had to take twice. I regularly led study sessions in college for my friends in programming classes. Even now, I’m the most experienced programmer on my team of sysadmins/engineers at work and regularly assist co-workers with scripts when I’m not coding custom automations and system integrations.

          So I have experience teaching and using this shit.

          In my opinion, courses should be split into two repeatedly alternating parts: concept and implementation/syntax. They are separate skill sets.

          You need a certain set of skills to be able to communicate. You need a different set of skills to do so in a specific language.


          Plus, classwork needs to better mimic real world situations. Even crazy motherfuckers using sed or nano to code should be using linters in this day and age, and no one should be working in an environment where they only have one chance to get it 100% right with no means of testing.

    • billwashere@lemmy.world
      link
      fedilink
      English
      arrow-up
      3
      ·
      5 hours ago

      You would think eventually some of it would sink in. I mean I use LLMs to write code all the time but it’s very rarely 100% correct, often with syntax errors or logic problems. Having to fix that stuff is an excellent way to at least learn the syntax.

    • HotCoffee@lemm.ee
      link
      fedilink
      arrow-up
      4
      arrow-down
      3
      ·
      6 hours ago

      U underestimate the power of the darkside, how powerful ctrl+c ctrl+v is young padawan

      • SoftestSapphic@lemmy.world
        link
        fedilink
        arrow-up
        5
        ·
        edit-2
        4 hours ago

        If you copy and paste from ChatGPT your code won’t compile.

        You need to know what the peices of code do and how to peice them together to make it work.

        Which is kind of impossible to do without understanding it

  • RaoulDook@lemmy.world
    link
    fedilink
    English
    arrow-up
    8
    ·
    7 hours ago

    Unless they’re being physically watched or had their phone sequestered away, they could just pull it up on a phone browser and type it out into the computer. But if they want to be a programmer they really should learn how to code.

    • billwashere@lemmy.world
      link
      fedilink
      English
      arrow-up
      2
      ·
      5 hours ago

      I work in a dept. at a university that does all the proctored exams. None of that technology is allowed in the exam rooms. They have to put their watch, phone, headphones, etc in a locker beforehand. And not only are they being watched individually, the computer is locked down to not allow other applications to open and there are outgoing firewalls in place to block most everything network wise. I’m not saying it’s impossible to cheat, but it’s really really hard.

      Some instructors still do in class exams, which would make it easier, but most opted for the proctored type exams especially during Covid.

    • merc@sh.itjust.works
      link
      fedilink
      arrow-up
      1
      ·
      2 hours ago

      And also possibly checking in code with subtle logic flaws that won’t be discovered until it’s too late.

    • Mnemnosyne@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      12
      arrow-down
      6
      ·
      7 hours ago

      “Every time we use a lever to lift a stone, we’re trading long term strength for short term productivity. We’re optimizing for today’s pyramid at the cost of tomorrow’s ability.”

      • julietOscarEcho@sh.itjust.works
        link
        fedilink
        arrow-up
        9
        ·
        6 hours ago

        Precisely. If you train by lifting stones you can still use the lever later, but you’ll be able to lift even heavier things by using both your new strength AND the leaver’s mechanical advantage.

        By analogy, if you’re using LLMs to do the easy bits in order to spend more time with harder problems fuckin a. But the idea you can just replace actual coding work with copy paste is a shitty one. Again by analogy with rock lifting: now you have noodle arms and can’t lift shit if your lever breaks or doesn’t fit under a particular rock or whatever.

        • wizardbeard@lemmy.dbzer0.com
          link
          fedilink
          English
          arrow-up
          2
          ·
          3 hours ago

          Also: assuming you know what the easy bits are before you actually have experience doing them is a recipe to end up training incorrectly.

          I use plenty of tools to assist my programming work. But I learn what I’m doing and why first. Then once I have that experience if there’s a piece of code I find myself having to use frequently or having to look up frequently, I make myself a template (vscode’s snippet features are fucking amazing when you build your own snips well, btw).

      • Ebber@lemmings.world
        link
        fedilink
        arrow-up
        10
        ·
        6 hours ago

        If you don’t understand how a lever works, then it’s a problem. Should we let any person with an AI design and operate a nuclear power plant?

      • AeonFelis@lemmy.world
        link
        fedilink
        English
        arrow-up
        3
        ·
        5 hours ago

        Actually… Yes? People’s health did deteriorate due to over-reliance on technology over the generations. At least, the health of those who have access to that technology.

      • trashgirlfriend@lemmy.world
        link
        fedilink
        arrow-up
        4
        ·
        6 hours ago

        “If my grandma had wheels she would be a bicycle. We are optimizing today’s grandmas at the sacrifice of tomorrow’s eco friendly transportation.”

    • Daedskin@lemm.ee
      link
      fedilink
      arrow-up
      19
      arrow-down
      1
      ·
      edit-2
      9 hours ago

      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.

      • gamermanh@lemmy.dbzer0.com
        link
        fedilink
        English
        arrow-up
        8
        arrow-down
        4
        ·
        8 hours ago

        Why would that ship have sailed?

        Because the tools are here and not going anyway

        then what’s stopping you from increasing the frequency of those days until you’re not using an LLM at all?

        The actually useful shit LLMs can do. Their point is that using only majorly an LLM hurts you, this does not make it an invalid tool in moderation

        You seem to think of an LLM only as something you can ask questions to, this is one of their worst capabilities and far from the only thing they do

        • merc@sh.itjust.works
          link
          fedilink
          arrow-up
          2
          ·
          1 hour ago

          Because the tools are here and not going anyway

          Swiss army knives have had awls for ages. I’ve never used one. The fact that the tool exists doesn’t mean that anybody has to use it.

          The actually useful shit LLMs can do

          Which is?

        • Daedskin@lemm.ee
          link
          fedilink
          arrow-up
          2
          ·
          4 hours ago

          Because the tools are here and not going anyway

          I agree with this on a global scale; I was thinking about on a personal scale. In the context of the entire world, I do think the tools will be around for a long time before they ever fall out of use.

          The actually useful shit LLMs can do.

          I’ll be the first to admit I don’t know many use cases of LLMs. I don’t use them, so I haven’t explored what they can do. As my experience is simply my own, I’m certain there are uses of LLMs that I hadn’t considered. I’m personally of the opinion that I won’t gain anything out of LLMs that I can’t get elsewhere; however, if a tool helps you more than any other method, then that tool could absolutely be useful.

          • The_Terrible_Humbaba@slrpnk.net
            link
            fedilink
            arrow-up
            2
            ·
            3 hours ago

            My 2 cents on this.

            I never used LLMs until recently; not for moral or ideological reasons but because I had never felt much need to, and I also remember when ChatGPT originally came out it asked for my phone number, and that’s a hard no from me.

            But a few months ago I decided to give it another go (no phone number now), and found it quite useful sometimes. However before I explain how I use it and why I find it useful, I have to point out that this is only the case because of how crap search engines are nowadays, which pages and pages of trash results and articles.

            Basically, I use it as a rudimentary search engine to help me solve technical problems sometimes, or to clear something up that I’m having a hard time finding good results for. In this way, it’s also useful to get a rudimentary understanding of something, especially when you don’t even know what terms to use to begin searching for something in the first place. However, this has the obvious limitation that you can’t get info for things that are more recent than the training data.

            Another thing I can think of, is that it might be quite useful if you want to learn and practice another language, since language is what it does best, and it can work as a sort of pen pal, fixing your mistakes if you ask it to.

            In addition to all that, I’ve seen people make what are essentially text based adventure games that allow much more freedom than traditional ones, since you don’t have to plan everything yourself - you can just give it a setting and a set of rules to follow, and it will mould the story as the player progresses. Basically DnD.

            • merc@sh.itjust.works
              link
              fedilink
              arrow-up
              1
              ·
              34 minutes ago

              Basically, I use it as a rudimentary search engine

              The other day I had a very obscure query where the web page results were very few and completely useless. Reluctantly I looked at the Google LLM-generated “AI Overview” or whatever it’s called. What it came up with was completely plausible, but utter bullshit. After a quick look I could see that it had taken text that answered a similar question, and just weaved some words I was looking for into the answer in a plausible way. Utterly useless, and just ended up wasting my time checking that it was useless.

              Another thing I can think of, is that it might be quite useful if you want to learn and practice another language

              No, it’s terrible at that. Google’s translation tool uses an LLM-based design. It’s terrible because it doesn’t understand the context of a word or phrase.

              For instance, a guy might say to his mate: “Hey, you mad cunt!”. Plug that into an LLM translation and it you don’t know what it might come up with. In some languages it actually translates to something that will translate back to “Hey, you mad cunt”. In Spanish it goes for “Oye, maldita sea”, which is basically “Hey, dammit” Which is not the sense it was used at all. Shorten that to “Hey, you mad?” and you get the problem that “mad” could be crazy or it could be angry, depending on the context and the dialect. If you were talking with a human, they might ask you for context cues before translating, but the LLMs just pick the most probable translation and go with that.

              If you use long conversational interface, it will get more context, but then you run into the problem that there’s no intelligence there. You’re basically conversing with the equivalent of a zombie. Something’s animating the body, but the spark of life is gone. It is also designed never to be angry, never to be sad, never to be jealous, it’s always perky and pleasant. So, it might help you learn a language a bit, but you’re learning the zombified version of the language.

              Basically DnD.

              D&D by the world’s worst DM. The key thing a DM brings to a game is that they’re telling a story. They’ve thought about a plot. They have interesting characters that advance that plot. They get to know the players so they know how to subvert their expectations. The hardest things for a DM to deal with is a player doing something unexpected. When that happens they need to adjust everything so that what happens still fits in with the world they’re imagining, and try to nudge the players back to the story they’ve built. An LLM will just happily continue generating text that meets the heuristics of a story. But, that basically means that the players have no real agency. Nothing they do has real consequences because you can’t affect the plot of the story when there’s no plot to begin with.

              And, what if you just use an LLM for dialogue in a game where the story/plot was written by a human. That’s fine until the LLM generates a plausible dialogue that’s “wrong”. Like, say the player is investigating a murder and talks to a guard. In a proper game, the guard might not know the answer, or might know the answer and lie, or might know the answer but not be willing / able to tell the player. But, if you put an LLM in there, it can generate a plausible response from a guard, and that plausible response might match one of those scenarios, but it doesn’t have a concept that this guard is “an honest but dumb guard” or “a manipulative guard who was part of the plot”. If the player comes and talks to the guard again, will they still be that same character, or will the LLM generate more plausible dialogue from a guard, that goes against the previous “personality” of that guard?

    • Guttural@jlai.lu
      link
      fedilink
      Français
      arrow-up
      9
      ·
      11 hours ago

      This guy’s solution to becoming crappier over time is “I’ll drink every day, but abstain one day a week”.

      I’m not convinced that “that ship has sailed” as he puts it.

    • Agent641@lemmy.world
      link
      fedilink
      arrow-up
      5
      arrow-down
      3
      ·
      11 hours ago

      Nahhh, I never would have solved that problem myself, I’d have just googled the shit out of it til I found someone else that had solved it themselves

    • FlexibleToast@lemmy.world
      link
      fedilink
      arrow-up
      21
      ·
      11 hours ago

      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.

      • TheSlad@sh.itjust.works
        link
        fedilink
        arrow-up
        13
        ·
        10 hours ago

        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

        • FlexibleToast@lemmy.world
          link
          fedilink
          arrow-up
          2
          ·
          6 hours ago

          Yeah, exactly. At least any fairly modern language. I don’t think I could just pick up assembly and read it without the class I took. Heck, I don’t think I could read it anymore now that it’s been several years since that class.

      • grrgyle@slrpnk.net
        link
        fedilink
        arrow-up
        8
        ·
        11 hours ago

        I mean same, but you can look to the official docs for like what a loop or queue looks like

    • SaharaMaleikuhm@feddit.org
      link
      fedilink
      arrow-up
      7
      arrow-down
      1
      ·
      9 hours ago

      You’d think that, but I believe you are underestimating people’s ability to mindlessly memorize stuff without learning it.

      • SoftestSapphic@lemmy.world
        link
        fedilink
        arrow-up
        3
        ·
        edit-2
        7 hours ago

        It’s what we’re trained to do throughout our education system.

        I have a hard time getting mad about it considering it’s what we told them to do from a very young age.

    • Dr. Moose@lemmy.world
      link
      fedilink
      English
      arrow-up
      12
      ·
      12 hours ago

      I’m a full stack polyglot and tbh I couldn’t program in some languages without reference docs / LLM even though I ship production code in those language all the time. Memorizing all of the function and method names and all of the syntax/design pattern stuff is pretty hard especially when it’s not really needed in contemporary dev.

    • TheSlad@sh.itjust.works
      link
      fedilink
      arrow-up
      13
      arrow-down
      1
      ·
      10 hours ago

      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.

      • boletus@sh.itjust.works
        link
        fedilink
        arrow-up
        2
        ·
        4 hours ago

        Yeah I remember in high school they were pressuring every body to go straight to uni and I personally thought it was kinda predatory.

        • wizardbeard@lemmy.dbzer0.com
          link
          fedilink
          English
          arrow-up
          2
          ·
          2 hours ago

          I wish I hadn’t went straight in, personally. Wasted a lot of money and time before I got my shit together and went back for an associates a few years later.

    • Gutek8134@lemmy.world
      link
      fedilink
      arrow-up
      41
      arrow-down
      2
      ·
      edit-2
      13 hours ago

      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.

      • boletus@sh.itjust.works
        link
        fedilink
        arrow-up
        19
        ·
        edit-2
        4 hours 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

      • I Cast Fist@programming.dev
        link
        fedilink
        arrow-up
        2
        ·
        8 hours ago

        Mine were actually useful, gotta respect my uni for that. The only bits we didn’t manually program ourselves were the driver and the tomcat server, near the end of the semester we were writing our own Reflections to properly guess the object type from a database query.

      • e8d79@discuss.tchncs.de
        link
        fedilink
        arrow-up
        5
        ·
        12 hours ago

        So what? You also learn math with exercises that ‘do nothing’. If it bothers you so much add some print statements to the function bodies.

        • Gutek8134@lemmy.world
          link
          fedilink
          arrow-up
          1
          ·
          8 hours ago

          I actually did do that. My point was to present a situation where you basically do nothing in higher education, which is not to say you don’t do/learn anything at all.

      • boletus@sh.itjust.works
        link
        fedilink
        arrow-up
        3
        ·
        edit-2
        11 hours ago

        Not a single person I’ve worked with in software has gotten a job with just a diploma/degree since like the early 2000s

        Maybe it’s different in some places.

        • FlexibleToast@lemmy.world
          link
          fedilink
          arrow-up
          8
          ·
          12 hours ago

          Many HR departments will automatically kick out an application if it doesn’t have a degree. It’s an easy filter even if it isn’t the most accurate.

          • boletus@sh.itjust.works
            link
            fedilink
            arrow-up
            1
            ·
            11 hours ago

            I meant any form of qualification. Sure it helps, but the way you get the job is by showing you can actually do the work. Like a folio and personal projects or past history.

            • blackbeards_bounty@lemmy.dbzer0.com
              link
              fedilink
              arrow-up
              1
              ·
              11 hours ago

              Art? Most programming? “Hard skills” / technical jobs… GOOD jobs. Sure. But there’s plenty of degrees & jobs out there. Sounds like you landed where you were meant to be, alot of folks go where opportunity and the market takes them

              • boletus@sh.itjust.works
                link
                fedilink
                arrow-up
                1
                ·
                10 hours ago

                Its probably a regional difference. Here in AU, you can be lucky and land a few post grad jobs if you really stood out. Otherwise you’re entirely reliant on having a good folio and most importantly connections.

  • 2ugly2live@lemmy.world
    link
    fedilink
    English
    arrow-up
    15
    arrow-down
    1
    ·
    13 hours ago

    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.

    • frank@sopuli.xyz
      link
      fedilink
      arrow-up
      5
      ·
      9 hours ago

      He probably couldn’t explain it well if he didn’t know how to code at all imo

    • Aggravationstation@feddit.uk
      link
      fedilink
      arrow-up
      8
      ·
      11 hours ago

      I’m honestly impressed he went the entire time memorizing the code enough to be able to explain it, and picked up nada.

      Or he asked the LLM to summarise it and memorised that.

  • kabi@lemm.ee
    link
    fedilink
    arrow-up
    94
    ·
    17 hours ago

    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.

    • rockerface 🇺🇦@lemm.ee
      link
      fedilink
      English
      arrow-up
      112
      ·
      17 hours ago

      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.

      • spamfajitas@lemmy.world
        link
        fedilink
        arrow-up
        12
        ·
        15 hours ago

        My undergrad program had us write Java code by hand for some beginning assignments and exams. The TAs would then type whatever we wrote into Eclipse and see if it ran. They usually graded pretty leniently, though.

        • ByteJunk@lemmy.world
          link
          fedilink
          arrow-up
          4
          ·
          10 hours ago

          There’s nobody out there writing “commercial” code in notepad. It’s the concepts that matter, not the spelling, so if OP got a solid grasp on those from using GPT, he’ll probably make it just fine

    • 404@lemmy.zip
      link
      fedilink
      English
      arrow-up
      26
      ·
      14 hours ago

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

      • DragonOracleIX
        link
        fedilink
        arrow-up
        2
        ·
        7 hours ago

        It was the same for the class I took in high school. I remember the teacher saying that its to make sure we actually understand the code we write, since the IDE does some of the work for you.

      • ECB@feddit.org
        link
        fedilink
        arrow-up
        7
        ·
        12 hours ago

        I got -30% for not writing comments for my pen and paper java final.

        Somehow it just felt a bit silly to do, I guess

    • kopasz7@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      3
      ·
      15 hours ago

      Remember having to use (a modified version of?) quincy for C. Trying to paste anything would put random characters into your file.

      Still beats programming on paper.

  • GarlicToast@programming.dev
    link
    fedilink
    arrow-up
    14
    arrow-down
    1
    ·
    13 hours 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.

  • TootSweet@lemmy.world
    link
    fedilink
    English
    arrow-up
    77
    ·
    18 hours ago

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

    ChatGPT was just his magic feather all along.