It would really help if this advice was more legible to agents. Spent the last week in Claude Code building a reasonably complex app running entirely on CF Workers, Containers, KV, and D1. Pages were slow due to the multiple round trips to storage on each page since Claude Code used D1. Despite repeated prompting Claude Code had no suggestions for how to improve within the CF platform. I ended up having Claude Code switch to Postgres with an eye towards switching the compute layer to AWS in the near future, since I'm very familiar with how to get performance out of that platform. Claude Code overcame my lack of familiarity to get something running on CF, but it wasn't good enough to get a design that could perform.