Google DeepMind Releases AlphaGenome (deepmind.google)
169 points by i_love_limes 4h ago 37 comments
Lateralized sleeping positions in domestic cats (cell.com)
11 points by EvgeniyZh 22m ago 5 comments
Show HN: I built an AI dataset generator
74 matthewhefferon 14 6/26/2025, 2:58:32 PM github.com ↗
I've been writing custom simulation agents (just simple go programs) that simulate different users of my system. I can scale appropriately and see test data flow in. If metabase could generate these simulation agents based on a schema and some instructions, now that would be quite neat! Good job on this first version of the tool, though!
Relationship is important, but your data structure might capture a virtually infinite number of unexpected behaviors that you would preferably call errors or bugs.
It uses GPT-4o to generate a detailed schema and business rules based on a few dropdowns (like business type, schema structure, and row count). Then Faker fills in the rows using those rules, which keeps it fast and cheap.
You can preview the data, export as CSV or SQL, or spin up Metabase with one click to explore the data. It’s open-source, still in early stages, but wanted to share, get feedback and see how you'd improve it.
Cool to see Metabase is enabling contributions to the ecosystem this way! :)
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