Skip to content

[Kolkata] Nayan Jeet Dewri — Vibe Coding Submission#1

Open
dewri21 wants to merge 3 commits intonasscomAI:masterfrom
dewri21:participant/nayandewri-kolkata
Open

[Kolkata] Nayan Jeet Dewri — Vibe Coding Submission#1
dewri21 wants to merge 3 commits intonasscomAI:masterfrom
dewri21:participant/nayandewri-kolkata

Conversation

@dewri21
Copy link
Copy Markdown

@dewri21 dewri21 commented Mar 28, 2026

Summary

  • UC-0A: Complaint classifier with R.I.C.E enforcement — 60 complaints across 4 cities, all 5 failure modes fixed
  • UC-RAG: RAG server with sentence-aware chunking, ChromaDB retrieval, similarity threshold filtering, grounded generation
  • UC-MCP: MCP tool server with scoped tool description, JSON-RPC 2.0 handler, proper error codes and refusal handling

Files

  • uc-0a/: agents.md, skills.md, classifier.py, results CSVs (4 cities)
  • uc-rag/: agents.md, skills.md, rag_server.py
  • uc-mcp/: agents.md, skills.md, mcp_server.py, llm_adapter.py (updated to google-genai SDK)

Test Results

  • UC-0A: 60/60 complaints pass all enforcement rules
  • UC-RAG: 4/4 reference verification queries pass
  • UC-MCP: 5/5 test_client.py tests pass

🤖 Generated with Claude Code

dewri21 and others added 3 commits March 28, 2026 14:30
… missing justification, hallucinated categories, false confidence → implemented keyword-based classifier with fixed enum, severity keyword detection, reason citing description words, and NEEDS_REVIEW for ambiguity

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…answer outside context → sentence-aware chunking, cosine similarity filtering with calibrated threshold, grounded LLM prompt with retrieved-chunks-only enforcement

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
… scope, refusal documentation, JSON-RPC 2.0 handler with proper error codes, and updated LLM adapter to google-genai SDK with gemini-2.5-flash

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant