-
Notifications
You must be signed in to change notification settings - Fork 0
Month 5 Plan
canquesse edited this page Jul 29, 2026
·
2 revisions
This month the system stops being a "trial project" and becomes a "deployable-to-production platform". An AI infrastructure engineer who knows both security and observability is rare and expensive.
- Service security: authentication vs authorization
- Token-based authentication
- Rate limiting
- AI-specific security: prompt injection, tool permissions
- Structured logging
- Metrics, monitoring, distributed tracing
- CI/CD
- Auth vs authz · [ ] Signed access token · [ ] Rate limiting algorithm
- Prompt injection · [ ] Tool permission · [ ] Structured log
- Counter/gauge/histogram · [ ] Trace and span · [ ] Correlation ID · [ ] CI/CD pipeline
- Authentication in control-plane
- Authorization: a user sees only their own tasks
- Rate limiting
- Tool permissions + basic prompt-injection defense
- Structured logging + correlation ID (carried across services)
- Metrics dashboard (task count, success rate, latency distribution, token cost, error rate)
- Distributed tracing: follow a task end to end, down to each step
- CI/CD: tests + eval on every push
- One-command setup (including the monitoring dashboard)
- Chaos scenario: deliberately stop a service, document the behavior
Why is one-command setup a separate step? Because a person examining the repo takes the project seriously if they can run it. A project that requires pages of setup instructions gets closed without a try, no matter how good it is.
Split and swap at the rotation — you decide who takes what. Two rough tracks: (a) auth + authz + rate limit + metrics dashboard + chaos scenario, (b) structured logging + tracing + tool permissions + prompt-injection defense.
- Observability dashboard tour
- Prompt injection demo ("how AI agents are fooled — and how they're protected")
- Chaos test clip
- CI/CD showcase post
AgentLens
Project
Working Cadence
Months
Reference