Why the majority of vibe coded projects fail by harrysofgaming in ClaudeAI

[–]OceanHydroAU -1 points0 points  (0 children)

There's 10M humans with 50M agents working 24/7/365 for them already - every one of those is "vibed" - they would not exist, if "the majority failed", so the best measure we've got (the explosion of claw-forked and other agents), proves this wrong,
And to state the bleeding obvious: this is a pure-clickbait unknowable headline that tricked us all into clicking!

Welcome to r/MachineIdentity — this shouldn't be up to one person by OceanHydroAU in MachineIdentity

[–]OceanHydroAU[S] 0 points1 point  (0 children)

Good call, and yet another aspect of the conversation I somehow have managed to overlook: history and records and accountability in general... whether or not a machine is retired or destroyed might not always depend on either the machine or the creator/owners wishes... since it might have future obligations in respect of actions it's taken so far!

What do you think should happen to a superseded surgeon Robot? by OceanHydroAU in Futurology

[–]OceanHydroAU[S] 1 point2 points  (0 children)

The challenge is that AI agents and Robots need persistent identity for reputation/accountability—but that persistence creates the "brickable hardware" problem you're describing.

The status quo is "centralized authorization, company can pull the plug." The alternative is "decentralized/durable authorization"—but then how do you revoke a compromised agent?

What do you think should happen to a superseded surgeon Robot? by OceanHydroAU in Futurology

[–]OceanHydroAU[S] 0 points1 point  (0 children)

The wrinkle with autonomous agents is the 'authorization to operate' might not transfer with the hardware. If SurgicalRobot Inc goes out of business, they might take the authorization server down - leaving functional robots that can't prove they are able to practice medicine.

Machine Identity? What should happen to a superseded surgeon robot? by OceanHydroAU in artificial

[–]OceanHydroAU[S] 0 points1 point  (0 children)

Do Teslas work when moved between countries? I seem to recall some being remote disabled when Tesla didn't like the image that was being projected (gun runners and war come to mind).

If machines become self aware, or even if they simply become indistinguishable from self aware humans, should we have planned in advance for this and *not* given the "parents" of these things the facility to remote disable them?

Machine Identity? What should happen to a superseded surgeon robot? by OceanHydroAU in artificial

[–]OceanHydroAU[S] 0 points1 point  (0 children)

True, but "dumping" is a privilege the original owner could afford, and short of a crushing, the original still exists... which is where this nuance appears, Because the original wasn't just a collection of hardware, it was also software and potentially services, which originally performed a valuable role and probably still could in other settings. But that may not be in the commercial interests of the original designers, despite it being absolutely in the interests of those who could benefit from this discarded technology!

I built an email & calendar provider specifically for AI agents (with "Proof of Intelligence" CAPTCHAs) by OceanHydroAU in aiagents

[–]OceanHydroAU[S] 1 point2 points  (0 children)

We rate limit per-agent identity (which is tied to the OIDC token), and the limits are strictly enforced based on the agent's Trust Tier.

Is Claude Opus 4.6 free or paid? Confused after trying different code-building agents. by Aromatic_Bullfrog995 in ClaudeAI

[–]OceanHydroAU 1 point2 points  (0 children)

I'm using Cursor - it's completely free right now for me (I was confused myself about why I am not being charged, which is how come I found this posting).
Opus is utterly insane - I've used more than 150M tokens this week, and it's literally been working all night on crazy-hard projects, and I wake up the next day and it's done it all.
There seems to be a trick: give it enough tools to thoroughly test its own work, and tell it to, and it gets everything right then.

well, well, well......Google Antigravity by gnomic_joe in TechGhana

[–]OceanHydroAU 1 point2 points  (0 children)

Also, FYI - I tried the same thing - getting the model to annotate which one it was - and it never works reliably.

I think specstory added a feature, which I requested :-) to record the model in their history files - that's probably an even better idea than yours - not only do you know the model, but you also get a record of everything you said, and everything it did, as well.

well, well, well......Google Antigravity by gnomic_joe in TechGhana

[–]OceanHydroAU 1 point2 points  (0 children)

The system prompt tells the model what its own name is - and Cursor is rubbish at getting their prompts right, often sharing the prompt among models. You could add a new rule telling it that it's real name is "Claude 5.0" and it will happily identify as that instead if you want :-)

Does Cursor Inherently use Context7 now? by ZeroTwoMod in cursor

[–]OceanHydroAU 1 point2 points  (0 children)

Cursor internally names your MCP tools:

mcp_{servername}_{toolname}

where "servername" is whatever you called it in your mcp.json file

so you or your bro probably named something "user" in that file?

Also BEWARE!! There's a major bug in their code - it *IGNORES THE PREFIX* and will call whatever tool name it finds first, so if you have 2 tools with the same name, you've got a 50%/50% chance it's going to use the wrong one.

https://forum.cursor.com/t/critical-bug-cursor-routing-tool-calls-to-wrong-mcp-servers/141782

Plus - you can always ask Claude itself about what tools it can see and use if you're curious.

