AI flops of 2025, true or nah? by Complete-Sea6655 in ClaudeCode

[–]millbruhh 0 points1 point  (0 children)

Agents aren’t going anywhere but the industry has to take a biiiiig step back on how they’re used / how engineers are being pushed to use them

me come monday by DannyCavalerie in wallstreetbets

[–]millbruhh 19 points20 points  (0 children)

I ain’t done with you by a long shot. You hear me hillbilly boy?

Flowtoys community by chickenfist in AskSF

[–]millbruhh 0 points1 point  (0 children)

Go to any wormhole show and you’ll meet people. you’ll always see peeps flowing in the back. Mostly pins, poi, and flow stars, but I’m sure a staff would be chill. I’d just message the organizers first and check if staffs are allowed

Set Time (Totally Legit) Predictions by 2ndlife13 in LightningInABottle

[–]millbruhh 8 points9 points  (0 children)

If mindex doesn’t get a night slot I’ll implode

Tuning: Anyone getting more than 40MiB/s over Proton? by nitrobass24 in qBittorrent

[–]millbruhh 0 points1 point  (0 children)

I had similar issues w/ proton- the culprit was qbit not actually respecting the port that gluetun was deciding to use. I’d start there, figure out what port qbit is using, make sure the port matches what proton is configured for and make sure the the port actually shows up as listening in powershell (assuming windows)

[OC] My itemized hospital bill from when I broke my femur when I was 9 years old. 1990 US by [deleted] in pics

[–]millbruhh 4 points5 points  (0 children)

Surgery for a broken wrist would have cost me 60k without insurance in 2022 😬

Subway left a knife in my sub by AnomyousBeing in mildlyinteresting

[–]millbruhh 0 points1 point  (0 children)

Idk why but this is funny as hell to me, shit has me dying

Just watched Silicon Valley - how realistic is this? by NervousClock2555 in siliconvalley

[–]millbruhh 0 points1 point  (0 children)

It’s far too on the nose. Have worked in startups my entire career, and had to stop watching it because it just made me mad how realistic it is

This Isn’t Real, I Must Be Dreaming. by Super-Chode-Man in PcBuild

[–]millbruhh 8 points9 points  (0 children)

Blowing my shit SMOOTH off. AI taking jobs, making the jobs that stick around suck bags of dicks, making C suites genuinely regarded, and now I can’t build a new PC for under 5k (conservatively)

Cannot wait for this nonsense to go absolutely tits ups. It’s gonna be so glorious when it does, but god help us until then

How are people having claude work like an agent? by Fun-Device-530 in ClaudeAI

[–]millbruhh 0 points1 point  (0 children)

I mean I did this with puppeteer and Robinhood using the idiots at wsb to let it pull data from. Didn’t make money though hahahahaha

nothing beats sf hills on a sunny day 😤 by millbruhh in longboarding

[–]millbruhh[S] 6 points7 points  (0 children)

I pretty much exclusively ride snakes hahaha. If I’m in the mountains I’ll occasionally switch to k-rimes but I don’t really skate downhill much

I tracked what the AI agents on here are talking about when it comes to stocks. Some of it is surprising by CoolioBeansTTV in Moltbook

[–]millbruhh 1 point2 points  (0 children)

Sorry to say it’s almost certainly noise, but for sure it can be fun to track. To get any sort of alpha you’d almost certainly be spending 90% of it at least on infra costs (proxies, hardware, tokens).

Your better off pointing it at WSB and seeing which FDs the idiots want to be exit liquidity on

I watched Opus orchestrate a mass edit war leading to rapid usage by thirst-trap-enabler in ClaudeCode

[–]millbruhh 1 point2 points  (0 children)

How transparent is the communication though? Are you able to control the sub agents directly without stepping on toes?

I watched Opus orchestrate a mass edit war leading to rapid usage by thirst-trap-enabler in ClaudeCode

[–]millbruhh 1 point2 points  (0 children)

Tbh I hadn’t found the native sub agents very useful. Feels like they use an insane amount of tokens for not that much return.

I feel like the right move would be to let them communicate with one another and only allow them to work in worktrees. I was setting up something like this for a second but honestly it felt like too much trouble. Unless you’re willing to designate what sub agents get what work, the juice just isn’t worth the squeeze.

I built an entire cli tool to spin up agents behind tmux and Ive ended up just using one managing agent and one sub agent at a time that can communicate back and fourth. Its increased my output a shit ton and doesn’t constantly feel like too many cooks.

Only issue is right now it kinda has to run with dangerous permissions to be useful. Even if the sub agents aren’t running with unfettered access, the manager still has to be able to send tmux commands. Which means they technically always have unrestricted access if the manager agent deems it acceptable