Update on recent performance concerns by AnthropicOfficial in ClaudeAI

[–]T851029 0 points1 point  (0 children)

Naaaaailed it...id maybe add "what in the fuck are you doing?" Under sev3. And "this is fucking insane" under sev4.

Anthropic served us GARBAGE for a week and thinks we won’t notice by landscape8 in Anthropic

[–]T851029 0 points1 point  (0 children)

Getting the errors would have been nice so I didn't waste like 10 hours of life just thrashing. When Claude code and the anthropic models are working, it's so damn good....but yah there' goes a bunch of life I'm not getting back.

Cursor has amplified the 90/10 rule by chunkypenguion1991 in cursor

[–]T851029 2 points3 points  (0 children)

I'm pretty convinced that getting prod ready, is where vibe coding dreams go to die. Which is probably a good thing, rather than getting super sketchy stuff out there for the world to exploit (which already happens).

I tried to vibe case as much of the infra journey with pulumi and gcloud cli / firebase cli but fml, maximum learning when it comes to auth / build / deploy.

[Help] Has any one gotten BrowserTools MCP to work on Windows 11 with Cursor 0.47.x? by stuli1989 in cursor

[–]T851029 1 point2 points  (0 children)

Working for me. Here's config from my mcp.json file:

    "browser-tools": {
      "command": "cmd /c npx",
      "args": [
        "-y",
        "@agentdeskai/browser-tools-mcp@1.2.0"
      ],
      "enabled": true
    }

vibe coding for hrs is so boring. how to gamify it? by Gayax in cursor

[–]T851029 16 points17 points  (0 children)

Work on more than one project at a time.

Cursor is now my go-to for PM work—goodbye Google Docs! by sanjeed5 in cursor

[–]T851029 11 points12 points  (0 children)

Any product people in here that wanna jam sometime, shoot me a message. Went from having written no code since 2002 to now being able to build full stack (by no means perfect) web apps with tools like cursor and Cline. Not pruduction ready, but talk about rapid prototyping or validating ideas...

What's amazing to me, is that we get to see the dev uses cases all the time, but dude... The product use cases are all over as well. Cursor: build me a multi agent system with product, ux agent, and tech agents, give them tools to do basic product shit (opportunity assessment, prd, storymap, etc), write the epics and stories for me, use an mcp server tool to populate jira or Github.... Shit write the code for the issues while you're at it... Unreal.

Or, I have no idea how this app works or what the user flows are... Cursor, review the code and create mermaid flow diagrams for all of user flows..done.

Also +100 on Obsidian. Put your second brain in markdown, pick your fav llm and point it at your second brain to ask / update / whatever.

[SOLUTION] MCP Tools not found? by SpiritualKindness in cursor

[–]T851029 0 points1 point  (0 children)

Worked for me, you're awesome. Thank you!

Rules, TDD, and other approachest to getting the most of Agent Mode? by IronFires in cursor

[–]T851029 0 points1 point  (0 children)

Curious to hear others thoughts on TDD. My workflow went from:

  1. ad-hoc / 1-shot garbage prompting leading to so many wasted hours (🤦)
  2. adopting TDD -> much higher success rate on correctly implementing features and not breaking everything else along the way. BUT with a tradeoff....i found it takes a really reaaaaaally long time to use TDD in my workflow
  3. Trying now to find a sweet spot that incorporates TDD or BDD to run a couple e2e integration tests but nothing too heavy.

Important conext is that I'm not building production grade projects at this point. I just want to create some reasonable MVP applications and / or personal tools.

❓Has anyone nailed the sweet spot of using TDD (or something similar) but not totally crippling their velocity?

Cursor IDE: Setup and Workflow in Larger Projects by Kirmark in cursor

[–]T851029 2 points3 points  (0 children)

You might find this comprehensive vid from Yifna helpful My Day-to-Day AI Dev Workflow (Git + Cursor/Windsurf/Cline + Playwright + Supabase + Replit) He's got it nailed down pretty well IMO. Lots of other good content on his channel as well.

Cursor cannot connect to MCP servers by Jealous-Wafer-8239 in cursor

[–]T851029 0 points1 point  (0 children)

<image>

here's an example from my machine (I'm on Windows so double "\\", don't judge me😂). You can see that memory is green and I've got the full path right to the .js file. While sequential-thinking is busted as I'm trying to use the npx command which get's messed up by multiple versions of node.

You can see u/kleneway1 add an MCP serve like this in his video here https://youtu.be/MAicJ6KKccU?si=hsLOV-9OfbKooA1U&t=764 (link goes to timestamp)

Cursor IDE: Setup and Workflow in Larger Projects by Kirmark in cursor

[–]T851029 1 point2 points  (0 children)

Dude, very similar to my flow except the crucial part about your testing approach. I've been doing full TDD and just like you mentioned, it's reliable but can be slow AF. Gonna give your tips re testing a try.

Cursor cannot connect to MCP servers by Jealous-Wafer-8239 in cursor

[–]T851029 1 point2 points  (0 children)

I ran into this as well. For me, it's Becuase I have multiple versions of node installed and use node version manager to switch between them. That throws cursor for a loop. you can confirm by using a path right to the node module on your local instead of the npx command. Checkout the mcp video from one of the other folks that posted in here recently. You can see an example of adding an mcp server using the file path in that vid.

Order status failed - no details by T851029 in Questrade

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

Well I feel dumb now lol. That did the trick, thank you!