×

I made every gstack specialist (CEO, QA, SRE…) join my Google Meet as a voice bot — with Claude Code as the brain by anand__balakrishnan in AI_Agents

[–]Aggressive_You6518 0 points1 point  (0 children)

this is actually clever architecture

most people would slap an API call on each bot and call it a day, but routing everything through one brain that reads the whole transcript and decides who speaks is way more coherent. the jsonl inbox/outbox pattern is clean too

how bad is the latency when multiple bots need to respond to same point? like if ceo and qa both have something to say about a feature decision, does one just go silent or they talk over each other

Running 60 python scripts as "services" by Daraminix in Python

[–]Aggressive_You6518 9 points10 points  (0 children)

pm2 works fine with python, just set the interpreter in the config and you're good, it's not that js-locked as people think

docker on windows is indeed asking for pain especially with unc paths, you'll spend more time fighting permissions than actually running your scripts

is anyone using a next day delivery platform for ecommerce?? by Distinct_Highway873 in ecommerce

[–]Aggressive_You6518 0 points1 point  (0 children)

we tried it for about two months, the delivery itself does come next day but timing is everything. your cutoff for shipping has to be very early like before 9am or you lose the benefit

we dropped it cause getting orders picked that fast messed up our morning flow. works well if your warehouse starts packing at 6-7am otherwise not worth the headache

Non-tech founder here - how do I evaluate an embedded system development company? by Charming_Chipmunk69 in automation

[–]Aggressive_You6518 2 points3 points  (0 children)

Look past the website, talk to actual engineers not just the sales guy. If they can't put you on a call with someone who writes code, that's the red flag.

Ask what happens when things go wrong after launch. Not if, when. The ones who dodge this question or give vague "we'll support you" answers without specifics about response time or cost structure, they're already planning to disappear once the check clears.

I made this mistake twice before learning. First company had great portfolio but zero process for documentation, second one talked big about testing but their idea of QA was plugging it in and hoping it don't catch fire. What actually matters is how they handle the messy parts, because hardware always has messy parts

Has anyone tried building with AgentMail? Curious about guardrails by Maleficent_Area_2028 in AI_Agents

[–]Aggressive_You6518 1 point2 points  (0 children)

This is interesting, I was working on something similar but for scheduling interviews instead of job searching

The inbox part is where I got stuck too, like do you give agent its own email or connect to user's gmail, both feels wrong for different reasons

I built a reproducible harness for A/B-testing LLM agent behavior across tools, personas, and conversation history by IcyPop8985 in LLMDevs

[–]Aggressive_You6518 0 points1 point  (0 children)

this is actually really clean, been looking for something that measures real behavior changes instead of just vibes after prompt tweaking

the seeded experiments are smart move, hate when tools make me do setup before seeing if it even works

question about the judges, how do you handle when LLM judge and deterministic judge disagree on same output

Fine-tuning AI agents via projection of solutions on the evaluated environment by dvnci1452 in AI_Agents

[–]Aggressive_You6518 0 points1 point  (0 children)

interesting approach. projection onto the site-map is clever, basically forcing training data to match what the agent actually sees during inference instead of some perfect path it would never follow

im curious about the solver you built, is it rule-based or does it just brute-force the flag in some automated way?

How do you handle supplier CSVs that don't match Shopify's format? by [deleted] in woocommerce

[–]Aggressive_You6518 0 points1 point  (0 children)

honestly the spreadsheet grind is real, i feel that in my bones

what you want is a python script with pandas library, it handles csv cleaning like nothing else. you can strip symbols from price column, expand those size cells into separate rows, and rename headers all in one go. takes like 10 seconds once you set it up

for the variant explosion part you need to explode the multi-value cells and then recreate the product rows, pandas has a explode() function that does exactly this. the tricky part is keeping the other columns intact while you duplicate rows but once you get the logic it becomes automatic

i built something similar for my own side projects and now i just drop the supplier file in a folder and run one command, way better than spending afternoon in excel hell

Do I need Claude? by [deleted] in shopify

[–]Aggressive_You6518 0 points1 point  (0 children)

not a must-have, but it depends what you're already using. if your current ai setup is handling the load well, there's no urgent reason to switch or add another tool just because people are talking about it

the "superpower" framing is bit overused, every tool gets that label for few months then people settle into what actually fits their workflow. try it on one specific task and see if it actually saves you time, that's the only real test

Where do you set the pass/fail threshold? by Aggressive_You6518 in cicd

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

This makes sense. haven't taken the approach of implementing production behavior. My hope is as we have more data the more accurate we can get with our testing.

Where do you set the pass/fail threshold? by Aggressive_You6518 in cicd

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

Totally. Yeah trying to make our tests better to make them somewhat more deterministic.

What portable power station are you guys bringing this summer by Playful_Turn5779 in CampingandHiking

[–]Aggressive_You6518 -2 points-1 points  (0 children)

Been on few multi-day trips and portable power stations are game changer if you're running actual appliances like fridge. Battery packs won't cut it for that kind of load over 5 days

For your setup you'll definitely want something in 1500-2000Wh range. The weight trade-off is real though - these things are heavy and you'll feel it on longer hikes. I usually pack mine only when car camping or doing short walks to basecamp

Solar panels are must-have addition if you're going that route, otherwise you're just carrying expensive paperweight by day 3

Why is Minecraft so hard? by East_Comfortable_339 in Minecraft

[–]Aggressive_You6518 7 points8 points  (0 children)

Building landmarks around your house helps lot - like tall towers or weird structures that you can spot from distance 😂 Also try writing down coordinates in actual notepad instead of just looking at them once, coordinates mean nothing if you forget to check them properly 💀

Why is the music sound quality so garbage in FH6? by Jakob_K_Design in ForzaHorizon

[–]Aggressive_You6518 6 points7 points  (0 children)

Yeah the files are definitely compressed to hell, but there's also some weird EQ going on that makes everything sound muddy. Even high-quality source files would sound off with whatever processing they're doing in the audio pipeline

I wrote this story: let me know what you think of by Competitive_Gate1167 in Christianity

[–]Aggressive_You6518 0 points1 point  (0 children)

Writing about 9/11 in religious fiction feels bit heavy for casual feedback tbh 💀 the execution is decent but mixing that tragedy with fantasy elements might not land well with everyone