So that’s why I am getting clickbaity last sentences in every response now at ChatGPT.
Things like ”If you want, I can also show a very fast Photoshop-style trick in Krita that lets you drag-copy an area in one step (without copy/paste). It’s hidden but extremely useful.”
Every single chat now has it. Not only the conversational prompt with “I can continue talking about this”, but very clickbaity terms like: almost nobody knows about this, you will be surprised, all VIPs are now using this car, do you want to know which it is? Etc
One thing I am exploring is that, with LLM (and enough $ to pay the tokens) you can filter out offenses and hate speech in player communications.
All typed message is effectively translated by the LLM as “coach speech” and what is put in the UI is the LLM output. Sure, it is not exactly the player words and can get expensive, but I think it can be a good solution
A soccer web game where you are the coach and your only possible interaction is shouting (ie typing) messages to your players from the sidelines. An LLM interpret your messages and pass instructions into the game engine.
I built my share of AI stuff (although more using AI in the product than vibe coding ), so I won’t complain. But I did got frustrated when I recently posted a Show HN that I thought HN community would like and no one did.
It is a comeback from a post that stayed for a few hours in the front page a few years ago. Also, it is a useful, non-AI slop, free product. So when it got none upvotes it made me think how I don’t understand HN community anymore how I used to think I did.
Here is the post for the curious
Show HN: (the return of) Read The Count of Monte Cristo and others in your email
Sorry for the late reply, hope you still see this.
Yes, I went with Postgres to be safe. I am still serverless, but now there is Vercel doing a good job for serverless DB. They integrate with Neon, which makes Postgres serverless possible.
More things are into Vercel as well, as the cron jobs, which I used to use AWS only for that. Much easier now in configuration by code through Vercel.
Anything goes wrong with Vercel or Neon and I can just export my whole DB and go for a regular server anywhere.