frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Open in hackernews

Cursor CLI

https://cursor.com/cli
159•gonzalovargas•4h ago

Comments

unsupp0rted•4h ago
What's the benefit of this compared to the IDE? To be more like Claude Code?
sblawrie•4h ago
You can spin up the Cursor CLI inside the terminal of your IDE of choice and not be tethered to Claude's models.
zaphirplane•4h ago
Is there a better agent than the anthropic one
jstummbillig•4h ago
I am so curious to know. Why is Cursor not just putting whatever this supposedly does better into... Cursor?
jonplackett•3h ago
To compete with Claude code
jstummbillig•3h ago
They are competing with Claude Code already. The competition is not over who can built the nicest CLI.
anthonypasq•3h ago
i dont think it actually does anything better than the chat window in the editor. its strictly worse tbh. it just lets you not be tied to a VSCode interface for editing.im sure Jetbrains diehards would very much appreciate this, but honestly i will find it hard to utilize given the fact Cursor's tab auto-complete is so amazing.
bangaladore•3h ago
Many of these companies are realizing that mainline VSCode is a moat of sorts. I and many people I know won't use any of these that require forking VSCode.

With the benefit that you can also pull in people who don't like using VSCode such as people who use Jetbrains or terminal based code editors.

gorjusborg•3h ago
Flip your thinking around for a second and consider why an IDE is required for an agent that codes for you?

The IDE/editor is for me, the agent doesn't need it. That also means I am not forced to used whatever imperfect forked IDE the agent is implemented against.

worldsayshi•3h ago
> why an IDE is required for an agent that codes for you

Because the agents aren't yet good enough for a hands off experience. You have to continuously monitor what it does if you want a passable code base.

tsvetkov•3h ago
Sure, but monitoring, reviewing and steering does not really require modern IDEs in their current form. Also, I'm sure agents can benefit from parts of IDE functionality (navigation, static analysis, integration with build tools, codebase indexing, ...), but they sure don't need the UI. And without UI those parts can become simpler, more composable and more portable (being compatible with multiple agent tools). IMO another way to think about CLI agentic coding tools as of new form of IDEs.
stavros•3h ago
I don't really need an IDE, but I do need a great code review interface.
Xenoamorphous•3h ago
As someone who hasn’t used Claude Code yet, can’t you configure it somehow to use a different tool of your liking, or it has to be in the cli?
stavros•2h ago
I end up using the VCS tooling (lazygit for me), but coding agents really need to be integrated with this review environment. We need an extra step where the agent will group its changes into logical units (database models in one commit, types in another, business logic in another, tests in another), rather than having to review per-file.

Programming has changed from writing code to reviewing/QAing and reprompting, but the tooling hasn't yet caught up with that workflow. We need Gerrit for coding agents, basically.

nojs•1h ago
So you can use an IDE other than VS code.
phren0logy•4h ago
Holy moly. I did not see that coming, but it makes sense. I’m enjoying the terminal-based coding agents way more than I ever would have expected. I can keep one spinning in the background while I do #dayjob, and as a bonus I feel like a haX0r.

2025 is the year of the terminal, apparently?

For my prototype purposes, it’s great, and Claude code the most fun I’ve had with tech in a jillion years.

LeoPanthera•4h ago
That's funny. I was really hoping that Anthropic would make a "Claude GUI".
consumer451•3h ago
In one of their Claude Code talks they said it didn’t seem worth it, given their expectation that all IDEs will become obsolete by next year.
kridsdale3•2h ago
Xcode pretty much hung up their hat this year, and threw in with Claude.
didibus•1h ago
Isn't that Claude Desktop?
pizza•24m ago
If I'm not mistaken, it may be feasible to build one with the Claude Code sdk
amclennon•4h ago
At this point, there are more AI coding agents announced every week than Javascript frameworks, but to be honest, I'm here for it.
wilg•3h ago
Think how many JavaScript frameworks can be vibe coded now!
kylecordes•3h ago
(This is an exaggeration:)

Sure, you can have your LLM code with any JavaScript framework you want, as long as you don't mind it randomly dropping React code and React-isms in the middle of your app.

