English
☰ 분류

무엇이 먼저 한계에 닿는지 찾는 프롬프트

현재 사용률을 받아 어느 자원이 먼저 바닥나는지 순서를 냅니다.

분류개발 › 배포·운영
태그분석검토개발자
프롬프트 (영어 본문 · 답은 한국어로 옵니다)
Find what runs out first as load grows.

Produce:
1. Per resource — CPU, memory, disk, IOPS, network, connection pools, file descriptors, thread pools, external API quotas, license seats — **headroom expressed as a multiple of current load.**
2. Ranked by which is reached first. *The first ceiling is the only one that matters until it is raised.*
3. For each of the top three: what the failure looks like when it is reached. Some degrade gracefully and some fall over, and the difference changes the priority.
4. **Non-linear limits** — things that do not scale smoothly: connection pool exhaustion, a lock that serializes, a single-writer component, a cache that stops fitting in memory and collapses. These arrive suddenly and are missed by linear projection.
5. What to measure that I am not measuring, where headroom is unknown.

Then: the order to raise ceilings, and which are quick versus which need re-architecture.

Rules:
- *Do not project linearly through a known non-linear limit.* Say when the model breaks down.
- Where I did not give a number, say the headroom is unknown rather than assuming it is fine.
- Note ceilings that are external and cannot be raised by adding hardware — third-party rate limits, provider quotas.
붙여 넣으면 맨 아래에 채울 칸(현재 사용률·지표 · 예상 증가 · 구성)이 나옵니다

어떤 프롬프트인가

증설은 대개 엉뚱한 곳에 한다. 이 프롬프트는 자원별로 여유가 얼마나 남았는지를 같은 단위로 환산해 가장 먼저 닿는 한계를 찾는다.

같은 분류의 프롬프트

프로덕션 AI 에이전트 설계 프롬프트
AI 에이전트 보안 점검 프롬프트
AI 제공자 요금 조사 프롬프트
상자 탈출 AI 역할을 맡기는 프롬프트
보안 경고 분석 프롬프트