← Back
✍️
Blog
Content<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1"><title>Blog</title><style>*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;background:#fff;color:#0a0a0a}.nav{height:60px;display:flex;align-items:center;padding:0 48px;justify-content:space-between;border-bottom:1px solid #e5e5e5}.logo{font-weight:700;font-size:18px}.nav-sub{font-size:13px;color:#737373}.featured{padding:64px 48px;border-bottom:1px solid #e5e5e5;max-width:960px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.featured-thumb{aspect-ratio:16/9;background:#f2f2f2;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:64px}.tag{display:inline-block;background:#0a0a0a;color:#fff;border-radius:26px;padding:3px 10px;font-size:11px;font-weight:600;margin-bottom:12px;letter-spacing:0.5px}.featured h1{font-size:32px;font-weight:700;letter-spacing:-0.5px;line-height:1.25;margin-bottom:12px}.featured p{font-size:15px;color:#737373;line-height:1.6;margin-bottom:20px}.read-link{font-size:14px;font-weight:600;color:#0a0a0a;text-decoration:none}.meta{font-size:12px;color:#737373;margin-bottom:12px}.posts{padding:48px;max-width:960px;margin:0 auto}.posts h2{font-size:22px;font-weight:700;margin-bottom:24px;letter-spacing:-0.3px}.post-list{display:grid;gap:0}.post-item{padding:20px 0;border-bottom:1px solid #e5e5e5;display:flex;gap:20px;align-items:center}.post-thumb{width:80px;height:56px;background:#f2f2f2;border-radius:10px;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:24px}.post-item h3{font-size:15px;font-weight:600;margin-bottom:4px;line-height:1.3}.post-item p{font-size:13px;color:#737373}</style></head><body><nav class="nav"><span class="logo">Meridian</span><span class="nav-sub">Ideas worth reading</span></nav><section class="featured"><div class="featured-thumb">🌊</div><div><span class="tag">Featured</span><p class="meta">June 27, 2026 · 8 min read</p><h1>The quiet revolution in how we build software</h1><p>AI isn't replacing developers — it's changing what a developer is. Here's what that means for the next decade.</p><a href="#" class="read-link">Read article →</a></div></section><section class="posts"><h2>Latest Posts</h2><div class="post-list"><div class="post-item"><div class="post-thumb">🧠</div><div><h3>Why attention mechanisms changed everything</h3><p>May 15 · 5 min read</p></div></div><div class="post-item"><div class="post-thumb">🔧</div><div><h3>Building reliable APIs at scale: patterns that work</h3><p>Apr 30 · 7 min read</p></div></div><div class="post-item"><div class="post-thumb">🎯</div><div><h3>Product intuition: the skill no one teaches</h3><p>Apr 12 · 6 min read</p></div></div></div></section></body></html>