Stephen Margheim's design recommendation for Yippee: the only reason Rails pushes queries into controllers is to avoid reckless partial-driven P50 collapse under MySQL/Postgres latency. With SQLite's effectively zero-latency indexed reads, putting data fetching next to data usage inside views is architecturally cleaner, respects locality of behaviour, and is actively better.