$ ls lab/

Lab Directory

Mini-projects, experimental demos, and quick prototypes. Each project runs on its own subdomain (e.g., p1.harishpillai.com) for isolated testing.

⚠️

Under Construction

Lab infrastructure is being set up with Docker containers and reverse proxy configuration. Interactive demos and experiments will be deployed here. Check back soon for live demos and benchmarks.

Planned Demos

LLM Caching Patterns

Demonstration of semantic caching strategies to reduce inference costs by 60-80%.

# LLMOps # Redis # Cost-Optimization
Subdomain: p1.harishpillai.com (planned)

Guardrail Playground

Interactive demo showing prompt injection detection and content moderation.

# Security # Llama-Guard # Safety
Subdomain: p2.harishpillai.com (planned)

DNS Query Analyzer

Real-time DNS query pattern analysis with exfiltration detection algorithms.

# DNS # Security # Go
Subdomain: p3.harishpillai.com (planned)

Infrastructure Setup

Each mini-project will:

  • Run in isolated Docker container
  • Have dedicated subdomain (p1, p2, p3, etc.)
  • Be reverse-proxied through Caddy with auto-HTTPS
  • Include architecture notes and source code links