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…
Cyberfeed (https://cyberfeed.io/) – a fully-automated, GPT-powered cybersecurity news aggregation site (uses GPT to summarize news article descriptions)
Peloapp (https://peloapp.fly.dev) – displays recent personal records and other entertaining cycling stats from Peloton and includes a GPT-powered daily summary
I'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.
I 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.
Userdoc (https://userdoc.fyi) - A requirements management tool with AI assistance. Generate user stories, acceptance criteria, personas, and user journeys with GPT.
I'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!
AppifyText (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.
11 comments
[ 1.5 ms ] story [ 42.6 ms ] threadPeloapp (https://peloapp.fly.dev) – displays recent personal records and other entertaining cycling stats from Peloton and includes a GPT-powered daily summary
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.
https://app.gymmrfitness.com/
[0] MedQA: https://labs.cactiml.com/medqa
[1] Twitter thread: https://twitter.com/samarthrawal/status/1620545601296564228
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.