←back to thread

422 points simedw | 1 comments | | HN request time: 0.199s | source
Show context
b0a04gl ◴[] No.44434262[source]
this is another layer of abstraction on top of an already broken system. you're running html through an llm to get markdown that gets rendered in a terminal browser. that's like... three format conversions just to read text. the original web had simple html that was readable in any terminal browser already. now they arent designed as documents anymore but rather designed as applications that happen to deliver some content as a side effect
replies(7): >>44434296 #>>44434336 #>>44434373 #>>44434477 #>>44434666 #>>44434702 #>>44434886 #
1. worldsayshi ◴[] No.44434477[source]
If the web site is a SPA that is hydrated using an API it would be conceivable that the LLM can build a reusable interface around the API while taking inspiration from the original page. That interface can then be stored in some cache.

I'm not saying it's necessarily a good idea but perhaps a bad/fun idea that can inspire good ideas?