hn • r/hackernews
Comment on: In the land of LLMs, can we do better mock data generation?
Nice write up, mock data generation with LLMs is pretty tough. We spent time trying to do it across multiple tables and it always had issues. Whether you look at classical ML models like GANs or even LLMs, they struggle with producing a lot of data and respecting FKs, Constraints and other relationships.Maybe some day, it gets better but for now, we've found that using a more traditional algorithmic approach is more consistent.Transparency: founder of Neosync - open source data anonymization - github.com/nucleuscloud/neosync