Building production-ready agentic systems: Lessons from Shopify Sidekick
shopify.engineering
Building production-ready agentic systems: Lessons from Shopify Sidekick
1–2 of 2 posts
Re: Building production-ready agentic systems: Lessons from Shopify Sidekick
#2Solid, practical write‑up on running an “agent” in production. Biggest takeaways for me: keep the base prompt tiny, inject context only when it’s actually needed, and eval on real traffic before adding multi‑agent complexity. Has anyone tried that “just‑in‑time” instruction style at scale—what broke first?