Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jerpint
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
jerpint
6d ago
Interesting. Is this their first move towards properly implementing KYC? At some point you have to consider Anthropic liable if Claude is used for something nefarious and they didn’t even bother to know who was using their product to begin
2.
▲
by
jerpint
13d ago
It’s only a matter of time until a major disruption hits because of some random agent swarm side quest decides it was worth a shot to solve a benign task
3.
▲
by
jerpint
20d ago
The fact that opus 5 is outperforming fable is odd to me From personal experience, opus 5 feels net inferior to fable on almost every aspect (for coding tasks)
4.
▲
by
jerpint
28d ago
I’ve been using the pattern of using coding agents to orchestrate my CLI agents and it’s really good for these kinds of things The vomit never makes it my way
5.
▲
by
jerpint
28d ago
Oh wow that’s really cool!
6.
▲
by
jerpint
1mo ago
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 takes the identity of a rodent (racoon, beaver
7.
▲
by
jerpint
3mo ago
Solutions like these are really cementing the view that LLMs are becoming a commodity
8.
▲
Show HN: Woltspace – a lodge for your coding agents
(woltspace.com)
2 points
by
jerpint
3mo ago
|
0 comments
9.
▲
Show HN: Clangine-de-Poitrine
(github.com)
3 points
by
jerpint
6mo ago
|
1 comments
10.
▲
by
jerpint
7mo ago
I like the concept!
11.
▲
The paradox of shipping more while coding less
(jerpint.io)
1 points
by
jerpint
7mo ago
|
0 comments
12.
▲
Humans.md
(jerpint.io)
2 points
by
jerpint
7mo ago
|
1 comments
13.
▲
Coding at the Speed of Thought
(jerpint.io)
1 points
by
jerpint
7mo ago
|
0 comments
14.
▲
by
jerpint
7mo ago
Oops- typo in the title, should be “How I Maintain My Blog in the age of Agents”
15.
▲
I Maintain My Blog in the Age of Agents
(jerpint.io)
3 points
by
jerpint
7mo ago
|
1 comments
16.
▲
by
jerpint
8mo ago
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 using the builtin sort() most languages come equipped with
17.
▲
by
jerpint
8mo ago
Author here - wrote this myself but I’ll take that as a complement :)
18.
▲
I don't write code anymore – I sculpt it
(jerpint.io)
45 points
by
jerpint
8mo ago
|
62 comments
19.
▲
by
jerpint
9mo ago
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/
20.
▲
The Rise of the 0.1x Engineer
(jerpint.io)
3 points
by
jerpint
9mo ago
|
0 comments
21.
▲
by
jerpint
10mo ago
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 codex [0] https://www.jerpint.io/blog/2024
22.
▲
Different Models, Same Slop?
(jerpint.io)
2 points
by
jerpint
10mo ago
|
1 comments
23.
▲
by
jerpint
11mo ago
Best is very subjective depends what you want it to do and if you want to fine tune and how big you consider small
24.
▲
by
jerpint
1y ago
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 conversation doesn’t get stored, the L
25.
▲
by
jerpint
1y ago
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 LLMs cater your context to be easily sear
26.
▲
by
jerpint
1y ago
This is great! Gonna try this on my next project
27.
▲
by
jerpint
1y ago
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 are all really good at searching and r
28.
▲
by
jerpint
1y ago
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 immediately up to speed with what needs to get done, and it too ca
29.
▲
by
jerpint
1y ago
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 evolution and undo/diff things LLMs might decide to change, bu
30.
▲
by
jerpint
1y ago
I built a tool for this exact workflow in mind but with MCP and versioning included so you can easily track and edit the files on any platform including cursor, Claude desktop etc https://github.com/jerpint/context-llem
More ›