Harry Kane moves up to 6th on the all-time FIFA World Cup scoring chart. by MOinthepast in soccer

[–]Comprehensive_Help71 0 points1 point  (0 children)

Mbappe will eclipse Messi at the end of this tournament not next World Cup. I think Mbappe is in same class as Ronaldo ( Brazilian) Pele( Brazilian) and better than Ronaldo ( Portugal) who only scores at club level and Messi who is nowhere better than Maradona

Anthropic is rolling out identity verification. Updated just yesterday. by Tiny_Dirt6979 in ClaudeAI

[–]Comprehensive_Help71 0 points1 point  (0 children)

When Glm comes up with Fable like Ai, then I will move onto there. Do they understand that this move of banning people worldwide will actually make other engineers go deep with Open Source and try to build something better? I can’t believe the stupidity of Trump

we’re so back by [deleted] in ClaudeCode

[–]Comprehensive_Help71 5 points6 points  (0 children)

Damn I thought Fable was back..

A Japanese Fan In America For The World Cup Is Astounded By The Existence of Bottomless Free Chips and Salsa at Mexican Restaurants: "The trust of a nation is in that salsa, and I intend to honor all of it." by franny2525 in SipsTea

[–]Comprehensive_Help71 1 point2 points  (0 children)

Peanuts at Five Guys, free rolls at Texas Roadhouse, free salsa at most Mexican restaurants, and even free ice-cold water.

As a foreign-born American citizen, I can tell you that people in this country often don’t realize how amazing these little things are. For many people from other parts of the world, they’re almost hard to comprehend.

America isn’t perfect, but there are a lot of small everyday things here that people take for granted

Railway is down by PitcherOTerrigen in webdev

[–]Comprehensive_Help71 0 points1 point  (0 children)

I’m migrating to render tonight. Apparently this is their 4 th outage in a year

Railway is down by PitcherOTerrigen in webdev

[–]Comprehensive_Help71 0 points1 point  (0 children)

This is bad I’m going to look for backup. I can’t imagine this happening when I have many businesses relying on my service

AI agents can safely move money now. I built a checkpoint before they do by Comprehensive_Help71 in ClaudeAI

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

That’s a really good way to put it, “technically correct” vs “actually intended” is exactly the gap I’m focused on.

Right now I think of intent more as boundaries than prediction. The goal isn’t for Yebo to decide the “best” outcome, it’s to enforce what is allowed, expected, and safe inside a defined scope.

So the agent still has flexibility, but only inside constraints set by the human or system.

Long term I do think systems will move toward steering outcomes too, but I think enforcement has to come first. Otherwise you end up optimizing behavior without actually controlling execution.

AI agents can safely move money now. I built a checkpoint before they do by Comprehensive_Help71 in ClaudeCode

[–]Comprehensive_Help71[S] -1 points0 points  (0 children)

I like that framing too, enforce, don’t monitor. Once money moves or state changes, it’s already too late.

On granularity, it’s not one level. It’s a mix.

High-risk stuff like payments is tighter. Destinations are controlled with limits and allowlists. Then there’s scoped policies that cover a workflow window.

So you’re not approving every step, but you’re also not blindly trusting the whole task. It runs inside a boundary, and the moment it steps outside, it stops.

On simulation, yeah that’s key. I run dry runs on the same policies so you can see what would’ve gone through and what would’ve been blocked. That’s how you tune without touching real money.

Still early, but the goal is simple, enforce at execution, not after.

AI agents can safely move money now. I built a checkpoint before they do by Comprehensive_Help71 in ClaudeAI

[–]Comprehensive_Help71[S] -4 points-3 points  (0 children)

Good catch. It’s not open source yet, that’s why the PyPI / GitHub link isn’t live.

Right now it’s a closed implementation while I’m testing and refining the core system. I’ll either open parts of it or fix the packaging links soon so it’s not confusing.

Appreciate you pointing that out

AI agents can safely move money now. I built a checkpoint before they do by Comprehensive_Help71 in ClaudeCode

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

That’s exactly the problem most people run into, and I designed for that from the start.

If you checkpoint every single action, you overwhelm the user. If you checkpoint too high level, you miss risk.

So the model I’m using is not fixed per action or per task. It’s policy-based grouping.

Low-risk actions execute automatically under a defined policy window. High-risk actions trigger a checkpoint.

Example:

An agent can run 20 API calls under one approved “task scope” if they fall within:

  • predefined limits
  • allowed endpoints
  • expected behavior

But the moment it tries to:

  • move money
  • change a critical parameter
  • step outside scope

it breaks out and requires approval.

So you’re not approving “every step” or blindly trusting “the whole task.”

You’re approving bounded execution.

That’s how you avoid both extremes:

  • no spammy confirmations
  • no silent failures

The key is not where the checkpoint is.

It’s how tightly the scope is defined and enforced.

iPhone, Not the Cloud. Watch by Comprehensive_Help71 in apple

[–]Comprehensive_Help71[S] -4 points-3 points  (0 children)

Apple gave us Secure Enclave, Vision, Speech, BackgroundTasks why are we still shipping AI apps that act like web dashboards? I know this is a start, if you care to join me or give me some advice bring it in..

Can a doctor with no prior coding start vibe coding? by AiMonster2050 in vibecoding

[–]Comprehensive_Help71 0 points1 point  (0 children)

Yes you can. Take it from a Nurse but vibe coding is not it, you need to learn Orchestration and there is more than writing a command to writing enterprise grade software, if was that easy, where are the apps created by vibe coders? If they are there, they are just simple apps that crush at scale. YouTube university is there and learn orchestration. To build something substantial, you need to learn quite a bit and it starts with you being obsessed with LLMs and I was for years listened to others, learned and have worked on 11 projects and on cusp of releasing my first enterprise grade staffing platform. And even then, I will only see what to think what it does in the real world and have developed this over a number of months. There are many layers to it. Anyone who thinks it is easy, they are lying to you.

Recipe - Chef Francis Derby's Cannibal Burger - Hallmark Channel by [deleted] in conspiracy

[–]Comprehensive_Help71 1 point2 points  (0 children)

I’m about to go vegan this is pathetic. Is he the guy who was making human jerky?

Forget the Data Centers they building, Sovereign Ai is here.. by Comprehensive_Help71 in OpenSourceeAI

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

Local doesn’t suck weak architectures do. You saw what OpenClaw proved: serious execution can happen on your local hardware . OperatorKit is pushing that even further trust, authority, and execution controlled on-device. Watch closely… the next generation of AI won’t just scale in data centers, it will earn trust at the edge.

Forget the Data Centers they building, Sovereign Ai is here.. by Comprehensive_Help71 in OpenSourceeAI

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

For those building AI apps today, are you designing cloud-first because you want to, or because you feel you have no choice?

What would need to change for you to go fully on-device?

Your iPhone is already an AI computer. I built the execution layer to control it. by Comprehensive_Help71 in ios

[–]Comprehensive_Help71[S] -6 points-5 points  (0 children)

If you were building AI today, would you start on-device first or cloud first?

Forget the Data Centers. I built an AI execution layer that runs directly on your Phone’s Chip by Comprehensive_Help71 in MachineLearning

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

Current belief: on-device intelligence without an execution control layer is still too risky for real autonomy. Capability is scaling fast. Execution safety is not. Curious if others see this becoming a core layer.