Comment by mNovak

Comment by mNovak a day ago

19 replies

Just want to say the interactive widgets being actually hooked up to an LLM was very fun.

To continue bashing on gmail/gemini, the worst offender in my opinion is the giant "Summarize this email" button, sitting on top of a one-liner email like "Got it, thanks". How much more can you possibly summarize that email?

petekoomen a day ago

Thank you! @LewisJEllis and I wrote a little framework for "vibe writing" that allows for writing in markdown and adding vibe-coded react components. It's a lot of fun to use!

  • ipaddr a day ago

    Can we all quickly move to a point in time where vibe-code is not a word

    • namaria a day ago

      I kinda appreciate the fact that vibe as a word is usually a good signal I have no interest in the adjacent content.

      • sexy_seedbox a day ago

        Jazz Vibe-raphone legend Gary Burton is saddened by this comment.

        • namaria a day ago

          I guess I should check this out. Thanks for the tip, I do love me some good jazz.

      • vekker 19 hours ago

        It definitely makes me lose interest and trust in software that is openly described as being "vibe-coded".

        I'm with the vibe of wanting to move on to the point where LLMs are just yet another tool in the process of software engineering, and not the main focus.

    • skrebbel a day ago

      What would be better? AI-hack? Claude-bodge? I agree that it's a cringey term but cringey work deserves a cringey term right?

  • DesaiAshu a day ago

    My websites have this too with MDX, it's awesome. Reminds me of the old Bret Victor interactive tutorials back around when YC Research was funding HCI experiments

bambax a day ago

It is indeed a working demo, hitting

  https://llm.koomen.dev/v1/chat/completions
in the OpenAI API format, and it responds to any prompt without filtering. Free tokens, anyone?

More seriously, I think the reason companies don't want to expose the system prompt is because they want to keep some of the magic alive. Once most people understand that the universal interface to AI is text prompts, then all that will remain is the models themselves.

  • petekoomen a day ago

    That's right. llm.koomen.dev is a cloudflare worker that forwards requests to openai. I was a little worried about getting DDOSed but so far that hasn't been an issue, and the tokens are ridiculously cheap.

  • amiantos a day ago

    Blog author seems smart (despite questionable ideas about how much real world users would want to interact with any of his elaborate feature concepts), you hope he's actually just got a bunch of responses cached and you're getting a random one each time from that endpoint... and that freely sent content doesn't actually hit OpenAI's APIs.

    • bambax a day ago

      I tested it with some prompts, it does answer properly. My guess is it just forwards the queries with a key with a cap, and when the cap is reached it will stop responding...

jihadjihad a day ago

It's like the memes where people in the future will just grunt and gesticulate at the computer instead.

Xenoamorphous a day ago

I used that button in Outlook once and the summary was longer than the original email