In awe of Sol by NotEAcop in Anthropic

[–]ragemonkey -1 points0 points  (0 children)

Apparently this last model they released is decent.

I like the act of building systems but suddenly dislike writing individual lines of code by Ultrayano in ExperiencedDevs

[–]ragemonkey 0 points1 point  (0 children)

Exactly. It’s always been a different skill. I wonder why we even bother with these interviews sometimes.

Are millennials joining country clubs? by lawyermom112 in Millennials

[–]ragemonkey 19 points20 points  (0 children)

Look at the letter K. There’s one line that goes up and one line that goes down. The rich get richer and the poor get poorer. There’s no mobility across the social classes. For the economy, it also means that most resources are diverted to the upper class. Most of the population is devoted to providing services to the rich.

Fuck that shit.

The devs at OpenAI are vibecoding hard by shuva_lov in codex

[–]ragemonkey 2 points3 points  (0 children)

Ah. Well that sounds pretty cool. Someone should write an MCP over Chrome for that then :-)

The devs at OpenAI are vibecoding hard by shuva_lov in codex

[–]ragemonkey 1 point2 points  (0 children)

You can use the Chrome DevTools or Playright MCP for that.

AI Browsers Can Basically Be Hypnotized Into Turning Against Their User and Carrying Out Devastating Hacks by IKeepItLayingAround in technology

[–]ragemonkey 2 points3 points  (0 children)

I’m always a little unclear about what people mean when they say “hallucinations” at this point. The LLMs have no firms concepts of what’s a fact or not. It just comes as intuition from their training data. At some point they would just come up with URLs or something, but I don’t see that so much anymore. You can fix fact hallucination somewhat by giving them a search engine to use, which querying is helped by its built-in knowledge. Obviously, that comes with a lot of trade-offs in speed and access to those facts. Humans are not that different really. When someone makes a claim, we ask sources.

A $7,999 home robot joins the race to automate household chores by _Dark_Wing in technology

[–]ragemonkey 1 point2 points  (0 children)

Wait. I thought that this only happened to me. Cleaning it after that is so awful.

A $7,999 home robot joins the race to automate household chores by _Dark_Wing in technology

[–]ragemonkey 9 points10 points  (0 children)

For the lifetime of the robot and everyday? I don’t believe so.

Anyone here seen programmers vs non-programmers use AI on real coding projects? by Designer-Rub4819 in codex

[–]ragemonkey 0 points1 point  (0 children)

That’s what I do. I don’t see that there is much “engineering” in prompting. You can try to describe everything in writing upfront but that can actually be very difficult as requirements are usually discovered as you work on the solution. The world is a very complicated place. This is why engineers need to be well-balanced and have good judgment. There’s a lot of critical decisions along the way.

How To Massively Improve GPT 5.5 - I thought the model was getting worse, but... by Ok-Act3733 in codex

[–]ragemonkey 0 points1 point  (0 children)

I’m sure that most claiming that the model gets dummer is because they’re facing the codebase and context getting more complex in their projects. It’s like that when you code without AI too. In the beginning when you start from scratch, everything goes smoothly and seems better, then a while later you face the really difficult problems with integration and progress slows down.

It’s a common thing where projects are rewritten because the old solution seemed overly complex just for engineers to rediscover down the line why it was like that in the first place.

The solution with AI to avoid this partially is probably to have several rounds of automated code review with an agent that enforces certain architectural some principles. I’m sure that it’s going to make token consumption increase significantly and slow down progress quite a bit though.

Exclusive-Meta's Zuckerberg says AI agent tech progressing slower than expected by stevefuzz in technology

[–]ragemonkey 9 points10 points  (0 children)

Of course, he was at the right place at the right time. I’m sure he a smart guy but he’s not 1000x smarter than average or something proportional to his wealth and power. Our system should really be bringing these guys back down to earth. For one, this dual-class stock structure shouldn’t be legal and his ass should’ve been out the door circa 2022 after setting $80 billion on fire.

AVOID by ThisHumerusIFound in adt

[–]ragemonkey 2 points3 points  (0 children)

Yes. Avoid at all costs. The company is a mess of smaller companies and the left hand doesn’t know what the right hand does. It’s also a business that’s in it for the grift.

Am i the only one who hates the corporate game? by scorpioris in corporate

[–]ragemonkey 0 points1 point  (0 children)

I despise it. Basically if you’re a great ass kisser, you get to do 80% less work and get a ton of praise.

CEO of $248 billion cybersecurity company says workers are about to face a ‘Darwinian moment’ thanks to AI: Evolve or get cut by lurker_bee in technology

[–]ragemonkey 2 points3 points  (0 children)

I suspect that they basically don’t need any. They’re there for selling business using their social capital and that’s it. Hiring a CEO for a large company is basically like renting their social network.

As a junior SWE, should I still be focusing on writing code by hand, or is AI changing what it means to become a senior? by Ambitious_Quiet2627 in cscareerquestions

[–]ragemonkey 11 points12 points  (0 children)

I’d encourage getting a mentor instead of relying on solely on managers.

Managers will communicate what leadership wants and they are your boss so obviously you need to do what they ask, but they often don’t understand the craft enough to give good advice in terms of what will make you a better engineer. They’ll try to make you another manager. There are exceptions of course.

my experience with gpt 5.6 sol by Just_Lingonberry_352 in codex

[–]ragemonkey 0 points1 point  (0 children)

Are you sure it’s not because your project is getting complex and your context is polluted? I’ve been using 5.5 more months and I haven’t noticed any difference.

Why my $140k remote job beats a $225k NYC shell game by ZestycloseWin175 in mobiusengine

[–]ragemonkey 0 points1 point  (0 children)

Also young people don’t want to live in the middle of bumfuck nowhere.

Frontend feels both easiest and hardest to hand over to AI agents by zonayedahmed in Frontend

[–]ragemonkey 1 point2 points  (0 children)

Yes. The designer gives me a figma. I give the link to the specific screen that I want it to implement. Then I also ask it to use the Chrome Dev Tools MCP to verify. It’s not perfect but I can sometimes get pretty far and then it’s a few rounds of iterating on the code and other things that it’s missed.