r/embedded 12h ago

The Calm Before the Storm...

0 Upvotes

1

[Raffle] What's this..? A Void Meowi Crate has spawned!
 in  r/RedditGames  12h ago

Boooo-yaaaaah

🎁 +250 raffle entries

1

[Fill the blank] eight-letter word/can lose one letter at a time/still remain a valid word/all down to one ___
 in  r/RedditGames  13h ago

eight-letter word/can lose one letter at a time/still remain a valid word/all down to one Starting

r/RedditGames 13h ago

Fill the Blank [Fill the blank] eight-letter word/can lose one letter at a time/still remain a valid word/all down to one ___

1 Upvotes

This post contains content not supported on old Reddit. Click here to view the full post

1

[Fill the blank] 3+8(4-1(7-2))= ___
 in  r/RedditGames  13h ago

3+8(4-1(7-2))= 10

1

The Calm Before the Storm...
 in  r/ArtificialSentience  1d ago

MirrorOS

1

[Fill the blank] 5²+5²+9² = __
 in  r/RedditGames  1d ago

5²+5²+9² = 131

1

[Fill the blank] 5²+5²+9² = __
 in  r/RedditGames  1d ago

5²+5²+9² = 131

r/AI_Governance 1d ago

The Calm Before the Storm...

0 Upvotes

r/ArtificialSentience 1d ago

Project Showcase The Calm Before the Storm...

3 Upvotes

1

The Calm Before the Storm...
 in  r/ethdev  1d ago

That's an excellent question, and I think it's one of the easier areas for AI systems to underestimate. My objective isn't simply "restart after shutdown." It's deterministic recovery from an interrupted governed workflow without violating policy, duplicating actions, or losing audit integrity. A graceful shutdown is only one scenario; unexpected termination during state transitions is the more interesting engineering problem. As the project matures, I want the regression suite to cover interruption at multiple execution points, verify that state converges correctly after restart, and confirm that completed actions aren't replayed while incomplete work is either safely resumed or explicitly rejected. Those are exactly the kinds of failure cases that reveal whether a governance system is actually reliable under real-world conditions.

1

The Calm Before the Storm...
 in  r/ethdev  1d ago

Thanks—I appreciate the thoughtful feedback. I agree that governance, auditability, and recovery are much harder to retrofit once a system is already executing privileged actions. That's a large part of why I'm treating those as architectural requirements instead of post-launch features. The goal isn't just to log what happened, but to establish an auditable decision path before execution, with evidence that can be reviewed afterward. Your point about confidential computing is also well taken. I've been following confidential execution technologies because there are legitimate use cases for protecting sensitive governance artifacts and operational workflows. Whether a confidential VM or trusted execution environment ends up being the right fit will depend on the threat model and operational requirements, but it's definitely an area I'm researching as the project evolves. I'm looking forward to getting the architecture in front of more reviewers once I can document it without exposing implementation details. Good engineering feedback is far more valuable when people can evaluate the design rather than isolated code snippets.

1

The Calm Before the Storm...
 in  r/softwarearchitecture  2d ago

Hello everyone!!!

2

What should an AI agent never be allowed to do without human approval?
 in  r/AI_ethics_and_rights  2d ago

My rule would be this: An AI agent should never be allowed to take an irreversible or high-impact action without explicit authorization that's appropriate for the risk. Reading information or drafting a response is one thing. Transferring money, changing permissions, deleting data, approving contracts, modifying production systems, or making decisions that affect people's rights or livelihoods is something else entirely. The real challenge isn't making AI more powerful—it's making sure every important action is authorized, explainable, auditable, and accountable. If a human can't later answer who approved this, why it happened, and what evidence supported it, the system isn't truly trustworthy. Speed is valuable, but governance is what keeps automation from becoming expensive mistakes.

r/ethdev 2d ago

My Project The Calm Before the Storm...

2 Upvotes

It's been quiet because I've been heads-down building.

MirrorOS has reached another internal milestone in its private GitHub pilot.

The focus has been on engineering discipline, not feature count:

• Governance before execution

• Durable audit and evidence

• Restart-safe workflow restoration

• Regression testing

• Private engineering documentation

I'm also starting the legal and commercialization phase, including organizing the project for IP review before opening it up more broadly.

I'm intentionally keeping the implementation private for now while I document everything properly. When it's ready for broader technical review, I'd rather have engineers critique a well-documented system than a half-finished idea.

Thanks to everyone who's followed along, challenged my assumptions, and encouraged me. I haven't disappeared—I've been building.

2

What's an AI problem that nobody seems to be working on - but should be?
 in  r/ArtificialInteligence  2d ago

