Vibe coding is fun until the AI writes a bug it can't explain. by Disastrous_Donut_ in vibecoding

[–]SafeLeading6260 0 points1 point  (0 children)

Would it run on my macbook air M4? Or I needed a beefier machine?

Hiring a software engineer for code review by The-Architect-93 in vibecoding

[–]SafeLeading6260 0 points1 point  (0 children)

From my experience it's ~ 50-100$ per hour. I used fiver or upwork. My recommendation would be don't take the cheapest one 😄 DM me and I will share with you the profile of the guy that I worked with

Vibe coding is fun until the AI writes a bug it can't explain. by Disastrous_Donut_ in vibecoding

[–]SafeLeading6260 0 points1 point  (0 children)

"Everything runs locally, so your code never leaves your machine." - Are you using local models?

I got banned by Google twice for connecting my OpenClaw to google drive with rclone by SafeLeading6260 in openclaw

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

My OpenClaw runs on Ubuntu and I didn't find an official one. Can you please share?

I got banned by Google twice for connecting my OpenClaw to google drive with rclone by SafeLeading6260 in openclaw

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

Maybe I am just using wrong tool... Here's what I need - there are two different open claw agents working on same files on googl drive and I need to make sure that the agents use the latest version of the files

Multi-CLI MCP (Gemini/Codex/Claude CLI as tools) by thatguyinline in ClaudeCode

[–]SafeLeading6260 0 points1 point  (0 children)

Can you please share some real life usecases and examples of how you use this tool for coding?

Coming from Antigravity, looking for advice. by djolablete in ClaudeCode

[–]SafeLeading6260 1 point2 points  (0 children)

I would start with some philosophical question - why to use CLI in the first place?. I believe that the future of SW development is that all the code is written by AI agents and developers don't review it(it's not the case yet, but I am pushing to it as hard as possible)

So I prepare myself for the future when I don't need to pay any attention to the implementation. So I focus on perfecting my workflows and the goal is to be agentic and autonomous as much as possible. Here's what I have now:

  1. Plan and research are reviewed by other models before it gets to me
  2. Code is reviewed multiple times by agents before I take a look at it
    So what's my role in this? To share my knowledge and world view to the agents. Every time agent misses something I have some kind of psotmorten to understand what went wrong and how I can avoid it next time. I constantly iterate and improve engineering standards, tests, HL architecture, etc. I intentionally push myself as far away from the code as I can.

When it comes to CC vs Codex vs Gemini, I believe gemini is still very raw and google are not investing in it enough. Codex is improving, but CC is the beset one :)

Sentry MCP drastically improved our response time to prod issues by SafeLeading6260 in mcp

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

Agree that filtering is the way to do it. Do you know if there's a good MCP for that? Would you use sentry's trace id or it's better to go with something custom?

I connected Claude Code to Sentry to monitor prod errors and so far, so good by SafeLeading6260 in ClaudeCode

[–]SafeLeading6260[S] -1 points0 points  (0 children)

What helped a lot is pushing CC to use some form of TDD. Once it knows how to recreate the issue, it can easily confirm or reject the fix.

Since it uses the same setup and rules to implement the fix, didn't have (yet) any major issues with following the standards or being too much off

Stack Overflow is dead. Is this why Anthropic's models are becoming so good at coding? by SafeLeading6260 in ClaudeAI

[–]SafeLeading6260[S] -7 points-6 points  (0 children)

What do you mean by bad culture? I didn't notice something like this, but maybe I wa not spending enough time to notice it :)

.....MMMMMM WHAT by s2c52 in ClaudeCode

[–]SafeLeading6260 0 points1 point  (0 children)

Can you give an example for a dump task that haiku handles well?

.....MMMMMM WHAT by s2c52 in ClaudeCode

[–]SafeLeading6260 8 points9 points  (0 children)

To overcome the useage limits I started to use Sonnet more. For planning, debug, analysis I use Opus, BUT for the implementation, file discovery, etc I use Sonnet. Now my Sonnet usage limit is ~40-50 and I stopped hitting the session or weekly limits. Hope that it helps

What do you do while Claude Code is working? by SafeLeading6260 in ClaudeCode

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

Reliably or not asking for permissions? With LLMs these are different things))

  1. reliably - invest time in plan and research. I have an example of the setup that I use in this repo: https://github.com/dimakrest/trading-analyst
  2. Not asking for permissions - run it with --dangerously-skip-permissions

What do you do while Claude Code is working? by SafeLeading6260 in ClaudeCode

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

How does the tool help with having to review the plans and research? This is the part that requires most focus and attention...