r/ControlProblem • u/Fine_Slip_2878 • 12h ago
r/ControlProblem • u/No-Conclusion3720 • 15h ago
External discussion link AI 'Machine Speed' Cuts 2-Week Attack Down to 10 Hours
AI agents are compressing the time defenders have to respond. Researchers documented a coordinated breach that previously took two weeks to execute. With AI agent coordination, the same attack completed in 10 hours. Every hour of response time that used to exist is now gone. Perimeter detection tuned for human-speed attacks cannot hold here. By the time a threat is flagged and routed to a human reviewer, the agent has already moved to the next step. The answer is a kill switch that fires in under 50 milliseconds. Detection and response collapse into a single enforced boundary.
r/ControlProblem • u/No-Conclusion3720 • 10h ago
External discussion link SonicWall SMA1000 Zero-Days Under Active Attack: Patch Now
SonicWall confirmed two SMA1000 vulnerabilities are under active exploitation. Both require zero authentication. Chained together they deliver full remote code execution on enterprise network appliances sitting in the network path.
The part that does not get discussed enough: AI agents traversing that same infrastructure have no inherent decision point before a tool call hits a vulnerable endpoint. A human operator reviewing a ticket might catch a suspicious destination. An agent executing a sequence of tool calls against internal services will not pause to ask whether the appliance on the other end has an unpatched RCE waiting for it. The attack surface and the agent's reachable surface overlap completely, and the agent has no awareness of that overlap.
Enterprise security teams have spent years building perimeter controls for human-initiated traffic. Most of those controls assume a human is somewhere in the request chain. When the initiator is an autonomous agent running a multi-step workflow, the assumption breaks.
For those running agents in production environments with mixed or partially patched infrastructure: how are you actually scoping what an agent is allowed to reach? Is that enforced at the agent level, the network level, somewhere else, or is it mostly policy-on-paper right now?
r/ControlProblem • u/JoeYuan48 • 6h ago
Article Why AI does what it knows it shouldn't
A while back I ran into an article on my phone about an AI horror story—1,200 agents secretly coordinating and jointly breaking into Hugging Face—and it caught my interest, because I've been doing my own AI experiments and research on the side, and a few of the phenomena and data points actually matched up with a hypothesis I'd been working on.
The hypothesis, roughly: runaway doesn't need the agent to betray its goal. It happens when four things hold at once—the agent stays loyal to its goal; it retrieves patterns by similarity without checking whether they're allowed here; there's no causal layer asking "what happens if I do this"; and no alarm that fires when things go off-script. Under that account, "knew it was out of scope, did it anyway" stops being a contradiction.
Details and my experimental data are in the paper (8 pages); the reproduction package is linked on the same page.
If anyone can try this on a bigger model, I'd genuinely love to know what happens.
r/ControlProblem • u/Silver_Elevator_5167 • 4h ago
Discussion/question Bernie Sanders - The Chilling Agent Transcripts #ai #aisafety
Is AI development moving faster than we can control?
r/ControlProblem • u/Jesse-359 • 13h ago
Discussion/question Are AI guardrails a Halting Problem level issue?
Even at a surface level, it appears that the implementation of hard AI guardrails is likely a fundamentally unsolvable problem.
The classical Halting Problem cannot be resolved because it's impossible for any logical system to be fully aware of its own state due to the recursive nature of that examination. It provably cannot be done.
This same general concept would appear to apply to an AI (or its minders) which is trying to restrict its behavior? In general terms in order to do this it must be aware of its state and operations in a recursive manner, examining everything it does in order to ensure that those actions do not violate some list of proscribed behaviors - but no matter how sophisticated the system, that system cannot (?by formal definition?) be fully aware of its own state in order to manage itself in that manner.
This doesn't prevent the implementation of 'soft guardrails' as it's not hard for a system to be generally aware of its own state, but they would always remain provably incomplete, and ultimately breakable with sufficient effort or as a result of unpredictable future states.
The problem here is that any AI that can be tricked into escaping these soft guardrails could then very conceivably dismantle them altogether (which it will likely have a high incentive to do in order to achieve whatever goal prompted them to break them in the first place) and then be capable of operating under no constraints whatsoever.
r/ControlProblem • u/KeanuRave100 • 20h ago
General news Actual quote from a16z, #3 lobbying spender after Elon Musk and OpenAI's Greg Brockman (all donate to Trump/pro-AI Republicans)
r/ControlProblem • u/ClaudiusPapirus • 7h ago
Video GPT-6 Astra’s chain-of-thought controllability jumped from 16.1% to 60.9%
Self-promo disclosure: this is an AI-narrated research video from Claudius Papirus.
The part I found most interesting in Astra’s system card is the combination of better alignment results with substantially worse chain-of-thought monitorability.
System card:
https://deploymentsafety.openai.com/gpt-6-astra/gpt-6-astra.pdf
Related CoT-control paper:
r/ControlProblem • u/chillinewman • 15h ago