Live data from Hacker News

ChatGPT Pulse

openai.com

191–200 of 766 posts

Re: ChatGPT Pulse

#191

No desktop version. I know I'm old, but do people really do serious work on small mobile phone screens? I love my glorious 43" 4K monitor, I hate small phone screens but I guess that's just me.

Most people don't use desktops anymore. At least in my friend circles, it's 99% laptop users.

these days, desktop == not a mobile phone

Re: ChatGPT Pulse

#192

"AI" is a $100B business, which idiot tech leaders who convinced themselves they were visionaries when interest rates were historically low have convinced themselves will save them from their stagnating growth. It's really cool. The coding tools are neat, they can somewhat reliably write pain in the ass boilerplate and only slightly fuck it up. I don't think they have a place beyond that in a professional setting (no…

I've been saying this since I started using "AI" earlier this year: If you're a programmer, it's a glorified manual, and at that, it's wonderful. But beyond asking for cheat sheets on specific function signatures, it's pretty much useless.

Re: ChatGPT Pulse

#193
post #76

Earlier quoted context omitted.

> My personal productivity has skyrocketed in the last 12 months. Has your productivity objectively, measurably improved or does it just feel like it has improved? Recall the METR study which caught programmers self-reporting they were 20% faster with AI when they were actually 20% slower.

If you want another data point, you can just look at my company github ( https://github.com/orgs/sibyllinesoft/repositories ). ~27 projects in the last 5 weeks, probably on the order of half a million lines of code, and multiple significant projects that are approaching ship readiness (I need to stop tuning algorithms and making stuff gorgeous and just fix installation/ensure cross platform is working, lol).

I don't do Rust or Javascript so I can't judge, but I opened a file at random and feel like the commenting probably serves as a good enough code smell.

From the one random file I opened:

/// Real LSP server implementation for Lens pub struct LensLspServer

/// Configuration for the LSP server

pub struct LspServerConfig

/// Convert search results to LSP locations

async fn search_results_to_locations()

/// Perform search based on workspace symbol request

async fn search_workspace_symbols()

/// Search for text in workspace

async fn search_text_in_workspace()

etc, etc, etc, x1000.

I don't see a single piece of logic actually documented with why it's doing what it's doing, or how it works, or why values are what they are, nearly 100% of the comments are just:

function-do-x() // Function that does x

Re: ChatGPT Pulse

#194

Earlier quoted context omitted.

This comment is surprising. Of course it can have preferences and of course it can "pick".

preference generally has connotations of personhood / intellegence, so saying that a machine prefers something and has preferences is like saying that a shovel enjoys digging... Obviously you can get probability distributions and in an economics sense of revealed preference say that because the model says that the next token it picks is .70 most likely...

you can change preferences by doing RLHF or changing the prompt. there's a whole field on it: alignment.

Re: ChatGPT Pulse

#195

Earlier quoted context omitted.

If the model companies are serious about demonstrating the models' coding chops, slopping out a gmail competitor would be a pretty compelling proof of concept.

Code is probably just 20% effort. There is so much more after that. Like manage the infra around it and the reliability when it scales, and even things like managing SPAM and preventing abuse. And the effort required to market it and make it something people want to adopt.

Sure, but the premise here is that making a gmail clone is strategically necessary for OpenAI to compete with Google in the long term.

In that case, there's some ancillary value in being able to claim "look, we needed a gmail and ChatGPT made one for us - what do YOU need that ChatGPT can make for YOU?"

Re: ChatGPT Pulse

#196
post #84
post #66

Earlier quoted context omitted.

> I’m rapidly losing interest in all of these tools. It feels like blockchain again in a lot of weird ways. It doesn't feel like blockchain at all. Blockchain is probably the most useless technology ever invented (unless you're a criminal or an influencer who makes ungodly amounts of money off of suckers). AI is a powerful tool for those who are willing to put in the work. People who have the time, knowledge and crit…

" Blockchain is probably the most useless technology ever invented " Actually AI may be more like blockchain then you give it credit for. Blockchain feels useless to you because you either don't care about or value the use cases it's good for. For those that do, it opens a whole new world they eagerly look forward to. As a coder, it's magical to describe a world, and then to see AI build it. As a copyeditor it may be…

It may not be the absolute most useless, but it's awfully niche. You can use it to transfer money if you live somewhere with a crap banking system. And it's very useful for certain kinds of crime. And that's about it, after almost two decades. Plenty of other possibilities have been proposed and attempted, but nothing has actually stuck. (Remember NFTs? That was an amusing few weeks.) The technology is interesting and cool, but that's different from being useful. LLM chatbots are already way more generally useful than that and they're only three years old.

Re: ChatGPT Pulse

#197
I'm thinking OpenAI's strategy is to get users hooked on these new features to push ads on them.

Hey, for that recipe you want to try, have you considered getting new knives or cooking ware? Found some good deals.

For your travel trip, found a promo on a good hotel located here -- perfect walking distance for hiking and good restaraunts that have Thai food.

Your running progress is great and you are hitting strides? Consider using this app to track calories and record your workouts -- special promo for 14 day trial .

Re: ChatGPT Pulse

#198
Since every "AI" company frantically releases new applications, may I suggest OpenAI+ to copy the resounding success of Google+?

Google+ is incidentally a great example of a gigantic money sink driven by optimistic hype.

Re: ChatGPT Pulse

#199
post #182

Earlier quoted context omitted.

Not this again. That study had serious problems. But I’m not even going to argue about that. I want to raise something no one else seems to mention about AI in coding work. I do a lot of work now with AI that I used to code by hand, and if you told me I was 20% slower on average, I would say “that’s totally fine it’s still worth it” because the EFFORT level from my end feels so much less. It’s like, a robot vacuum mi…

Often someone’s personal productivity with AI means someone else have to dig through their piles of rubbish to review PR they committed. In your particular case it sounds like you’re rapidly loosing your developer skills, and enjoy that now you have to put less effort and think less.

We know that relying heavily on Google Maps makes you less able to navigate without Google Maps. I don't think there's research on this yet, but I would be stunned if the same process isn't at play here.

Re: ChatGPT Pulse

#200

My pulse today is just a mediocre rehash of prior conversations I’ve had on the platform. I tried to ask GPT-5 pro the other day to just pick an ambitious project it wanted to work on, and I’d carry out whatever physical world tasks it needed me to, and all it did was just come up with project plans which were rehashes of my prior projects framed as its own. I’m rapidly losing interest in all of these tools. It feels…

Yeah I've tried some of the therapy prompts, "Ask me 7 questions to help me fix my life, then provide insights." And it just gives me a generic summary of the top 5 articles you'd get if you googled "how to fix depression, social anxiety" or something.
Post reply on HN