throwup238•3h ago
It’s not a real JS framework without JSX support and Typescript types that generate page long errors.
stavros•3h ago
Why would we create a framework to make coding easier when nobody writes code by hand any more?
tayo42•3h ago
Make one that's optimal for Ai somehow
irrationalfab•2h ago
Like convex.dev
fullstackwife•3h ago
The concept of JS framework which allows you to rapidly develop an app has the same underlying vibe as coding agent
irrationalfab•2h ago
Ironically, LLMs might make it very hard for new frameworks to gain popularity since they are trained on the popular ones.
asadm•4h ago
seems pretty basic. I don't see anything unique here. I am happy with my Gemini CLI.
twapi•4h ago
Claude Code finally has a serious competitor.
asdfologist•3h ago
Not sure. So far Reddit seems largely negative on Cursor CLI + GPT-5

https://www.reddit.com/r/cursor/comments/1mk8ks5/discussion_...

afro88•3h ago
Claude Code but can use GPT-5 built in. Not a bad selling point
huydotnet•3h ago
and access to Cursor's background agent on the web as well, like ChatGPT Codex. So to this point, I'm regret cancelling my Cursor subscription already
jasonjmcghee•2h ago
Claude Code can use GPT-5 via LiteLLM

https://docs.anthropic.com/en/docs/claude-code/llm-gateway#l...

https://docs.litellm.ai/docs/tutorials/claude_responses_api

jameskraus•3h ago
I wonder if this will support directly interfacing with OpenAI's APIs vs. going through Cursor's APIs (and billing).
joshmlewis•3h ago
I would highly doubt it. Even when you BYOK inside of Cursor they still say it's routed through their servers.
blitzar•3h ago
Pivot to CLI
cpursley•3h ago
There are certainly some lessons here that go beyond coding agents (when it comes to shipping products).
htrp•3h ago
They are all clones of gemini cli at this point?
hollerith•3h ago
Since Gemini CLI was released under the Apache license, a clone is easy to make.
alessandrorubio•3h ago
Wouldn't be better to just use the Warp AI solution at this point?
buremba•3h ago
Only if it would work. I think they miss a big opportunity here by (1) not caring about security at all, (2) trying to develop their own model and only make it available in the cloud.
didibus•1h ago
What's the difference between Warp and just opening multiple tabs in my terminal?
risho•3h ago
is there a way to get it to display more information? its stuck not doing anything and i cant tell if that's because it timed out or it is running a script or it is thinking or what is even happening. sometimes it just does things without even giving any feedback at all. i dont know what it is thinking or what it is trying to do and i cant really see the output of the terminal commands it is running. it just pauses every once in a while and asks to run a command.

is there a way to make it more verbose?

joshmlewis•3h ago
I noticed it was taking awhile on the first large-ish task I gave it. I'm assuming it was just a bit overloaded at the moment.
thehamkercat•3h ago
I wonder when all of them will adopt AGENT.md and stop using gemini.md/claude.md/crush.md/summary.md/qwen.md

https://agent.md [redirect -> https://ampcode.com/AGENT.md] https://agent-rules.org

js2•3h ago
That's a more obvious (but less fun) name than what I've been using: ROBOTS.md with symlinks.
thehamkercat•3h ago
https://ampcode.com/AGENT.md#migration

they also suggest using symlinks for now

sneak•2h ago
When they stop getting desperate for differentiation by spamming their brand advertising in your repo against your will.

Claude Code likes to add "attribution" in commit messages, which is just pure spam.

striking•2h ago
You can turn it off: https://docs.anthropic.com/en/docs/claude-code/settings#avai... `includeCoAuthoredBy: false`
prmph•2h ago
Yep, that's a peeve of mine. I've resorted to using AGENT.md, and aliasing Claude, Gemini, etc to a command that calls them with an initial instruction to read that file. But of course they will forget after some time.

The whole agentic coding via CLI experience could be much improved by:

- Making it easy to see what command I last issued, without having to scroll up through reams of output hunting for context - Making it easy to spin up a proper sandbox to run sessions unattended - Etc.

Maybe for code generation, what we actually need is a code generator that is itself deterministic but uses AI, instead of AI that does code generation.

thehamkercat•2h ago
I think most of them provide an option to change the default file, but it'll be really good if they all can switch to AGENT.md by default

