Viewing profile — xcodevn
xcodevn
HN member- Joined
- Mon, Sep 21, 2015, 1:22 PM UTC
- HN karma
- 349
- Public activity
- 101 items
- HN profile
- View on Hacker News ↗
About xcodevn
No profile information was provided.
Recent public activity
- story
-
comment
Comment #47794784
Install the latest claude code to use opus 4.7: `claude install latest`
-
comment
Comment #47676900
I have a strong feeling that this website was designed by Claude Code using the /frontend-design skill.
-
comment
Comment #47640233
Example run: https://asciinema.org/a/udK1O06TS8f7kXNO
-
comment
Comment #47640155
A Claude Code setup that implements ML papers from arxiv. Give it a paper, it orchestrates a team of AI agents to read the paper, plan the implementation, write the code, verify co…
- story
-
comment
Comment #47026075
The official document from Anthropic: > Fast mode is not a different model. It uses the same Opus 4.6 with a different API configuration that prioritizes speed over cost efficiency…
-
comment
Comment #47023261
They failed to grasp the very fundamental point of batching, which is sharing model weights between requests. For more context, this wasn't just one person's mistake, several AI tw…
-
comment
Comment #46845157
I do think Claude Code as a tool gave Anthropic some advantages over others. They have plan mode, todolist, askUserQuestion tools, hooks, etc., which greatly extend Opus's capabili…
-
comment
Comment #46844988
I did something similar in Python, in case people want to see a slightly different perspective (I was aiming for a minimal agent library with built-in tools, similar to the Claude …
-
comment
Comment #46774386
For one, these models should be able to understand the physical world via images, audio, and video. I do agree that current models are quite good at coding, but that's mainly becau…
-
comment
Comment #46769804
> we may have AI that is more capable than everyone in only 1-2 years There's no evidence this will be the case...
-
comment
Comment #46767911
I'm not familiar with these open-source models. My bias is that they're heavily benchmaxxing and not really helpful in practice. Can someone with a lot of experience using these, a…
-
comment
Comment #46767789
IIRC, the Claude Code creator mentioned that all the PRs are reviewed by humans, just like normal human PRs. So yes, humans still look at the code at the review stage. Though I sti…
-
comment
Comment #46767507
I believe Anthropic is already doing Level 3 vibe coding for >90% of their code.
-
comment
Comment #46767014
My observation is that vibe-coded applications are significantly lower quality than traditional software. Anthropic software (which they claim to be 90% vibe coded) is extremely bu…
-
comment
Comment #46755553
Over the weekend, I wrote this small Python library to teach myself the core idea behind modern agentic systems. This kind of software sits at the core of Claude Code, Codex, etc. …
- story
-
comment
Comment #46701185
> only ~1/3 of sessions see at least a flicker. ...after many months, for such a visible bug, is such a crazy thing to say. In case the above comes across as too hostile, to balanc…
-
comment
Comment #46700710
I have a hypothesis: they haven't fixed this because they're using Claude Code to develop Claude Code. I'm a fan of Claude Code, but it isn't good enough to fix tricky issues like …
-
comment
Comment #45284644
Interesting, i can see this being very similar to Nvidia's CUTE DSL. This hints that we are converging to a (local) optimal design for Python-based DSL kernel programming.
-
comment
Comment #44393904
> Once the model is fully released, scientists will be able to adapt and fine-tune it on their own datasets to better tackle their unique research questions. This is in the press r…
-
comment
Comment #43679833
Author here: (1) We didn't remove the stddev term. (2) We use token-level loss (every token has the same weight), which is very similar to what Dr. GRPO does. However, we compute t…
- story
-
comment
Comment #42319037
On a very similar theme, here is the work from World Lab (founded by Fei-Fei Li, ImageNet dataset, et al.) about creating 3D worlds: https://www.worldlabs.ai/blog