"Stack: OpenAI API (GPT-4o for data generation)" -- I wonder if someday we'll have a generic API like how it's done in Java (e.g., Servlet API implemented by Tomcat, JBoss etc), so everyone can use their favorite LLM instead of having to register each provider like streaming services e.g. Disney+, Netflix, etc.
Show HN: I built an AI dataset generator
31–36 of 36 posts
Re: Show HN: I built an AI dataset generator
#32Re: Show HN: I built an AI dataset generator
#33I used Anthropic's new Claude API integration with artifacts to make a probably-worse version that you can play with (after logging in of course). https://claude.ai/public/artifacts/eb7d8256-6d21-4c85-af9b-c... I used this GitHub repo as context and Claude Opus 4 to create this artifact
Haha, I find this kind of exercise telling for what's coming to the one-size-fits-all SaaS companies out there. I see a future where small teams can in-house the set of features they actually need, and a big drop in SaaS usage. Avoids the big vendor lock-in problems, unwanted features and bypasses all the accenture-style consulting fees.
Re: Show HN: I built an AI dataset generator
#34Re: Show HN: I built an AI dataset generator
#35"Dataset" connotes training data, but this seems to generate sample data, maybe for testing an application. Is there any use for synthetic datasets in ML?