Viewing profile — 1taimoorkhan0
1taimoorkhan0
HN member- Joined
- Thu, May 28, 2026, 6:29 PM UTC
- HN karma
- 1
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About 1taimoorkhan0
No profile information was provided.
Recent public activity
-
comment
Comment #48368048
[flagged]
-
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.
-
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?
-
comment
Comment #48362970
[dead]
-
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…
-
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.
-
comment
Comment #48348596
[flagged]
-
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…