6 ms·
Ask HN: What’s your ChatGPT pet project?
I see a lot of ChatGTP pet projects pop up. It’s inspiring what’s possible. I’m curious what the HN community is working on and what ideas you have on your mind.
Link your project, idea, prototype…
- ackatz 4y agoCyberfeed (https://cyberfeed.io/ https://cyberfeed.io/) – a fully-automated, GPT-powered cybersecurity news aggregation site (uses GPT to summarize news article descriptions) Peloapp (https://peloapp.fly.dev https://peloapp.fly.dev) – displays recent personal records and other entertaining cycling stats from Peloton and includes a GPT-powered daily summary
- roflyear 4y agoAre you concerned at all with accuracy, especially with issues related to security?
- roflyear 4y agoI'm looking for people who are interested in creating a GPT-Driven tool to help people troubleshoot issues. I think there is a lot of potential here for targeting MSPs and customer support.
- m348e912 4y agoI am using chatgpt to help me learn how to program python with APIs, which I have never managed to get a knack of by myself. It does a good job cleaning up my code, fixing errors, and providing suggestions on alternative ways to do things e.g. using oauth2. I also used it to help friends update their resume. ChatGPT is good at converting paragraphs to bullet points and vice versa. It's great at rewriting content to make it more concise, clear, and readable.
- yagami_takayuki 4y agoAI fitness coaching coupled with pose detection (not in the app yet): https://app.gymmrfitness.com/ https://app.gymmrfitness.com/
- gimili 4y agoWe're exploring Hardware Design with GPT: https://assistedeverything.substack.com/p/todays-ai-sucks-at-math-but-developing https://assistedeverything.substack.com/p/todays-ai-sucks-at...
- chrisrickard 4y agoUserdoc (https://userdoc.fyi https://userdoc.fyi) - A requirements management tool with AI assistance. Generate user stories, acceptance criteria, personas, and user journeys with GPT.
- zora_goron 4y agoI've been working on MedQA, a GPT-powered clinical reference tool that can answer clinical questions and follow-up questions in natural language, along with references to sources. It's been an interesting way to experiment with the use of LLMs in the clinical context, and how to build around the strengths of these models while mitigating the downsides. I've been using it on rounds at the hospital and using those experiences as a feedback loop to continue improving it! [0] MedQA: https://labs.cactiml.com/medqa https://labs.cactiml.com/medqa [1] Twitter thread: https://twitter.com/samarthrawal/status/1620545601296564228 https://twitter.com/samarthrawal/status/1620545601296564228
- eugeniox 4y agoAppifyText (https://appifytext.ai https://appifytext.ai): I took GPT-3 and a no-code/low-code platform and I made them cooperate. The system gets in input the description of a desired application in plain English and produces in output a ready to use Web application in less than a minute. The focus is on CRUDs, simple internal tools, personal databases & similar apps.