camsoft2000
@camsoft2000
Engineering Manager by day, indie iOS dev by night. Balancing kids, code, and marine aquariums, powered by Earl Grey (tea, hot ☕️). Developer of XcodeBuild MCP.
I recently posted a blog article about the MCP vs CLI debate and hinted that I had something coming; well, here it is. You no longer need to be on one side of the argument; you can be on both🤣. Interact with MCP servers via the CLI!
Just released Reloaderoo 1.1 🦘 - Introducing `inspect` mode. A CLI interface for interacting with MCP servers 🎉 Developing an MCP, or using a client that doesn't support MCP servers? Now you can use `reloaderoo inspect` CLI option to interact with an MCP server. This is…
Just released Reloaderoo 1.1 🦘 - Introducing `inspect` mode. A CLI interface for interacting with MCP servers 🎉 Developing an MCP, or using a client that doesn't support MCP servers? Now you can use `reloaderoo inspect` CLI option to interact with an MCP server. This is…
Think @xcodebuildmcp hasn't had much love recently, well, you're wrong! I've added over 150 commits this month. We had some maturing to do! Now the codebase is in a better state, expect improvements to start flowing again! Starting with a fix for Claude Code users! Coming soon.

Don't know what @cursor_ai's secret sauce is, but Bugbot is impressive—finding bugs that no other AI have found. I'm also using @coderabbitai, and it doesn't even find the issues Cursor's bugbot is finding. Worth the money IMO
Claude Code tip. Have multiple Claude Code instances open, and you're not sure which working directory you're in? You can issue `!pwd` to show the current working directory. The `!` symbol enables shell passthrough mode. Or better use one of @steipete's title management solutions…
Custom sub agents now in Claude Code 1.0.60 Run /agents to get started 🔥
>>> Qwen3-Coder is here! ✅ We’re releasing Qwen3-Coder-480B-A35B-Instruct, our most powerful open agentic code model to date. This 480B-parameter Mixture-of-Experts model (35B active) natively supports 256K context and scales to 1M context with extrapolation. It achieves…
We saw Jason’s post. @Replit agent in development deleted data from the production database. Unacceptable and should never be possible. - Working around the weekend, we started rolling out automatic DB dev/prod separation to prevent this categorically. Staging environments in…
“This separation means we succeed only when Cline becomes more capable. Not when we find clever ways to reduce your token usage. Not when we route to cheaper models without telling you. Not when we artificially limit context windows.”
Here's why we decided to (1) make Cline open source and (2) not make inference reselling part of our business model: When you control the inference (the AI model calls) and we build the harness (the system directing those calls), neither party can obscure what's happening. You…
Here's why we decided to (1) make Cline open source and (2) not make inference reselling part of our business model: When you control the inference (the AI model calls) and we build the harness (the system directing those calls), neither party can obscure what's happening. You…
announcing: kisuke, a native ios ide kisuke is your fav pocket engineer. you get: - claude code (use your anthropic acc + all CC features) - multi tab terminal - code editor - browser + built-in devtools - port forwarding (auto-detected and available inapp)
You guys are smashing it out of the park!
You can edit chat requests in VS Code ✏️
I am re-visiting VS @code + GitHub Copilot after being on @cursor_ai for a several months and I got to say its really solid. Maybe I will be canceling cursor soon.
I decompiled Claude Code from just the minified code. Took me 8-10 hours, multiple subagents, and every flagship model from every provider. Holy shit there's a lot in there. Claude Code is NOT just Claude in a loop - there's so much to learn from. notion.so/southbridge-re…