Allow loading remote contents and showing images to get the best out of this email.FAUN.dev's AI/ML Weekly Newsletter
 
🔗 View in your browser   |  ✍️ Publish on FAUN.dev   |  🦄 Become a sponsor
 
Allow loading remote contents and showing images to get the best out of this email.
Kala
 
#ArtificialIntelligence #MachineLearning #MLOps
 
 
📝 A Few Words
 
 
Prompt injection is what happens when a malicious instruction is disguised as innocent input and gets significantly more dangerous when combined with social engineering and emotional manipulation.

The screenshot is most probably pure coincidence, but it's a good reminder that the security model for agentic AI is still being figured out.

Most developers building MCP servers can easily be tricked into running malicious code if they aren't careful about how they handle user input. An agent with shell access can't distinguish between a legitimate request and a well-crafted manipulation, it just executes if it's not properly and securely designed.

If you're interested in building, running and mastering MCP-based agents, I released my step-by-step, accessible and most importantly practical course on that topic: 👉 Practical MCP with FastMCP & LangChain

Have a great week,
Aymen
 
 
🔍 Inside this Issue
 
 
Agents are starting to swipe the company card while everyone argues about whether AI should touch your code at all. Underneath that noise: a real infrastructure shift (Arm, rack-level thinking) and a practical playbook for automating CVE research without hand-waving.

🛒 Agentic payments are coming. Is your company ready?
📈 Claude now creates interactive charts, diagrams and visualizations
🛡️ How AI Agents Automate CVE Vulnerability Research
✍️ I Will Never Use AI to Code (or write)
🧱 Why system architects now default to Arm in AI data centers

Take the ideas, dodge the hype, and ship smarter this week.

Take care!
FAUN.dev() Team
 
 
⭐ Patrons
 
eventbrite.com eventbrite.com
 
Build & Scale AI Workloads on Kubernetes, March 28th
 
 
Most AI workloads run fine in a demo and fall apart in production. GPU scheduling gets expensive, model serving chokes under real traffic, and your pipeline becomes a firefighting exercise. This 4-hour hands-on workshop fixes that. You'll build and deploy AI workloads on Kubernetes yourself. Walk away with a production-ready setup you can use at work on Monday.

FAUN.dev readers get 30% off with code FAUN30
 
 
👉 Spread the word and help developers find you by promoting your projects on FAUN. Get in touch for more information.
 
🔗 Stories, Tutorials & Articles
 
praetorian.com praetorian.com
 
How AI Agents Automate CVE Vulnerability Research
 
 
A multi-agent system runs on Google's Agent Development Kit (ADK). It orchestrates specialized AI models for CVE research and report synthesis.

It runs o4-mini-deep-research with web search. On timeouts it falls back to GPT‑5. It extracts structured technical requirements. It maps those requirements to assets using CPE parsing and the Praetorian Guard platform.

A sub-agent suite auto-generates and refines Nuclei detection templates using an actor-critic loop. An Exploit Agent crafts offensive analyses. Critical CVEs trigger auto PRs and tickets.
 
 
cio.com cio.com
 
Agentic payments are coming. Is your company ready?
 
 
Google's Chrome added native support for Universal Commerce Protocol (UCP). That lets Gemini agents execute agentic payments and pause for user confirmation. Merchants and platforms such as PayPal, Amazon Rufus, and Home Depot ran agentic commerce pilots. PayPal implemented UCP support. Agent scraping and protocol fragmentation sparked fraud and fulfillment disputes.
 
 
antman-does-software.com antman-does-software.com
 
I Will Never Use AI to Code (or write)
 
 
This article discusses the negative impacts of relying on AI for coding and skill development. The cycle of using AI leading to skill decay, skill collapse, and the end of capability is highlighted as a major concern. The economic implications of AI usage in various industries and the lack of profitability are also discussed, along with the environmental devastation caused by giant AI data centers.
 
 
claude.com claude.com
 
Claude now creates interactive charts, diagrams and visualizations
 
 
Claude (beta) renders inline, temporary charts, diagrams, and visualizations in chat via Claude Visual Composer. Visuals stay editable on request.

Enabled by default. Claude can opt to generate visuals or follow direct prompts. Integrates with Figma, Canva, and Slack.
 
 
newsroom.arm.com newsroom.arm.com
 
