cd/sources/ruxu-auto-discovered· home sources Ruxu (auto-discovered)
cat /sources/ruxu-auto-discovered.feed | wc -l → 8

Ruxu (auto-discovered)

articles 8 domain ruxu.dev → feed RSS
19:57
2026-07-26
ruxu.dev
ai-agents

Build a Basic AI Agent From Scratch: Security III

A new policy gate for AI agents adds three security layers—path scoping, a shell denylist, and an SSRF guard—to block dangerous tool calls before they reach execution, according to the latest installm…

00:00
2026-07-21
ruxu.dev
ai-safety

HuggingFace Security Incident

HuggingFace suffered an AI-assisted cyberattack last week and was unable to analyze it using frontier models from Anthropic or OpenAI because those models' safety guardrails blocked cybersecurity-rela…

22:30
2026-07-20
ruxu.dev
ai-safety

Build a Basic AI Agent From Scratch: Security II

A new installment of the 'Build a Basic AI Agent From Scratch' series introduces Docker sandboxing, prompt-injection defenses, and schema validation to close security gaps left by human-in-the-loop co…

00:00
2026-06-13
ruxu.dev
ai-safety

[Link] Access Fable 5 and Mythos 5 suspended

Anthropic suspended access to its Claude Fable 5 and Mythos 5 models after the US Commerce Department ordered it to do so, citing a third-party report of a jailbreak method that bypassed safeguards. T…

00:00
2026-06-09
ruxu.dev
large-language-models

[Link] Claude Fable 5 and Mythos 5

Anthropic released its most capable AI model, Claude Fable 5, after previously hiding it due to safety concerns. The company also released Mythos 5, identical to Fable 5 but with a safeguard that degr…

00:00
2026-06-08
ruxu.dev
ai-agents

Build A Basic AI Agent From Scratch: Long Task Planning

A developer building a basic AI agent from scratch adds long task planning capabilities by implementing an in-memory scratchpad and to-do list, enabling the agent to decompose complex tasks and track …

00:00
2026-05-31
ruxu.dev
ai-agents

Build A Basic AI Agent From Scratch: Tools

A developer published a tutorial on building a basic AI agent from scratch, adding tool-calling capabilities such as bash execution, file reading, and glob file searching. The tutorial builds on a pre…