Viewing profile — jerpint
jerpint
HN member- Joined
- Tue, Jan 25, 2022, 4:44 AM UTC
- HN karma
- 1,215
- Public activity
- 581 items
- HN profile
- View on Hacker News ↗
About jerpint
No profile information was provided.
Recent public activity
-
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…
- story
-
comment
Comment #48725411
Solutions like these are really cementing the view that LLMs are becoming a commodity
-
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…
-
story
Show HN: Clangine-de-Poitrine
Claude code hooks to play angine de poitrine (spotify) until your input is required (permissions, prompt, etc)
-
comment
Comment #47216887
I like the concept!
- story
- story
- story
-
comment
Comment #46926711
Oops- typo in the title, should be “How I Maintain My Blog in the age of Agents”
- story
-
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…
-
comment
Comment #46758476
Author here - wrote this myself but I’ll take that as a complement :)
- story
-
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/
- story
-
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…
- story
-
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
-
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 …
-
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…
-
comment
Comment #44935147
This is great! Gonna try this on my next project
-
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 …
-
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…
-
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…