frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Open in hackernews

Vibe Coding: Developer Slot Machines (Cursor, Windsurf)

https://prototypr.io/note/vibe-coding-cursor-windsurf-slot-machine
37•graylien•1y ago

Comments

Arn_Thor•1y ago
I was coding with VSCode for a while and just this week decided to try Cursor which everyone have been raving about. Was quite disappointed to find no meaningful difference with VSCode (so far, after 30 minutes of working with it).
jmisavage•1y ago
It's a fork of VS Code that still uses the official extensions, despite that violating the license terms. Functionally, it's pretty similar to using VS Code with Copilot, but with the added bonus of choosing from multiple models. I’ve only just started using it at work, so my experience is also pretty limited, but so far the results seem slightly better.
bitpush•1y ago
How is it violating license terms? As far I know, vscode is released under a permissive open source license.

Isn't the situation similar to Brave et al built on top of Chromium but supports Chrome extensions?

elashri•1y ago
It is violating the license terms of the official MS extensions like Pylance, C/C++ suite, Jupyter, remote development suite ...etc. They state that they must be used with the official release of the VSCode and not any fork.
Hasnep•1y ago
Vscode is permissively licensed, but some of the Microsoft created extensions are proprietary, e.g. the C/C++ extension and the Pylance extension. They state in their license that they can only be used with Visual Studio and Visual Studio Code and crash if you try to use them with VSCodium for example.

There are open source alternatives, the basedpyright extension is better than Pylance and I've heard the clangd extension is good.

almostdeadguy•1y ago
Can you not choose from multiple models in Copilot? My understanding is you can.
RobinL•1y ago
Yes, you can. It's a relatively recent addition. The original commenter probably doesn't see much difference between copilot and Cursor because copilot has caught up quite a lot in the last couple months
jmisavage•1y ago
I'm not aware of that, but I also lost access to Copilot when we switched to Cursor so I can't check at the moment. That's great if you can because Claude is why people like Cursor.
TuxSH•1y ago
For ask/edit models: yes, but you have to enable them (which you don't get a choice over if it's an account managed by your company -- just saying)

For completion models: no, they retired gpt-35-codex, leaving only 4o-copilot.

From my experience (GH Copilot Pro with engaged_oss SKU, ie. for free), after they announced their "pricing changes", they also made the performance worse. The completions went from good, to actively distracting. tldr; they enshittified it / did a rugpull.

Right now, it is not worth paying for. ChatGPT Plus is far better value for money if you don't care about autocompletions/pure vibe coding.

graylien•1y ago
Do these forks keep updating with the new versions of VS Code? I wonder if once they're forked, they are stuck with that version they forked from?

On the other hand, I think MS are pretty much cloning the good stuff from Cursor, like agent mode: https://www.youtube.com/watch?v=dutyOc_cAEU

Leaves me thinking VS Code might be the best in the long long run, but for now they're all kinda similar?

codelikeawolf•1y ago
I've spent an inordinate amount of time in the VS Code codebase. Given the complexity and size (I ran cloc on the src directory and it's > 1M lines of code) coupled with the amount of churn, I'm guessing most of the forks are woefully behind.
Arn_Thor•1y ago
I’ve been juggling different models with Copilot in VSCode already
graylien•1y ago
Were you using Copilot? I haven't tried VS Code for a while, I guess I can have that one open too. You can even have Windsurf inside VS Code with the plugin I think..

Maybe Cursor/Windsurf could've just been plugins? Only Zed.ai seems really different of the popular IDEs

Arn_Thor•1y ago
I was using Copilot within VSCode and it seemed very well integrated, making changes in files for me and letting me choose between AI models
softwaredoug•1y ago
Maybe I'm a luddite, but I like having ChatGPT generate my code the old fashioned way...
graylien•1y ago
funny how ChatGPT is already old fashioned
hu3•1y ago
This is a way to bypass alleged hidden prompt trimming by IDEs.

Some people say AI IDEs might summarize or even trim prompt to reduce token input.

rgoulter•1y ago
Since LLMs are sometimes wonderfully useful, and sometimes not, I'd suggest effective use involves figuring out in which cases it's likely to succeed, which it's likely to fail.

