Live data from Hacker News

Viewing profile — intheleantime

intheleantime

HN member
Joined
Tue, Feb 14, 2023, 1:01 PM UTC
HN karma
106
Public activity
44 items

About intheleantime

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #48948786

    [flagged]

  3. story
  4. story
  5. story
  6. story
  7. 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…

  8. story
  9. 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 …

  10. 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.

  11. 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…

  12. story
  13. comment
    Comment #46789003

    lol the I stands for “I think I know everything”

  14. story
  15. 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…

  16. story
  17. story
  18. 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.

  19. story
  20. story
  21. comment
    Comment #37827632

    Thanks! There is so much more to come!

  22. 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…

  23. 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…

  24. 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…

  25. 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