Alternatives
Products that do what Create Spotify playlists using ChatGPT does
Hello all, This is my first submission on Hacker News. Recently, like many others, I've been playing around with ChatGPT APIs and have been impressed with the capabilities that have been unlocked through the APIs. For example, ChatGPT could "recommend" me songs that can introduce me to different kinds of music - "Popular American music from the 90s" or "Classical Indian music" or "Songs that have won the Original Song Award at the Oscars." Or you could even ask for "early morning CrossFit workout music." So instead of adding these recommendations manually, I integrated ChatGPT responses with…
- 1
- 2

- 3

- 4

- 5

- 6

- 7

Collection of ChatGPT prompts to help you build an audience
2023
- 8

- 9

- 10

- 11OS
Hi friends! I've been waiting for ChatGPT Code Interpreter access for so long that I decided to just build my own. I figured maybe some of you are in the same boat so decided to do it as an Open Source project.
2023 · ricklamers.io
- 12HN
I recently received access to develop and use ChatGPT plugins, and embarked on a project to build a Hacker News integration as a learning exercise. My goal was to enable retrieval of content from HN to answer questions and produce insights in conversations with ChatGPT. I documented my journey in this blog post, which will hopefully be helpful to other plugin developers or anyone looking to learn more about embeddings. You can try the experience even if you don't have plugin access on ChatGPT through the demo on hn.kix.in - it's a loose approximation but should give you a sense of what's…
2023 · kix.in
- 13CH
Hey HN, As a heavy ChatGPT user, I often want to explore my chat history, look for things I've already asked, keep favorite chats, and much more. ChatGPT doesn't even offer search capability (except in mobile version). So I decided to build one myself. It runs locally, so no sensitive data leaks. You only need to export your ChatGPT conversations, and put it in the `data` folder. Optionally setup OpenAI API key and it will create embeddings for semantic search. *Important* - it's not a desktop app (at least, not yet) - it's a python code with a browser interface that I've only tested on…
2023 · github.com
- 14AB
Hey! Alexis and Tobi here. We built a native macOS client for ChatGPT API that is free to use (macOS Ventura). https://www.jamgpt.app/ We built and fine-tuned it to scratch our own specific text-processing itches, so we just wanted to share this with the community. If you work with a lot of text or code like we do, check it out. Its core features include: - Instantly talk to ChatGPT from anywhere on your Mac by pressing a keyboard shortcut. - Avoid typing out repetitive prompts by saving prompts and accessing them quickly. - Just download and start typing as you would with…
2023
- 15SN
Just for fun I decided to see if I could use chatGPT to solve NYT Connections word puzzles. It uses a pretty straightforward BFS search in which the LLM is first prompted to generate several possible groupings of four related words, and then a different prompt is used to evaluate the soundness of each of those groupings. This approach seems to be able to produce the correct solution somewhat less than half the time. Some observations: * For whatever reason, chatGPT-4 seems to be a bit worse than 3.5 at generating Connections groupings. I haven’t tested systematically so maybe this is just…
2023 · github.com
- 16IM
I’ve been using this for my own workflow and friends suggested I share it with them so I quickly threw together my first chrome extension! As an ex-editor, I think chatGPT is overlooked as an editor with everyone jumping straight into writing. Editing is essentially giving it as comprehensive a writing prompt as possible. Playing with the actual prompt also gets you a wide range of different results that grammarly/other apps cant really do. The x% has been changed tool was the first thing I built to see how intrusive chatGPT's editing was at a glance. My biggest struggle was trying to…
2023 · editgpt.app
- 17IB
So I've been obsessed with a weird question for the past 6 months, what happens to SEO when everyone starts asking ChatGPT for recommendations instead of Googling? The answer, apparently, is chaos. And maybe opportunity? I built FirstClick because I noticed something strange. My previous startup was getting zero traffic from AI assistants, but our competitor (objectively worse product, sorry not sorry) was getting mentioned by Claude and Perplexity constantly. It drove me crazy. So I reverse engineered why. Turns out there's a whole new game being played and most founders don't even know it…
Dec 2025 · firstclick.so
- 18ID
Today I designed a method to prevent users from jailbreaking ChatGPT (for instance, users have generated instructions to produce weapons or illegal drugs, commit a burglary, kill oneself, take over the world as an evil superintelligence, or create a virtual machine which they then can use). The OpenAI team appears to be countering these primarily using prompt engineering or fine-tuning on the ChatGPT model. The idea is to use a second and fully separate, fine-tuned LLM to evaluate prompts before sending them to ChatGPT. You can test this by inserting your successful ChatGPT jailbreaks. Break…
2022 · github.com
- 19IM
I built this using semantic search and the ChatGPT API, which was just released the other day. What makes it special is it not only understands the code you're debugging, but also pulls in additional context like relevant documentation to help answer your questions and suggest code changes. Ultimately, my goal is to take the hassle out of pasting error messages into Google, finding a vaguely related StackOverflow post, and manually integrating the solution into your code.
2023 · useadrenaline.com
- 20IB
Hi everyone, I’ve been using ChatGPT to analyze my journal entries and to reflect with. It works great, I really liked it. I’ve managed to gain some good insights about myself and made improvements. However, there are a few problems: - ChatGPT only remembers key facts about you, it has limited memories - ChatGPT couldn't recall the content of conversations you had with it - For individual ChatGPT products, your private conversations might be used to train future models (see: https://help.openai.com/en/articles/5722486-how-your-data-is...) So, I decided to build my…
2025 · pensiv.me
- 21IM
Hey HN. I've made a tool that parses RSS feeds and creates ready-to-post Tweets with ChatGPT.
2024 · rsstotweet.xyz
- 22CA
I’ve created two sets of ”ChatGPT Custom Instructions” for folks using ChatGPT’s web interface (i.e. not via API). They aim to dramatically improve the quality, depth, nuance, and utility of all ChatGPT responses. Both of them instruct ChatGPT to begin its completion with a preamble designed to take advantage of how the attention mechanism attends to recent tokens. They relieve the user of having to determine a task-specific prompt, and turn even the simplest questions into high quality context for ChatGPT to attend to. The first (“Standard Edition”) is for both free and paid ChatGPT…
2023 · github.com
- 23IC
Hi, everyone! Lately, I've been working on quite a few applications that require a database, and as a result, I need some data to test everything. It has always taken me a lot of time to ask ChatGPT to generate fake data for me, so I decided to create a tool for developers called FakeData. FakeData allows developers to generate fake data easily with a simple UI/UX and customizable fields. This data can be used in their applications to test various functionalities. P.S. The app is not yet finished, and I would love to hear your honest feedback on it. Please be brutally honest about what…
2025 · fakedata-mu.vercel.app
- 24PG
Hey everyone, ChatGPT recently added a very small but powerful feature - the ability to share your chats! I think it’s a great way to create prototypes and share them, here are a couple of examples: First, [a small talk simulator](https://chat.openai.com/share/1329d8ec-5141-45f9-a2c2-842d4bad7bcc) a game to help you improve your social skills. Second, [a shark tank simulator](https://chat.openai.com/share/48155efe-101b-4662-b41e-c13aa909f017), see if your idea and pitch can get a deal on ABCs hit show! [Here’s my…
2023
Ranked by how close each launch is in meaning, then by votes. Refine with a description →