For example, the mentioned graph has "initial prompt with iterative tweaks", followed by iterations of 'starting from scratch'. -- I don't understand why you'd think "this is an ineffective way of doing things", and then keep doing it.

Describing LLMs as "slot machines" seems like the author has no curiosity about the shape of what LLMs can/can't do.

okamiueru•1y ago
Answer is useful as a suggestion, and doesn't need to be factually correct: Good

Answer is useful as is, and needS to be factually correct: Bad

nonethewiser•1y ago
I do think its a bit slot machine like because the output isnt deterministic.
graylien•1y ago
and they prompt you to add more credits, it's seamless to spend more - slot machine is referring to the experience using it, not what is happening technically
bilekas•1y ago
This article is really difficult to read or its just me? The breaks with the adds are really distracting and I don't know what the author actually is saying here, that he will try windsurf? Do I need to watch the video?
ratatoskrt•1y ago
Not just you. Why is on the front page?
graylien•1y ago
Hey, to clarify it's about the user experience of IDEs - how it feels to jump from one to the other, how the UI prompts you to add more credits (so you can end up spending a lot if you're not careful with prompts).

This has often drawn similarities to a slot machine, the way it is not deterministic what code will come out, and what changes to which files will be made.

stavros•1y ago
I had the same thought, basically here's a summary, as far as I can tell:

> AIs are sometimes good for code, sometimes not so good. I put some money in but don't know what code will come out, and it's so easy to put more money in. My friend told me to use Windsurf instead of Cursor, and it's easy to switch IDEs, they have no moat. Where's the moat?

AFAICT, that's the whole article.

hu3•1y ago
Speaking about agentic coding I have a question about Copilot in VSCode.

In agent mode (need to enable it manually in settings), did anyone test forcing Copilot to run unit tests after code changes and fix code to pass tests if they break?

_joel•1y ago
That's what I do as standard in Windsurf. I set memories for it to run the tests too. That's standard, right?
hu3•1y ago
I just tested and yes, it works.

My issue was my instructions.md file telling it to think too much before writting files and running tests. So it was in a rabbit hole of ethernal thinking.

Now I can tell it to create crud pages and it will generate and run tests for those pages as well.

hu3•1y ago
How do you solve the risk of AI writting and executing unit tests with something like `rm -rf /` and wiping your files?

I'm looking for solutions. Docker looks like one but I like to keep things simple.

_joel•1y ago
You can set only allowed filepaths for file handling. I don't there's an explicit way to guardrail it to not run something bad from a shell though (althogh you need --no-preserve-root nowadays in that rm command). You'd have to check every command before running. It's anecdata but I've been doing this stuff for a good few months now and it's not tried to delete my filesystem or lock me out of an airlock, just yet.
zerosleep•1y ago
I find VS Code + Cline extension and it's memory-bank pattern far easier to control while still feeling like I'm "vibing". Anyone else use that setup or is it already antiquated?

Netflix Queries Its Real-Time Distributed Graph with gRPC

https://netflixtechblog.com/how-and-why-netflix-built-a-real-time-distributed-graph-part-3-queryi...
1•sbulaev•4m ago•0 comments

Show HN: HN Hiring – Search and Filter Who Is Hiring

https://hnhiring.azuanz.com
1•azuanrb•6m ago•0 comments

Show HN: Xprem: Self-hosted OTA updates and observability for Expo apps

1•madscripten•8m ago•0 comments

Why Wall Street Is Ignoring Big Tech's Debt

https://www.youtube.com/watch?v=NufJ7g63KSY
2•johnbarron•10m ago•0 comments

70% of AI revenue comes from OpenAI and Anthropic

https://www.youtube.com/watch?v=68X8yEatepQ
2•johnbarron•15m ago•0 comments

Dutch bank: Extreme heat could wipe out Dutch, EU economic growth this year

https://nltimes.nl/2026/08/09/dutch-bank-extreme-heat-wipe-dutch-eu-economic-growth-year
2•giuliomagnifico•18m ago•0 comments

Show HN: Choq: Cherry (ClojureScript) on QuickJS

https://github.com/squint-cljs/choq
2•Borkdude•19m ago•0 comments

UAE oil output hits all time high in 2026

