Why We Moved from Raw Faker Commands to Domain Abstractions
· 3 min read
As AnyWayData usage grew across UI, CLI, API, and MCP, we found that directly exposing raw faker calls created avoidable fragility.
We moved to a domain abstraction layer so schemas describe intent (internet.email, number.int, date.recent) instead of vendor-specific call shapes.