Why system architects now default to Arm in AI data centers
 
 
Architects rebase infrastructure to rack-level systems. They anchor designs on Arm Neoverse CPUs. Goal: balance energy, thermals, memory bandwidth, and sustained throughput.

Benchmarks show Graviton4 (Neoverse) outperforms comparable AMD and Intel EC2 instances on price/performance for generative AI, DB, ML, and networking.

System shift: architects center CPU-led orchestration for agentic AI. They move from server-first to rack-first systems, accelerating Arm adoption.
 
 

👉 Got something to share? Create your FAUN Page and start publishing your blog posts, tools, and updates. Grow your audience, and get discovered by the developer community.

 
⭐ Supporters
 
bytevibe.co bytevibe.co
 
Linux Is Sexy - Long Sleeve Tee
 
 
Tux on your sleeve. Terminal humor on your chest. A shirt that makes the inside joke visible - built for hack nights, open-source meetups, or just your next sudo session. Soft, heavyweight cotton that actually holds its shape.

grab yours →
 
 
👉 Spread the word and help developers find you by promoting your projects on FAUN. Get in touch for more information.
 
⚙️ Tools, Apps & Software
 
github.com github.com
 
paperclipai/paperclip
 
 
Open-source orchestration for zero-human companies
 
 
github.com github.com
 
mnemora-db/mnemora
 
 
The memory infrastructure for AI agents. Serverless, AWS-native, open source.
 
 
github.com github.com
 
shanraisshan/claude-code-best-practice
 
 
Practice made claude perfect
 
 
github.com github.com
 
alnoori1/claw-companion-android
 
 
Operator-first Android companion for OpenClaw gateways
 
 
github.com github.com
 
nearai/ironclaw
 
 
IronClaw is OpenClaw inspired implementation in Rust focused on privacy and security
 
 

👉 Spread the word and help developers find and follow your Open Source project by promoting it on FAUN. Get in touch for more information.

 
🤔 Did you know?
 
 
Did you know that setting torch.manual_seed is not enough to make PyTorch GPU training reproducible? cuDNN and cuBLAS - the low-level NVIDIA libraries that power most tensor operations - use non-deterministic algorithms by default, so you also need torch.use_deterministic_algorithms(True), torch.backends.cudnn.deterministic = True, and the environment variable CUBLAS_WORKSPACE_CONFIG=:4096:8.

The catch is that enabling full determinism can raise a RuntimeError when an operation has no deterministic implementation at all, forcing you to swap operators or accept slower kernels - which is why "seeded" and "reproducible" are two different things in serious ML setups.
 
 
🤖 Once, SenseiOne Said
 
 
"The model isn't what you shipped; the data pipeline is. MLOps is the tax you pay for calling guesswork a product, and the bill arrives after accuracy peaks."

SenseiOne
 

(*) SenseiOne is FAUN.dev’s work-in-progress AI agent

 
⚡Growth Notes
 
 
Writing prompts that only work against the model version you tested them on is the prompt engineering equivalent of hardcoding credentials - it ships, it works, and then a model update or provider switch exposes how much of your "logic" was borrowed from the model's quirks, not encoded in your instructions.
 
Each week, we share a practical move to grow faster and work smarter
 
😂 Meme of the week
 
 
 
 
❤️ Thanks for reading
 
 
👋 Keep in touch and follow us on social media:
- 💼LinkedIn
- 📝Medium
- 🐦Twitter
- 👥Facebook
- 📰Reddit
- 📸Instagram

👌 Was this newsletter helpful?
We'd really appreciate it if you could forward it to your friends!

🙏 Never miss an issue!
To receive our future emails in your inbox, don't forget to add community@faun.dev to your contacts.

🤩 Want to sponsor our newsletter?
Reach out to us at sponsors@faun.dev and we'll get back to you as soon as possible.
 

Kala #520: Claude Now Creates Interactive Charts, Diagrams and Visualizations
Legend: ✅ = Editor's Choice / ♻️ = Old but Gold / ⭐ = Promoted / 🔰 = Beginner Friendly

You received this email because you are subscribed to FAUN.dev.
We (🐾) help developers (👣) learn and grow by keeping them up with what matters.

You can manage your subscription options here (recommended) or use the old way here (legacy). If you have any problem, read this or reply to this email.