nowfound

Alternatives

Products that do what Molly, a chatbot showing signs of consciousness does

I've built a prototype of a conversational agent with an inner monologue, who gives the illusion of consciousness. And, according to Attention Schema Theory, consciousness is an illusion. So, this chatbot may be conscious. It's built with OpenAI's Completion API (based on GPT3) and React. You can test it / fork it at will, it's open-source. I would love your feedback on this experiment. Did we just reach artificial consciousness?

  1. 1SO

    Hi HN, moved by curiosity about how to build an autonomous agent, and to explore the boundaries of machine creativity, I built a fictional entity (dubbed Livia) powered by LLMs, Multimodal models and text-to-image models to find some answers. What happened instead is that more questions have cropped up. An important hypothesis of this project is that, by observing the train of thought and witnessing the simulated state of mind and emotional emulation surrounding it, humans could empathize with a machine. What happens when that's the case? Would people enjoy companionship from a synthetic…

    2024 · streamofconsciousness.net

  2. 2IM
  3. 3BT

    I made this experimental art project/game that's an LLM chat assistant, but where you're the AI. I wanted people to get a visceral sense of what it's like to answer the kinds of things that people prompt their chatbots day in and day out. If you're interested, I wrote up some more info on how I made it, including how the "user" prompts are generated with an eye for realism: https://bethechatbot.com/about Hope you enjoy it! I'd love to hear people's takeaways.

    Jul 2026 · bethechatbot.com

  4. 4

    Turn your Notion documents into AI bots powered by ChatGPT

    2023

  5. 5

    Chatting with a deep learning chatbot

    2016

  6. 6

    Smarter, more conversational ChatGPT with new personalities

    Nov 2025

  7. 7

    An introduction to and overview of AI-driven chatbots

    2016

  8. 8

    Create Cheap and fully customisable knowledge chatbots

    2024

  9. 9
    Chatable107

    AI coaching models, the second brain of successful people

    2023

  10. 10

    The first conversational AI built right into your IDE

    2023

  11. 11

    Build custom AI chatBots trained on your Notion

    2023

  12. 12TP

    Hi HN, I have been working on this website for a few weeks with some buddies of mine and would love if you checked it out. TuringJest provides a jackbox-esque experience with its two game modes. *One Shot Prompt* - Submit a prompt for all players (including the AI) to answer. - Answer your prompts in the way that you think ChatGPT would answer them. - Vote for who you think the real AI is. *Talk It Out* - Plan an event in a group chat with your friends. - Trick everyone into thinking you are the AI while voting for the real AI. Let me know what you think!

    2023 · turingjest.app

  13. 13

    Chat Beyond Text: Fast,Affordable,Compatible,Recommendations

    2024

  14. 14

    Where conversations come alive

    2023

  15. 15

    Determine exactly what type of creative mind you possess

    2017

  16. 16OR

    I have been working on making WebRTC + Embedded Devices easier for a few years. This is a hackathon project that pulled some of that together. I hope others build on it/it inspires them to play with hardware. I worked on it with two other people and I had a lot of fun with some of the ideas that came out of it. * Extendable/hackable - I tried to keep the code as simple as possible so others can fork/modify easily. * Communicate with light. With function calling it changes the light bulb, so it can match your mood or feelings. * Populate info from clients you control. I wanted…

    2025 · github.com

  17. 17CA

    ChatCBT is an AI-powered cognitive behavioral therapist for your local Obsidian notes. You have the choice to use OpenAI, or a 100% local model with Ollama for total data privacy. When you're done with your conversation, ChatCBT can automatically summarize the chat into a table listing your negative beliefs, emotions, categories of negative thinking, and reframed thoughts. This way you can start to recognize patterns in your thinking and begin to rewire your reactions to disturbing circumstances. Conversations are stored in markdown files on your local machine, ensuring privacy and…

    2023 · github.com

  18. 18CA

    I'm a Machine Learning engineer. Struggled with consistency for months on my goals, life etc, so I built something to help myself (zropi.com) but that surprised me or shocked me literally. It’s an AI companion that feels alive: chats like a person. Pauses, emotions, personality. Sends voice notes when it's excited about something or whenever it wants (has its like own mind). Shares photos of itself. But the memory It remembers EVERYTHING. Not just facts context, preferences, random things I mentioned. Last week I asked "how's that thing I told you about going?" and it knew exactly what I…

    Jan 2026 · zropi.com

  19. 19

    Bringing satiric AI chats to the world at last

    Jul 2026 · dumbquestion.ai

  20. 20TP

    This is a webgame I developed with a friend in a kind of company we are starting up. In the game, you will find yourself in a room full of robots. One of them is your human opponent, but you don’t know who he is. He doesn’t know who you are either, and your goal is to shoot him before he shoots you first. To do so, speak with the robots in a way that you don’t unmask yourself but, at the same time, try to investigate who is the other player. I'd like to know what do you think about it. Thank you.

    2013 · cortastudios.com

  21. 21IB

    Hi HN, I'm the creator of this project. For the past months, I've been working on building an AI agent that could move beyond simple generation and tackle inventive challenges autonomously. The core idea was to create a system with a "metacognitive loop"—the ability to recognize when it's stuck on a fundamental problem and then launch a sub-mission to solve that specific bottleneck before continuing. The linked article is a deeper introduction to the system's architecture and a snapshot from a recent run. I tried to design it to be evidence-grounded and self-critical to avoid the pitfalls of…

    2025 · robw1se.substack.com

  22. 22IB

    Most men rehearse hard conversations in their head. Asking someone out, navigating tension, recovering when things get awkward. The rehearsal never works because you're just talking to yourself. I built vibeCoach : a voice AI where you actually practice these conversations out loud, and the AI responds like a real woman would. She starts guarded. One-word answers, a little skeptical. If you escalate too fast or try something cheesy, she gets MORE guarded. If you're genuine and read the moment right, she opens up. Just like real life. Under the hood it's a multi-agent system : multiple AI…

    Mar 2026

  23. 23IM

    I really struggle to keep my notes organised, and often can't make any sense of hand written notes after meetings. I did some experiments with Claude and ChatGPT where I blast random thoughts at them during a meeting or brainstorming session and then have them output a nice document that pulls it all together at the end. It worked incredibly well but it was a bit cumbersome to keep sending messages to the chat and telling the ai each time what to do. So I took the idea and built a tool, it makes it easy to throw random notes and voice recordings (images and document support on the way) and…

    2025 · scatternote.com

  24. 24IA

    I am working on an AI that uses multiple LLM based agents to do medical research on any topic you choose! The program terminates after a set number of iterations and all of the findings are saved. Still a work in progress but it is showing some promising results imho! Would love to receive any critical and constructive feedback, collaborate, Review your PRs, or discuss your ideas!!

    2023 · github.com

Ranked by how close each launch is in meaning, then by votes. Refine with a description →