Posts

Showing posts with the label AI Agents

AI Cologne 09 - The Round-Up - Your dose of AI, ML, and data Content

Image
  💡 RAG gets streamlined, Agents get smarter & AIOps Security gets event more critical! Another week has flown by in the world of AI. This week's round-up focuses on tools and agent architectures that bring AI closer to solving real-world business challenges—from simplifying RAG to tackling cyber threats. Gemini API File Search: A Web Developer Tutorial , Phil Schmid (Google, last accessed 2025-11-09 , https://www.philschmid.de/gemini-file-search-javascript ) Google released Gemini API File Search : an out-of-the-box, citation-supported RAG tool via the Gemini tools API. It handles parsing and chunking for private content grounding, simplifying AI-Architecture. Phil provides us with an introduction on how getting started and using it via JavaScript. Deep Agent - A General Reasoning Agent with Scalable Toolsets , Guru Baran (Cyber Attack News, last accessed 2025-11-09 , https://cybersecuritynews.com/claude-ai-misuse...

AI Safety - Not an Afterthought

Image
If you’re running a Large Language Model (LLM) in production, you know the truth: AI safety is not an optional feature, a nice tool to have, something you can negotiate. Clearly, it's a key design consideration, an architectural layer we must build in from the beginning. Relying solely on the base model's pre-training is naive at best, a strategy for disaster in instances. We need clear, technical, and layered defenses. This article breaks down the inherent risks we must address when designing LLM-centric applications and systems. We provide an illustrative example on how to concretely detect and mitigate a threat using an open model. While we’ll illustrate this using the Gemma 3 family of models, the principles and tooling apply across the board—remember, other powerful open-source guardrail models like Llama Guard and Qwen3Guard exist. Qwen3Guard is a recently published and highly capable model. 1. Understanding the Fundamental LLM Risk Modes LLMs are inherently p...

AI is evolving and we must with it

The field of technology is characterized by ongoing development, and the current advancements in Artificial Intelligence (AI) are bringing about notable changes. For technical professionals, including data scientists, simulation specialists, and software engineers, staying informed about these trends is essential not only for personal and career development, but also to anticipate and creating effective solutions to existing and more importantly novel problems. Recently, I came across a great talk of Bret Taylor co-founder of Sierra (been with key role at Google, CTO of FB), called " How AI is reinventing Software Business Models " - a clear recommendation. In this video Bret talks about Key trends and what this implies for how enterprises engage with customers, the implications for software and the crafts- and salesmen thereof. Below, I will briefly discuss these. Key Developments in the Application of AI The way AI is being integrated into business processes and product of...