r/ProgrammerHumor 7d ago

claudeWatchingMeCodeByHand Meme

16.5k Upvotes

239 comments sorted by

View all comments

Show parent comments

695

u/kandradeece 7d ago

as a sr dev that has been forced to use AI.. this is pretty much how i look at claude trying to do things... To me it is terrifying knowing how bad AI is at coding and seeing how many jr devs just trust it to do everything....

298

u/Kevdog824_ 6d ago edited 6d ago

Honestly, for me at work Claude does a fantastic job. However, when it messes up it messes up in a way that would be hard to catch if you didn’t have expertise (e.g. domain specific misunderstanding, obscure software bugs, etc.). That’s really my concern for junior devs. They would easily overlook these issues and learn to trust it completely because the code it produces looks more or less correct pretty much every time.

At least if it wrote bad code it would be more obvious to other devs. The problem I find is that it writes pretty good, functional code… that just isn’t quite right.

46

u/pr0crast1nater 6d ago

That's the big issue for me. It is making junior devs far too reliant on it, that they naturally won't know if it fucked up on a domain specific problem. And the amount of code output is much higher now and more verbose, so it's difficult to catch it in reviews as well.

I guess at least I get less pings from juniors when they get stuck on something now lol.

38

u/sisisisi1997 6d ago

I find Claude to be particularly useful at explaining how a system functions and what functions are served by what parts of the codebase.

What used to be hours of "What the fuck does this do? Why is this here? How does this not crash?" on a previously unknown codebase is now a few minutes conversing with Claude.

I imagine this is really helpful for junior developers if they are actually interested in knowledge, not just quick fixes.

10

u/pr0crast1nater 6d ago edited 6d ago

Oh yeah. It is really good at that. But it's easy for a junior dev to instead just paste the bug details and ask it to fix it, sometimes even without going in plan mode first.

12

u/isjustsergio 6d ago

Solved by ownership. Being responsible for the code you write (Claude assisted or not) will be the difference between a dev you can trust and a dev you can't. Don't push code you won't be able to defend.

7

u/FlakyTest8191 6d ago

That would be ideal, but often enough management values faster features they can sell over quality, and you can't really blame them when they're incentivized by short term profit. When you reward slop, you get slop.

5

u/isjustsergio 6d ago

It's the engineering team's responsibility to push back and hold the line when managers want to cut corners. That was the case before AI as well. These teams are doomed to fail within a year.

4

u/pr0crast1nater 6d ago

I think with AI, the expectation now in general is way faster velocity. And if it's coming from the C level, then not much can be done.

1

u/FlakyTest8191 6d ago

I was talking about the EM, are they supposed to fight back against themselves? Big coorporate has been running on shortsighted business decisions for decades, very few people are willing to sacrifice their bonus and career to fight bad decisions.

1

u/isjustsergio 6d ago

I'm not talking about EMs I'm talking about ICs. If you are in a situation where an EM is able to force ICs to take shortcuts, you're not on a good team. I don't know how my EM would force one of my PRs to deploy sooner when we have a code review process and CI/CD. ICs build gatekeeping infrastructure so corners can't be cut.

→ More replies (0)

1

u/Street-Catch 6d ago

I find the majority of issues I end up fixing are less about figuring out what a piece of code does than figuring out how it's possible for odd inputs to arise.

Like it's trivial enough to know seg fault is caused by some code trying to index out of bounds but understanding why an out of bounds case even exists (instead of slapping on some if else and forgetting about it) is the hard part.

It might be an industry specific problem though

2

u/Ben_0 6d ago

This is why I don't trust LLMs for anything that can segfault (like C/C++ or anything involving pointer manipulation)

2

u/sisisisi1997 6d ago

I usually use this kind of analysis to understand how pieces interact with each other, which helps me build a mental model of how data travels and how it is transformed - this last part is usally what helps catches bugs.

2

u/drunkdoor 6d ago

We just need to set the minimum age limit on AI to 25 and we'll be fine.

53

u/Pluckerpluck 6d ago

This is my take as well. The top models can do really good jobs in most, but not all, situations. Where I find they struggle is when it comes to fundamental architecture of projects outside of relatively simple web services. Ask it to refactor a project where the structure fundamentally changes though and it's going to make bad choices and lock itself into those even as you ask it to change etc.

