Ask HN: I Learned OpenAI's API – Now What Should I Build?

2 points by surume ↗ HN
Hi, I'm a Full Stack Developer, and I can build almost anything. Recently I learned OpenAI's API. Now the question is: what to build? Ideally shooting for a product that makes me money. Thanks for the suggestions!

5 comments

[ 2.8 ms ] story [ 18.2 ms ] thread
My friend and I recently built a little weekend project that could serve as some inspiration: https://oeno.chat.

I think one thing to think about is really anything around language. Law, content, customer interaction (email, marketing, etc.). What I really see as the big opportunity here is using it as "glue" to integrate separate APIs and then add UI polish. Doing the thought work of "Oh, if I combine this API with this prompt and then send the result to this other API and use OpenAI to reframe that result and then put a UI on it..." is what is going to make your solution stand out from every other "AI Blog Writer" or "AI Email Spammer" or whatever else.

I love your answer. Thank you!