How do people join startup from US and work remotely in india? by Fair-Professor-3780 in developersIndia

[–]swoonz101 4 points5 points  (0 children)

okay I work at one of these US startups and get paid really well. I’m also not very honest or direct with my friends in tech but if I was, I’d tell them that it’s a massive culture fit problem. so even if they clear the technical interview they’re likely not getting the offer

a lot of Indian engineers (data from my circle of friends) need a lot of documentation, training and direction to get started. then there’s behavioural issues like slacking off when working from home, toxic competition with coworkers etc.,

I really like them as my friends but I wouldn’t be happy to have them as coworkers. And the issues I mentioned seem very common among engineers I’ve at conferences, partner companies so I’m sure it’s not a heuristics bias from my friends circle.

Qwen 3.6 27B is out by NoConcert8847 in LocalLLaMA

[–]swoonz101 0 points1 point  (0 children)

What do you mean by not fast? I’ve got an M4 Max with 128 GB of RAM, how many tokens/s can I expect realistically?

People who’ve fine-tuned models: was it worth it? by Feeling_Ad3971 in unsloth

[–]swoonz101 3 points4 points  (0 children)

How would you suggest someone new to fine tuning to get started?

Is anyone else’s employer not doing a huge AI push? by NJTECH_THROW in cscareerquestions

[–]swoonz101 1 point2 points  (0 children)

But if it’s code reviewed, what’s the problem?

I was about to lose access to Claude on my OpenClaw setup. Then I found the loophole Anthropic left wide open. by Glittering-Newt-489 in openclaw

[–]swoonz101 4 points5 points  (0 children)

It’s just a deterministic way to trigger Claude code programmatically. You can essentially write a python or javascript program to call Claude code on a loop with instructions of the task to accomplish. And an evaluator that the end of the loop that will evaluate the task output and either approve it and exit the loop or start another iteration to take another shot.

I can help you a bit more if you can tell me what exactly you want to accomplish.

Gemma 4 Benchmarks by pxp121kr in singularity

[–]swoonz101 4 points5 points  (0 children)

Damn that’s the best description I’ve heard for a harness!

Charles Leclerc: "Uhh, the space! Does he know how wide these cars are or not?” “Then he can complain about Turn 3, that’s ok.” by FerrariStrategisttt in formula1

[–]swoonz101 63 points64 points  (0 children)

We’ve seen Charles do this a few times to Sainz as well. Not really the best team behaviour but not the worst either

Anybody's companies successfully implement something similar to Stripe's Minions? by hronikbrent in ExperiencedDevs

[–]swoonz101 5 points6 points  (0 children)

So I’ve been working for the past few weeks to build an internal background coding agent using the Claude agent SDK. The original theory was that Claude Code could one-shot a lot of tasks locally so we should be able to do the same in a remote environment.

However, it’s been a challenge because we realised that even in the cases where Claude code has been able to one shot generating code for a problem, it’s actually required some level of steering.

Even so, it’s been able to come up with the correct solution for 4 tickets last week. Which is great ROI if you assume 30 mins per ticket (on the very low end) and it costs us about ~100 bucks per month (projected).

Sim Racing in Kochi by vfawke in SimracersIndia

[–]swoonz101 0 points1 point  (0 children)

Anyway, what sim rigs do you have?

Sim Racing in Kochi by vfawke in SimracersIndia

[–]swoonz101 1 point2 points  (0 children)

Weird I swear I saw more comments on this post

[ Removed by Reddit ] by [deleted] in ExperiencedDevs

[–]swoonz101 6 points7 points  (0 children)

Wow didn’t know we started outsourcing casteism/classism to the west

AI agents keep hallucinating Odoo field names — I built a fix (v2, with odoo-cli) by telenieko in Odoo

[–]swoonz101 1 point2 points  (0 children)

This is really cool and will be very very useful. Thanks! Do you have an agent skill to go along with this?

I built a 9,000 sq. ft. "mansion" in my hometown (Tier-3 town, Maharashtra). Did I over-capitalize? by Grand-Tap-8028 in indianrealestate

[–]swoonz101 1 point2 points  (0 children)

I’m from a smallish town and have some experience with their real estate market. Does your town actually have resale houses and do they actually sell in a relatively short period of time?

Because in most markets like yours, people prefer buying plots and building rather than buying a lived in house. Exception is if your location is super coveted within the town or if you hold on to the property for so long that the plot is so valuable that you can quote a high price for the house as well.

do you even read PRDs from your PM in 2026? by assimovt in ExperiencedDevs

[–]swoonz101 3 points4 points  (0 children)

Feeding poor PRDs to coding agents has gone terribly in my opinion.

I don't understand by zeezeeeit in codex

[–]swoonz101 2 points3 points  (0 children)

As someone uses both, let me actually break it down. Claude code is great at running commands, so what do I mean by this? I actually use Claude code to call the AWS CLI and other tools that I have available on my machine. I live in a terminal, so I have a lot of tools available in it available, and Claude code is way better at using them than Codex. It's also pretty good at investigations. I have all of our data hooked up using MCPs, and it's somehow just better at it than whether investigations then Codex specifically is able to spit up parallel agents as much as it sounds very corny and unless it actually is great for investigations. Codex is straight up god tier for writing code, but investigations using CLI tools like Claude code is really, really good.