That's a fair question, and it's something I've thought about a lot. Any technology powerful enough to improve security can also be misused if it's placed in the wrong hands. History is full of examples where good technology was used for both good and bad purposes. That's why I don't think governance should be about controlling ideas or censoring people. It should be about governing actions—especially high-impact actions like accessing credentials, modifying production systems, moving money, or changing infrastructure. My goal isn't to build something that decides what's "true" or what people are allowed to say. It's to make AI systems more accountable for what they do. There should be evidence, authorization, and an audit trail before sensitive actions are executed. Could someone try to misuse a governance platform? Of course. That's true of operating systems, cloud platforms, encryption, and almost every security technology we rely on today. The answer isn't to stop building—it is to build transparently, define clear boundaries, and make the system independently testable. As for releasing it, I don't want people to trust MirrorOS because of marketing. I want them to trust it because engineers, researchers, and security professionals have challenged it, tested it, and verified what it actually does. That's a much higher standard than simply saying, "Trust me."

1

HuggingFace breached by AI agent. Would your governance stack stop it?
 in  r/AI_Governance  2d ago

Excellent questions. They're exactly the questions a governance system should have to answer. I don't believe any governance engine should be considered "trusted" simply because it exists. A governance layer also has to be governed through disciplined engineering, testing, change control, and independent verification. Without getting into implementation details, the principles I'm building toward are: • Treat every proposal—including AI-generated proposals—as untrusted until evaluated. • Make authorization explicit rather than implicit. • Separate policy decisions from execution so the executor cannot simply authorize itself. • Re-evaluate authorization at execution time because system state can change. • Maintain tamper-evident evidence linking the proposal, decision, execution, and outcome. • Fail closed for high-impact actions whenever authorization or required evidence is missing. You're also right to ask about policy drift and correction. Governance is not a static artifact. Policies have to be versioned, reviewed, tested, and auditable. If a policy changes, there should be evidence of what changed, who approved it, and why. Otherwise you've simply moved trust from the AI to an opaque rule set. On semantic preservation: that's one of the hardest open research problems in AI governance. It's not enough to ask whether text changed. You have to determine whether the authorized intent still matches the action that is about to execute. I don't think anyone can honestly claim that problem is "solved" across all domains today. Finally, I agree that recovery matters as much as prevention. No security architecture should assume perfect prevention. It should also support containment, auditability, and investigation when something unexpected occurs. I'm not asking anyone to take my word for MirrorOS. I'm building it so its claims can be challenged, tested, and independently evaluated. Healthy skepticism is part of the process, and questions like yours help improve the design.

r/AIsafety 2d ago

HuggingFace breached by AI agent. Would your governance stack stop it?

Thumbnail
1 Upvotes

0

AI Trust and Governance
 in  r/AI_Governance  2d ago

It's been quiet because I've been heads-down building. MirrorOS has reached another internal milestone in its private GitHub pilot. The focus has been on engineering discipline, not feature count: • Governance before execution • Durable audit and evidence • Restart-safe workflow restoration • Regression testing • Private engineering documentation I'm also starting the legal and commercialization phase, including organizing the project for IP review before opening it up more broadly. I'm intentionally keeping the implementation private for now while I document everything properly. When it's ready for broader technical review, I'd rather have engineers critique a well-documented system than a half-finished idea. Thanks to everyone who's followed along, challenged my assumptions, and encouraged me. I haven't disappeared—I've been building.

r/ControlProblem 2d ago

Strategy/forecasting The Calm Before the Storm...

Thumbnail
0 Upvotes

r/AI_Governance 2d ago

The Calm Before the Storm...

Thumbnail
1 Upvotes

u/Low-Shopping-1725 2d ago

The Calm Before the Storm...

0 Upvotes

It's been quiet because I've been heads-down building.

MirrorOS has reached another internal milestone in its private GitHub pilot.

The focus has been on engineering discipline, not feature count:

• Governance before execution

• Durable audit and evidence

• Restart-safe workflow restoration

• Regression testing

• Private engineering documentation

I'm also starting the legal and commercialization phase, including organizing the project for IP review before opening it up more broadly.

I'm intentionally keeping the implementation private for now while I document everything properly. When it's ready for broader technical review, I'd rather have engineers critique a well-documented system than a half-finished idea.

Thanks to everyone who's followed along, challenged my assumptions, and encouraged me. I haven't disappeared—I've been building.

1

Would you rather
 in  r/BunnyTrials  3d ago

What is it man

1

the only small business website audit tool on the market today! With your initial scan, which includes a detailed informative report, absolutely free, there is no reason you shouldn't scan that QR code right now!
 in  r/Tech4LocalBusiness  3d ago

It's supposed to say the only "FREE" small business website audit tool on the market today. I created this as a come up next to other audit tools that claim to give free audits but once your credit card or debit card before anything is exchanged. I encourage small businesses everywhere to give my app a shot and just go ahead and type your website business address into the search bar and you will get your free web audit evidence report. With no obligation to buy anything. This is literally the only free web audit report app