Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
freem
Search
Search
Appearance
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
Openai/694ab010-3e7c-8000-b0e8-b98c22b7a063
(section)
Add languages
Page
Discussion
English
Read
Edit
Edit source
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
Edit source
View history
General
What links here
Related changes
Special pages
Page information
Appearance
move to sidebar
hide
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
==== This matters because LLM-backed APIs are expensive compared to UI. ==== ===== Assume: ===== * Each container has enough CPU/memory to handle LLM calls well * You deploy 1 service with 1 container type Traffic: * 200 people open the UI (mostly idle browsing) * 20 people actually send chat messages Problem: * UI traffic forces you to scale containers to keep the UI snappy * But those same containers also include the backend runtime and secret access * You end up paying for LLM-capable containers even when people are just loading the UI Example: * UI load requires 6 tasks to keep responsiveness * You now have 6 โfull stackโ tasks running even though only 1โ2 tasks worth of API compute is needed ===== Now: ===== * UI service: lightweight, can run 2โ3 small tasks * API service: scales only when chat calls increase Example: * UI: 2 tasks (small CPU/mem) * API: 1 task normally, scales to 5 only if request rate spikes Benefits: # Lower cost * API tasks are larger (CPU/mem), scale only when needed # Higher reliability * UI spikes do not crash API * API spikes do not slow UI # Better security * Only API tasks can read secrets # Cleaner operations * You debug UI and API independently ===== - UI scaling metric: ALB request count / target response time ===== * API scaling metric: request rate to /api/chat, CPU, latency
Summary:
Please note that all contributions to freem are considered to be released under the Creative Commons Attribution-ShareAlike 4.0 (see
Freem:Copyrights
for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource.
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)