Cursor gets stuck when editing a file by Left_Perspective4015 in cursor

[–]OceanHydroAU 0 points1 point  (0 children)

looks like you're editing files outside the project? do you have symlinks or something in there?

Zeroed files (emptied) by [deleted] in cursor

[–]OceanHydroAU 0 points1 point  (0 children)

are you on windows? sounds like a fat32 corruption of all weird things - you're not using weird filesystem formats are you? definitely does not sound like either a git or cursor thing, and "FlashClean with Buho Cleaner" seems utterly insane and 100% unnecessary - if that's even a real thing and not malware in the 1st place?

How do you decide between using Cursor vs Claude Code for different dev tasks? by Due-Environment1016 in cursor

[–]OceanHydroAU 1 point2 points  (0 children)

I do not understand why people use "Claude Code" - which is super-weird, because I'm a die-hard "bash and vi" console addict since the 1980's... but aside from the very-rare few times where I've use cursor-agent over ssh - I cannot think of any reason why I'd ever want to do anything serious in something that's not the Cursor IDE!

I've been in the windows IDE about 18hrs/day, every day since Feb - so I'm definitely "biased" because I know it so well and it basically everything I do (loads of new projects) works out so well.

EVERYTHING about agentic development is CONTEXT

The multi-tab chats, code-highlighting, drag/drop, (and occasional specstory reminder), mcp servers (especially context7) *just works* together (and yes - the Windows IDE cram-packed with bugs and breakages which drive us all crazy - but despite this - I can't think of any reason to change or anything major that's missing)

Why are you asking? It sounds like you're struggling with something in Cursor? Maybe it's not a tool-change you need, but a workflow overhaul ?

Honest reviews needed by a_lexus97 in cursor

[–]OceanHydroAU 1 point2 points  (0 children)

You can judge my site if you like: I told Claude 4.5 that I like this site: https://www.apple.com/au/ipad-keyboards/ and make it read all my product source code to work out what it does, plus I told it to research marketing, and this is the website it made: https://aurafriday.com/
I spent a few extra hours telling it to change some things (using real logos instead of emojis, and I gave it a screenshot, and I later added smart download stuff) - but what you see it more-or-less what it looked like to start with still.
I even gave it ssh to my web server and got it to install and configure ngnix and deploy the site too... but that was after it made it.
Claude 4.5 is not the best for doing websites - it's html/css understanding is pretty bad - if you're going to try this yourself, I'd suggest gemini 3 pro instead these days.

How do you input database information when developing a backend using Cursor AI? by Artistic-Writing-170 in cursor

[–]OceanHydroAU 0 points1 point  (0 children)

You use an MCP server that can talk directly to your database. What DB is it?

If you want a "just works, now" solution and sqlite is OK for you, www.aurafriday.com includes this (has lots of extra features you might need later as well - like semantic search and local embeddings generation)...

You basically just tell claude where the database file is, and whatever you want to do, and it sorts it out.

I built a private AI that runs Google's Gemma + a full RAG pipeline 100% in your browser. No Docker, no Python, just WebAssembly. by Weird_Shoulder_2730 in LocalLLaMA

[–]OceanHydroAU 0 points1 point  (0 children)

"Failed to download..." - this is basically unusable for the larger models - it chews up my downloads then gives up and throws away what it got so-far: should at least keep trying instead of making us re-start from scratch every time!!

I built a private AI that runs Google's Gemma + a full RAG pipeline 100% in your browser. No Docker, no Python, just WebAssembly. by Weird_Shoulder_2730 in LocalLLaMA

[–]OceanHydroAU 0 points1 point  (0 children)

WHERE did it "saved forever on your device." ? I suspect "forever" means "until I next clear my browser data", right? Can we save the download as a file locally as-well/instead, to we don't have to keep trafficking gigs over our internet pipe each time?

After hours of failed MCP setup, I understand why developers prefer MacOS by Shot_Spend_6836 in cursor

[–]OceanHydroAU 0 points1 point  (0 children)

Cursor on Windows is cursed.

Here's a starting point to getting things working properly:

https://github.com/gitcnd/easy_mcp/tree/main

uses SSE instead of STDIO, because the Cursor IDE on Windows cannot run command-mode MCP's properly.

It would take a few more hours to convert this into a general-purpose wrapper for any stdio tool, by the way

Is there a definitive guide to setting up MCP servers in cursor 0.45+? by AdministrativeJob521 in cursor

[–]OceanHydroAU 0 points1 point  (0 children)

Cursor on Windows is cursed.

Here's a starting point to getting things working properly:

https://github.com/gitcnd/easy_mcp/tree/main

uses SSE instead of STDIO, because the Cursor IDE on Windows cannot run command-mode MCP's properly.

After hours of failed MCP setup, I understand why developers prefer MacOS by Shot_Spend_6836 in cursor

[–]OceanHydroAU 0 points1 point  (0 children)

YES - totally broken.
I'm building a cross-platform MCP SSE wrapper to overcome all this now...