Live data from Hacker News

Rob Pike goes nuclear over GenAI

skyview.social

11–20 of 1001 posts

Re: Rob Pike goes nuclear over GenAI

#11
The possibly ironic thing here is I find golang to be one of the best languages for LLMs. It's so verbose that context is usually readily available in the file itself. Combined with the type safety of the language it's hard for LLMs to go wrong with it.

Re: Rob Pike goes nuclear over GenAI

#12
post #6

Assuming this post is real (it’s a screenshot, not a link), I wonder if Rob Pike has retired from Google? I share these sentiments. I’m not opposed to large language models per se, but I’m growing increasingly resentful of the power that Big Tech companies have over computing and the broader economy, and how personal computing is being threatened by increased lockdowns and higher component prices. We’re beyond the da…

I'm Assuming his Twitter is private right now, but his Mastodon does share the same event (minus the "nuclear"): https://hachyderm.io/@robpike/115782101216369455

And a screenshot just in case (archiving Mastodon seems tricky) : https://imgur.com/a/9tmo384

Seems the event was true, if nothing else.

EDIT: alternative screenshot: https://ibb.co/xS6Jw6D3

Apologies for not having a proper archive. I'm not at a computer and I wasn't able to archive the page through my phone. Not sure if that's my issue or Mastodon's

Re: Rob Pike goes nuclear over GenAI

#13
post #11

The possibly ironic thing here is I find golang to be one of the best languages for LLMs. It's so verbose that context is usually readily available in the file itself. Combined with the type safety of the language it's hard for LLMs to go wrong with it.

I haven’t found this to be the case… LLMs just gave me a lot of Nil pointers

Re: Rob Pike goes nuclear over GenAI

#14
I was going to say "a link to the BlueSky post would be better than a screenshot".

I thought public BlueSky posts weren't paywalled like other social media has become... But, it looks like this one requires login (maybe because of setting made by the poster?):

https://bsky.app/profile/robpike.io/post/3matwg6w3ic2s

Re: Rob Pike goes nuclear over GenAI

#15
post #6

Assuming this post is real (it’s a screenshot, not a link), I wonder if Rob Pike has retired from Google? I share these sentiments. I’m not opposed to large language models per se, but I’m growing increasingly resentful of the power that Big Tech companies have over computing and the broader economy, and how personal computing is being threatened by increased lockdowns and higher component prices. We’re beyond the da…

> Assuming this post is real (it’s a screenshot, not a link)

I can see it using this site:

https://bskyviewer.github.io/

Re: Rob Pike goes nuclear over GenAI

#16
post #6

Assuming this post is real (it’s a screenshot, not a link), I wonder if Rob Pike has retired from Google? I share these sentiments. I’m not opposed to large language models per se, but I’m growing increasingly resentful of the power that Big Tech companies have over computing and the broader economy, and how personal computing is being threatened by increased lockdowns and higher component prices. We’re beyond the da…

It's real, he posted this to his bluesky account.

And here it is: https://bsky.app/profile/robpike.io/post/3matwg6w3ic2s

Re: Rob Pike goes nuclear over GenAI

#17
post #6

Assuming this post is real (it’s a screenshot, not a link), I wonder if Rob Pike has retired from Google? I share these sentiments. I’m not opposed to large language models per se, but I’m growing increasingly resentful of the power that Big Tech companies have over computing and the broader economy, and how personal computing is being threatened by increased lockdowns and higher component prices. We’re beyond the da…

This argument always felt insincere to me. What power do big tech companies have and why do you have a problem with it? They are simply providing a service you didn’t have access to.

I remember a time when users had a great deal more control over their computers. Big tech companies are the ones who used their power to take that control away. You, my friend are the insincere one.

If you’re young enough not to remember a time before forced automatic updates that break things, locked devices unable to run software other than that blessed by megacorps, etc. it would do you well to seek out a history lesson.

Re: Rob Pike goes nuclear over GenAI

#18
post #11

The possibly ironic thing here is I find golang to be one of the best languages for LLMs. It's so verbose that context is usually readily available in the file itself. Combined with the type safety of the language it's hard for LLMs to go wrong with it.

I haven’t found this to be the case… LLMs just gave me a lot of Nil pointers

It isn't perfect, but it has been better than Python for me so far.

Elixir has also been working surprisingly well for me lately.

Re: Rob Pike goes nuclear over GenAI

#19
To be clear, this email isn't from Anthropic, it's from "AI Village" [0], which seems to be a bunch of agents run by a 501(c)3 called Sage that are apparently allowed to run amok and send random emails.

At this moment, the Opus 4.5 agent is preparing to harass William Kahan similarly.

[0] https://theaidigest.org/village

Re: Rob Pike goes nuclear over GenAI

#20
post #11

The possibly ironic thing here is I find golang to be one of the best languages for LLMs. It's so verbose that context is usually readily available in the file itself. Combined with the type safety of the language it's hard for LLMs to go wrong with it.

I fould golang to be one of the worst target for llms. PHP seems to always work, python works if the packages are not made up but go fails often. Trying to get inertia and the Buffalo framework to work together gave the llm trama.
Post reply on HN