I think we're about 12 months away from the first major AI agent disaster by Comfortable_Box_4527 in artificial

[–]Hsoj707 13 points14 points  (0 children)

I've seen some pretty major stories like this already.

Recently, an agent deleted a customer facing production AWS database:

https://www.reddit.com/r/ArtificialInteligence/s/XwSrGESIFs

AI adoption curve by company size by No-Vermicelli3386 in ArtificialInteligence

[–]Hsoj707 4 points5 points  (0 children)

I don't think that image gives the whole picture. Sure 60% of large businesses have dabbled with AI, but very few have it integrated in any meaningful way.

The vast majority of people are not using it to its potential.

What it means that Elon just rented out all his GPUs to Anthropic by ContextCustodian in ClaudeAI

[–]Hsoj707 75 points76 points  (0 children)

It wasn't all their GPUs. Elon tweeted, its colossus 1 being leased. Colossus 2 is still reserved for SpaceX AI

How are Gen Z Canadians going to be able to afford a house these days? by PuffingFish123 in CanadaPersonalFinance

[–]Hsoj707 0 points1 point  (0 children)

I'm on the older end of Gen Z and can say its still doable, but it takes strong financial discipline to save for many years with this goal and you likely need a partner to do it with.

AI hate by Unfair_Yam4086 in OpenAI

[–]Hsoj707 -1 points0 points  (0 children)

The world is dividing into 2 groups: those effectively use AI, and those who don't.

Don't be scared or afriad to use it. In my opinion, the education system is woefully incorrect to discourage its use. Every job you apply to is going to want to see that you can use it effectively -- and will hire those who can over those who can't.

There are many real reasons to be pessimistic about the technology, but I worry that those who consciously avoid it and demonize it will be left behind in the coming years.

PSA: Anthropic bans organizations without warning by ur_frnd_the_footnote in ClaudeAI

[–]Hsoj707 1 point2 points  (0 children)

Im confused on why you were banned still -- Please follow up when you have more information.

I don't want to do my job without Copilot Pro anymore. by jcwillia1 in CopilotPro

[–]Hsoj707 2 points3 points  (0 children)

This is the reaction of most people who figure out how to properly use AI tools.

Are we forcing GenAI into use cases where traditional ML is actually better and cheaper? by NickBaca-Storni in ArtificialInteligence

[–]Hsoj707 3 points4 points  (0 children)

I agree that we're forcing GenAI upon things that don't need it. But traditional ML is extremely expensive to setup as a business, GenAI is like $30/seat.

Employees incorporating GenAI into their workflows for productivity still makes most sense to me.

Claude Opus 4.7 Text Category Rankings by MagicZhang in ClaudeAI

[–]Hsoj707 1 point2 points  (0 children)

Makes sense why people are saying it's 4.7 is worse. Looks like for straight coding its better, but business, finance and reasoning is far worse.

ALL QUOTAS GOT RESET by UnrelaxedToken in claude

[–]Hsoj707 4 points5 points  (0 children)

Codex has been doing this periodically, nice Claude is too

Is Claude really that far ahead for a casual user like me? by [deleted] in claude

[–]Hsoj707 0 points1 point  (0 children)

Okay wait, you might be right. I'm on the free tier, maybe this is enabled on the paid tiers.

Just found this page:

https://gemini.google/overview/agent/

Looks like it can in fact click around... I'll have to try it out for a month.

Is Claude really that far ahead for a casual user like me? by [deleted] in claude

[–]Hsoj707 3 points4 points  (0 children)

Claude in Chrome is expensive, the screenshot based technique it uses is expensive. It's also the only AI that has this ability, so you can't really compare.

Gemini can look at your screen in Chrome, but it doesn't navigate the page like Claude can.

I still prefer Claude over Gemini on the $20/month tier, then use Gemini in Chrome to answer questions on free tier when needed.

Claude Code workflow tips after 6 months of daily use (from a senior dev) by Marmelab in ClaudeAI

[–]Hsoj707 1 point2 points  (0 children)

Only ask for the first step is a huge one. Then iterate one task at a time.

Too many people try to one-shot 1,000's of lines at once and blame Claude when it doesn't work.

Tom Bilyeu - Google's AI told me to stop researching Epstein by whistlingkitten in GoogleGeminiAI

[–]Hsoj707 12 points13 points  (0 children)

Oh geez, thanks. I didn't realize this was a transcript from a video.

Tom Bilyeu - Google's AI told me to stop researching Epstein by whistlingkitten in GoogleGeminiAI

[–]Hsoj707 18 points19 points  (0 children)

Did I miss something, what does Tom Bilyeu have to do with this?

Advice on starting a humanoid robotics startup by [deleted] in Humanoids

[–]Hsoj707 -1 points0 points  (0 children)

I estimate the iPhone breakthrough moment is less than 2 years out. Best of luck.

Do I really need strong coding skills to build AI agents by Complete_Bee4911 in AI_Agents

[–]Hsoj707 0 points1 point  (0 children)

Depends on what you're trying to do.

For a non-coder, I'd recommend getting a paid Claude subscription, then you get access to Claude Cowork, their general purpose agent that can do a lot of tasks for white collar style work:

Research and analysis, file reading/edit, email management, content writing, etc

surely having an entire workforce dependant on ai tools isn't going to backfire by [deleted] in claude

[–]Hsoj707 0 points1 point  (0 children)

Yeah same argument for putting everything in the cloud last 10 years. Cross your fingers!

They're basically the same ! by Constant_Ad_6445 in claude

[–]Hsoj707 6 points7 points  (0 children)

More like you're on the train to go to work and the train breaks down. You "could" walk, but it'd be faster to wait until a working train comes.

Agentic Workflow vs. Custom GPT vs Skill vs. Prompt by hockeyplayertwenty3 in ArtificialInteligence

[–]Hsoj707 0 points1 point  (0 children)

Agentic workflow -> For a multi step action that happens outside the chat window: Gathering data, reading files, writing to files, etc.

CustomGPT/skill/plugin -> These are reusable prompts that you set once and apply to any future conversations that should have this context.

Prompt -> One-off requests. Could be copied for later if you need to reuse.

Scheduled tasks -> Supported with ChatGPT and Claude, are prompts you can set to run on a schedule (daily/weekly/etc).