<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Llm on Rachid Youven Zeghlache</title><link>https://youvenz.github.io/tags/llm/</link><description>Recent content in Llm on Rachid Youven Zeghlache</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Thu, 05 Mar 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://youvenz.github.io/tags/llm/index.xml" rel="self" type="application/rss+xml"/><item><title>AI SVG Generator: Create Diagrams in Inkscape with LLMs</title><link>https://youvenz.github.io/blog/2026-03-05-ai-svg-generator-create-diagrams-in-inkscape-with-llms/</link><pubDate>Thu, 05 Mar 2026 00:00:00 +0000</pubDate><guid>https://youvenz.github.io/blog/2026-03-05-ai-svg-generator-create-diagrams-in-inkscape-with-llms/</guid><description>&lt;h1 id="generate-svg-diagrams-with-an-llm-directly-inside-inkscape"&gt;Generate SVG Diagrams with an LLM Directly Inside Inkscape&lt;/h1&gt;
&lt;p&gt;You&amp;rsquo;ve spent the last hour manually drawing a neural network architecture in Inkscape—boxes, arrows, labels, grouped elements—only to realize your client wants it restructured. You start over. This is the pain point: &lt;strong&gt;creating complex technical SVGs by hand is repetitive, time-consuming, and fragile to changes.&lt;/strong&gt; What if you could describe the diagram in plain English and have a fully editable SVG appear on your canvas in seconds?&lt;/p&gt;</description></item><item><title>What is RAG? Retrieval Augmented Generation Explained</title><link>https://youvenz.github.io/blog/2026-03-04-what-is-rag-retrieval-augmented-generation-explained/</link><pubDate>Wed, 04 Mar 2026 00:00:00 +0000</pubDate><guid>https://youvenz.github.io/blog/2026-03-04-what-is-rag-retrieval-augmented-generation-explained/</guid><description>&lt;h2 id="rag-explained--how-to-give-your-llm-a-memory-without-retraining"&gt;RAG Explained — How to Give Your LLM a Memory Without Retraining&lt;/h2&gt;
&lt;p&gt;You&amp;rsquo;ve probably noticed that ChatGPT doesn&amp;rsquo;t know about events from last week, or that your company&amp;rsquo;s fine-tuned model can&amp;rsquo;t answer questions about your internal documentation. Most people assume the solution is retraining the model with new data—an expensive, time-consuming process requiring GPU clusters and ML expertise.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;There&amp;rsquo;s a better way.&lt;/strong&gt; LLMs don&amp;rsquo;t actually need to &amp;ldquo;learn&amp;rdquo; new information to use it effectively. They just need access to it at the right moment. That&amp;rsquo;s the insight behind &lt;strong&gt;RAG (Retrieval Augmented Generation)&lt;/strong&gt;, and it&amp;rsquo;s why you&amp;rsquo;re seeing it everywhere from customer support bots to research assistants.&lt;/p&gt;</description></item><item><title>MedFlowAssist</title><link>https://youvenz.github.io/projects/medgemma-workflow/</link><pubDate>Sun, 01 Feb 2026 00:00:00 +0000</pubDate><guid>https://youvenz.github.io/projects/medgemma-workflow/</guid><description>&lt;h2 id="overview"&gt;Overview&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;MedFlowAssist&lt;/strong&gt; is a multi-agent medical assistant that combines the power of &lt;a href="https://deepmind.google/models/medgemma/"&gt;MedGemma&lt;/a&gt;, medical speech recognition (MedASR), and &lt;a href="https://github.com/BerriAI/litellm"&gt;LiteLLM&lt;/a&gt; to deliver clinical-grade AI assistance across a wide range of healthcare workflows.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://github.com/YouvenZ/MedFlowAssit#prerequisites"&gt;&lt;img src="https://img.shields.io/badge/Python-3.11%2B-blue?logo=python&amp;amp;logoColor=white" alt="Python 3.11+"&gt;&lt;/a&gt;
&lt;a href="https://github.com/YouvenZ/MedFlowAssit#quick-start-step-by-step"&gt;&lt;img src="https://img.shields.io/badge/Flask-3.0-lightgrey?logo=flask" alt="Flask"&gt;&lt;/a&gt;
&lt;a href="https://github.com/YouvenZ/MedFlowAssit#license"&gt;&lt;img src="https://img.shields.io/badge/License-Research%20%2F%20Educational-green" alt="License: Research"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h2 id="key-features"&gt;Key Features&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;13 clinical workflows&lt;/strong&gt; covering documentation, triage, diagnosis support, and more&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;12 pre-built scenarios&lt;/strong&gt; ready to deploy out of the box&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Voice dictation&lt;/strong&gt; via MedASR for hands-free clinical note-taking&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Multimodal input&lt;/strong&gt; — image, PDF, and CSV upload supported&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Multi-agent orchestration&lt;/strong&gt; with LangGraph-style task delegation&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="clinical-workflows"&gt;Clinical Workflows&lt;/h2&gt;
&lt;p&gt;The assistant covers end-to-end workflows including:&lt;/p&gt;</description></item><item><title>Agentic AI for Health</title><link>https://youvenz.github.io/research/agentic-ai-for-health/</link><pubDate>Thu, 01 Jan 2026 00:00:00 +0000</pubDate><guid>https://youvenz.github.io/research/agentic-ai-for-health/</guid><description>&lt;h2 id="overview"&gt;Overview&lt;/h2&gt;
&lt;p&gt;Agentic AI refers to systems where a large language model (LLM) acts not just as a question-answering endpoint, but as an autonomous agent — planning, calling tools, retrieving information, and completing multi-step tasks without constant human intervention. In healthcare, this paradigm opens the door to AI systems that can assist clinical workflows, automate research tasks, and synthesise evidence at scale.&lt;/p&gt;
&lt;h2 id="frameworks-i-work-with"&gt;Frameworks I work with&lt;/h2&gt;
&lt;h3 id="langgraph"&gt;LangGraph&lt;/h3&gt;
&lt;p&gt;LangGraph models agent workflows as stateful directed graphs, enabling complex multi-step reasoning chains with loops, conditional branches, and human-in-the-loop checkpoints. This is particularly useful for clinical decision support pipelines that require evidence retrieval → reasoning → recommendation → validation cycles.&lt;/p&gt;</description></item><item><title>SVG Maker — AI SVG Generator for Inkscape</title><link>https://youvenz.github.io/projects/inkscape-svg-maker/</link><pubDate>Thu, 01 Jan 2026 00:00:00 +0000</pubDate><guid>https://youvenz.github.io/projects/inkscape-svg-maker/</guid><description>&lt;h2 id="overview"&gt;Overview&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;SVG Maker&lt;/strong&gt; is an Inkscape extension that lets you describe any diagram, icon, or figure in plain English and have an LLM generate the corresponding SVG code, which is then inserted directly into your Inkscape canvas.&lt;/p&gt;
&lt;h2 id="features"&gt;Features&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Natural language → SVG generation powered by GPT-4, Claude, or any OpenAI-compatible API&lt;/li&gt;
&lt;li&gt;Iterative refinement: describe changes to the selected SVG element to modify it&lt;/li&gt;
&lt;li&gt;Preview before insertion&lt;/li&gt;
&lt;li&gt;Works with any Inkscape 1.x installation&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="installation"&gt;Installation&lt;/h2&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-bash" data-lang="bash"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;git clone https://github.com/YouvenZ/svg_maker_ink
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#75715e"&gt;# Copy to your Inkscape extensions folder&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#75715e"&gt;# Linux: ~/.config/inkscape/extensions/&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#75715e"&gt;# Windows: %APPDATA%\inkscape\extensions\&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h2 id="requirements"&gt;Requirements&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Inkscape 1.x&lt;/li&gt;
&lt;li&gt;Python 3.8+&lt;/li&gt;
&lt;li&gt;OpenAI / Anthropic API key (set in extension preferences)&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>TextGen Ink — AI Text Generator for Inkscape</title><link>https://youvenz.github.io/projects/inkscape-textgen/</link><pubDate>Thu, 01 Jan 2026 00:00:00 +0000</pubDate><guid>https://youvenz.github.io/projects/inkscape-textgen/</guid><description>&lt;h2 id="overview"&gt;Overview&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;TextGen Ink&lt;/strong&gt; is an Inkscape extension that connects any text element on your canvas to a large language model. Select a text frame, choose an operation, and let the LLM generate, rewrite, summarise, or translate your content in-place.&lt;/p&gt;
&lt;h2 id="use-cases"&gt;Use cases&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Caption generation&lt;/strong&gt;: select a figure and generate a descriptive caption&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Label refinement&lt;/strong&gt;: improve the phrasing of axis labels or legend entries&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Abstract writing&lt;/strong&gt;: generate a draft abstract from a set of bullet points&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Translation&lt;/strong&gt;: translate all text elements in a scientific poster to another language&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="supported-operations"&gt;Supported operations&lt;/h2&gt;
&lt;table&gt;
 &lt;thead&gt;
 &lt;tr&gt;
 &lt;th&gt;Mode&lt;/th&gt;
 &lt;th&gt;Description&lt;/th&gt;
 &lt;/tr&gt;
 &lt;/thead&gt;
 &lt;tbody&gt;
 &lt;tr&gt;
 &lt;td&gt;Generate&lt;/td&gt;
 &lt;td&gt;Write new text from a prompt&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;Rewrite&lt;/td&gt;
 &lt;td&gt;Paraphrase or improve selected text&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;Summarise&lt;/td&gt;
 &lt;td&gt;Condense long text to a shorter form&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;Translate&lt;/td&gt;
 &lt;td&gt;Translate to a target language&lt;/td&gt;
 &lt;/tr&gt;
 &lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="installation"&gt;Installation&lt;/h2&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-bash" data-lang="bash"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;git clone https://github.com/YouvenZ/textgen_ink
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;</description></item></channel></rss>