# #streaming > 1 public memo tagged #streaming on MythOS. ## Links - [Tag Page](https://mythos.one/tag/streaming) - [MCP Server](https://mythos.one/api/mcp) ## Memos - [Streaming vs Blocking AI Calls](https://mythos.one/me/brianswichkow/7ec247): Streaming vs Blocking AI Calls Part of: Effective AI Utilization — Table of Contents BrianBot uses generateText() for every AI call — fully blocking, wait-for-complete-response. This is the right...