Live data from Hacker News

Viewing profile — jerpint

jerpint

HN member
Joined
Tue, Jan 25, 2022, 4:44 AM UTC
HN karma
1,215
Public activity
581 items

About jerpint

No profile information was provided.

Recent public activity

  1. comment
    Comment #49235427

    Working on https://www.woltspace.com/ over the last few months. It’s my take at an agent orchestration framework It builds around the concept of “wolts” running a lodge. A wolt tak…

  2. story
  3. comment
    Comment #48725411

    Solutions like these are really cementing the view that LLMs are becoming a commodity

  4. story
    Show HN: Woltspace – a lodge for your coding agents

    Hey HN, I built woltspace as a way to interact with my coding agents when I'm away from the computer. It's fully containerized, so you can give them full access inside their sandbo…

  5. story
    Show HN: Clangine-de-Poitrine

    Claude code hooks to play angine de poitrine (spotify) until your input is required (permissions, prompt, etc)

  6. comment
    Comment #47216887

    I like the concept!

  7. story
  8. story
  9. story
  10. comment
    Comment #46926711

    Oops- typo in the title, should be “How I Maintain My Blog in the age of Agents”

  11. story
  12. comment
    Comment #46759605

    Author here - I agree that to learn the best thing is to implement and fail along the way. My point was I would never professionally opt to write a sorting algorithm instead of usi…

  13. comment
    Comment #46758476

    Author here - wrote this myself but I’ll take that as a complement :)

  14. story
  15. comment
    Comment #46441058

    Nice! I made my own version of this many years ago, with a very basic manim animation https://www.jerpint.io/blog/2021-03-18-cnn-cheatsheet/

  16. story
  17. comment
    Comment #46097101

    I did a post [0] about this last year, and vanilla LLMs didn’t do nearly as well as I’d expected on advent of code, though I’d be curious to try this again with Claude code and cod…

  18. story
  19. comment
    Comment #45563930

    Best is very subjective depends what you want it to do and if you want to fine tune and how big you consider small

  20. comment
    Comment #44980773

    Hey this is awesome! I built something very similar, context-llemur, it’s a CLI and MCP interface to manage context https://github.com/jerpint/context-llemur Major difference is a …

  21. comment
    Comment #44960874

    I like the concept and have built my own context management tool for this very purpose! https://github.com/jerpint/context-llemur Though instead of being a single file, you and LLM…

  22. comment
    Comment #44935147

    This is great! Gonna try this on my next project

  23. comment
    Comment #44899250

    I also developed yet another memory system ! https://github.com/jerpint/context-llemur Although I developed it explicitly without search, and catered it to the latest agents which …

  24. comment
    Comment #44840390

    I’ve been building a tool to help me co-manage context better with LLMs When you load it to your favourite agents, you can safely assume whatever agent you’re interacting is immedi…

  25. comment
    Comment #44807384

    The way I see it is that context evolves somewhat orthogonally to code. But you still want to track it in similar ways. Having git under the hood makes it easy to track its evoluti…