istvan_intrnd

↗ HN profile [ 14.8 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. Founder here. I’m seeing teams run execution in Linear but lose decision rationale across meetings, Slack threads, and time. When issues are revisited, context/understanding is gone. How do you handle this today? I’m…

  2. We’ve built and used our own custom agent framework for a while (before “agents” became a mainstream term), mainly because existing tools didn’t fit our needs around control, observability, and composability. I’m…

  3. To make agentic cache work, LLM providers force frameworks to add all tools into the cached prompt. This is the main reason why I cannot properly use cache in my own agentic framework, where the set of tools changes in…