Gaslight-Driven Development

29 theodorejb 22 7/17/2025, 12:26:56 AM tonsky.me ↗

Comments (22)

delifue · 6m ago
> for example, we used tx.update for both inserting and updating entities, but LLMs kept writing tx.create instead. Guess what: we now have tx.create, too.

If a function can both insert and update, it should be called "put". Using "update" is misleading.

loloquwowndueo · 2m ago
Upsert?
hamish-b · 33m ago
I like seeing what users are currently viewing the same page, but man the constant jostling of users coming and going made it hard to read the post.
consumer451 · 9m ago
Same here. Right-click the page and choose Inspect (or Inspect Element). Click the Console tab, paste this code, and press Enter:

    document.getElementById("presence")?.remove();
HexDecOctBin · 23m ago
Reminded me so much of a game called Chess Royale that I used to play, the avatars and the flags (screenshot [1]). It was really good too; and then Ubisoft being Ubisoft, they killed it even though the game had bots and could have been made single-player.

[1]: https://game-guide.fr/wp-content/uploads/2020/02/Might-and-M...

YesBox · 6m ago
I tried uBlock's element zapper and ended up playing a furious game whac-a-mole :D
krackers · 11m ago
isn't this the page that used to have cursors everywhere in the background? I think the distracting design is some intentional running joke at this point
JimDabell · 15m ago
I found Safari’s “hide distracting items” feature was necessary to finish the article.
cnnlives · 28m ago
Maybe if the background color on all pages was a heatmap of the current top line of the page, so that you could see where people were reading and how many were reading, it would be better?

Also, what if it played slow and brooding music when fewer people were reading and epic action adventure music when many people were reading it?

How about if the page mined bitcoin and the first person to enter a page made a percentage higher percentage of the next person’s bitcoin and less of the next one, like a multi-level marketing mining strategy?

mathiaspoint · 7m ago
That heatmap idea sounds really neat actually.
promiseofbeans · 28m ago
It's pretty fun seeing what countries people are from. If you hover, it tells your their city as well!
Kapura · 20m ago
i literally opened the developer console to delete that element from the page. no surprise somebody who has no idea how to make a readable website is getting bullied by a chatbot.
lagniappe · 28m ago
Its the bottom 20px or so, with a lot of content above it. Move the window down slightly.
abtinf · 19m ago
> We see the same at Instant: for example, we used tx.update for both inserting and updating entities, but LLMs kept writing tx.create instead. Guess what: we now have tx.create, too.

Good. Think of all the dev hours that must’ve been wasted by humans who were confused by this too.

jackwilsdon · 32m ago
shutupnerd0000 · 3m ago
I aint reading all this with the animated live user bar at the bottom.
meepmorp · 10m ago
If it were somehow a human that was consistently and confidently handing out made up programming advice about one's products, would companies still respond by just adding whatever imagined feature and writing a vaguely bemused blog post about it?
revskill · 30m ago
Yes, but please separate plannning from reviewing, let alone real coding.
trhway · 35m ago
>Well, now there is a new way to serve our silicon overlords. LLMs started to have opinions on how your API should look

we have code review by LLM. There is no point or a way to argue. Just submit to the wishes of the overlord, resistance is futile.

readthenotes1 · 25m ago
For some reason this reminds me of the conversation I had with a guy who didn't like the lane keeping assist on his car.

He didn't like that it vibrated the steering wheel when he changed lanes without using the blinker.

raddan · 6m ago
I rented a car recently for a trip to Arizona that had lane keeping on by default. The highway I was traveling on was undergoing extensive repair. Not only did the car sound audible alarms with some frequency, since the highway had been rerouted in places using traffic cones, it also constantly tried to veer the car back into “the lane.” Since the lane was in some places just a hole, the consequences would have been bad. I ended up pulling over and fishing through the menus until I found a way to turn it all off.

It appears that there’s a very long tail of exceptional circumstances that must be handled with autonomous driving.

trhway · 3m ago
Yep, i'd not like it too - changing lanes requires increased attention and now during the maneuver you steering wheel starts to vibrate out-of-the-blue.

That isn't to argue about using of the blinker, it is about the way the assist is implemented in this case - it doesn't help directly with the blinker, instead it punishes you and thus stress-injects-and-conditions you for the instinct to use blinker next time. Net positive probably for the driver and society thus demonstrating again that forcing individual submission is an effective way to social harmony.