logoalt Hacker News

Snorting the AGI with Claude Code

174 pointsby beigebrucewayne06/16/202575 commentsview on HN

Comments

blahgeek06/17/2025

Asking it to explain rust borrow checker is one of the worst examples to demonstrate its ability to read code. There are piles of that in its training data.

show 3 replies
jasonthorsness06/16/2025

The terminal really is sort of the perfect interface for an LLM; I wonder whether this approach will become favored over the custom IDE integrations.

show 4 replies
SamPatt06/16/2025

>Claude code feels more powerful than cursor, but why? One of the reasons seems it's ability to be scripted. At the end of the day, cursor is an editor, while claude code is a swiss army knife (on steroids).

Agreed, and I find that I use Claude Code on more than traditional code bases. I run it in my Obsidian vault for all kinds of things. I run it to build local custom keyboard bindings with scripts that publish screenshots to my CDN and give me a markdown link, or to build a program that talks to Ollama to summarize my terminal commands for the last day.

I remember the old days of needing to figure out if the formatting changes I wanted to make to a file were sufficient to build a script or just do them manually - now I just run Claude in the directory and have it done for me. It's useful for so many things.

show 4 replies
bionhoward06/16/2025

Assuming attention to detail is one of the best signs people give a fuck about craftsmanship, isn’t the fact the Anthropic legal terms are logically impossible to satisfy a bad sign for their ability to be trusted as careful stewards of ASI?

Not exactly “three laws safe” if we can’t use the thing for work without violating their competitive use prohibition

show 1 reply
abhisheksp199306/16/2025

``` claude --dangerously-skip-permissions # science mode ```

This made me chuckle

konexis00706/17/2025

.

show 1 reply
tinyhouse06/16/2025

This article is a bit all over the place. First, a slide deck to describe a codebase is not that useful. There's a reason why no one ever uses a slide deck for anything besides supporting an oral presentation.

Most of these things in the post aren't new capabilities. The automation of workflows is indeed valuable and cool. Not sure what AGI has anything to do with it.

show 3 replies
BoredPositron06/16/2025

If people would be as patient and inventive to teach junior devs as they are with llms the whole industry would be better of.

show 6 replies
dwohnitmok06/16/2025

On the one hand very cool.

On the other hand, every time people are just spinning off sub-agents I am reminded of this: https://www.lesswrong.com/posts/kpPnReyBC54KESiSn/optimality...

It's simultaneously the obvious next step and portends a potentially very dangerous future.

show 3 replies
intralogic06/16/2025

[flagged]

show 2 replies