Commit 329952c
committed
feat(PROMPT-ENG-GUIDE-WP-029) v1.0.0 — Advanced Prompt Engineering for LLMs: 14-Section Dashboard + 46 API Endpoints
Dashboard: public/advanced-prompt-engineering-guide.html (43,959 bytes)
- 14 keyboard-navigable WCAG 2.1 AA-compliant sections
- 12 parallel API calls, render time 118ms, zero console errors
- Responsive, print-optimized, dark/light theme, scroll spy navigation
Data Model: data/prompt-eng-guide.json (51,991 bytes, loaded via require())
- 5 modules: Foundations, Advanced Techniques, Domain Applications, Testing & Optimization, Production
- 18 working prompt examples (copy-paste ready)
- 5 case studies with measurable outcomes (12-68% improvement)
- 3 step-by-step tutorials with runnable Python code
- 12 Python code snippets, 8 performance benchmarks across 5 model families
- 6 troubleshooting guides, 16 resources (papers + tools + docs)
- 12 common failure patterns with solutions
- Parameter recommendations for temperature, top_p, penalties, max_tokens
API: 46 new endpoints under /api/prompt-eng/*
- Module section endpoints with :id lookup (M1-S1 through M5-S4)
- Case study lookup by ID (CS-1 through CS-5)
- Tutorial lookup by ID (TUT-1 through TUT-3)
- /dashboard summary, /benchmarks, /troubleshooting, /resources
- All returning JSON with proper 404 handling
Models covered: GPT-4o, GPT-4.1, Claude 3.5/4, Gemini 2.5 Pro, Llama 3.3, Mistral Large, DeepSeek-V3, Command R+
Server: 20,307 lines, 1,144 route definitions, 47 HTML pages
Quality: 46/46 new endpoints pass, 71/73 regression (2 pre-existing), Playwright 0 errors
Files: 4 changed, 1,614 insertions1 parent 44490f2 commit 329952c
4 files changed
Lines changed: 1614 additions & 0 deletions
File tree
- rag-agentic-dashboard
- data
- public
0 commit comments