https://oilprice.com/Latest-Energy-News/World-News/UAE-Oil-Output-Hits-All-Time-High-Doubling-Pre...
1•spwa4•20m ago•0 comments

Darwin Was Right About Sex Roles

https://www.stevestewartwilliams.com/p/darwin-was-right-about-sex-roles
1•Anon84•21m ago•0 comments

A small PHP guestbook

https://twitter.com/__tosh/status/2086418779920105952
1•tosh•25m ago•0 comments

Show HN: DeepSeek-V4 Latent Reasoning – moving "thinking" into latent space

https://blog.n.ichol.ai/packaging-latent-reasoning-as-a-real-model
1•nmitchko•25m ago•0 comments

Drought Threatens the Rhine, a Vital Economic Artery in the Heart of Europe

https://www.nytimes.com/2026/08/06/business/rhine-drought-germany-economy.html
2•bookofjoe•26m ago•1 comments

Yuval Noah Harari on AI, Human Stupidity, and the Future of Civilization [video]

https://www.youtube.com/watch?v=bZL1NsrfuYE
2•thelastgallon•27m ago•0 comments

Reviving a four year old reMarkable 2

https://oskrim.github.io/hardware/2026/08/09/remarkable-over-ssh.html
2•tremguy•32m ago•0 comments

Sperm whale communication clicks can travel up to 70 km

https://bio.au.dk/en/about-biology/news-and-events/show/artikel/verdens-kraftigste-clickbait
2•ashurandi•36m ago•0 comments

Data Warehouse Isn't Integrated Just Because the Tables Are in One Place

https://seattledataguy.substack.com/p/your-data-warehouse-isnt-integrated
2•eigenBasis•38m ago•0 comments

Everything You Do Is Being Recorded

https://www.theatlantic.com/technology/2026/05/ai-wearable-surveillance-countermeasures/687203/
15•ike_usawa•41m ago•3 comments

Silencing brain's prefrontal cortex boost creative problem-solving in mice

https://news.emory.edu/stories/2026/08/how-mice-learn-think-out-box-neuroscience-surprise
1•giuliomagnifico•43m ago•0 comments

Show HN: Inspect any MCP server – latency, token usage, and security scans

https://github.com/ytkoka/mcp-tester
1•ytkoka•47m ago•0 comments

Switching to electric stoves can dramatically cut indoor air pollution

https://news.stanford.edu/stories/2025/12/gas-propane-stoves-nitrogen-dioxide-exposure-health-ris...
3•Doriell•52m ago•0 comments

Real Engineers Dig with Their Bare Hands

https://www.minid.net/2026/7/14/how-to-automatise-with-ai
4•meerita•52m ago•0 comments

A quick look at zero-knowledge proofs

https://bernsteinbear.com/blog/zkp/
3•birdculture•53m ago•0 comments

Show HN: Pier – Give every agent session its own cloud VM, on your own infra

https://pier.kak.dev/
1•kasktra•57m ago•0 comments

Hybrid Structured Editing

https://programming-journal.org/2026/11/1/
1•mpweiher•57m ago•1 comments

Myspace eyes comeback as an an 'antidote' to social media fatigue

https://www.cnbc.com/2026/08/09/myspace-comeback-rival-social-media-giants.html
2•pseudolus•58m ago•0 comments

The Analytic Monopoly on AI Philosophy

https://millermanschool.substack.com/p/the-analytic-monopoly-on-ai-philosophy
1•theanonymousone•1h ago•0 comments

Story of Roomy with Handmade Illustrations

https://story.roomy.space
1•jdsane•1h ago•0 comments

India's Republic of Uncles

https://www.economist.com/asia/2026/05/31/indias-republic-of-uncles
3•thunderbong•1h ago•3 comments

If You Get in a Car Crash, the Risk Is Growing Your Insurance Won't Pay

https://www.wsj.com/finance/if-you-get-in-a-car-crash-the-risk-is-growing-your-insurance-wont-pay...
4•impish9208•1h ago•2 comments

Tcl Note A1 Nxtpaper Review (2026): A Hybrid Tablet for Taking Notes and Watchi

https://www.wired.com/review/tcl-note-a1-nxtpaper-tablet/
1•joozio•1h ago•0 comments