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.
ChatGPT Pulse
191–200 of 766 posts
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…
Re: ChatGPT Pulse
#193Earlier 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).
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
#194Earlier 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...
Re: ChatGPT Pulse
#195Earlier 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.
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
#196Earlier 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…
Re: ChatGPT Pulse
#197Hey, 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
#198Google+ is incidentally a great example of a gigantic money sink driven by optimistic hype.
Re: ChatGPT Pulse
#199Earlier 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.
Re: ChatGPT Pulse
#200My 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…