# Vibe Coding With AI to Generate Synthetic Data: Part 1

DevFeed: [Vibe Coding With AI to Generate Synthetic Data: Part 1](<https://devfeed.tech/articles/vibe-coding-with-ai-to-generate-synthetic-data-part-1-5846.md>)

Original publisher: [Read original article](<https://neon.com/blog/vibe-coding-with-ai-to-generate-synthetic-data-part-1>)

Author: Paul Scanlon

Published: 2025-03-13T16:11:50Z

Content type: article

Language: en

Sources: [Blog -- Neon Docs](<https://devfeed.tech/sources/blog-neon-docs.md>)

Topics: [AI-assisted coding](<https://devfeed.tech/topics/ai-assisted-coding.md>), [GitHub Actions](<https://devfeed.tech/topics/github-actions.md>), [AI Chat](<https://devfeed.tech/topics/ai-chat.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [api](<https://devfeed.tech/tags/api.md>), [github-actions](<https://devfeed.tech/tags/github-actions.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [postgresql](<https://devfeed.tech/tags/postgresql.md>), [product](<https://devfeed.tech/tags/product.md>), [sql](<https://devfeed.tech/tags/sql.md>), [synthetic-data](<https://devfeed.tech/tags/synthetic-data.md>), [synthetic-data-generation](<https://devfeed.tech/tags/synthetic-data-generation.md>), [vibe-coding](<https://devfeed.tech/tags/vibe-coding.md>)

## AI overview

The article describes an experiment using vibe coding and an Anthropic API prompt to generate synthetic data from PostgreSQL schemas. It proposes GitHub Actions to dump a production or staging schema, pass it to the model, and automate data generation for development and testing workflows.

## Source excerpt

In this blog post, I'll share my experience of vibe coding as I explore AI-driven synthetic data generation, the tests I ran, and the challenges I faced along the way. What is vibe coding? Vibe coding is all about skipping the boilerplate and getting straight to the good stuff. I...