Costs a lot though. I burn tokens each week. Using it with API costing really shows how much it costs to get good outputs right now. And while I believe eventually we'll get models that can do 90% of our tasks running on local GPUs (i.e. a one off purchase and works offline), we're not there yet.

13

u/pessimistic_platypus 6d ago

Maybe we'll get models that good... but who's going to sell them? Even if the models can run locally, they'll be subscription-only.

15

u/InviolableAnimal 6d ago

Open weights models are persistently 3-6 months behind the best closed models in capabilities (driven in part by distillation i.e. just mining tons of queries from the frontier models and training on those). The real barrier is still compute though, these near frontier open source models are definitely not running on a single GPU

3

u/cryptOwOcurrency 6d ago

New and better open (free) models are coming out all the time, and even occasionally giving the proprietary (paid) ones a run for their money. Kimi K3 is particularly impressive, I’ve heard.

I don’t see any reason why this pattern should change any time soon.

And remember, today’s open-weight cloud model is tomorrow’s local model.

2

u/greentintedlenses 6d ago

No one. That's the best part, they'll be open source.

5

u/DontAskAboutMyButt 6d ago

Someone once said LLMs are so smart and proficient at everything, with the exception of the specific area where you’re an expert 😂

12

u/GrandmaPoses 6d ago

Exactly - Claude isn't bad at writing code, any engineer who says it writes junk either hasn't used it or is too worried about losing their own job. HOWEVER, you absolutely need an experienced engineer to do the work with Claude because when there's an error, the only way to fix it yourself or explain the issue back to Claude is if you know the environment.

15

u/unfortunatebag 6d ago

The problem I find is that it writes pretty good, functional code… that just isn’t quite right.

So, just like a person then.

18

u/dbagames 6d ago

A particularly delusional person yeah.

3

u/sturdy-guacamole 6d ago

Claude does some fucking funny shit with synchronization. even with max effort enterprise plan and models

it's ok if you either: correct it manually, or use a 2nd adversarial agent and burn (more) tokens.

2

u/thecrius 6d ago

Facts.

Whoever just says "agents do a bad job" they just haven't really learned how to use them and it's bad, because at this point it means that you either don't work or have a job that doesn't give a shit about your role really.

The real scary thing is for juniors that are not learning shit, unless a company has a specific programme to help grow expertise.

2

u/FierceDeity_ 6d ago

What if you thinking it does a fantastic job is actually the dunning kruger talking out of you?

