Viewing profile — intheleantime
intheleantime
HN member- Joined
- Tue, Feb 14, 2023, 1:01 PM UTC
- HN karma
- 106
- Public activity
- 44 items
- HN profile
- View on Hacker News ↗
About intheleantime
No profile information was provided.
Recent public activity
- story
-
comment
Comment #48948786
[flagged]
- story
- story
- story
- story
-
comment
Comment #47181309
Building AI coding tools, there are two common options. The AI suggests code and you run it. Or the AI runs code on your actual machine. We decided to go with the third option: The…
- story
-
story
Show HN: CoChat MCP – Let your team review what your coding agent is building
I built an MCP server that connects coding agents (Claude Code, Cursor, OpenCode, Codex) to a collaborative workspace where your team and other AI models can review what the agent …
-
comment
Comment #46893022
There is something to be said about that, I agree. For that reason you can turn off memory inside a chat thread and also create temporary ones that do not use memory.
-
comment
Comment #46885605
Thank you and great question. Right now, feedback is qualitative only. (Surveys, feedback buttons, controlled user tests). We are trying to build AI evaluators but they suffer from…
- story
-
comment
Comment #46789003
lol the I stands for “I think I know everything”
- story
-
story
Show HN: Flowshapr – Open-Source Agent Flow GUI and Manager
Hi HN! I have been working on AI agent Flows for some time now and always found it annoying to have to redeploy my application for small changes to flows, prompts, model definition…
- story
- story
-
comment
Comment #39182520
Thanks for the feedback! I agree with the general sentiment. At the same time we want to target companies that are aware of their neurodiverse workforce.
- story
- story
-
comment
Comment #37827632
Thanks! There is so much more to come!
-
comment
Comment #37826767
This is something we thought about a lot as well; right now it's just an emoji rating. Once set the picker changes to a checked mark and is not visible to others. The data is store…
-
comment
Comment #37826259
Not just investors. I had long conversations with legal about that to better understand why it is necessary. Don't get me wrong, I don't like it either but here is the deal: - I wa…
-
comment
Comment #37825814
That is the entire cycle from browser, to server and back + js execution. As mentioned in a comment below php execution including db call is: P95 is 120.9ms P99 is 634.11ms Which m…
-
comment
Comment #37824811
PS I forgot to mention that we have Sentry profiling. Full Application load (php side) P95 is 120.9ms and P99 is 634.11ms