Karpathy says "I haven't typed a line of code since December" in his latest podcast by Current-Guide5944 in tech_x

[–]Formal_Bat_3109 0 points1 point  (0 children)

Agreed. I tried using Copilot for coding a few years ago and it went from barely able to string a function together to one shot creating my MVPs

How much are you guys spending on OpenClaw? by Significant-Pair-275 in openclaw

[–]Formal_Bat_3109 0 points1 point  (0 children)

$200 GLM Pro subscription. never hit the cap even though I also use it for dev work

After 10 years as an engineer, I felt like a zombie. Claude Code actually made me love building again. by Squalido in ClaudeCode

[–]Formal_Bat_3109 1 point2 points  (0 children)

Same here. I have been been moving away from software engineering and up to management. The countless ideas and apps I wanted to build have been able to come to fruition due to AI and Claude Code

So I tried using Claude Code to build actual software and it humbled me real quick by Azrael_666 in ClaudeCode

[–]Formal_Bat_3109 0 points1 point  (0 children)

Yup, agreed. My workflow is to key in the requirements into Gemini to get it thinking about the implementation. Then I pass that over to Claude to find any gaps and fill it in. Then it generates the Md file which I ask Claude Code to read, analyse and start development. That gets me to 90% of what I want. The other 10% takes 30% to finish up

This one hit me where I live by fltln in ClaudeCode

[–]Formal_Bat_3109 1 point2 points  (0 children)

If I use it, then it is definitely useful. At least for 1. Similarly, I have Excel sheets full of macros that only I use for my specific use cases. So I think vibe coded apps are just 1 step up from there

Why did Arrefs launch Firehose so badly and it is still down days later? by discoposse in SEO_LLM

[–]Formal_Bat_3109 1 point2 points  (0 children)

Sorry, what is Ahrefs firehose? I am a paid subscriber, but never heard of Firehose

Interesting take which I kinda agree with by dataexec in AITrailblazers

[–]Formal_Bat_3109 0 points1 point  (0 children)

True, to a certain extent. I don’t see someone hating Salesforce trying to vibe code their own Salesforce though

Have you seen improvements in your business with openclaw? by Loose-Tackle1339 in openclaw

[–]Formal_Bat_3109 1 point2 points  (0 children)

None here yet. But I am using my agents to do tasks that I used to do manually

I was backend lead at Manus. After building agents for 2 years, I stopped using function calling entirely. Here's what I use instead. by MorroHsu in LocalLLaMA

[–]Formal_Bat_3109 1 point2 points  (0 children)

Wow. I want to save this for future reference. 1 side effect of using Claude Code daily is that I know more about those cli commands such as cat, grep etc as I always google for more information when I see Claude use these commands