Till then you can also use symlinks

there are issues opened in some repos for this

- Support "AGENT.md" spec + filename · Issue #4970 · google-gemini/gemini-cli

https://github.com/google-gemini/gemini-cli/issues/4970#issu...

ximeng•22m ago
https://github.com/anthropics/claude-code/issues/1091

Here for Claude

irrationalfab•2h ago
Thank you so much for this!
ijidak•2h ago
Agree. It's all English. That's the whole point of these tools.

Why are we purposely creating CLI dialects?

stillsut•2h ago
Yeah I suspect some of these providers will become Microsoft in the '90s type bully holdouts on implementing the emerging conventions. But ultimately with CLI interface you have workarounds to all the major providers read in your system guidelines. But in an IDE - e.g. like MS had with VisualStudio - you more lock-in potential for your config files.

Yesterday, I was writing about a way I found to pass the same guideline documents into Claude, Gemini, and Aider CLI-coders: https://github.com/sutt/agro/blob/master/docs/case-studies/a...

rapind•2h ago
Isn't think just a symlink?
neuronexmachina•2h ago
I really like the idea of standardizing on AGENT.md, although it's too bad it doesn't really work with the .cursor/rules/ approach of having several rules files that get included based on matching the descriptions or file globs in frontmatter. Then again, I'm not sure if any other agents support an approach like that, and in my experience Cursor isn't entirely predictable about which rules files it ends up including in the context.

I guess having links to supplementary rules files is an option, but I'm not sure which agents (if any) would work well with that.

dgunay•18m ago
I just wish the AGENTS.md standard wasn't a single file. I have a lot of smaller context documents that aren't applicable to every task, so I like to throw them into a folder (.ai/ or .agents/) and then selectively cat them together or tell the agent to read them.
bikeshaving•14m ago
Every time I’ve ever read a {CLAUDE|GEMINI|QWEN}.md I’ve thought all this information could just be in CONTRIBUTING.md instead.
hahajk•5m ago
Yes! I want an option to always add README.md to the context; It would force me to have a useful, up to date document about how to build, run, and edit my projects.
stonecharioteer•4m ago
Symlinks $AGENT.md to AGENT.md in your repo.
tsvetkov•3h ago
Fascinating to see how agents are redefining what IDEs are. This was not really the case in the chat AI era. But as autonomy increases, the traditional IDE UI becomes less important form of interaction. I think those CLI tools have pretty good chance to create a new dev tools ecosystem. Creating a full featured language plugin (let alone a full IDE) for VSCode or Intellij is not for a faint-hearted, and cross IDE portability is limited. CLI tools + MCP can be a lot simpler, more composable and more portable.
macawfish•3h ago
Hopefully this one is as good as Claude code. None of them that I've tried have come close yet.
lvl155•1h ago
Have you tried opencode?
cheema33•3h ago
My first thought was, "meh, I already have Claude Code". But then I remembered my primary frustration with Claude Code. I need other LLMs to be able to validate Claude Code's assumptions and work. I need to do this in an automated way. Before Cursor CLI, I did not have a way to programmatically ask Cursor do this. It was very manual, very painful. But, now I can create a Claude Code agent that is a "cursor-specialist" that uses cursor cli to do all of that in an automated way.
good8675309•3h ago
Interesting, are you saying you would setup a Stop Hook in Claude Code that calls the Cursor CLI to have it validate and prompt Claude Code with further instructions?
thornewolf•3h ago
They realized that CLI is the much better interface for these kinds of tasks.
lherron•3h ago
With all the frontier labs competing in this space now, and them letting you use your consumer subscription through the CLI, I don’t understand how the Cursor products will survive. Why pay an extra $X/mo when I can get this functionality included in the $Y/mo I’m already paying OAI/Anthropic/GOOG?
impulser_•2h ago
Because you can always use the best model. Yesterday is was Claude Opus 4.1, today it's GPT-5. If you just were paying Anthropic you will be stuck with Claude.
lherron•2h ago
Yeah but I still want a general purpose chatbot subscription also. So I’d have to buy Cursor + something else.

I guess Cursor makes sense for people who only use LLMs for coding.

