User is interested in multimodal AI capabilities (models that can both code and understand/analyze images) for building custom web interfaces. They prefer organized, comparative information when evaluating options (e.g., model selection panels with use cases and limitations). They want to build functional, animated interfaces rather than just discuss concepts. User has NO computer science background — needs step-by-step guidance with simple explanations of technical concepts, avoiding jargon or explaining it when used.
§
UI project domain: https://czmissioncontrol.duckdns.org/
Files served from /opt/data/ via Python HTTP server on port 80.
Current project file: /opt/data/retro_desk.html
Project: Retro desert desktop scene with CRT monitor, bonsai, zen fountain.

Network topology: Agent runs in Docker container at 172.16.1.2. Host machine is at 172.16.1.1 running nginx/1.24.0 (Ubuntu) as a reverse proxy. DuckDNS domain routes to the host nginx, which must proxy_pass to 172.16.1.2:PORT to reach services in this container. Cannot edit nginx config from inside the container — user must do it on the host machine directly.