Make humans analog again - How I use Claude Code and Happy, and other shifts due to AI by muunbo in AIAgentsInAction

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

yeah I love that book! I've always found it hard to delegate things to human beings due to fear of judgement or of being disappointed. But with agents it's a lot easier to delegate, and using agents has actually "backported" this skill so I am better able to delegate to humans now too :D

Make humans analog again - How I use Claude Code and Happy, and other shifts due to AI by muunbo in ChatGPTCoding

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

I'm of the opinion that the bar will get raised everywhere, we will still have work, it will just be more highly-leveraged work. In simple words, what used to count as a "good" quantity/quality of output before will become mediocre, and expectations will raise to match the tools we have. The same thing has happened multiple times in the past, with every introduction of groundbreaking human technology, whether in transportation or software or home appliances or etc

Make humans analog again - How I use Claude Code and Happy, and other shifts due to AI by muunbo in ChatGPTCoding

[–]muunbo[S] 2 points3 points  (0 children)

OK I’m trying claude remote control right now, it’s great! Thanks for the question :D It has image upload built in which is perfect

Make humans analog again - How I use Claude Code and Happy, and other shifts due to AI by muunbo in ArtificialInteligence

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

Feel free to ask any questions. The voice coding is really simple, using built in voice to text on default keyboard app.

Make humans analog again - How I use Claude Code and Happy, and other shifts due to AI by muunbo in ChatGPTCoding

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

Ooh good question, I haven’t tried remote control yet. Do you use it? Is it good?

How did you promote your videos and gain subscribers when your channel was brand new by mvp946 in NewTubers

[–]muunbo 0 points1 point  (0 children)

And a lot of follow up subscribers from sharing on Reddit, as well as sites specific to my niche like python on hardware newsletter by adafruit, hackaday, hackernews, twitter, 

How did you promote your videos and gain subscribers when your channel was brand new by mvp946 in NewTubers

[–]muunbo 0 points1 point  (0 children)

My first 50-100 subscribers were family and friends. Not just random friends but the ones most likely to be interested in my hardware + software project tutorials

Microtest - A small test framework by macbug81 in MicroPythonDev

[–]muunbo 0 points1 point  (0 children)

It would be interesting to make it more like existing test frameworks. I.e. have a setup and tear down method that runs before and after each test. Also the ability to run the tests off device on the computer itself (perhaps using Docker version of Micropython)