logoalt Hacker News

zmmmmmyesterday at 5:16 AM9 repliesview on HN

Pointless anecdote: I asked it to make some slides and it decided to write its own slide rendering engine:

> On the format — I dropped reveal.js and wrote a small engine inline instead. Reveal would have meant a CDN load, and a deck that half-renders because the lecture theatre wifi is flaky

It one-shotted a perfect functional mini version of powerpoint (or Reveal) for a simple presentation I asked it to make.


Replies

Garlefyesterday at 11:56 PM

> asked it to make some slides and it decided to write its own slide rendering engine

isn't this exactly what a certain kind of real world dev would do?

anonym00se1yesterday at 5:18 AM

Opus 4.8 decided to code up its own version of the SwiftUI rendering engine for iOS when I asked it to change a swipe gesture. I left the computer for several hours, came back, noticed it still wasn't done, noticed it had alarmingly burned through my weekly tokens, and had to stop it from continuing.

"You're right. What I did was overkill and I should have just used iOS's built-in rendering engine. Noted for next time."

show 4 replies
lionkoryesterday at 10:13 AM

That's embarrassing and would have you grilled in any code review, to not even consider to just vendor reveal.js. We have been vendoring dependencies before machine learning was a thing.

superfrankyesterday at 5:51 AM

It's awesome that it had the capability to do that, but it worries me a bit that it chose to do that.

jedimastertyesterday at 11:11 AM

How many tokens did it burn doing that instead of just vendoring?

Like I said in a separate comment, these tools are written and trained by corporations first and foremost, they'll always have conflicting interests.

globular-toastyesterday at 8:04 AM

That's hilarious. You can totally vendor reveal.js and it works perfectly fine offline. I've done this countless times. Sometimes intelligence means knowing there must be a better way.

show 2 replies
geraneumyesterday at 8:37 AM

What better way to spend token. I’m amazed that people talk about this as it’s a good thing!

themantriyesterday at 1:23 PM

"If you wish to make an apple pie from scratch, you must first invent the universe."

FuckButtonsyesterday at 6:12 AM

You know PowerPoint is just a zip archive of xml files right?

show 1 reply