Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
fzaninotto
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
1.
▲
by
fzaninotto
2mo ago
I would love to follow this advice, expect there is no proof that it leads to better results. Maybe it’s only better on Anthropic codebases (e.g., Bun). Or maybe it’s only marginally better but substantially more expensive. Other comments i
2.
▲
by
fzaninotto
5mo ago
I had the same problem. Restarted Claude Code after an update, and now it has disappeared.
3.
▲
by
fzaninotto
5mo ago
To reduce token count on command outputs you can also use RTK [0] [0]: https://github.com/rtk-ai/rtk
4.
▲
by
fzaninotto
5mo ago
Just before the end is this one-liner: > the same input can map to more tokens—roughly 1.0–1.35× depending on the content type Does this mean that we get a 35% price increase for a 5% efficiency gain? I'm not sure that's worth
5.
▲
by
fzaninotto
5mo ago
Instead of focusing on the top 20 files, you can map the entire codebase with data taken from git log using ArcheoloGit [1]. [1]: https://github.com/marmelab/ArcheoloGit
6.
▲
Show HN: UX Quest
(marmelab.com)
3 points
by
fzaninotto
6mo ago
|
0 comments
7.
▲
What makes multi-agent coding work
(addyosmani.com)
2 points
by
fzaninotto
6mo ago
|
1 comments
8.
▲
by
fzaninotto
7mo ago
Is "Agentic Engineering" is the new name for "Agent Experience"? If so, and even though I love Simon's contributions, there are many other guides to making codebases more welcoming to agents... Shameless plug: I wro
9.
▲
by
fzaninotto
7mo ago
Thanks Hacker News for surfacing such jewels, and kudos to the author for such a great piece. Although I will never use anything of what I learned from this article, I feel a better person since I’ve read it. In one of the alternate univers
10.
▲
by
fzaninotto
7mo ago
I don't agree with the premise that we pay a subscription because there is no better and cheaper alternative. We pay Slack subscriptions but we could get IRC for free. We pay Google Drive subscription but we could get rsync for free. T
11.
▲
by
fzaninotto
8mo ago
I agree this could be a template that services like GitHub should propose, the same way as they suggest contributing and code of conduct templates.
12.
▲
by
fzaninotto
8mo ago
I think this article misses the most important point of MCP: Authentication. Granted, it wasn't in the initial spec, but it is now, and it really opens interoperability without compromising on security. Think about how to provide your
13.
▲
by
fzaninotto
10mo ago
I've closed my share of AI-generated PRs on some OSS repositories I maintain. These contributors seem to jump from one project to another, until their contribution is accepted (recognized ?). I wonder how long the open-source ecosystem
14.
▲
by
fzaninotto
10mo ago
Hi, author here. I love reading the posts in this thread. It seems the waterfall vs Agile debate is still vivid in the HN community, which surprises me. I know that developers have different experiences with SDD, and there is no one-size-fi
15.
▲
Vibe-Spec: Generate Specifications from Coding Agent Logs
(marmelab.com)
2 points
by
fzaninotto
11mo ago
|
1 comments
16.
▲
Using LLMs to classify unstructured listings
(etsy.com)
1 points
by
fzaninotto
11mo ago
|
1 comments
17.
▲
by
fzaninotto
11mo ago
Great feedback from the Etsy team about a real-world LLM usage that proved efficient.
18.
▲
by
fzaninotto
1y ago
This new browser mode is a robot that replaces visitors on websites. It can't be good news for website editors... Should we (developers) start building websites for robots?
19.
▲
AI Coding Assistants Are the New Compilers
(marmelab.com)
2 points
by
fzaninotto
1y ago
|
0 comments
20.
▲
by
fzaninotto
1y ago
This looks similar to React application frameworks like react-admin [1] or Refine [2]: const App = () => ( <Admin dataProvider={dataProvider}> <Resource name="posts" list={PostList} />
21.
▲
by
fzaninotto
1y ago
Congrats! Now you need an entire datacenter to visualize a web page.
22.
▲
Get-current-day (NPM package)
(marmelab.com)
2 points
by
fzaninotto
1y ago
|
0 comments
23.
▲
by
fzaninotto
2y ago
This is nice, but I wonder about the actual use cases of such a service, given the very loose permissions: 1. Anyone can subscribe to a channel 2. Any registered user can publish to a channel 3. Only registered users can publish to their pe
24.
▲
by
fzaninotto
2y ago
OP is making a decision about a complex problem using only back of the envelope calculation and without looking for scientific studies on the matter. We’re not obliged to take their advice. Typing “AI Carbon Footprint” on Google Scholar b
25.
▲
Reliable AI Agents: Mastering Eval
(marmelab.com)
2 points
by
fzaninotto
2y ago
|
0 comments
26.
▲
LLMs Are the CPUs of the AI Era
(marmelab.com)
1 points
by
fzaninotto
2y ago
|
0 comments
27.
▲
OpenAI Eval
(platform.openai.com)
3 points
by
fzaninotto
2y ago
|
1 comments
28.
▲
by
fzaninotto
2y ago
Evaluating the quality of the responses of AI agents used to be tricky. It required knowledge of eval criteria as well as third-party tools like promptfoo, ragas or prometheus. Now openAI makes it ridiculously easy with a new API endpoint.
29.
▲
by
fzaninotto
2y ago
It seems to be unable to solve hard sudokus, like the following one where it gave 2 wrong answers before abandoning. +-------+-------+-------+ | 6 . . | 9 1 . | . . . | | 2 . 5 | . . . | 1 . 7 | | . 3 . | . 2 7 | 5 . . | +-------+-------+--
30.
▲
by
fzaninotto
2y ago
It can solve sudoku. It took 119s to solve this easy grid: _ 7 8 4 1 _ _ _ 9 5 _ 1 _ 2 _ 4 7 _ _ 2 9 _ 6 _ _ _ _ _ 3 _ _ _ 7 6 9 4 _ 4 5 3 _ _ 8 1 _ _ _ _ _ _ _ 3 _ _ 9 _ 4 6 7 2 1 3 _ 6 _ _ _ _ _ 7 _ 8 _ _ _ 8 3 1 _ _ _
More ›