decide.trk7.app• Feb 15, 2026• 1 min read
Show HN: Decision Audit – A deterministic decision engine for career pivotsHello HN,I’m a solo dev building a tool to replace the "pros and cons" list for high-stakes decisions.While LLMs are great for brainstorming, I found them dangerous for actual decision-making—they hallucinate and try to please you rather than giving you a hard truth. I wanted something that combined deterministic logic (weighted criteria) with generative explanation (narrative).The Product: It’s called Decision Audit. The first module is "Should I Quit?" (career transition analysis). Instead of a chat interface, it uses a structured interview to calculate specific indices (Burnout, Runway, Decision Rights, Optionality). The output isn't a text blob; it's a 3-page structured Dossier (PDF) that includes: An "Exit Lean" score (calculated via weighted algorithm, not LLM sentiment). A "Risk Matrix" (flagging specific dangers like visa dependency or low runway). A 30-day "Validation Sprint" (action plan). The Stack: Frontend: Next.js (focused on mobile-first, fast forms). Backend: Node. The