Live data from Hacker News

Viewing profile — behat

behat

HN member
Joined
Mon, Feb 27, 2023, 6:46 PM UTC
HN karma
72
Public activity
29 items

About behat

building tuneloop.io

Recent public activity

  1. comment
    Comment #49216646

    Appreciate the detail in this and the previous post on creating internal benchmarks! Have you all attempted finetuning smaller OSS models on your repos for coding?

  2. comment
    Comment #49190572

    well, at least they are not leaving to be MTS at Anthropic.

  3. story
    Show HN: Tuneloop – a local CLI for analyzing coding agent session transcripts

    Hey HN, I think session transcripts written by coding agents like Claude Code and Codex are very interesting because they offer a detailed window into how work gets shipped. You ca…

  4. comment
    Comment #48288071

    Thanks for writing this, and look forward to the one on procedural memory. Seems like teams are encoding procedural knowledge in skills repositories, and I wonder if there’s additi…

  5. comment
    Comment #48199071

    >> Superlog scans your codebase and infrastructure to add new alerts, metrics and dashboards, preventing tricky failure modes and observability decay. This is interesting, and my p…

  6. comment
    Comment #47881535

    This is a very interesting read on failure modes of AI agents in prod. Curious about this section on the system prompt change: >> After multiple weeks of internal testing and no re…

  7. comment
    Comment #47707775

    >> how the runbooks can self heal if results from some steps in the middle are not expected. Yeah this is a very interesting angle. Our primary mechanism here is via agent created …

  8. comment
    Comment #47707592

    Do you mean how we connect to internal data? Today, you can connect any API endpoint to Relvy, so if you have internal business data / dashboards that you look at while debugging, …

  9. comment
    Comment #47706121

    Nice to see you here, Will! I’d generally recommend using open telemetry for instrumentation so that you keep the option of switching between telemetry vendors. Re: runbooks, yeah …

  10. comment
    Comment #47704950

    > They want extension to their agent. If a project tells me I have to use their interface or agentic setup, it's 95% not going to happen Yes, there’s definitely friction there. It …

  11. comment
    Comment #47703904

    Yes! That boundary between what can be automated and what still needs human judgement has shifted so much this last year. Things like 'go check this dashboard' can now be automated…

  12. comment
    Comment #47703351

    heh, I was just about to post the following on your previous comment re: reproducible benchmark results. Thanks for posting the blog. With the docker images that we offer, in theor…

  13. comment
    Comment #47703036

    For the debugging workflow you described, we would be a standalone replacement for cursor or other agents. We don't yet write code so can't replace your cursor agents entirely. Re:…

  14. comment
    Comment #47702881

    Thank you :)

  15. comment
    Comment #47702842

    Thanks. Yeah, Cursor / Claude code + MCP is powerful. We differentiate on two fronts, mainly: 1) Greater accuracy with our specialized tools: Most MCP tools allow agents to query d…

  16. story
    Launch HN: Relvy (YC F24) – On-call runbooks, automated

    Hey HN! We are Bharath, and Simranjit from Relvy AI ( https://www.relvy.ai ). Relvy automates on-call runbooks for software engineering teams. It is an AI agent equipped with tools…

  17. story
  18. story
  19. story
  20. comment
    Comment #46949241

    An on-call runbook execution engine - being able to take plain text runbook steps like - look at logs for $service, check for dependency failures - look at so-and-so dashboard. and…

  21. story
  22. comment
    Comment #39460507

    Heh. Built a macOS app that does something like this a while ago - https://github.com/bharathpbhat/EssentialApp Back then, I used on device OCR and then sent the text to gpt. I’ve …

  23. comment
    Comment #38613924

    Nice! Built something similar earlier to get fixes from chatgpt for error messages on screen. No voice input because I don't like speaking. My approach then was Apple Computer Visi…

  24. story
  25. comment
    Comment #35989128

    Thank you for sharing! The HF docs seem easy to follow. My application is text generation itself, so may have different results.