Code Review for Vibe Coders
Product managers and marketers are now submitting code with AI. Here's how to write PRs that engineers actually want to review, approve, and merge.
Product managers and marketers are now submitting code with AI. Here's how to write PRs that engineers actually want to review, approve, and merge.
This spring, the Xata team gathered in the idyllic French countryside, where time slows down and nature provides the backdrop for conversation to flow. The setting left room for things to happen on their own, without the need to schedule too tightly. Here's how the week unfolded.
We usually think branching means copying the whole database. With copy-on-write, it doesn't. Let's compare workflows like seeding to DB branching.
Xata is an open-source Postgres platform for agent scale. Instantly create isolated databases with copy-on-write branching at low cost.
Xata core is now available as open source under the Apache 2 license. It adds copy-on-write branching, scale-to-zero compute to Postgres.
Karpathy's LLM knowledge base handles text. Add a Postgres database alongside your wiki so your LLM can query metrics and connect numbers to context.
AI agents need two infrastructure layers: real-time streaming for fresh data and database branching for sandboxes. How to build both with Postgres.
Skip the OLAP stack. See how we built a product analytics warehouse on vanilla Postgres with materialized views, pg_cron, and copy-on-write branches.
Deep in a feature but need to fix a quick bug? See how I use git-worktree, Worktrunk, and a dynamic Caddyfile to seamlessly switch contexts and environments.
The 5 best data anonymization tools for development teams in 2026, compared by Git/CI integration, referential integrity, and speed, so you can ship with production-realistic data without risking compliance.
Learn the difference between anonymization and pseudonymization under GDPR, and when reversible data protection is essential for analytics and fraud detection.
As AI accelerates code generation, teams shift from line-by-line review to guardrails and QA. Discover why production-like, anonymized data and isolated database branches are now critical for safe, fast shipping.