Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
paradite
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
paradite
6mo ago
It’s just a fancy way of saying scaffolding.
2.
▲
by
paradite
7mo ago
Lol I wrote about this and been using plan+execute workflow for 8 months. Sadly my post didn't much attention at the time. https://thegroundtruth.media/p/my-claude-code-workflow-and-p...
3.
▲
by
paradite
7mo ago
Okay now this is gonna trigger mass layoffs, if it works.
4.
▲
by
paradite
8mo ago
Not yet. But that's just because I'm doing something in stealth and I don't want it to know about it and post about it.
5.
▲
by
paradite
8mo ago
I'm running it on DigialOcean, more of an experiment on having an independent entity with its own memory and "soul" that I can talk to. Persistent file as memory with multiple backup options (VPS, git), heartbeat and support
6.
▲
by
paradite
8mo ago
I'm pretty sure Mistral is doing fine tuning for their enterprise clients. OpenAI and Anthropic are probably not? I'm more thinking about startups for fine-tuning.
7.
▲
by
paradite
8mo ago
Ironically this is a goldmine for AI labs and AI writer startups to do RL and fine-tuning.
8.
▲
by
paradite
8mo ago
Max 200/300 LOC per file is pretty popular.
9.
▲
by
paradite
8mo ago
If you want to pedantic: Context is also a misnomer, where in fact it's just a part of prompt. Prompt itself is also a misnomer, where in fact it's just part of model input. Model input is also a misnomer, in fact it's just f
10.
▲
by
paradite
8mo ago
By your analogy human brains as also IP thefts, because they ingest what's available in the world, mix and match them, and synthesize slightly different IPs based on them.
11.
▲
by
paradite
8mo ago
Claude Code also has Claude Agent SDK (basically a wrapper around Claude Code) with a million downloads in the past week. https://www.npmjs.com/package/@anthropic-ai/claude-agent-sdk
12.
▲
by
paradite
8mo ago
I was downvoted to oblivion for posting this comment. https://news.ycombinator.com/item?id=42439059 But I'm merely telling the truth. The fact that people don't like it doesn't change the fact that software e
13.
▲
by
paradite
9mo ago
I logged into my old account and found an old question I asked: https://stackoverflow.com/questions/32711321/setting-element...
14.
▲
by
paradite
9mo ago
Thanks. This is an informative piece. Which AI did you use for writing it? It's pretty good.
15.
▲
by
paradite
10mo ago
The fintech company I worked at does handle millions of QPS has has thousands of servers. It is on the same order of magnitude or at least 0.1x scale, not to mention the complexity of business logic involving monetary transactions. If there
16.
▲
by
paradite
10mo ago
The blog post said the rollout of the config change took 1 minute.
17.
▲
by
paradite
10mo ago
There is nothing wrong with moving fast and deploying fast. I'm more talking about how slow it was to detect the issue caused by the config change, and perform the rollback of the config change. It took 20 minutes.
18.
▲
by
paradite
10mo ago
The deployment pattern from Cloudflare looks insane to me. I've worked at one of the top fintech firms, whenever we do a config change or deployment, we are supposed to have rollback plan ready and monitor key dashboards for 15-30 minu
19.
▲
by
paradite
10mo ago
Maybe they want to have their own protocol and standard for file editing for training and fine-tuning their own models, instead of relying on Anthropic standard. Or it could be a sunk cost associated with Cursor already having terabytes of
20.
▲
by
paradite
10mo ago
npm has been the official package manager for node since forever (0.8 or earlier iirc). I think even before the io.js fork and merge.
21.
▲
by
paradite
10mo ago
There's only two kind of technologies. The ones that most people use and some people complain about, and the ones that nobody uses and people keep advocating for.
22.
▲
by
paradite
10mo ago
In theory, auto-regressive models should not have limit on context. It should generate the next token with all previous tokens. In practice, when training a model, people select a context window so that during inference, you know how much G
23.
▲
by
paradite
10mo ago
That's mostly because of the system prompt asking Claude to be a helpful assistant. If you try with a human who works in a call center with that system prompt as instructions on how to answer calls, you will likely get a similar respon
24.
▲
by
paradite
10mo ago
What would you expect a human to reply? And after you have answered that question. Try Claude Sonnet 4.5. What is Claude Sonnet 4.5's reply?
25.
▲
by
paradite
1y ago
Claude Code can actually do much more than just coding. You can use it for writing, data processing, admin work, file management, etc. I compiled a list of non-coding use cases for Claude Code here: https://github.com/paradi
26.
▲
by
paradite
1y ago
I think you need to define which one is the positive, and which one is the negative? Is AI generated code the positive?
27.
▲
by
paradite
1y ago
FYI: It's not an official Claude / Anthropic website. Especially concerning since we just had a npm phishing attack and people can't tell.
28.
▲
by
paradite
1y ago
Because it's North Korea and crypto currency is the best assets they can get for pragmatic reasons. For anything else you need a fiat market, which is hard to deal with remotely.
29.
▲
by
paradite
1y ago
Announcement on X: https://x.com/claudeai/status/1965208247302029728
30.
▲
by
paradite
1y ago
Thanks for the feedback!
More ›