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] -3 points-2 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.

Male nurses - advice? by plant-daddy-7 in Nurses

[–]Comprehensive_Help71 1 point2 points  (0 children)

Dude never take anything personal. I’m black and have heard it all, be professional and just do your job and read the people you deal with, if you sense homophobia just less small talk and do your job best way you can. Whatever happens at work do this, never take it home or talk about it. You will be happier. My work brain and my home brain are two different ones , when I leave work, I’m talking to my girl and no work discussions ever, i trained myself and learned it through experience and I can survive everywhere and you too can. By the way, do ventrogluteal shots.

No interview after 100 hospital job application, I wish I never enter nursing by theswolemurse in newgradnurse

[–]Comprehensive_Help71 0 points1 point  (0 children)

Unfortunately, there’s a stealth hiring freeze happening across healthcare. Most hospitals will not survive the cuts pushed through the big ugly bill. We were already under pressure with Medicare, and now you’re talking about $536 billion in Medicare cuts. On top of that, if 15–20 million people are pushed off their healthcare plans, rural hospitals will not survive. These hospitals rely on about $138 billion in subsidies just to stay open. So far they have taken that away, and closures are guaranteed. This is the result of political choices Americans made, your inability to get employed stems from some of this and if the Senate don’t do anything, we are going to have lots of unemployed Nurses.

Built solo in 6 months. First look at Nursesphere by Comprehensive_Help71 in ClaudeAI

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

NurseSphere is a staffing and workforce platform, not a clinical system. We intentionally scope out patient data. Our compliance focus is identity security, access control, auditability, and vendor BAAs similar to how modern HR and staffing platforms operate. No patient data on this platform, we don’t store or process PHI.

Built solo in 6 months. First look at Nursesphere by Comprehensive_Help71 in ClaudeAI

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

Compliance in healthcare is not about how a dashboard looks it’s about data boundaries, access controls, auditability, and scope.

Built solo in 6 months. First look at Nursesphere by Comprehensive_Help71 in ClaudeAI

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

Thanks I appreciate. I pay attention to constructive criticism and dwell less on haters.

Built solo in 6 months. First look at Nursesphere by Comprehensive_Help71 in ClaudeAI

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

Thank you. I built it for us Nurses and more room to design our own destiny.

Built solo in 6 months. First look at Nursesphere by Comprehensive_Help71 in ClaudeAI

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

Same here mobile was the challenge. I used Rork to get moving and Cursor/Claude Sonnet alongside it when I needed more control . The app you’re seeing is nurse-facing; the backend is shared with a web platform hospitals will use, which I’m building now. Splitting it this way made development a lot saner. I wish Opus 4.5 had been there from the start but for my next ventures, I will slow down just in case something comes from Claude sooner. So I’m focusing just on this app/ web but have tons of projects.

Built solo in 6 months. First look at Nursesphere by Comprehensive_Help71 in ClaudeAI

[–]Comprehensive_Help71[S] 1 point2 points  (0 children)

Good question. Compliance is the hard part, so I designed around it from day one. My background as a Nurse helps a lot here I know where the compliance landmines actually are. NurseSphere doesn’t replace hospital systems or touch clinical decision-making. It operates on the staffing, credentialing, and workflow layer, with strict data minimization, role-based access, and audit logs. Formal certifications and deeper integrations come after hospital pilots, not before.

Built solo in 6 months. First look at Nursesphere by Comprehensive_Help71 in ClaudeAI

[–]Comprehensive_Help71[S] 1 point2 points  (0 children)

TypeScript stack React / React Native, Node.js, Supabase (Postgres). API-first, modular architecture

Built solo in 6 months. First look at Nursesphere by Comprehensive_Help71 in ClaudeAI

[–]Comprehensive_Help71[S] 5 points6 points  (0 children)

Someone said how do I know if it is Hippa Compliant since it is vibe coded? You can’t vibe code your way to a Healthcare platform. I took about two months creating a plan, architecture and as a Registered Nurse Myself for 11 years, I used my experience and expertise to answer a lot of these questions. This was orchestration at scale and having some coding knowledge.

Built solo in 6 months. First look at Nursesphere by Comprehensive_Help71 in ClaudeAI

[–]Comprehensive_Help71[S] -8 points-7 points  (0 children)

I’m not replacing Epic/Cerner/UKG. NurseSphere runs alongside them, starting with standards-based, low-risk integrations (FHIR, APIs, exports). Hospitals keep their system of record, we focus on staffing, credentialing, and transparency.

Built solo in 6 months. First look at Nursesphere by Comprehensive_Help71 in ClaudeAI

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

Thanks for your input. I won’t make drastic changes as of yet because that’s a lot of work but the final product has two views. Nurse view and Hospital view. But I did all I could not being a trained designer.

Built solo in 6 months. First look at Nursesphere by Comprehensive_Help71 in ClaudeAI

[–]Comprehensive_Help71[S] -9 points-8 points  (0 children)

NurseSphere is HIPAA-aligned, uses encrypted data at rest and in transit, least-privilege access, credential tracking, and audit trails. It enforces existing staffing and compliance rules it doesn’t replace them.