Hacker News new | ask | show | jobs
Show HN: Apery – Synthetic Data Generator for AI Agents (github.com)
2 points by compuficial 23 days ago
1 comments

Nice. Just had Claude build a Stripe accounting library, and the painful part was hand-writing 35 fixtures that look like real Stripe webhook payloads. Stuff like a charge that gets refunded a month later after the FX rate has moved, or a yearly subscription where you have to release the revenue across 12 months. Would Apery handle data like that, where one record depends on another from earlier, or is it more for the user and order kind of stuff your README shows?