HN user

ramraj07

10,746 karma

PhD in biomedical engineering, data scientist day before yesterday, software engineer yesterday, AI engineer + Director today. http://ramrajv.com

If you're emailing about the job post, mention this keyword in it: serenity

Posts19
Comments2,982
View on HN
www.anthropic.com 3mo ago

Scaling Managed Agents: Decoupling the brain from the hands

ramraj07
3pts1
news.ycombinator.com 1y ago

Ask HN: Best tools today to learn programming?

ramraj07
1pts3
www.youtube.com 1y ago

YC Isn't for Indian Startups

ramraj07
2pts0
www.science.org 2y ago

An ALS Drug Fails. Again

ramraj07
2pts0
www.nytimes.com 2y ago

The Comet Strike Theory that just won't die

ramraj07
2pts0
www.youtube.com 3y ago

Why Mondays are the new office fight

ramraj07
1pts0
www.reuters.com 3y ago

SoftBank pushes back after S&P cuts rating deeper into junk

ramraj07
2pts0
ramrajv.com 3y ago

A retrospective summary of the Covid-19 pandemic

ramraj07
20pts36
www.nytimes.com 3y ago

Geoffrey Hinton leaves Google and warns of danger ahead

ramraj07
1008pts1183
www.youtube.com 3y ago

Sabine: I think faster than light travel is possible

ramraj07
4pts0
www.ramrajv.com 3y ago

ChatGPT spitballing fundamental physics theories

ramraj07
73pts67
news.ycombinator.com 3y ago

Ask HN: What Popsci books of today could inspire tomorrows Einstein?

ramraj07
2pts1
www.lisbonne.com 3y ago

JB’s (Jim Barksdale’s) witty homilies

ramraj07
1pts0
www.youtube.com 4y ago

Why don’t we just burn our trash?

ramraj07
2pts0
news.ycombinator.com 6y ago

Ask HN: What is today's equivalent of a bootstrap HTML web app?

ramraj07
2pts2
www.theverge.com 6y ago

A health care algorithm affecting millions is biased against black patients

ramraj07
2pts0
developers.googleblog.com 6y ago

Enabling developers and organizations to use differential privacy

ramraj07
261pts169
www.nature.com 7y ago

How much can forests fight climate change?

ramraj07
107pts60
news.ycombinator.com 7y ago

Ask HN: Best free “blogging” platform that will stay forever

ramraj07
3pts3

I was reading your comment, agreeing with it but still feeling why this is a bad comment. It just occurred to me that an anecdotal statement like this is the antithesis of scientific discourse. We have a paper here, trying to answer a question, and anecdotal testimonials can only harm the discussion by biasing readers without adding anything of value to let anyone objectively conclude anything on the problem.

The most useful discussion would be if we all read the paper and critique its methodology or results.

There was never a time when a book gave the public an overview of the universe. ABHOT was so popular for being a book no one actually read, theres even an index named after Hawking due to it: https://en.wikipedia.org/wiki/Hawking_Index

Did _you_ read that book?

There however definitely was a piece of media that captured public minds and educated them about the cosmos. And that was the show Cosmos. The original of course. Not the NDT drivel.

You may have been lucky or privileged in working in high competency environments where the essence of containerization is truly captured in the dev practices. The vast majority of mediocre eng shops do "dockerize everything" but would still end up with leaks everywhere, artifacts in s3, endpoint dependencies, mounts that depend on the helm chart etc.

IMO containerization as a principle has failed the test of making mediocre teams productive. Such teams cargo cult ape on this term and think because they've done it theyre now webscale.

I personally like to still start with "this code should run anywhere" principle. On python especially with uv now this seems like a safer bet. At the least this forces the engineers to explicitly list out stupid dependencies in the reader.

GLM 5.2 vs. Opus 1 month ago

The important point is that your benchmark is pretty much irrelevant for the actual usage. Thus whatever conclusion you draw is not just irrelevant but misleading.

I regularly hit usage limits on CC but thats when im in the zone, and do 5 things in parallel. Thats like 5 hours a week.

I also hit limits if I do something important, at which point I make it do a loop with significant subagent counts to just review and adjust the code extensively using a bunch of frameworks. Im perfectly happy with the CC limits of a max plan, it is never something that blocks me.and when it runs out im brain fried as well anyway so thats not an issue.

Such an elegant finding. I only wish they did slightly more to validate the result further. Depleting all macrophages is a fairly drastic step. Heck, you dont even know what other tissue this affected. Theres no correlation that only liver macrophages or their iron or neuronal connections were the responsible system for the disruption observed.

The first step I do when I do any meaningful side project is to set up rds with snapshots. So any startup that doesnt do this one basic step already deserves to fail in my opinion.

Then next I've used AI agents like crazy, we even have linked mcp servers that let it query on the dev database. Haven't seen it try deleting everything a single time. I haven't seen any agent try to do anything destructive. Ever. Perhaps its just reflecting an outrageously bad engineer and nothing else.

The comparison is not valid. When writing let's say a novel, you cant just tell some random dude "write chapter 4" - you cant outsource it to a human so it only makes neither can you outsource it to ai.

Software engineering is not that. You absolutely can and often will hand ofoff work to humans. Its not inherently that creative in the actual coding part.

There is no true scientific discussion possible about the nature of consciousness. This is squarely in the realm of philosophy.

I personally think its moot to discuss whether LLMs are conscious. If they are, then we have diluted the definition to something that has no relevance to morality or concepts like life and death. Lets just take them for what they are, if we feel like they deserve to be treated with respect then we should (dont think anyone does yet).

For 1, the general thinking is that companies like these perform the job of abstracting the CLI complexity in their application while the harness presented to the llm can be independently as suave as needed for it.

It assumes the existence of a sandbox that is by definition ephemeral or "cattle-like". Why?

Because the moment you use k8s, you have to assume that, apparently. Or so Im told by all the infrastructure people I speak with. Getting these pods to not disappear just because one process ran out of memory has been an herculean task.

I wish our standard deploy processes produce durable computers that dont break our bank but that hasn't been an easy requirement with simple infra teams.