> ## Documentation Index
> Fetch the complete documentation index at: https://developer.upsun.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Augustin Delaporte

> Articles written by Augustin Delaporte.

<div className="flex items-center gap-4 mb-8 not-prose">
  <div className="flex flex-wrap gap-3">
    <a href="https://www.linkedin.com/in/augustindelaporte/" target="_blank" rel="noopener noreferrer" className="inline-flex items-center gap-1.5 px-3 py-1.5 rounded-full border border-gray-200 dark:border-white/10 text-sm text-gray-700 dark:text-gray-300 hover:border-primary dark:hover:border-primary-light transition-colors">LinkedIn</a>
  </div>
</div>

<div className="blog-card-grid">
  <a href="/posts/discussions/instant-data-cloning-was-a-bet-ai-agents-are-the-payoff" className="blog-card group rounded-xl bg-card border-theme card-hover shadow-sm hover:shadow-md transition-all overflow-hidden flex flex-col">
    {`/images/posts/discussions/instant-data-cloning-was-a-bet-ai-agents-are-the-payoff/data-cloning-agents.webp` !== '' && (
          <div className="blog-card-img-wrap">
            <img src="/images/posts/discussions/instant-data-cloning-was-a-bet-ai-agents-are-the-payoff/data-cloning-agents.webp" alt="Instant data cloning was a bet. AI agents are the payoff." className="blog-card-img" />
          </div>
        )}

    <div className="blog-card-body">
      <div className="flex items-center gap-2">
        {`discussions` !== '' && (
                      <span className="text-xs font-semibold uppercase tracking-wider px-2 py-0.5 rounded-md bg-accent-badge border border-accent-soft text-accent">
                        discussions
                      </span>
                    )}

        <span className="text-xs text-subtle">Tuesday, February 24th 2026</span>
      </div>

      <h3 className="blog-card-title group-hover:text-accent transition-colors">Instant data cloning was a bet. AI agents are the payoff.</h3>
      <p className="blog-card-desc">How Upsun's data-first architecture, built a decade ago for CMS and e-commerce needs, turns out to be the exact infrastructure AI agents need: instant, isolated, production-identical environments with real data.</p>
    </div>
  </a>
</div>