vineyardmike•2h ago
I agree that cursor has to take an aggressive and differentiated approach to succeed, but they have the benefit of pushing each lab into a commodity.

I pay for Cursor and ChatGPT. I can imagine I’d pay for Gemini if I used an android. The chat bots (1) won’t keep the subscription competitive with APIs because the cost and usage models are different and (2) most chat bots today are more of a UX competition than model quality. And the only winners are ChatGPT and whatever integrated options the user has by default (Gemini, MSFT Copilot, etc).

didibus•1h ago
I'm actually starting to think the opposite.

If Cursor can build the better UX for all the use-cases, mobile/desktop chatbot, assistant, in IDE coding agent, CLI coding agent, web-based container coding agent, etc.

In theory, they can spend all their resourcing on this, so you could assume they could have those be more polished.

If they win the market-share here, than the models are just commodity, Cursor lets you pick which ever is best at any given time.

In a sense, "users" are going to get locked in on the tooling. They learn the commands, configuration, and so on of Cursor, it's a higher cost for them to re-learn a different UX. Uninstalling and re-installing another app, plugin, etc. is annoying.

lvl155•1h ago
No, model providers are not going to let Cursor eat their pie. The biggest cost in AI is in developing LLM models and inference. Players incurring those costs will basically control this market.
daft_pink•2h ago
Is the pricing any good?
rtuin•2h ago
It seems they haven’t implemented MCP client features in Cursor CLI yet
Rhubarrbb•2h ago
Does it work with local LLMs like through Ollama or llama.cpp?
lvl155•1h ago
Seriously Cursor. You can’t just write wrappers all your life. VSCode wrapper and now Gemini CLI wrapper. Can you make something from scratch for once? It’s as if they want an exit and they’re putting in minimum effort until that materializes.
cyounkins•1h ago
Could anyone compare this with Claude Code and aider?
ribeyes•1h ago
i'm betting on cursor being the long-term best toolset.

1. with tight integration between cli, background agent, ide, github apps (e.g. bugbot), cursor will accommodate the end-to-end developer experience.

2. as frontier models internalize task routing, there won't be much that feels special about claude code anymore.

3. we should always promote low switching costs between model providers (by supporting independent companies), keeping incentives toward improving the models not ui/data/network lock-in.

ramoz•53m ago
Happy to short that bet as I think agentic harnesses will be molded along the RL training of the actual model. Tony + the suit created together. Why Claude in Claude Code became existential for Cursor, why cursor moved quick to go agentic and build up with OpenAI in big header line way here.

Unless they pair up with OpenAI or Meta.

postalcoder•22m ago
i’d respectfully bet against this.

cursor and 3rd party tools will, unless they make their own superior foundation model, will always have to fight the higher marginal cost battle. This is particularly bad insofar that they offer fixed pricing subscriptions. That means they’re going to have to employ more context saving tricks which are at odds with better performance.

If the cost economics result in Cursor holding, say, 20% fewer tokens in context versus model provided coding agents, they will necessarily get worse performance, all things equal.

Unless Cursor offers something dramatically different outside of the basic agentic coding stack it’s hard to see why the market will converge to cursor.

