THE ML ENGINEER — WEEKLY NEWSLETTER
The MachineLearning EngineerIssue #348
Join 70k+ AI professionals receiving weekly curatedarticles, tutorials and blog posts onproduction machine learning.
Issue #348 🤖 - LeadDev AI Impact Report, MCP Vulnerabilities For Every Dev, Architecting Large Software Sys, Machine Learning Visualised, Best Practice for Agentic Systems + more 🚀
Thank you for being part of over 70,000+ ML professionals and enthusiasts who receive weekly articles & tutorials on Machine Learning & MLOps 🤖 You can join the newsletter for free at https://ethical.institute/mle.html ⭐
If you like the content please support the newsletter by sharing with your friends via ✉️ Email, 🐦 Twitter, 💼 Linkedin and 📕 Facebook!
This week in ML Engineering:
- LeadDev AI Impact Report
- MCP Vulnerabilities For Every Dev
- Architecting Large Software Systems
- Machine Learning Visualised
- Best Practice for Agentic Systems
- Open Source ML Frameworks
- Awesome AI Guidelines to check out this week
- + more 🚀
If you’re looking for an interesting career opportunity, I’m hiring for a few roles including Data Science Manager (Forecasting), as well as Data Scientist (Forecasting) - check them out and please do share with your network!
LeadDev AI Impact Report
LeadDev and DX released a joint AI Impact Report for 2025 with important insights: 66% of orgs have adopted AI tools (lower than expected), with investment on internal engineering (85%) and coding assistants (Cursor (45%), GitHub Copilot (37%), and OpenAI (27%). Most teams perceive productivity gains (59%) with tech debt steady or down - which seems to contradict negative sentiments in recent surveys. Relevant to our recent keynote at the World Developers Congress, there’s still an under-investment on the lower funnel of development, with day-to-day usage of AI skewing to code generation (48%), while testing/QA (7%) and deployment (2%) are under-automated. There are still some risks clearly acknowledged such as security (49%), hallucinations (48%), and ethics/policies gaps (47%).
MCP Vulnerabilities For Every Dev
With the increasing MCP protocol adoption there are a growing number of common security vulnerabilities to look out for - these are some of the key ones for any practitioner: 1) Tool Description Injection is real. 2) The authentication situation is not great. 3) Supply Chain Risk is underestimated. Real-world security failures have already happened: Hundreds of exposed servers on 0.0.0.0 with command-execution flaws, the Supabase MCP Lethal Trifecta Attack, Asana Data leak, mcp-remote Command Injection, Accessing private repositories via GitHub MCP. Security has always been a core pillar of software, and today with th erise of AI hype it is no different.
Architecting Large Software Sys
Large systems stay fast and reliable when you ensure robust design and stable contracts/interfaces: This is an interesting introspectively walkthrough on various hands-on projects sharing lessons on complex software system design. There are some interesting take-aways such as defining stable & versioned APIs/schemas/protocols, wrap external platforms behind adapters, and make each module singly owned and replaceable without breaking callers. There are some lessons that could be argued as (very much) over-engineering as building everything in-house, likely these are for very specialized instead of the generic approach to building everything, however there are still interesting takeaways overall.
Machine Learning Visualised
Machine Learning Visualized is one of the best and most intuitive overviews of ML concepts and foundations out there, especially for visual learners: ML Visualized is an OSS Jupyter Notebook that explains and implements core algorithms from first principles with animated training/convergence visuals. The mini-course covers gradient descent, PCA, k-means, the perceptron, logistic regression, and compact neural nets with backprop, loss-landscape, and weight-space views. Even if you already know these concepts it’s still a nice way to get a refresher, so definitely worth checking out.
Best Practice for Agentic Systems
What are the best practices for designing and building Agentic Systems? Here’s a few: 1) Ship a two-tier design: a single stateful orchestrator that plans and maintains context, and stateless subagents treated as pure, RPC-like functions (e.g. task -> structured JSON result) to enable safe parallelism, deterministic tests, and prompt-hash caching. 2) Decompose work vertically for dependencies and horizontally for scale; in practice most pipelines mix parallel extraction with sequential aggregation. 3) Prefer strict I/O contracts - e.g. clear objective, bounded scope, output schema, timeouts/limits - and keep context isolated by default, with filtered summaries or references only when necessary. 4) Orchestrate primarily with sequential pipelines and map-rreduce; use Consensus voting only for high-risk judgments and avoid deep hierarchies that explode debugging. 5) Engineer failure paths: graceful degradation, targeted retries (prompt rephrase/model swap), exponential backoff, and always return partials with suggested next actions. There’s many more considerations, and this is a great and comprehensive overview of.best practices, however the field is still emerging so it will be interesting to keep an eye to see how it evolves.
Upcoming MLOps Events
The MLOps ecosystem continues to grow at break-neck speeds, making it ever harder for us as practitioners to stay up to date with relevant developments. A fantsatic way to keep on-top of relevant resources is through the great community and events that the MLOps and Production ML ecosystem offers. This is the reason why we have started curating a list of upcoming events in the space, which are outlined below.
Upcoming conferences where we’re speaking:
- WeAreDevelopers 2025 - 9th July @ Berlin
- SRE Con EMEA 2025 - 7th Oct @ Dublin
- World Summit AI Europe - 08 Oct @ Amsterdam
Other upcoming MLOps conferences in 2025:
- ODSC East - May 13 @ Boston
- Data & AI Summit - 9th June @ San Francisco
- AI Summit London - 12th June @ UK
- MLOps World - Oct 8-9 @ Austin
In case you missed our talks:
- The State of AI in 2025 - WeAreDevelopers 2025
- Prod Generative AI in 2024 - KubeCon AI Day 2025
- The State of AI in 2024 - WeAreDevelopers 2024
- Responsible AI Workshop Keynote - NeurIPS 2021
- Practical Guide to ML Explainability - PyCon London
- ML Monitoring: Outliers, Drift, XAI - PyCon Keynote
- Metadata for E2E MLOps - Kubecon NA 2022
- ML Performance Evaluation at Scale - KubeCon Eur 2021
- Industry Strength LLMs - PyData Global 2022
- ML Security Workshop Keynote - NeurIPS 2022
Open Source MLOps Tools
Check out the fast-growing ecosystem of production ML tools & frameworks at the github repository which has reached over 10,000 ⭐ github stars. We are currently looking for more libraries to add - if you know of any that are not listed, please let us know or feel free to add a PR. Four featured libraries in the GPU acceleration space are outlined below.
- Kompute - Blazing fast, lightweight and mobile phone-enabled GPU compute framework optimized for advanced data processing usecases.
- CuPy - An implementation of NumPy-compatible multi-dimensional array on CUDA. CuPy consists of the core multi-dimensional array class, cupy.ndarray, and many functions on it.
- Jax - Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more
- CuDF - Built based on the Apache Arrow columnar memory format, cuDF is a GPU DataFrame library for loading, joining, aggregating, filtering, and otherwise manipulating data.
If you know of any open source and open community events that are not listed do give us a heads up so we can add them!
OSS: Policy & Guidelines
As AI systems become more prevalent in society, we face bigger and tougher societal challenges. We have seen a large number of resources that aim to takle these challenges in the form of AI Guidelines, Principles, Ethics Frameworks, etc, however there are so many resources it is hard to navigate. Because of this we started an Open Source initiative that aims to map the ecosystem to make it simpler to navigate. You can find multiple principles in the repo - some examples include the following:
- MLSecOps Top 10 Vulnerabilities - This is an initiative that aims to further the field of machine learning security by identifying the top 10 most common vulnerabiliites in the machine learning lifecycle as well as best practices.
- AI & Machine Learning 8 principles for Responsible ML - The Institute for Ethical AI & Machine Learning has put together 8 principles for responsible machine learning that are to be adopted by individuals and delivery teams designing, building and operating machine learning systems.
- An Evaluation of Guidelines - The Ethics of Ethics; A research paper that analyses multiple Ethics principles.
- ACM’s Code of Ethics and Professional Conduct - This is the code of ethics that has been put together in 1992 by the Association for Computer Machinery and updated in 2018.
If you know of any guidelines that are not in the “Awesome AI Guidelines” list, please do give us a heads up or feel free to add a pull request!
About us
The Institute for Ethical AI & Machine Learning is a European research centre that carries out world-class research into responsible machine learning.