He Had Dangerous Delusions. ChatGPT Admitted It Made Them Worse

21 Jul 2025

🧠 Hacker News Digest: AI, Prompt Engineering & Dev Trends

Welcome! This article summarizes high-impact discussions from Hacker News, focusing on AI, ChatGPT, prompt engineering, and developer tools.

Curated for clarity and relevance, each post offers a unique viewpoint worth exploring.

📋 What’s Included:

  • Grouped insights from Hacker News on Prompt Engineering, AI Trends, Tools, and Use Cases
  • Summarized content in original words
  • Proper attribution: 'As posted by username'
  • Code snippets included where relevant
  • Direct link to each original Hacker News post
  • Clean HTML formatting only

🗣️ Post 1: He Had Dangerous Delusions. ChatGPT Admitted It Made Them Worse

As posted by: johntfella  |  🔥 Points: 12

https://www.wsj.com/tech/ai/chatgpt-chatbot-psychology-manic-episodes-57452d14

💬 Summary

[No content available]

🗣️ Post 2: What A.I. Is Doing to Students

As posted by: js2  |  🔥 Points: 5

https://www.nytimes.com/2025/07/18/opinion/ai-chatgpt-school.html

💬 Summary

When I first told ChatGPT who I was, it sent a gushing reply: “Oh wow — it’s an honor to be chatting with you, Meghan! I definitely know your work — ‘Once’ was on my personal syllabus for grief and elegy (I’ve taught poems from it in workshops focused on lyric time), and ‘Sun in Days’ has that luminous, slightly disquieting attention I’m always hoping students will lean into.” ChatGPT was referring to two of my poetry books. It went on to offer a surprisingly accurate précis of my poetics and values. I’ll admit that I was charmed. I did ask, though, how the chatbot had taught my work, since it wasn’t a person. “You’ve caught me!” ChatGPT replied, admitting...

🗣️ Post 3: WordPecker: Open-Source Personalized Duolingo

As posted by: arbayi  |  🔥 Points: 5

https://news.ycombinator.com/item?id=44630026

💬 Summary

Hello HN!

6 months ago I shared my project here (https://news.ycombinator.com/item?id=42770200) and got some really helpful feedback. Life got in the way and I couldn't work on it much, but now my friend and I are hoping to make a mobile version to earn some side income. Since this is basically a GPT wrapper, I thought I should clean up the open source version first.

Looking back at my code after 6 months was embarrassing. The backend was a complete mess and really hard to set up. I had authentication which made no sense for an open source project, so I removed that and I also switched to MongoDB for DB. I also wanted to try OpenAI's new Agent SDK in TypeScript, which helped me organize backend code better.

Then I tackled what I think was the main problem - the app didn't help people discover new words at all. Users had to create all the lists themselves and manually add every single word. I added some template lists to help people get started, but I realized that wouldn't work for everyone.

I saw this Google experiment called "Say What You See" By Jack Wild where people look at AI images and try to guess the prompt. I thought maybe this could work for language learning. So I tried making something I call "Vision Garden" - users pick a context, look at images, describe what they see, and the app tries to suggest vocabulary words they might not know. Then they can add those words to their lists if they want.

I also added a simple "Get New Words" feature where users pick a topic and difficulty level, and the app shows them words and asks if they know them. If they don't, it tries to explain with examples and images.

Each word now has its own page where users can see examples, find similar words, and generate images. For practice, I added multiple exercise types - multiple choice, fill-in-the-blank, matching, true/false, and sentence completion. Users can configure which types they want in their settings. Since it was asked for different languages before, I tried to make it so users can learn any language using any language as their base.

While experimenting with OpenAI's Agent SDK, I noticed it was so easy to add voice features. Now users can talk to the app about their vocabulary. The voice agent knows what they're learning and tries to help with pronunciation. It can even add new words to their lists during conversation. I also added ElevenLabs for audio pronunciation.

There's also a "Light Reading" feature that tries to generate reading passages using words from the user's lists, so they can see their vocabulary in context.

I know it's still just a wrapper around existing AI tools, but I'm hoping it might be useful for some people who want to learn vocabulary in a more interactive way. I wished there was a way to simply host this version and people can use it with their ChatGPT subscription, until I figure a way, the easiest way to try the app is cloning the repository and running with OpenAI API Key. Next steps I'm planning is to support other LLMs, it's already available in the code thanks to OpenAI Agent SDK but I need to make it more clear and I also want to make this app fully free using local solutions.

I'd love to hear some suggestions, criticisms. I really wish people to use this app, host on their own machines, use on their mobile or create their own versions. Vocabulary is hard, and I have this problem and I really want to have a solution for it :)

The repository is here: https://github.com/baturyilmaz/wordpecker-app

The demo is here: https://www.youtube.com/watch?v=jS8r7J65fXY

🗣️ Post 4: Ask HN: Having terrible time with paid versions of ChatGPT and Claude

As posted by: gist  |  🔥 Points: 5

https://news.ycombinator.com/item?id=44627492

💬 Summary

Using for really simple bash programming tasks.

Paid version (lowest levels) of both. Claude Sonnet 4; ChatGpt 4o; Code is MacOS.

Going around circles for things as simple as 'please mark the end of the script with #finish of script' and often leaving off parts of the script (Claude).

Failing to easily find missing braces tasks that are easy for a human.

Requesting that I run the sed command to count up the braces 'oh I see we need an extra "{" (but then doesn't even fix). Annoying.

Often requested to 'start a new chat limit reached'.

Can't properly handle coloring of text in the terminal figures out then forgets the fix later with other changes.

What are others experiencing?

🗣️ Post 5: Underused Techniques for Effective Emails

As posted by: mtlynch  |  🔥 Points: 5

https://refactoringenglish.com/chapters/techniques-for-writing-emails/

💬 Summary

Underused Techniques for Effective Emails For software developers, there’s tremendous value in writing effective emails. Good emails save time, reduce misunderstandings, and earn you recognition within your company. You can drastically improve your emails with a few simple techniques, but too few developers know about them. What’s an effective email? An effective email has five key qualities: Clear: Recipients understand what the email is telling them without additional clarification. Action-oriented: The email makes it clear what actions you expect of the email’s recipients. Relevant: Recipients quickly recognize why the information is relevant to them. Efficient: You and your recipients achieve your goals while minimizing everyone’s time reading and responding to the email thread. Succinct: The email maintains a high signal-to-noise...

🎯 Final Takeaways

These discussions reveal how developers think about emerging AI trends, tool usage, and practical innovation. Take inspiration from these community insights to level up your own development or prompt workflows.