cd/sources/render-blogΒ· homeβ€Ί sourcesβ€Ί Render Blog
cat /sources/render-blog.feed | wc -l β†’ 5

Render Blog

articles 5 domain render.com β†’ feed RSS
16:59
2026-07-29
render.com
artificial-intelligence

Infrastructure Patterns for Agentic Applications

Most teams build agents by wrapping a model in a route handler, but this breaks in production because agents are long-running, stateful, and non-deterministic. The first production pattern is the web-…

02:54
2026-06-17
render.com
developer-tools

Helios: Turn Code into Video

Helios, a new open-source tool, renders browser animations into video by driving the browser's native animation engine, enabling developers to use standard CSS and JS animations without reimplementati…