ankit219•1h ago
I think CLI is a good idea for now. Next abstraction seems to be Github PRs where someone (likely me) files an issue/feature, then I click a button, and the agent fixes the issue/feature. Github has talked about something similar, but surely it were a pain to figure out if it was GA and I had access to it given so many different variations they have called gh copilot. (PS: it exists, but not as smooth as I described: https://docs.github.com/en/copilot/how-tos/use-copilot-agent... )
kamatour•55m ago
So we’re all just waiting for AGENT.md to become the new README, huh? I’m ready when the agents are.
byronic•47m ago
I'm having trouble finding a use for this outside of virtualized unused environments. Why not instead give me a virtual machine that runs this in a confined storage space?

I would _never_ give an LLM access to any disk I own or control if it had anything more than read permissions

Vibechart

https://www.vibechart.net/
579•datadrivenangel•4h ago•124 comments

GPT-5

https://openai.com/gpt-5/
1399•rd•8h ago•1682 comments

Cursed Knowledge

https://immich.app/cursed-knowledge/
117•bqmjjx0kac•2h ago•21 comments

Flipper Zero darkweb firmware bypasses rolling code security

https://www.rtl-sdr.com/flipperzero-darkweb-firmware-bypasses-rolling-code-security/
134•lq9AJ8yrfs•4h ago•71 comments

Historical Tech Tree

https://www.historicaltechtree.com/
276•louisfd94•6h ago•57 comments

GPT-5: Key characteristics, pricing and system card

https://simonwillison.net/2025/Aug/7/gpt-5/
428•Philpax•7h ago•186 comments

Cursor CLI

https://cursor.com/cli
159•gonzalovargas•4h ago•87 comments

OpenAI's new open-source model is basically Phi-5

https://www.seangoedecke.com/gpt-oss-is-phi-5/
165•emschwartz•6h ago•63 comments

GPT-5 for Developers

https://openai.com/index/introducing-gpt-5-for-developers
341•6thbit•8h ago•183 comments

Encryption made for police and military radios may be easily cracked

https://www.wired.com/story/encryption-made-for-police-and-military-radios-may-be-easily-cracked-researchers-find/
124•mikece•7h ago•74 comments

Hubble catches sharpest image yet of 3I/ATLAS

https://www.skyatnightmagazine.com/news/hubble-3i-atlas-july-2025
10•anigbrowl•1h ago•2 comments

Windows XP Professional

https://win32.run/
295•pentagrama•11h ago•174 comments

Benchmark Framework Desktop Mainboard and 4-node cluster

https://github.com/geerlingguy/ollama-benchmark/issues/21
134•geerlingguy•7h ago•36 comments

Building Bluesky comments for my blog

https://natalie.sh/posts/bluesky-comments/
265•g0xA52A2A•9h ago•105 comments

Achieving 10,000x training data reduction with high-fidelity labels

https://research.google/blog/achieving-10000x-training-data-reduction-with-high-fidelity-labels/
44•badmonster•4h ago•4 comments

Infinite Pixels

https://meyerweb.com/eric/thoughts/2025/08/07/infinite-pixels/
213•OuterVale•12h ago•48 comments

How to sell if your user is not the buyer

https://writings.founderlabs.io/p/how-to-sell-if-your-user-is-not-the
149•mooreds•10h ago•70 comments

Open music foundation models for full-song generation

https://map-yue.github.io/
69•selvan•3d ago•34 comments

Touch Mapper – open-source 3D printed tactile maps for the visually impaired

https://touch-mapper.org
15•speckx•3d ago•1 comments

How AI conquered the US economy: A visual FAQ

https://www.derekthompson.org/p/how-ai-conquered-the-us-economy-a
171•rbanffy•15h ago•153 comments

Exit Tax: Leave Germany before your business gets big

https://eidel.io/exit-tax-leave-germany-before-your-business-gets-big/
67•olieidel•7h ago•56 comments

Satellite Scanning

http://www.geoscaninc.com/default.asp?page=satellite_scanning
4•sharpshadow•3d ago•0 comments

Foundry (YC F24) is hiring staff-level product engineers

https://www.ycombinator.com/companies/foundry/jobs/jwdYx6v-founding-product-engineer
1•lakabimanil•8h ago

Show HN: Octofriend, a cute coding agent that can swap between GPT-5 and Claude

https://github.com/synthetic-lab/octofriend
62•reissbaker•7h ago•20 comments

The Inkhaven Blogging Residency

https://www.inkhaven.blog/
53•venkii•1d ago•59 comments

The Q Programming Language

https://git.urbach.dev/cli/q
49•ygritte•3d ago•11 comments

AST-Driven Python Testing

https://jazzberry.ai/blog/ast-driven-python-testing
8•MarcoDewey•3d ago•2 comments

Spatio-temporal indexing the Bluesky firehose

https://joelgustafson.com/posts/2025-08-07/spatio-temporal-indexing-the-bluesky-firehose
28•joelg•6h ago•0 comments

Italy's pizza detectives

https://www.bbc.com/travel/article/20250801-italys-undercover-pizza-detectives
41•pseudolus•4d ago•45 comments

Lightweight LSAT

https://lightweightlsat.com/
56•gregsadetsky•7h ago•29 comments