iamalizaidi

↗ HN profile [ 59.9 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. I was working in a team of 10 people on a project. We kept running into inconsistency across the codebase because everyone prompted differently and got different results. We tried maintaining a skills.md file to fix it,…

  2. Hello HN, I created Decispher (decispher.com) to enable human developers and AI agents working alongside each other to share their context. It has some pretty cool features, like Branch Story (explains why a branch's…

  3. Hello, I waned to ask if i can use AI voiceover and animated cartoon to tell a story about my YC product demo. Will it have negative impact?

  4. The tool is simple. You write your architectural decisions in a Markdown file what was decided, why, what was rejected. Decision Guardian maps those decisions to file glob patterns. When a PR touches a matched file, it…

  5. Decision Guardian Prevent institutional amnesia by surfacing past architectural decisions directly # Install globally npm install -g decision-guardian # Or use directly without installation npx decision-guardian --help…

  6. Hey HN, I built Decision Guardian — an open-source GitHub Action and CLI that automatically surfaces architectural decisions as PR comments when code touches protected files. The problem it solves: Spotify published a…

  7. Hey HN, I’m Ali. I built Decision Guardian to solve a problem I call "institutional amnesia." Senior engineers build complex systems (like highly-tuned DB connection pools or sensitive auth middleware) and document the…

  8. Hey everyone, If you work on a scaling codebase, you know the struggle of keeping architectural context alive. Senior engineers make important decisions about how the code should be structured, but new hires often don't…