Netlify
@netlify.com
6 months ago This is a great suggestion! We have a bunch of improvements for observability on our plate, and this is definitely one of them. How would you want it to work?
💬 1
♻️ 0
❤️ 0
This is a great suggestion! We have a bunch of improvements for observability on our plate, and this is definitely one of them. How would you want it to work?
i think the zod equivalent might be like using codecs a lot more zod.dev/codecs - which already has some useful ones, but could be expanded a lot parsing with rich types starts to overlap with unmarshalling, which can be treacherous but maybe going halfway - rich types but strict schemas - is utopia? blog.rubygems.org/2017/10/09/u... ✨That’s the highlight reel. ✨ It’s all about tightening the loop from idea → live → fixed. What do you want to see Netlify ship next for agent workflows in 2026?
Skew Protection: pin user sessions to a specific deploy to prevent version mismatch breakage (free for everyone).
🧷 www.netlify.com/blog/introdu... Prerendering: serve fully rendered HTML to crawlers + AI tools that don’t execute client-side JS.
🕸️ www.netlify.com/blog/prerend... Observability: request metrics + function/edge execution + usage signals, in the Netlify dashboard, right after deploy.
📈 www.netlify.com/blog/introdu... AI Gateway: model access built into the platform — fewer “10 errands” (accounts/keys/billing) between code and shipping.
🧠 www.netlify.com/blog/ai-gate... Netlify DB: go from static UI → fullstack app without breaking flow (including agent-friendly provisioning).
🗄️ www.netlify.com/blog/netlify... Netlify MCP Server: agents can create projects, deploy apps, and manage settings via natural language prompts.
🔌 www.netlify.com/blog/netlify... Agent Runners: run Claude Code / Gemini CLI / Codex against your Netlify project with production context — no setup.
🤖 www.netlify.com/blog/agent-r... ✨2025 recap: what we shipped for agent workflows 👇✨ 🤖 Agent Runners 🔌 MCP Server 🗄️ Netlify DB 🧠 AI Gateway 📈 Observability 🌅 Prerendering 🧷 Skew Protection Links + why it matters in thread 🧵
what if zod or another parser introduced a way to parse into rich types? effect already has some of this: schema can serialize & deserialize a rich duration type instead of having some ambiguous integer which could me milliseconds.
could be cool?
macwright.com/2025/12/29/f... You keep using provider SDKs, but Netlify handles the credentials + routing via injected env vars/base URLs.
📄 Docs: docs.netlify.com/build/ai-gat... AI Gateway is basically “LLM access as a Netlify primitive.” It proxies model calls from Netlify runtime so you don’t need to maintain provider accounts + API keys across environments.
Cost: On Netlify, AI inference is priced off the underlying model provider costs, then converted into Netlify credits ($1 USD of model usage = 180 credits). OpenRouter generally passes through model pricing and adds a 5.5% fee.
Good Q. Both Netlify AI Gateway and OpenRouter give you a single API surface to multiple models. Main difference: Netlify AI Gateway is built into the deploy/runtime workflow on Netlify (so you can pair it with things like Functions/Edge + platform controls). OpenRouter is model-routing first.
We just published our first public case study.
modany.com has been using @tuist.dev since 2022.
They had followed the project for years, and @natanrolnik.bsky.social was even on the core team.
3 years later: 200 modules, CI from 20+ min to 9.
tuist.dev/case-studies... Doing clean builds (with no binaries) in large Xcode codebases is so unproductive. I don't know how teams can work this way. 7580/13083 targets and still going... "The hosting problems are symptoms. The underlying issue is that git inherits filesystem limitations, and filesystems make terrible databases."
https://nesbitt.io/2025/... One place where agents genuinely shine is navigating the AWS console. Instead of clicking through endless menus trying to find that one setting, just ask and let the agent figure out where everything lives. Wishing you deterministic workflows in a probabilistic world. Or at least fewer surprises. 💚