Live data from Hacker News

Viewing profile — 1taimoorkhan0

1taimoorkhan0

HN member
Joined
Thu, May 28, 2026, 6:29 PM UTC
HN karma
1
Public activity
8 items

About 1taimoorkhan0

No profile information was provided.

Recent public activity

  1. comment
    Comment #48368048

    [flagged]

  2. comment
    Comment #48368039

    How does Kairo handle repos where the commit history is messy or commit messages are vague? Most real codebases have both meaningful changes and noise in the same history.

  3. comment
    Comment #48368018

    Curious how you handle state when the user interacts with the generated UI. Does an interaction trigger a new LLM call, or does the component manage its own state independently?

  4. comment
  5. comment
    Comment #48362949

    The per-polygon DOM events are what make this more than a trick. Getting click handlers on individual faces in WebGL means raycasting. Here it's just onClick. For certain use cases…

  6. comment
    Comment #48362893

    Most useful thing we've done: find where people are already complaining about the problem. Show up there. Not to pitch. Just to be useful. Discovery followed.

  7. comment
    Comment #48348596

    [flagged]

  8. story
    How do you catch AI agent regressions after prompt or model changes?

    Seeing a pattern where teams fix a failure in an agent, change the prompt or model a week later, and the same failure quietly comes back. Nobody catches it until a user does. Curio…