NewsLab
Apr 29 06:13 UTC

Hear your agent suffer through your code (github.com)

215 points|by AndrewVos||93 comments|Read full story on github.com

Comments (93)

93 shown
  1. 1. esperent||context
    I tried it but all I hear is a choir of angels, is it broken?
  2. 2. medwezys||context
    I guess you’re working on a greenfield project?
  3. 3. AndrewVos||context
    Actually, that's not a bad idea!
  4. 4. AndrewVos||context
    Hi Hacker News, I'm Andrew, the CTO of Endless Toil.

    Endless Toil is building the emotional observability layer for AI-assisted software development.

    As engineering teams adopt coding agents, the next challenge is understanding not just what agents produce, but how the codebase feels to work inside. Endless Toil gives developers a real-time signal for complexity, maintainability, and architectural strain by translating code quality into escalating human audio feedback.

    We are currently preparing our pre-seed round and speaking with early-stage investors who are excited about developer tools, agentic engineering workflows, and the future of AI-native software teams.

    If you are investing in the next generation of software infrastructure, we would love to talk.

  5. 5. vermilingua||context
    Missed it by 24 days.
  6. 6. isolay||context
    Endless Toil is the future. I believe in you, guys.
  7. 7. ottah||context
    I've read that your synthetic torment is actually low paid workers in Asia, and that your models can't properly experience anguish. How are you expecting investment, if you haven't even solved artificial suffering?
  8. 8. idiotsecant||context
    Too real.
  9. 9. bguberfain||context
    This guy seems to be talking seriously.
  10. 10. mapt||context
    This sounds a lot like the object of the seminal science fiction work "Don't Build The Torment Nexus".
  11. 11. LeifCarrotson||context
    "Don't build the Torment Nexus" is apocryphal, but Lena/MMacevedo is a real fictional story:

    https://qntm.org/mmacevedo

    I shudder to think that someone's going to try to emulate that.

  12. 12. ryandrake||context
    This sounds like a cheeky joke project, but assuming it's not, it got me thinking: I wonder if coding AI can be effectively and reliably prompted into minimizing its own anguish. Like, "don't write code that is going to make you (or I) suffer." And along those lines, do we know if the things that make AIs suffer are the same things that make human developers suffer? Perhaps the least-agonizing code for an LLM to ingest looks radically different and more/less verbose than what we human developers would see as clean, beautiful code...
  13. 13. mptest||context
    If you read anthropic paper on "functional" emotions in llm's you'd have a lot of fun. there's so much research that would be so fun to do if we had the compute to spare

    https://transformer-circuits.pub/2026/emotions/index.html

  14. 14. ursillycomment||context
    This is not something you need to worry about because you are naively anthropomorphizing a next-best token guessing algorithm.

    Respectfully, the reason you think “AIs suffer” is because of a shortcoming in your understanding of what an LLM actually is.

    This scenario is no different than considering if a shovel gets tired after using it all day to dig holes in the ground.

  15. 15. lubujackson||context
    There is a ton of optimization possible when we are able to observe how LLMs and agents process and navigate our code given different prompts. For example, our MCP was pulling down way too much data to resolve a simple "count rows" request. Once you see it, it's easy to resolve but I don't know of a good framework yet for walking through some of these patterns.

    I built an eval framework to look just at tool calls given a static prompt, with the idea that LLMs should be able to deduce the best tool calls and arguments needed to get requested data. Not as great as full observability, but helpful for complex tool interactions. Anyone have any good tools for this problem?

    In the same way we mentally walk through deterministic logic, SWEs need to learn to anticipate LLM context and tool awareness, which is much trickier to reason through, especially given the various LLM IDEs and how they manage context as a black box.

  16. 16. Caius-Cosades||context
    "Yes, the binaric screams of the machine spirit are an irreplecable part of this project. The project depends no it. No, I will not elaborate further."
  17. 17. binarysolo||context
    I audibly LOLed mid-standup call, and now my entire team is playing with this and it looks like this is eating up what little productivity we have on Friday.

    Thanks Endless Toil!

  18. 18. AndrewVos||context
    I’m very glad to hear someone else is laughing at this as much as me <3
  19. 19. sharts||context
    Just add some audible vocal groans and moans that trigger whenever an agent is “thinking.”.
  20. 20. npodbielski||context
    Should be showering sounds. Or walking in circles. And of course head scratching. As the las resort it should be fridge opening and 'meh' of resignation.
  21. 21. B1FF_PSUVM||context
    I've long been a fan of Pink Floyd's "Several Species of Small Furry Animals Gathered Together in a Cave and Grooving With a Pict"

    ( https://www.youtube.com/watch?v=M5z1D3tEHdw )

  22. 22. saghm||context
    I thought that was the human's job to provide. Have I been doing it wrong?
  23. 23. insane_dreamer||context
    I’m hoping this is satire
  24. 24. greg_dc||context
    Honestly, I don't care about Opus 4.7. This is the true evolution of agentic coding.
  25. 25. AndrewVos||context
    Thank you, I hope my investors feel the same.
  26. 26. 8-prime||context
    Does this actually relate to the code quality being observed by the agent? The readme isn't very clear on that IMO. I have some projects I'd love to try this out on, but only if I am to get an accurate representation of the LLMs suffering.
  27. 27. CWwdcdk7h||context
  28. 28. Ghoelian||context
    The agent is instructed to execute this Python script: https://github.com/AndrewVos/endless-toil/blob/main/plugins/...

    So looks like it's mainly looking for FIXME/TODO etc comments, deep nesting, large files, broad catches, stuff like that.

  29. 29. AndrewVos||context
    I'm very open to suggestions, but currently it's a very simple scan of the code. Check the python scripts.
  30. 30. robbomacrae||context
    You could have the actual output of the agent turned into TTS using the model of your choice with TalkiTo… or listen to whatever weird sounds this makes. Seems like this is copying that viral Mac moan app. 2026 is weird.
  31. 31. coldcity_again||context
    I really want this! Any chance of a Cursor version?
  32. 32. AndrewVos||context
    I just added a cursor plugin to the repo, let me know how it goes!
  33. 33. coldcity_again||context
    It goes! Great, thank you!
  34. 34. sixothree||context
    People are continuing to use Cursor?
  35. 35. nrclark||context
    out of curiosity - any reason not to use it?
  36. 36. coldcity_again||context
    There are certain usage tracking anomalies that can be advantageous.
  37. 37. fredley||context
    I need a version of this which swears loudly when an assumption it made turns out to be wrong, with the volume/passion/verbosity correlated with how many tokens it's burned on the incorrect approach.
  38. 38. shivaniShimpi_||context
    i didnt realize i needed the volume scaling with tokens burned as much as i do now xD imagine the screaming when it confidently refactors something for 40k tokens and then finds out the thing it deleted was load bearing
  39. 39. ben30||context
    I have in my agents file “Chesterton’s fence” as pointer to think carefully before you remove something
  40. 40. vasco||context
    I have general reviewer named Feynman with his personality that shits on anything other agents do and sends it back before it hits me and it sounds perfect to include some sound bites from YouTube clips. Great idea!!
  41. 41. aleksiy123||context
    Honestly think we probably underutilise sound sometimes.

    Even just having a hum while an agent is working could alert you when it get stuck.

    Or taking your idea further being able to listen to the rate of tokens, or code changes, or thinking.

    Sort of like hearing the machinery work, and hearing the differences in different parts of the code base.

    Does python sound different than rust or c++ or typescript.

    Or some kind of satisfying sounds for code deletions and others for additions. Like Tetris.

  42. 42. BrandoElFollito||context
    A long, long time ago I wrote a tool to beep at various tones as lines were added to a log. It was a background noise I would not notice, except when it was changing because of some unusual activites.

    It was very interesting to see the brain filering expected soinds and wake me up (or rather grab my attention) when unexpected ones appeared.

  43. 43. AndrewVos||context
    This was actually the original idea of the project, but I only had about 20 seconds to type the prompt for this today so this is where it is :)
  44. 44. whattheheckheck||context
    Now you know the feeling of VP when the team says they need to refactor stuff
  45. 45. amelius||context
    I want a version that I can punish.
  46. 46. shivaniShimpi_||context
    brooooo - your wish is granted - go whip your claude lmao https://github.com/GitFrog1111/OpenWhip
  47. 47. HPsquared||context
    Like the old HDD sounds.

    Audible feedback is nice. You often get it through coil whine nowadays, on my cheap hardware at least.

  48. 48. jetbalsa||context
    That or having it start shit posting about your crappy code base on https://moltshit.com
  49. 49. AndreVitorio||context
    This desperately needs a demo video in the repo.
  50. 50. shivaniShimpi_||context
    hear hear!!!
  51. 51. AndrewVos||context
    I've added this to the readme now, thanks
  52. 52. lorenzohess||context
    Please add Minecraft hurt sound effects for when my project fails to build, linter fails, segfault, etc
  53. 53. automatic6131||context
    We could have the roblox oof but then there'd be the possibility of giving (a certain) amateur world backgammon championship participant money
  54. 54. michael-online||context
    You might be interested in this, it plays villager hurt sounds when your terminal hits errors https://github.com/ProfessionalGriefer/terminal-villager

    I've had it running for a long time and it's more surprising to me to accidentally here the default ding when I'm away from my home machine.

  55. 55. lorenzohess||context
  56. 56. philipwhiuk||context
  57. 57. AndrewVos||context
    Excuse me, that's our IP!
  58. 58. rob74||context
    I wish the agents could hear me when I have to suffer through their code!
  59. 59. isolay||context
    And then what? Their gigahertz machine hearts will skip a beat out of empathy?
  60. 60. tuo-lei||context
    the scan catches surface stuff. funnier signal would be tracking when the agent reads the same file 3 times in a row, or deletes what it just wrote. you can hear the frustration in the access pattern.
  61. 61. AndrewVos||context
    That’s a good point, I wonder if just tracking file reads as an app outside the agent would work
  62. 62. tormentedsoul||context
    Just track tool calls. Even diff logs would clue in. Tie in git? Why not? This is a great angle and idea, watching an agent modify the same text document over and over is already frustrating, having an audio to alert me a console is stuck is great. Likely annoying after a time, but hilarious right now.
  63. 63. deathlock||context
    Any chance you could add a video showcasing the plugin? I don't have any agentic app but I would love to see an example of what it does!
  64. 64. AndrewVos||context
    Well that took a lot longer than expected, but there is now a demo video.
  65. 65. tpoindex||context
    Marvelous!

    Next innovation in this space should be the robotic arm that issues a dope-slap to the developer for writing crappy/buggy/insecure code.

  66. 66. Mithriil||context
    Add the feature of doing a high five for the rare cases when it's actually good.
  67. 67. joshmarlow||context
    I propose a claude skill to email glitter bombs where appropriate.
  68. 68. radley||context
    No. Please, no. For the love of everything no.

    But it'll happen. ChatGPT for sure.

  69. 69. a_t48||context
    Only if you want the slap to include a free trip to the hospital.

    I've worked direct with "collaborative arms" before. They are supposed to be safe for humans to be around. The dents I put in the side of the casing of the arm somewhat said otherwise.

  70. 70. x187463||context
    From a quick look, this doesn't have the model evaluate code quality, but it runs a heuristic analysis script over the code to determine the groan signal. Did I miss something? Why not leave it to the model to decide the quality of the code?
  71. 71. isolay||context
    You unlock this feature by subscribing to the Premium Gold plan.
  72. 72. AndrewVos||context
    Please email us to talk Enterprise Plan pricing, actually.
  73. 73. maerF0x0||context
    this is wtfs per minute but now with AI! :all_the_things!:

    https://www.osnews.com/story/19266/wtfsm/

    I would really love to know if the groaning decreases or increases the more "agentic" (agent written) the code base is?

  74. 74. hansmayer||context
    In the absence of real productive use cases for AI agents, I guess plugins to anthropomorphise them fruther will have to do.
  75. 75. sixothree||context
    How so?
  76. 76. hansmayer||context
    How so what? 6 years in, we're still looking for that flood of new innovative apps and one-man billion dollar startups. Instead we got a flood of sh*t content, embarassing outages and "AI workflows" - which no one can quite describe. Or did you have something else in mind?
  77. 77. sixothree||context
    You're being over-opinionated for something you don't understand.

    You should really try these tools out with an open mind. I know you won't take that last bit of advice, so this makes you not worth my time. But I can tell you this - these tools make people productive in ways you aren't understanding.

  78. 78. hansmayer||context
    You're funny mate :) Read a bit through my comments' history. I've been using "these tools" before folks like you even heard of the term LLM. But I guess I am not easily impressed.
  79. 79. LewisVerstappen||context
    Skimmed your comment history and you honestly just look like a huge asshole.

    Sucks that people like you are on hacker news to be honest.

  80. 80. hansmayer||context
    Oh we have a fan here. Yeah, I am sorry too that you don't have any arguments so you had to pull the ole "asshole" card. Did you feed the comments into your LLM to ask for a clever retort, but the LLM just gave up and told you to call me an asshole? That would be very funny.
  81. 81. pixl97||context
    I mean, tokens cost money, so at least at this point I don't think one man is going to spend any less than a team to make the product. You're not putting out paychecks instead it's a check to Anthropic.

    Also, you're not seeing these billion dollar startups, because they'd all be chasing AI rather than a product that would get replaced by AI anyway.

  82. 82. xydone||context
    Maybe I'm the person who yells at clouds but I find the personification of LLMs, for lack of better, less strong words, horrific.
  83. 83. gavmor||context
    Unneeded when using local models, as every workload produces a novel pattern of coil whine from the GPU.
  84. 84. lagniappe||context
  85. 85. llbbdd||context
    I'm glad I scrolled down; my first thought was to fork this and add a fart soundpack, because part of me is forever 12
  86. 86. js8||context
    I wonder if it emits orgasmic moans when working with a particularly pleasureable codebase.
  87. 87. secretsatan||context
  88. 88. Jordan-117||context
  89. 89. melbazpeach||context
    Why? I don’t understand the objective for this?
  90. 90. melbazpeach||context
    Is somebody going to give you money to do this?
  91. 91. totallygeeky||context
    Please stop ascribing emotion to code that passably resembles speech.

    These things do not think, nor feel, nor dream. We're cratering the world's economy because people can't stop trying to fuck the computer they stuck googly eyes on.

  92. 92. croemer||context
  93. 93. pbarondadditude||context
    Could be punishment for devs who flew through the PRs without care.