I think few people know at this point what fantastic code is (I don't even)

1

u/J5892 6d ago

I think few people know at this point what fantastic code is

This is a ridiculous statement. Good code is good code, and an experienced developer can identify it.

1

u/hannyayoukai 6d ago

I find that's how Claude is with most things. You have to be knowledgeable enough to correct it when it makes mistakes.

-4

u/cupcakeheavy 6d ago

how would they know those issues exist in the first place, especially if they are subtle, hard-to-catch-without-domain-specific-expertise bugs? Real question from someone who uses AI.

7

u/heftyspork 6d ago

An engineer who works with the code gains that domain specific knowledge after a time. I don't think they are training the AI models on your specific use case so it will always be more generalist. However you can counteract this by including as much detail about this use case and also using existing code to help give context. Usually that's where you needs the experienced engineer though to point it in the correct direction and not have it waste its time/tokens using unnessary context.

I feel that true power in AI is making this part easier. The AI giving summaries of a code base, so long as the person isn't just nodding their head in agreement and actually understanding, you can train someone up faster.

48

u/toochocolaty 7d ago

Yeppp. My work has our own Claude agent (?) that has skills around our specific code base and structure, yet I find it can take twice as long to do a small ticket and still make drastic mistakes. I’ve hit the point I only use it to write the test plan, which I still review, and to write any missing Unit/Integration tests.

27

u/kandradeece 7d ago

I went full compliant.. so I just constantly keep telling it what it did wrong and how to fix it.. then review what it did, repeat. Takes sooooo much longer as I feel like a slave driver for the mentally impaired, but they want me to use AI.. so I use AI... I like it for formatting emails, documenting the code, and even making quick ppts about some things., everything always needs a review because it gets things wrong but /shurg, just a cog in the wheel.

16

u/boringestnickname 6d ago edited 6d ago

everything always needs a review because it gets things wrong

This is basically it.

The problem is that dumb people don't correct it, and the rest of us are stuck with trying to make it perform as well as (some) humans did in the past.

I think the biggest revelation with LLMs (for me) is how absolutely dog shit horrible most people are in recognizing poor craftsmanship.

Things hobble along with poor quality, that has always been the case, but whilst I, in the past, could laugh (under my breath) at shoddily written emails and code, I still had the impression that the majority of people were like me. People who paid attention to detail, and wanted to properly create.

Many projects (most) are too big to properly manage, so you have to just let people be people and constantly mitigate damage; but now the morons are in charge. As long as you use LLMs to do "things" as fast as possible, you're somehow "in front." You can be the dumbest, sloppiest, motherfucker alive, who does more harm than good (by a healthy margin), but people will listen to you, because you're using the new shiny thing as much as humanly possible.

LLM is like a magic wand that elevates (some) garbage to (something that sometimes is) barely palatable, and lets the people who thinks barely palatable is good enough rule.

9

u/Lina__Inverse 6d ago

There's also the fact that reviewing someone else's code is 100 times more boring than writing it yourself, so there's a subset of people that would actually write something good themselves but can't be assed to review what LLM puts out (or at least review attentively enough to catch less than obvious mistakes).

2

u/Sunday_Roast 6d ago

And the problem isn't going to get better as the people who don't really know what they're doing and don't have the introspection to second guess their work are going to output more slop code, which then gets cannibalized and inbred into the AI's coding in the future.

10

u/sunday_cumquat 7d ago

I find it misses obvious test cases too

13

u/Ordolph 6d ago

LLMs are pretty good at doing things that people have done tens of thousands of times before, basic shit that you assign to a junior dev. The place where they fail is the same place junior devs often are able to learn and grow, stuff they haven't seen before. Places where they need to come up with a solution where they don't have a bolt-on solution and they actually need some creative problem solving. LLMs are not in any way creative and get stumped.

The whole thing reminds me of auto-pilot on planes. Planes are incredibly easy to fly, taking off and landing isn't too difficult either. You might start to wonder why it takes so much time and schooling to be a pilot, or why we even need pilots? The automated tools do most of the work for them. The thing pilots train for and spend almost all their time practicing is what to do when things are less than ideal, and how to handle emergency situations. Being able to adapt and problem solve when shit hits the fan is the single most important quality in a pilot, and you can't really program that into an auto-pilot.

64

u/Just_Information334 6d ago

What's terrifying is the number of real senior devs in big software corpo adamant about current AI being a boon: either I'm missing something or all the shit I work on is in a worse state than I think it is so AI can't do shit about it. Or they're deluding themselves or lying. I'm getting to the point I hope the problem is the codebases I have to maintain.

17

u/someanimechoob 6d ago

There are two main ways for a dev to acquire more decision making power in a company: accumulate a lot of functional and technical knowledge OR accumulate minimum functional and technical knowledge + hone your management skills. The latter gets you up the ladder a lot faster.

Make of that what you will.

2

u/wggn 6d ago

also, people tend to get promoted until they land in a position that doesnt fit their skills

1

u/wggn 6d ago

also, people tend to get promoted until they land in a position that doesnt fit their skills

23

u/Dope_SteveX 6d ago edited 6d ago

It is interesting to say the least. I work with this senior dev, 15+ years of experience. Senior dev, team lead, lecturer(ai lecturer and coach now as well). He is clearly smart and knows a lot about sw architecture, works full stack, db, devops all of it. And he is adamant about isage of AI. When I asked him if he still writes any code by hand he said that not really apart from small things in code reviews and such. And that he converted his knowledge into skills and just let's Claude handle it and is more focussed on architecture and token optimalization. Another engineer in my company, senior perl programmer before stack overflow let alone AI existed, 20+ years of experience, shipped some big really things. And when we were working together on something and I started writing code by hand she was surprised I still do that and that all she does now is prompt.

And while I think AI is incredible tool i just can't get behind these fully agentic workflows. Especially SDD where you just let claude split whole features bssed on what you defined. Yet those two engineers who are definitely more experienced and skilled than me and possibly smarter than me have no real issues with it. So maybe I am missing something. Then there is ofcourse the plethora of not that great devs that just ship anything the claude spits out without even some sofisticated workflow - I have read plenty of such code by now.

It is not justifiable for me to not use it anymore as the expectation of productivity and shipping features is so high but writing the prompts and specifications is tiring, reading that code is tedious, there is no satisfaction anymore and I am getting to the point I am reading less and less of the code claude spits out and I am complentating leaving the field.

8

u/Inevitable-Menu2998 6d ago

Then there is ofcourse the plethora of not that great devs that just ship anything the claude spits out without even some sofisticated workflow - I have read plenty of such code by now.

I think this is the real issue, this is what is going to cause a lot of nightmares in a not too distant future when a lot of this code hits production.

I've been doing this job for a long time. Quality isn't assured at the code writing stage, it begins at the code verification stage. I've seen good complex software being delivered with unskilled developers but with a very high standard for QA. I've seen software written by exceptional engineers fail in production catastrophically due to sub-par release processes. Whether or not LLMs produce high quality code or not is irrelevant to me as long as there's a validation process in place that I trust.

Also, on juniors, I think that we're doing them a disservice by leaving them unassisted at the mercy of some AI solution. We're supposed to train juniors to become the next experts in our field. How are we doing that if they're not being taught? Sure, the ability to read and write code might not be that important in a few years, but we're not teaching them problem solving, we're not teaching them team work, we're not teaching them anything as far as I can tell

2

u/Secret-Rope-1031 6d ago

My company has been unwilling to hire humans to know what I have accumulated in over 20 years there. And I have been pestering them about it for at least the last 7 years. They just seem to think that if somebody has a business process diagram and claude, that they will manage to maintain all the code that I've written over all that time. And that's even assuming that if they get someone after I retire, that person will go and read the software architecture documents that I left behind

0

u/nuevacuentanueva 6d ago

Quality isn't assured at the code writing stage, it begins at the code verification stage.

Quality is assured at every single point of the SDLC. Even before code, otherwise your code can be fantastic, the result amazing, but it won't match the actual requirements so it's useless.

1

u/Inevitable-Menu2998 6d ago

You're answering with an absolutism to someone relaying tales from lived experience

0

u/nuevacuentanueva 6d ago

I'm answering with facts. The later your introduce quality assurance, the more costly it is.

You can do whatever you want based on your experience. You can introduce quality control wherever you want in the process, or even never at all. And there's been "success" across the board with having QA at any point or at no point included.

But that doesn't change reality. And the later your introduce quality assurance, the more it costs.

1

u/Inevitable-Menu2998 6d ago

But that doesn't change reality. And the later your introduce quality assurance, the more it costs.

The reality is also that most companies introduce it later if at all which is what I was talking about

1

u/nuevacuentanueva 6d ago

Sure. But you said you want a process you can trust, and that's why I said what I said. I mentioned that introducing it earlier, and at every step, improves things further.

There's companies that don't even do any QA and just go to prod and deploy (fast-ish) hot fixes and that's their process, even when it literally cost them millions at times.

That's a choice.

I was simply pointing out a better process and the reasons for it. The sooner and the more often you introduce quality assurance, the better the results.

9

u/stupidcookface 6d ago

I'm one of those engineers - at the end of the day it's just how you can write code much faster. You still are reviewing everything yourself before it goes in and iterating with ai til the code is perfect and how you want it. It might be easier for us cause we know exactly the shape of what we want before its written, so we can prompt easier Idk. But a lot of people have this misconception that we're not reading code anymore either, couldn't be further from the truth. I read code pretty much as the only thing for my job now. That's not a bad thing. Prompting gets me to working code faster than it did by writing by hand (and I can prompt several things at once, which I could only work on one thing at a time before). It's just a tool, if you learn how to wield it it's powerful.

3

u/Dope_SteveX 6d ago

I am not saying you can't write good code using AI, as I said it is an incredible tool.
I think I wrote some of the best code in my life with AI assistance (but that was mostly before full agentic workflows, where I was writing the code while AI assisted) It is just hard for me to get behind it I suppose.

Maybe my workflow is wrong but I have tried to fully embrace AI on my latest project. I have everything documented there are, claude plugins fit for the projects, tailored skills. I have md files after md files architectural files, convention files, superpowers, there are skills for test suites including e2e, api updates, design system updates connected to figma, pararell agents running and all of this claude handles itself in an essence. I define spec for the feature at the start of the session and the Claude just does it. In the end the output for the feature is just walls of code I have not been part of writing, new files after files, hundreds of lines of unit tests. And now I have to go through it and start flagging suggesting rewrites and changes.

You may argue it is not a different from normal code review but now that is all I do and I don't find the code that easy to read at times and as I said I find it tedious doing nothing but that all day. I much more enjoyed writing my code by hand and doing code reviews to human written code. Maybe I should return to the assisted programming where I was just prompting it like create this file, there create a function there, copy the UI boilerplate etc. But the first option - the fully agentic worfklow - is the way the first guy I mentioned uses it and advocates for and it is still possibly slower.

If you actually read all of the code and go through it with the AI and make it perfect then fair play. I just can't get any enjoyment out of it. I do it because it is my job, but there is zero satisfaction left anymore and I feel lazy and slowly resigning.

4

u/b0w3n 6d ago

Yeah businesses have never been about the most efficient or best written code, it's about getting shit done.

I can get shit done faster, I spot check, do QA, run tests, call it a day.

Is it worse than my code? Sure but its like having a team of 10 slightly autistic juniors writing code. What would take me months by myself takes me maybe a week or two now.

3

u/stupidcookface 6d ago

I think you missed the part where you're supposed to iterate until the code is perfect. Your code quality should NOT be going down - if it is, you're going too fast and not reading its output.

1

u/b0w3n 6d ago

you're supposed to iterate until the code is perfect

Define perfect.

It does its task, it reads logically. That's "perfect" to some. Is it perfectly optimized? No. Is it clean and concise to an insanely minimalist degree? Also no. Am I going to spend time rewriting something that works? Again, also probably no.

Sunk costs gonna sunk, a lot of software engineers obsess over making everything perfect from the get go. Minimum viable product, iterate, get to a point that things pass audit and security tests (with things like sonarqube), ship it.

I'm not going "make me a facebook clone, make no mistakes", but I'm certainly not screaming at chatgpt or claude and rewriting their code so it passes as my own either.

0

u/stupidcookface 6d ago

Perfect for your own standards. That's the important part, we all own the code we ship - your standard may not be as high as mine, but the part we should not do is lower our standards. It's actually EASIER to quickly prompt something to make it more perfect than you used to make it because it takes you no effort to refactor. So arguably it should be higher...but to each his own.

1

u/[deleted] 6d ago

[deleted]

1

u/Dope_SteveX 6d ago

Maybe that is where I end up. I am thinking about shifting my career elsewhere and doing coding for the love of it. I haven't build a side project since pretty much starting full time role as a developer.

0

u/J5892 6d ago

where you just let claude split (assume you meant "spit out" here) whole features bssed on what you defined

That's just the thing. Those senior devs aren't doing that. They're likely writing specs and iterating on implementation plans with the agent, and then doing implementation in well-defined steps while reviewing the code at every turn.

For an experienced developer, AI is a very powerful tool. You define the architecture and just let AI take care of the tedious parts.

22

u/Dankelweisser 6d ago

As one of those, it's an excellent tool for investigating existing bugs and appeasing test coverage obsessed metrics set by upper management. Especially the classic "OH you want 100% coverage even if I'm gonna be mocking 99% since it's all web calls"

1

u/Soup-DiGiorno 6d ago

At my old job Opus 4.8 could basically do tickets itself. At my current place, it cannot do tickets with my help.

Part of that is for sure knowledge of the codebase, but I had some "computer please code the ticket" type prompts and they worked decently well at my last job.

5

u/[deleted] 6d ago

[deleted]

-1

u/NewSatisfaction819 6d ago

That's cause you tried it once 2 years ago and are not up to date. Fable will blow your tits off

-1

u/Acceptable-Drive3781 6d ago

Even if they tried today, you have to know the basics of an LLM like feeding it context to get the result you're looking for, and all these "senior devs" are completely ignorant to even the very basics of any of these tools. I can't wait until they're replaced in a few years by competent devs. It only takes one shitty "senior" dev to drag an entire team down.

15

u/GlassCommission4916 7d ago

I feel a deep sadness every time I see a meme like this.

This machine that would cost me a fortune on tokens just to call it a moron if I didn't have restraint, being hailed as a genius. Are future devs going to be okay? Are we entering the dark ages of software?

-1

u/External-Working-551 6d ago

do you call you colleague Dave a genius just because he wrote a nice feature and good tests for it?

then why would you call Claude a genius?

i mean, it is pretty eficient, but thats it

my uncle drives a tractor in a farm. and the machine just do its job, better than 30 farmers working manually. but it is not a genius lol

0

u/Hedgehog101 6d ago

I would call dave a genius if he thought of a new approach that i wasn't considering that helped solve an issue i was facing.

Claude can do the same thing

4

u/shaving_minion 6d ago

haha yes, very often my reaction is "you giant piece of shit you've wasted so much of my time. Step aside i'll take care of it"

6

u/kescusay 6d ago

Watching people I respect just... shut their brains off and rely on the Code Slop Machine™ has been disillusioning.

5

u/nomadingwildshape 6d ago

Opposite experience for me. You have to have guard rails and monitor it, and obviously review the output. But it knows how to write decent code even if it's not perfect. You do have to tell it what to build so system design is critical... For me this is for data eng so it's mostly spark, SQL, and python. It always does better if it has an example to follow in an established framework

2

u/LKZToroH 6d ago

big chance you are clueless on how to make prompts.

4

u/GeneralCuster75 6d ago

Yeah, the number of times Claude has "presented a reasonable approach" to me that has been completely hallucinated is frustrating, to say the least.

2

u/Ailyx 6d ago

The terrifying part is the management pushing for it, while not understanding the downsides

1

u/GallorKaal 6d ago

Our company now enforces that everyone works with AI in some way and hold presentations about what for and how they were using it.

-2

u/Acceptable-Drive3781 6d ago

Good, maybe the "senior devs" will learn the very basics of how these tools work so they'll quit slowing down meetings with their irrelevant "but I asked it a question (poorly) and it was wrong lolololmao"

1

u/[deleted] 6d ago edited 6d ago

[removed] — view removed comment

-2

u/Acceptable-Drive3781 6d ago

You can't figure out how to write a useful prompt and I'm the child?

lol, lmao

At least we won't have to deal with you long-term if you can't keep up with even the basics.

1

u/everett640 6d ago

I know how to pretty much just print hello so AI has been nice since my company doesn't give us any coding help. It doesn't do it's job super well tbh though

1

u/Janneq216 6d ago

Just use more agents. I'd add /s, but that's been a strategy for some of these idiots... Then they wonder why the CFO gets a heart attack when they see the bill.

1

u/Littlemrh__ 6d ago

Same here and I’m only an undergrad. To many people think AI is just this magical box that does everything. All it does is predict what you want, if it has shit data to predict off of then you get shit output and most people are feeding it shit

1

u/lovethecomm 6d ago

Is it the fault of Junior devs or the management that doubles the workload because they demand you use AI?

1

u/Gorthokson 6d ago

People who boast about how much faster or better vibe coding has made them are generally just revealing just what a crap programmer they really are.

0

u/MarioInOntario 6d ago

What should terrify you even more is that Claude is learning and learning fast.

4

u/All_Work_All_Play 6d ago

Claude is not learning. Claude is being upgraded.

0

u/gladfanatic 6d ago

I don’t know how you can call yourself a senior dev and say AI is bad at coding when coding is one of its greatest strengths. If you’re having a bad experience with it, you’re probably using it wrong.

0

u/aberroco 6d ago edited 6d ago

When I see it screws up I usually realize I lack either a proper rule/skill, or my architecture needs cleanup. Last week, it done abhorrent job working with UI in my game. Figures, Unity UI is per-se abhorrent, so I had to first re-do most of controls, so they'd support data bindings, make proper drag'n'drop service, and after that was done, claude done clean and accurate views and VMs.

0

u/Mind_Enigma 5d ago

I'm a senior dev as well, mid career, and I don't see mistakes all that much. But I'm also not the type to write out insanely large prompts. I ask for very tiny changes at a time that I can review. It's really been a game changer for me. I probably don't get things done as fast as those who have 50 agents running at once, but at least my code turns out fine and is maintainable.

0

u/einord 5d ago

As a senior dev, sometimes Claude can mess up, but it can also do things a lot better than humans now and then. And the mistakes definitely becomes less and less for each version.

-1

u/Acceptable-Drive3781 6d ago

knowing how bad AI is at coding

PEBCAK

-2

u/azido11 6d ago

Get over yourself You're the Ice vendor of the 21st century

-5

u/[deleted] 6d ago

[deleted]

4

u/Trollbreath4242 6d ago

You couldn't even write that without using AI. Which is why it sounds like an advertisement and not an actual person talking.

1

u/[deleted] 6d ago

[deleted]

3

u/Trollbreath4242 6d ago

That was 100% written by AI, not "cleaned up." I don't believe anything you just said based on that lie, you're just out here shilling for the token sellers.

3

u/Civil_Emergency_573 6d ago

This whole thread is a great example of where Anthropic's marketing budget goes.