Posts tagged: technical-notes
-
Designing a Remote Terminal/WebSocket Dashboard for AI Agents
Technical notes on designing a real-time dashboard to monitor and control AI agents running in the terminal via WebSocket.
→ -
How to Migrate a Test/Evaluation Pipeline for AI Workflows Without Breaking Production
Practical notes on how to change prompts, models, or evaluation pipelines for AI workflows while keeping the system stable.
→ -
API Design for CRM: Leads, Contacts, Deals, Quotes
Notes on designing a REST API for a small CRM, focusing on leads, contacts, deals, quotes, and real-world sales workflows.
→ -
When Does It Make Sense to Use Redis Cache for a CRM Dashboard?
Practical notes on using Redis cache to optimize a CRM dashboard: when to use it, what to cache, invalidation strategies, and how to avoid common pitfalls.
→ -
Building a CI/CD Pipeline for Small AI/Computer Vision Projects
A practical pipeline for a small AI or Computer Vision project: test, build Docker image, run basic eval, and deploy more securely.
→