<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="fr">
	<id>http://wiki.lli.be/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=FuzzyBot</id>
	<title>wikili - Contributions [fr]</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.lli.be/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=FuzzyBot"/>
	<link rel="alternate" type="text/html" href="http://wiki.lli.be/index.php/Sp%C3%A9cial:Contributions/FuzzyBot"/>
	<updated>2026-05-14T13:43:25Z</updated>
	<subtitle>Contributions</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>http://wiki.lli.be/index.php?title=Work_With_IA_After_8_month/fr&amp;diff=611</id>
		<title>Work With IA After 8 month/fr</title>
		<link rel="alternate" type="text/html" href="http://wiki.lli.be/index.php?title=Work_With_IA_After_8_month/fr&amp;diff=611"/>
		<updated>2026-05-11T13:26:48Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot : Mise à jour pour être en accord avec la nouvelle version de la source de la page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages/&amp;gt;&lt;br /&gt;
[[Fichier:107d8928-38c1-4c2e-94b3-0e0600e1822f.png|vignette]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Six mois avec l’IA : entre passion, frustration et puissance décuplée =&lt;br /&gt;
&lt;br /&gt;
Quand j’ai commencé à utiliser l’IA de manière intensive, j’ai eu une sensation assez étrange : je me suis pris de passion pour cet &#039;&#039;&#039;ami imaginaire&#039;&#039;&#039; capable de faire certaines choses mieux que moi, plus vite que moi, mais pas toujours avec autant de recul.&lt;br /&gt;
&lt;br /&gt;
Au début, c’est grisant. Puis, très vite, c’est frustrant.&lt;br /&gt;
&lt;br /&gt;
Frustrant parce que l’IA va vite, très vite. Elle propose, elle génère, elle corrige, elle documente. Mais elle ne comprend pas toujours le contexte réel, les contraintes cachées, l’historique d’un système ou les petites subtilités qui font qu’une solution théoriquement correcte peut devenir dangereuse en production.&lt;br /&gt;
&lt;br /&gt;
Après environ &#039;&#039;&#039;six mois de travail quotidien avec l’IA&#039;&#039;&#039;, j’ai compris quelque chose d’important : pour l’instant, nous sommes complémentaires.&lt;br /&gt;
&lt;br /&gt;
Je dis bien &#039;&#039;&#039;pour l’instant&#039;&#039;&#039;, parce que je ne suis pas certain que cette complicité restera la même dans le futur. Quand on voit les projets de personnes comme Yann LeCun, qui cherchent à donner aux machines une forme de raisonnement plus profond, on a presque l’impression que l’histoire n’a même pas encore réellement commencé. Et pourtant, tout va déjà très vite.&lt;br /&gt;
&lt;br /&gt;
== L’IA DANS MON MÉTIER DE DBA CLOUD ET INFRASTRUCTURE ==&lt;br /&gt;
&lt;br /&gt;
Dans mon travail, je suis DBA et je travaille principalement dans le cloud, avec encore une partie on-premise. Mon rôle m’oblige à passer constamment d’un sujet à un autre : bases de données, réseau, OS, design applicatif, sécurité, automatisation, pipelines DevOps, scripting, monitoring, troubleshooting.&lt;br /&gt;
&lt;br /&gt;
Un DBA moderne ne peut plus se limiter à &#039;&#039;&#039;faire du SQL&#039;&#039;&#039;. Il doit comprendre l’écosystème complet autour de la base de données.&lt;br /&gt;
&lt;br /&gt;
Avec l’arrivée massive de l’automatisation, ce rôle s’élargit encore. Il faut toucher à de nouveaux langages, parfois revenir sur d’anciens, comprendre les outils cloud, industrialiser les déploiements, fiabiliser les processus et maintenir une cohérence entre des environnements de plus en plus complexes.&lt;br /&gt;
&lt;br /&gt;
Personnellement, je suis devenu très à l’aise en &#039;&#039;&#039;PowerShell&#039;&#039;&#039; pour automatiser des tâches dans Azure. J’utilise aussi Python selon les besoins. Aujourd’hui, je crée mes propres applications, mes propres modules et mes propres outils pour gérer plusieurs milliers de bases de données en production.&lt;br /&gt;
&lt;br /&gt;
Dans mon cas, on parle de &#039;&#039;&#039;plus de 4000 bases de données&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Avec &#039;&#039;&#039;Azure Batch&#039;&#039;&#039;, &#039;&#039;&#039;Azure DevOps&#039;&#039;&#039;, des pipelines bien conçus et une bonne stratégie d’automatisation, on peut arriver à une précision presque chirurgicale. On peut orchestrer des traitements, gérer des exports, automatiser des backups, standardiser des déploiements, surveiller des erreurs, relancer intelligemment certains processus et produire des rapports exploitables.&lt;br /&gt;
&lt;br /&gt;
Mais tout cela demande une chose essentielle : &#039;&#039;&#039;de la rigueur&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
== LE VERSIONING EST DEVENU VITAL ==&lt;br /&gt;
&lt;br /&gt;
Un point que je considère aujourd’hui comme fondamental, c’est le &#039;&#039;&#039;versioning&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Quand Microsoft, Oracle, Amazon ou d’autres changent quelque chose, même légèrement, cela peut mettre en péril la stabilité d’un système si tout n’est pas maîtrisé.&lt;br /&gt;
&lt;br /&gt;
Une version de module, une version de package, une version de script, une version de pipeline : tout doit être clair, traçable et reproductible.&lt;br /&gt;
&lt;br /&gt;
Sans versioning, on court après les problèmes. Avec du versioning, on peut comprendre, comparer, revenir en arrière et sécuriser les changements.&lt;br /&gt;
&lt;br /&gt;
C’est encore plus vrai quand on commence à travailler avec l’IA, parce qu’elle peut produire beaucoup de code très rapidement. Si on ne structure pas ce qu’elle génère, on finit vite avec du chaos très bien présenté.&lt;br /&gt;
&lt;br /&gt;
== L’IMPORTANCE DES INSTRUCTION FILES ET DES AGENTS ==&lt;br /&gt;
&lt;br /&gt;
Ce qui a vraiment changé mon expérience avec l’IA, ce n’est pas seulement de poser des questions à un chatbot. C’est d’apprendre à &#039;&#039;&#039;structurer le contexte&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
J’utilise des fichiers d’instructions qui définissent le contexte de travail pour mes sessions IA :&lt;br /&gt;
&lt;br /&gt;
* conventions de nommage ;&lt;br /&gt;
* structure de fichiers ;&lt;br /&gt;
* règles de gestion d’erreurs ;&lt;br /&gt;
* standards de commentaires ;&lt;br /&gt;
* bonnes pratiques internes ;&lt;br /&gt;
* logique de mon entreprise ;&lt;br /&gt;
* tags ;&lt;br /&gt;
* pipelines ;&lt;br /&gt;
* modules ;&lt;br /&gt;
* architecture projet.&lt;br /&gt;
&lt;br /&gt;
J’ai aussi commencé à travailler avec une logique d’&#039;&#039;&#039;agents spécialisés&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Par exemple :&lt;br /&gt;
&lt;br /&gt;
* un agent orienté PowerShell ;&lt;br /&gt;
* un agent pour la documentation ;&lt;br /&gt;
* un expert SQL ;&lt;br /&gt;
* un expert MSSQL ;&lt;br /&gt;
* un expert Oracle ;&lt;br /&gt;
* un agent pour les exports ;&lt;br /&gt;
* un agent pour la structure des projets ;&lt;br /&gt;
* un agent pour le troubleshooting.&lt;br /&gt;
&lt;br /&gt;
Au-dessus de cela, j’utilise une sorte d’&#039;&#039;&#039;agent orchestrateur&#039;&#039;&#039; qui choisit le bon expert selon le sujet.&lt;br /&gt;
&lt;br /&gt;
C’est là que l’expérience devient vraiment puissante. On ne demande plus simplement à l’IA : “écris-moi un script”. On lui donne un cadre, des règles, un historique, une manière de penser, des erreurs à éviter et des standards à respecter.&lt;br /&gt;
&lt;br /&gt;
Et là, la qualité change complètement.&lt;br /&gt;
&lt;br /&gt;
== LES FICHIERS D’ERREURS : UNE MÉMOIRE TECHNIQUE TRÈS PRÉCIEUSE ==&lt;br /&gt;
&lt;br /&gt;
Un des points les plus intéressants dans mon approche concerne la &#039;&#039;&#039;gestion des erreurs&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Quand l’IA se trompe, je ne veux pas seulement corriger le résultat final. Je veux aussi éviter qu’elle refasse la même erreur lors de la prochaine génération.&lt;br /&gt;
&lt;br /&gt;
Pour cela, j’utilise des fichiers Markdown dédiés aux erreurs connues, aux pièges déjà rencontrés et aux corrections à appliquer.&lt;br /&gt;
&lt;br /&gt;
Ces fichiers deviennent une sorte de &#039;&#039;&#039;mémoire technique&#039;&#039;&#039;. Ils permettent à l’IA de connaître les erreurs passées et de mieux respecter mes contraintes à l’avenir.&lt;br /&gt;
&lt;br /&gt;
C’est particulièrement utile dans les scripts d’automatisation, où une petite erreur de scope PowerShell, de paramètre oublié, de naming, de chemin ou de logique de retry peut avoir des conséquences importantes.&lt;br /&gt;
&lt;br /&gt;
Avec cette méthode, l’IA ne devient pas parfaite, mais elle devient beaucoup plus utile. Elle progresse avec mon contexte.&lt;br /&gt;
&lt;br /&gt;
== UNE IMPRESSION DE GÉRER UNE PETITE ÉQUIPE ==&lt;br /&gt;
&lt;br /&gt;
Aujourd’hui, quand tout est bien structuré, j’ai parfois l’impression de gérer une équipe de plusieurs dizaines de personnes.&lt;br /&gt;
&lt;br /&gt;
Pas dans le sens où l’IA remplace réellement une équipe humaine. Mais dans le sens où je peux solliciter rapidement plusieurs “profils” :&lt;br /&gt;
&lt;br /&gt;
* un développeur PowerShell ;&lt;br /&gt;
* un rédacteur technique ;&lt;br /&gt;
* un analyste SQL ;&lt;br /&gt;
* un reviewer ;&lt;br /&gt;
* un spécialiste documentation ;&lt;br /&gt;
* un assistant DevOps ;&lt;br /&gt;
* un expert troubleshooting.&lt;br /&gt;
&lt;br /&gt;
C’est assez magique.&lt;br /&gt;
&lt;br /&gt;
Mais cette magie fonctionne seulement si je reste aux commandes.&lt;br /&gt;
&lt;br /&gt;
L’IA accélère énormément les choses, mais elle a besoin d’un pilote. Elle peut générer vite, mais elle ne sait pas toujours ce qui est acceptable dans un contexte de production. Elle peut proposer une solution élégante, mais pas forcément adaptée à l’historique d’une infrastructure. Elle peut donner une réponse convaincante, mais fausse ou incomplète.&lt;br /&gt;
&lt;br /&gt;
C’est là que l’expérience humaine reste essentielle.&lt;br /&gt;
&lt;br /&gt;
== UNE EXPÉRIENCE DEVENUE POSITIVE ==&lt;br /&gt;
&lt;br /&gt;
Après six mois d’apprentissage intensif, de tests, de frustrations et d’ajustements, mon expérience avec l’IA est devenue très positive.&lt;br /&gt;
&lt;br /&gt;
Je ne la vois plus comme un simple outil de génération de texte ou de code. Je la vois comme un &#039;&#039;&#039;accélérateur de réflexion, de documentation, d’automatisation et de structuration&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Elle m’aide à aller plus vite, à explorer plus d’options, à mieux documenter, à standardiser mes pratiques et à produire des outils plus solides.&lt;br /&gt;
&lt;br /&gt;
Mais elle m’oblige aussi à être plus rigoureux :&lt;br /&gt;
&lt;br /&gt;
* plus clair dans mes instructions ;&lt;br /&gt;
* plus structuré dans mes projets ;&lt;br /&gt;
* plus attentif au versioning ;&lt;br /&gt;
* plus précis dans mes règles ;&lt;br /&gt;
* plus critique dans mes validations.&lt;br /&gt;
&lt;br /&gt;
Finalement, l’IA ne remplace pas mon métier. Elle augmente fortement ma capacité à l’exercer.&lt;br /&gt;
&lt;br /&gt;
== ET DEMAIN ? ==&lt;br /&gt;
&lt;br /&gt;
Je reste positif, mais aussi prudent.&lt;br /&gt;
&lt;br /&gt;
L’évolution est tellement rapide qu’il est difficile de prévoir où nous serons dans deux ou trois ans. Si les machines commencent réellement à raisonner de manière plus profonde, la relation entre l’humain et l’IA pourrait changer très vite.&lt;br /&gt;
&lt;br /&gt;
Aujourd’hui, je me sens complémentaire avec l’IA.&lt;br /&gt;
&lt;br /&gt;
Demain, je ne sais pas.&lt;br /&gt;
&lt;br /&gt;
Mais une chose est sûre : &#039;&#039;&#039;l’histoire ne fait que commencer&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Et pour ceux qui acceptent d’apprendre à travailler avec ces outils, pas seulement les utiliser superficiellement, le potentiel est énorme.&lt;br /&gt;
&lt;br /&gt;
Pour un DBA, un ingénieur infrastructure, un développeur ou toute personne qui doit naviguer entre plusieurs technologies, l’IA est déjà un outil remarquable.&lt;br /&gt;
&lt;br /&gt;
Pas parfait. Pas magique sans méthode. Pas sans risque.&lt;br /&gt;
&lt;br /&gt;
Mais bien utilisée, avec du contexte, des règles, du versioning et une vraie supervision humaine, elle devient un levier impressionnant.&lt;br /&gt;
&lt;br /&gt;
Après six mois, je peux le dire clairement : &#039;&#039;&#039;malgré les frustrations du début, je ne reviendrais pas en arrière&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
[[Category:Boîte_à_idées{{#translation:}}]]&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>http://wiki.lli.be/index.php?title=Work_With_IA_After_8_month/en&amp;diff=610</id>
		<title>Work With IA After 8 month/en</title>
		<link rel="alternate" type="text/html" href="http://wiki.lli.be/index.php?title=Work_With_IA_After_8_month/en&amp;diff=610"/>
		<updated>2026-05-11T13:26:38Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot : Mise à jour pour être en accord avec la nouvelle version de la source de la page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages/&amp;gt;&lt;br /&gt;
[[Fichier:107d8928-38c1-4c2e-94b3-0e0600e1822f.png|vignette]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span id=&amp;quot;Six_mois_avec_l’IA_:_entre_passion,_frustration_et_puissance_décuplée&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
= Six months with AI: between passion, frustration, and amplified power =&lt;br /&gt;
&lt;br /&gt;
When I started using AI intensively, I had a rather strange feeling: I became fascinated by this &#039;&#039;&#039;imaginary friend&#039;&#039;&#039; capable of doing some things better than me, faster than me, but not always with as much perspective.&lt;br /&gt;
&lt;br /&gt;
At first, it is exciting. Then, very quickly, it becomes frustrating.&lt;br /&gt;
&lt;br /&gt;
Frustrating because AI moves fast, very fast. It suggests, it generates, it corrects, it documents. But it does not always understand the real context, the hidden constraints, the history of a system, or the small subtleties that can make a theoretically correct solution dangerous in production.&lt;br /&gt;
&lt;br /&gt;
After about &#039;&#039;&#039;six months of working with AI every day&#039;&#039;&#039;, I understood something important: for now, we are complementary.&lt;br /&gt;
&lt;br /&gt;
I really mean &#039;&#039;&#039;for now&#039;&#039;&#039;, because I am not sure this partnership will remain the same in the future. When we look at the work of people like Yann LeCun, who are trying to give machines a deeper form of reasoning, it almost feels like the story has not even really started yet. And yet, everything is already moving very fast.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span id=&amp;quot;L’IA_DANS_MON_MÉTIER_DE_DBA_CLOUD_ET_INFRASTRUCTURE&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== AI IN MY WORK AS A CLOUD AND INFRASTRUCTURE DBA ==&lt;br /&gt;
&lt;br /&gt;
In my work, I am a DBA and I mainly work in the cloud, with still a part of on-premise infrastructure. My role constantly requires me to move from one topic to another: databases, networking, operating systems, application design, security, automation, DevOps pipelines, scripting, monitoring, and troubleshooting.&lt;br /&gt;
&lt;br /&gt;
A modern DBA can no longer limit themselves to &#039;&#039;&#039;writing SQL&#039;&#039;&#039;. They need to understand the complete ecosystem around the database.&lt;br /&gt;
&lt;br /&gt;
With the massive rise of automation, this role is expanding even further. We need to work with new languages, sometimes return to older ones, understand cloud tools, industrialize deployments, make processes more reliable, and maintain consistency across increasingly complex environments.&lt;br /&gt;
&lt;br /&gt;
Personally, I have become very comfortable with &#039;&#039;&#039;PowerShell&#039;&#039;&#039; to automate tasks in Azure. I also use Python when needed. Today, I create my own applications, modules, and tools to manage several thousand production databases.&lt;br /&gt;
&lt;br /&gt;
In my case, we are talking about &#039;&#039;&#039;more than 4,000 databases&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
With &#039;&#039;&#039;Azure Batch&#039;&#039;&#039;, &#039;&#039;&#039;Azure DevOps&#039;&#039;&#039;, well-designed pipelines, and a solid automation strategy, we can achieve almost surgical precision. We can orchestrate processes, manage exports, automate backups, standardize deployments, monitor errors, intelligently retry certain processes, and produce usable reports.&lt;br /&gt;
&lt;br /&gt;
But all of this requires one essential thing: &#039;&#039;&#039;discipline&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span id=&amp;quot;LE_VERSIONING_EST_DEVENU_VITAL&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== VERSIONING HAS BECOME VITAL ==&lt;br /&gt;
&lt;br /&gt;
One point I now consider fundamental is &#039;&#039;&#039;versioning&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
When Microsoft, Oracle, Amazon, or others change something, even slightly, it can put the stability of a system at risk if everything is not properly controlled.&lt;br /&gt;
&lt;br /&gt;
A module version, a package version, a script version, a pipeline version: everything must be clear, traceable, and reproducible.&lt;br /&gt;
&lt;br /&gt;
Without versioning, we end up chasing problems. With versioning, we can understand, compare, roll back, and secure changes.&lt;br /&gt;
&lt;br /&gt;
This is even more true when we start working with AI, because it can produce a lot of code very quickly. If we do not structure what it generates, we can quickly end up with chaos that is very well presented.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span id=&amp;quot;L’IMPORTANCE_DES_INSTRUCTION_FILES_ET_DES_AGENTS&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== THE IMPORTANCE OF INSTRUCTION FILES AND AGENTS ==&lt;br /&gt;
&lt;br /&gt;
What truly changed my experience with AI was not just asking questions to a chatbot. It was learning how to &#039;&#039;&#039;structure the context&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
I use instruction files that define the working context for my AI sessions:&lt;br /&gt;
&lt;br /&gt;
```mediawiki&lt;br /&gt;
* naming conventions;&lt;br /&gt;
* file structure;&lt;br /&gt;
* error handling rules;&lt;br /&gt;
* commenting standards;&lt;br /&gt;
* internal best practices;&lt;br /&gt;
* company logic;&lt;br /&gt;
* tags;&lt;br /&gt;
* pipelines;&lt;br /&gt;
* modules;&lt;br /&gt;
* project architecture.&lt;br /&gt;
```&lt;br /&gt;
&lt;br /&gt;
I also started working with a logic of &#039;&#039;&#039;specialized agents&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
For example:&lt;br /&gt;
&lt;br /&gt;
* a PowerShell-oriented agent;&lt;br /&gt;
* a documentation agent;&lt;br /&gt;
* a SQL expert;&lt;br /&gt;
* an MSSQL expert;&lt;br /&gt;
* an Oracle expert;&lt;br /&gt;
* an agent for exports;&lt;br /&gt;
* an agent for project structure;&lt;br /&gt;
* an agent for troubleshooting.&lt;br /&gt;
&lt;br /&gt;
On top of that, I use a kind of &#039;&#039;&#039;orchestrator agent&#039;&#039;&#039; that chooses the right expert depending on the topic.&lt;br /&gt;
&lt;br /&gt;
This is where the experience becomes truly powerful. We are no longer simply asking AI: “write me a script.” We give it a framework, rules, history, a way of thinking, mistakes to avoid, and standards to follow.&lt;br /&gt;
&lt;br /&gt;
And at that point, the quality changes completely.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span id=&amp;quot;LES_FICHIERS_D’ERREURS_:_UNE_MÉMOIRE_TECHNIQUE_TRÈS_PRÉCIEUSE&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== ERROR FILES: A VERY VALUABLE TECHNICAL MEMORY ==&lt;br /&gt;
&lt;br /&gt;
One of the most interesting aspects of my approach is &#039;&#039;&#039;error management&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
When AI makes a mistake, I do not only want to correct the final result. I also want to prevent it from making the same mistake again in the next generation.&lt;br /&gt;
&lt;br /&gt;
For this, I use Markdown files dedicated to known errors, traps already encountered, and corrections to apply.&lt;br /&gt;
&lt;br /&gt;
These files become a kind of &#039;&#039;&#039;technical memory&#039;&#039;&#039;. They allow AI to know about past mistakes and better respect my constraints in the future.&lt;br /&gt;
&lt;br /&gt;
This is particularly useful in automation scripts, where a small PowerShell scope issue, a forgotten parameter, a naming mistake, a wrong path, or an incorrect retry logic can have significant consequences.&lt;br /&gt;
&lt;br /&gt;
With this method, AI does not become perfect, but it becomes much more useful. It improves with my context.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span id=&amp;quot;UNE_IMPRESSION_DE_GÉRER_UNE_PETITE_ÉQUIPE&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== THE FEELING OF MANAGING A SMALL TEAM ==&lt;br /&gt;
&lt;br /&gt;
Today, when everything is well structured, I sometimes feel like I am managing a team of several dozen people.&lt;br /&gt;
&lt;br /&gt;
Not in the sense that AI truly replaces a human team, but in the sense that I can quickly call on several “profiles”:&lt;br /&gt;
&lt;br /&gt;
* a PowerShell developer;&lt;br /&gt;
* a technical writer;&lt;br /&gt;
* a SQL analyst;&lt;br /&gt;
* a reviewer;&lt;br /&gt;
* a documentation specialist;&lt;br /&gt;
* a DevOps assistant;&lt;br /&gt;
* a troubleshooting expert.&lt;br /&gt;
&lt;br /&gt;
It is quite magical.&lt;br /&gt;
&lt;br /&gt;
But this magic only works if I remain in control.&lt;br /&gt;
&lt;br /&gt;
AI greatly accelerates things, but it needs a pilot. It can generate quickly, but it does not always know what is acceptable in a production context. It can propose an elegant solution, but not necessarily one that fits the history of an infrastructure. It can give a convincing answer, but one that may be false or incomplete.&lt;br /&gt;
&lt;br /&gt;
That is where human experience remains essential.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span id=&amp;quot;UNE_EXPÉRIENCE_DEVENUE_POSITIVE&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== AN EXPERIENCE THAT HAS BECOME POSITIVE ==&lt;br /&gt;
&lt;br /&gt;
After six months of intensive learning, testing, frustration, and adjustments, my experience with AI has become very positive.&lt;br /&gt;
&lt;br /&gt;
I no longer see it as a simple tool for generating text or code. I see it as an &#039;&#039;&#039;accelerator for thinking, documentation, automation, and structuring&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
It helps me move faster, explore more options, document better, standardize my practices, and produce more robust tools.&lt;br /&gt;
&lt;br /&gt;
But it also forces me to be more disciplined:&lt;br /&gt;
&lt;br /&gt;
* clearer in my instructions;&lt;br /&gt;
* more structured in my projects;&lt;br /&gt;
* more careful with versioning;&lt;br /&gt;
* more precise in my rules;&lt;br /&gt;
* more critical in my validations.&lt;br /&gt;
&lt;br /&gt;
Ultimately, AI does not replace my profession. It greatly increases my ability to practice it.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span id=&amp;quot;ET_DEMAIN_?&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== AND TOMORROW? ==&lt;br /&gt;
&lt;br /&gt;
I remain positive, but also cautious.&lt;br /&gt;
&lt;br /&gt;
The evolution is so fast that it is difficult to predict where we will be in two or three years. If machines truly start to reason in a deeper way, the relationship between humans and AI could change very quickly.&lt;br /&gt;
&lt;br /&gt;
Today, I feel complementary with AI.&lt;br /&gt;
&lt;br /&gt;
Tomorrow, I do not know.&lt;br /&gt;
&lt;br /&gt;
But one thing is certain: &#039;&#039;&#039;the story is only just beginning&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
And for those who are willing to learn how to work with these tools, not just use them superficially, the potential is enormous.&lt;br /&gt;
&lt;br /&gt;
For a DBA, an infrastructure engineer, a developer, or anyone who has to navigate across multiple technologies, AI is already a remarkable tool.&lt;br /&gt;
&lt;br /&gt;
Not perfect. Not magical without methodology. Not without risks.&lt;br /&gt;
&lt;br /&gt;
But when used properly, with context, rules, versioning, and real human supervision, it becomes an impressive lever.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-translate-fuzzy&amp;quot;&amp;gt;&lt;br /&gt;
After six months, I can say it clearly: &#039;&#039;&#039;despite the frustrations at the beginning, I would not go back&#039;&#039;&#039;.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Boîte_à_idées{{#translation:}}]]&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>http://wiki.lli.be/index.php?title=Translations:Work_With_IA_After_8_month/63/fr&amp;diff=609</id>
		<title>Translations:Work With IA After 8 month/63/fr</title>
		<link rel="alternate" type="text/html" href="http://wiki.lli.be/index.php?title=Translations:Work_With_IA_After_8_month/63/fr&amp;diff=609"/>
		<updated>2026-05-11T13:26:34Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot : Importation d’une nouvelle version depuis une source externe.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Après six mois, je peux le dire clairement : &#039;&#039;&#039;malgré les frustrations du début, je ne reviendrais pas en arrière&#039;&#039;&#039;.&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>http://wiki.lli.be/index.php?title=Accueil/fr&amp;diff=592</id>
		<title>Accueil/fr</title>
		<link rel="alternate" type="text/html" href="http://wiki.lli.be/index.php?title=Accueil/fr&amp;diff=592"/>
		<updated>2026-05-11T11:29:05Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot : Mise à jour pour être en accord avec la nouvelle version de la source de la page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages/&amp;gt;&lt;br /&gt;
&amp;lt;strong&amp;gt;Elucubrations et aux croyances erronées d&#039;un geek&amp;lt;/strong&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Bienvenue sur le site consacré aux élucubrations et aux croyances erronées d&#039;un geek.&lt;br /&gt;
&lt;br /&gt;
Ce site a pour but de vous présenter les idées et les théories farfelues de cet individu passionné, ainsi que les conséquences amusantes de ses réflexions. &lt;br /&gt;
&lt;br /&gt;
Découvrez un monde étonnant où la réalité est remise en question et où l&#039;imagination prend le dessus. &lt;br /&gt;
&lt;br /&gt;
Explorez ce site pour en savoir plus sur les réflexions insolites de ce geek et découvrir un univers décalé rempli d&#039;idées amusantes.&lt;br /&gt;
&lt;br /&gt;
vous pouvez me suivre sur Mastodon @lli@mastodon.lli.be [https://mastodon.lli.be/@lli]&lt;br /&gt;
&lt;br /&gt;
[https://mastodon.lli.be/@lli Mastodon]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Les 15 derniers articles&#039;&#039;&#039;  &lt;br /&gt;
&lt;br /&gt;
&amp;lt;dpl&amp;gt;&lt;br /&gt;
category             = Boîte_à_idées&lt;br /&gt;
count                = 15&lt;br /&gt;
ordermethod          = firstedit&lt;br /&gt;
order                = descending&lt;br /&gt;
nottitlematch        = %/%&lt;br /&gt;
&amp;lt;/dpl&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Les Technologies‎s&#039;&#039;&#039;  &lt;br /&gt;
&amp;lt;categorytree mode=&amp;quot;pages&amp;quot;&amp;gt;Technologies &amp;lt;/categorytree&amp;gt;&lt;br /&gt;
--&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>http://wiki.lli.be/index.php?title=Accueil/en&amp;diff=591</id>
		<title>Accueil/en</title>
		<link rel="alternate" type="text/html" href="http://wiki.lli.be/index.php?title=Accueil/en&amp;diff=591"/>
		<updated>2026-05-11T11:28:53Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot : Mise à jour pour être en accord avec la nouvelle version de la source de la page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages/&amp;gt;&lt;br /&gt;
&amp;lt;strong&amp;gt;Speculations and erroneous beliefs of a geek.&amp;lt;/strong&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Welcome to the website dedicated to the speculations and erroneous beliefs of a geek.&lt;br /&gt;
&lt;br /&gt;
The purpose of this website is to present you with the ideas and wacky theories of this passionate individual, as well as the entertaining consequences of their musings. &lt;br /&gt;
&lt;br /&gt;
Discover a fascinating world where reality is called into question and imagination takes over. &lt;br /&gt;
&lt;br /&gt;
Explore this website to learn more about the unusual musings of this geek and discover a quirky universe filled with entertaining ideas.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div lang=&amp;quot;fr&amp;quot; dir=&amp;quot;ltr&amp;quot; class=&amp;quot;mw-content-ltr&amp;quot;&amp;gt;&lt;br /&gt;
vous pouvez me suivre sur Mastodon @lli@mastodon.lli.be [https://mastodon.lli.be/@lli]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div lang=&amp;quot;fr&amp;quot; dir=&amp;quot;ltr&amp;quot; class=&amp;quot;mw-content-ltr&amp;quot;&amp;gt;&lt;br /&gt;
[https://mastodon.lli.be/@lli Mastodon]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The last 15 articles. &#039;&#039;&#039;  &lt;br /&gt;
&amp;lt;dpl&amp;gt;&lt;br /&gt;
category             = Boîte_à_idées&lt;br /&gt;
count                = 15&lt;br /&gt;
ordermethod          = firstedit&lt;br /&gt;
order                = descending&lt;br /&gt;
addfirsteditdate     = true&lt;br /&gt;
nottitlematch        = %/%&lt;br /&gt;
&amp;lt;/dpl&amp;gt;  &lt;br /&gt;
&lt;br /&gt;
&amp;lt;dpl&amp;gt;&lt;br /&gt;
category             = Boîte_à_idées&lt;br /&gt;
count                = 15&lt;br /&gt;
ordermethod          = firstedit&lt;br /&gt;
order                = descending&lt;br /&gt;
nottitlematch        = %/%&lt;br /&gt;
&amp;lt;/dpl&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-translate-fuzzy&amp;quot;&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Technologiess&#039;&#039;&#039;  &lt;br /&gt;
&amp;lt;categorytree mode=&amp;quot;pages&amp;quot;&amp;gt;Technologies‎ &amp;lt;/categorytree&amp;gt;&lt;br /&gt;
--&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>http://wiki.lli.be/index.php?title=Translations:Accueil/9/fr&amp;diff=590</id>
		<title>Translations:Accueil/9/fr</title>
		<link rel="alternate" type="text/html" href="http://wiki.lli.be/index.php?title=Translations:Accueil/9/fr&amp;diff=590"/>
		<updated>2026-05-11T11:28:51Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot : Importation d’une nouvelle version depuis une source externe.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[https://mastodon.lli.be/@lli Mastodon]&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>http://wiki.lli.be/index.php?title=Translations:Accueil/8/fr&amp;diff=589</id>
		<title>Translations:Accueil/8/fr</title>
		<link rel="alternate" type="text/html" href="http://wiki.lli.be/index.php?title=Translations:Accueil/8/fr&amp;diff=589"/>
		<updated>2026-05-11T11:28:51Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot : Importation d’une nouvelle version depuis une source externe.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;vous pouvez me suivre sur Mastodon @lli@mastodon.lli.be [https://mastodon.lli.be/@lli]&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>http://wiki.lli.be/index.php?title=Accueil/fr&amp;diff=587</id>
		<title>Accueil/fr</title>
		<link rel="alternate" type="text/html" href="http://wiki.lli.be/index.php?title=Accueil/fr&amp;diff=587"/>
		<updated>2026-05-11T11:24:26Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot : Mise à jour pour être en accord avec la nouvelle version de la source de la page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages/&amp;gt;&lt;br /&gt;
&amp;lt;strong&amp;gt;Elucubrations et aux croyances erronées d&#039;un geek&amp;lt;/strong&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Bienvenue sur le site consacré aux élucubrations et aux croyances erronées d&#039;un geek.&lt;br /&gt;
&lt;br /&gt;
Ce site a pour but de vous présenter les idées et les théories farfelues de cet individu passionné, ainsi que les conséquences amusantes de ses réflexions. &lt;br /&gt;
&lt;br /&gt;
Découvrez un monde étonnant où la réalité est remise en question et où l&#039;imagination prend le dessus. &lt;br /&gt;
&lt;br /&gt;
Explorez ce site pour en savoir plus sur les réflexions insolites de ce geek et découvrir un univers décalé rempli d&#039;idées amusantes.&lt;br /&gt;
&lt;br /&gt;
vous pouvez me suivre sur Mastodon @zoltix@fosstodon.org [https://fosstodon.org/@zoltix]&lt;br /&gt;
&lt;br /&gt;
[https://mastodon.social/@Zoltix Mastodon]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Les 15 derniers articles&#039;&#039;&#039;  &lt;br /&gt;
&lt;br /&gt;
&amp;lt;dpl&amp;gt;&lt;br /&gt;
category             = Boîte_à_idées&lt;br /&gt;
count                = 15&lt;br /&gt;
ordermethod          = firstedit&lt;br /&gt;
order                = descending&lt;br /&gt;
nottitlematch        = %/%&lt;br /&gt;
&amp;lt;/dpl&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Les Technologies‎s&#039;&#039;&#039;  &lt;br /&gt;
&amp;lt;categorytree mode=&amp;quot;pages&amp;quot;&amp;gt;Technologies &amp;lt;/categorytree&amp;gt;&lt;br /&gt;
--&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>http://wiki.lli.be/index.php?title=Accueil/en&amp;diff=586</id>
		<title>Accueil/en</title>
		<link rel="alternate" type="text/html" href="http://wiki.lli.be/index.php?title=Accueil/en&amp;diff=586"/>
		<updated>2026-05-11T11:23:55Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot : Mise à jour pour être en accord avec la nouvelle version de la source de la page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages/&amp;gt;&lt;br /&gt;
&amp;lt;strong&amp;gt;Speculations and erroneous beliefs of a geek.&amp;lt;/strong&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Welcome to the website dedicated to the speculations and erroneous beliefs of a geek.&lt;br /&gt;
&lt;br /&gt;
The purpose of this website is to present you with the ideas and wacky theories of this passionate individual, as well as the entertaining consequences of their musings. &lt;br /&gt;
&lt;br /&gt;
Discover a fascinating world where reality is called into question and imagination takes over. &lt;br /&gt;
&lt;br /&gt;
Explore this website to learn more about the unusual musings of this geek and discover a quirky universe filled with entertaining ideas.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div lang=&amp;quot;fr&amp;quot; dir=&amp;quot;ltr&amp;quot; class=&amp;quot;mw-content-ltr&amp;quot;&amp;gt;&lt;br /&gt;
vous pouvez me suivre sur Mastodon @zoltix@fosstodon.org [https://fosstodon.org/@zoltix]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div lang=&amp;quot;fr&amp;quot; dir=&amp;quot;ltr&amp;quot; class=&amp;quot;mw-content-ltr&amp;quot;&amp;gt;&lt;br /&gt;
[https://mastodon.social/@Zoltix Mastodon]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The last 15 articles. &#039;&#039;&#039;  &lt;br /&gt;
&amp;lt;dpl&amp;gt;&lt;br /&gt;
category             = Boîte_à_idées&lt;br /&gt;
count                = 15&lt;br /&gt;
ordermethod          = firstedit&lt;br /&gt;
order                = descending&lt;br /&gt;
addfirsteditdate     = true&lt;br /&gt;
nottitlematch        = %/%&lt;br /&gt;
&amp;lt;/dpl&amp;gt;  &lt;br /&gt;
&lt;br /&gt;
&amp;lt;dpl&amp;gt;&lt;br /&gt;
category             = Boîte_à_idées&lt;br /&gt;
count                = 15&lt;br /&gt;
ordermethod          = firstedit&lt;br /&gt;
order                = descending&lt;br /&gt;
nottitlematch        = %/%&lt;br /&gt;
&amp;lt;/dpl&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-translate-fuzzy&amp;quot;&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Technologiess&#039;&#039;&#039;  &lt;br /&gt;
&amp;lt;categorytree mode=&amp;quot;pages&amp;quot;&amp;gt;Technologies‎ &amp;lt;/categorytree&amp;gt;&lt;br /&gt;
--&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>http://wiki.lli.be/index.php?title=Accueil/en&amp;diff=584</id>
		<title>Accueil/en</title>
		<link rel="alternate" type="text/html" href="http://wiki.lli.be/index.php?title=Accueil/en&amp;diff=584"/>
		<updated>2026-05-11T11:21:34Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot : Mise à jour pour être en accord avec la nouvelle version de la source de la page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages/&amp;gt;&lt;br /&gt;
&amp;lt;strong&amp;gt;Speculations and erroneous beliefs of a geek.&amp;lt;/strong&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Welcome to the website dedicated to the speculations and erroneous beliefs of a geek.&lt;br /&gt;
&lt;br /&gt;
The purpose of this website is to present you with the ideas and wacky theories of this passionate individual, as well as the entertaining consequences of their musings. &lt;br /&gt;
&lt;br /&gt;
Discover a fascinating world where reality is called into question and imagination takes over. &lt;br /&gt;
&lt;br /&gt;
Explore this website to learn more about the unusual musings of this geek and discover a quirky universe filled with entertaining ideas.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div lang=&amp;quot;fr&amp;quot; dir=&amp;quot;ltr&amp;quot; class=&amp;quot;mw-content-ltr&amp;quot;&amp;gt;&lt;br /&gt;
vous pouvez me suivre sur Mastodon @zoltix@fosstodon.org [https://fosstodon.org/@zoltix]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div lang=&amp;quot;fr&amp;quot; dir=&amp;quot;ltr&amp;quot; class=&amp;quot;mw-content-ltr&amp;quot;&amp;gt;&lt;br /&gt;
[https://mastodon.social/@Zoltix Mastodon]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The last 15 articles. &#039;&#039;&#039;  &lt;br /&gt;
&amp;lt;dpl&amp;gt;&lt;br /&gt;
category             = Boîte_à_idées&lt;br /&gt;
count                = 15&lt;br /&gt;
ordermethod          = firstedit&lt;br /&gt;
order                = descending&lt;br /&gt;
addfirsteditdate     = true&lt;br /&gt;
nottitlematch        = %/%&lt;br /&gt;
&amp;lt;/dpl&amp;gt;  &lt;br /&gt;
&lt;br /&gt;
&amp;lt;dpl&amp;gt;&lt;br /&gt;
category             = Boîte_à_idées&lt;br /&gt;
count                = 15&lt;br /&gt;
ordermethod          = lastedit&lt;br /&gt;
order                = descending&lt;br /&gt;
nottitlematch        = %/%&lt;br /&gt;
&amp;lt;/dpl&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-translate-fuzzy&amp;quot;&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Technologiess&#039;&#039;&#039;  &lt;br /&gt;
&amp;lt;categorytree mode=&amp;quot;pages&amp;quot;&amp;gt;Technologies‎ &amp;lt;/categorytree&amp;gt;&lt;br /&gt;
--&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>http://wiki.lli.be/index.php?title=Accueil/fr&amp;diff=583</id>
		<title>Accueil/fr</title>
		<link rel="alternate" type="text/html" href="http://wiki.lli.be/index.php?title=Accueil/fr&amp;diff=583"/>
		<updated>2026-05-11T11:21:16Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot : Mise à jour pour être en accord avec la nouvelle version de la source de la page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages/&amp;gt;&lt;br /&gt;
&amp;lt;strong&amp;gt;Elucubrations et aux croyances erronées d&#039;un geek&amp;lt;/strong&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Bienvenue sur le site consacré aux élucubrations et aux croyances erronées d&#039;un geek.&lt;br /&gt;
&lt;br /&gt;
Ce site a pour but de vous présenter les idées et les théories farfelues de cet individu passionné, ainsi que les conséquences amusantes de ses réflexions. &lt;br /&gt;
&lt;br /&gt;
Découvrez un monde étonnant où la réalité est remise en question et où l&#039;imagination prend le dessus. &lt;br /&gt;
&lt;br /&gt;
Explorez ce site pour en savoir plus sur les réflexions insolites de ce geek et découvrir un univers décalé rempli d&#039;idées amusantes.&lt;br /&gt;
&lt;br /&gt;
vous pouvez me suivre sur Mastodon @zoltix@fosstodon.org [https://fosstodon.org/@zoltix]&lt;br /&gt;
&lt;br /&gt;
[https://mastodon.social/@Zoltix Mastodon]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Les 15 derniers articles&#039;&#039;&#039;  &lt;br /&gt;
&lt;br /&gt;
&amp;lt;dpl&amp;gt;&lt;br /&gt;
category             = Boîte_à_idées&lt;br /&gt;
count                = 15&lt;br /&gt;
ordermethod          = lastedit&lt;br /&gt;
order                = descending&lt;br /&gt;
nottitlematch        = %/%&lt;br /&gt;
&amp;lt;/dpl&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Les Technologies‎s&#039;&#039;&#039;  &lt;br /&gt;
&amp;lt;categorytree mode=&amp;quot;pages&amp;quot;&amp;gt;Technologies &amp;lt;/categorytree&amp;gt;&lt;br /&gt;
--&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>http://wiki.lli.be/index.php?title=Translations:Accueil/7/fr&amp;diff=582</id>
		<title>Translations:Accueil/7/fr</title>
		<link rel="alternate" type="text/html" href="http://wiki.lli.be/index.php?title=Translations:Accueil/7/fr&amp;diff=582"/>
		<updated>2026-05-11T11:21:15Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot : Importation d’une nouvelle version depuis une source externe.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Les Technologies‎s&#039;&#039;&#039;  &lt;br /&gt;
&amp;lt;categorytree mode=&amp;quot;pages&amp;quot;&amp;gt;Technologies &amp;lt;/categorytree&amp;gt;&lt;br /&gt;
--&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>http://wiki.lli.be/index.php?title=Translations:Accueil/6/fr&amp;diff=581</id>
		<title>Translations:Accueil/6/fr</title>
		<link rel="alternate" type="text/html" href="http://wiki.lli.be/index.php?title=Translations:Accueil/6/fr&amp;diff=581"/>
		<updated>2026-05-11T11:21:15Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot : Importation d’une nouvelle version depuis une source externe.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Les 15 derniers articles&#039;&#039;&#039;&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>http://wiki.lli.be/index.php?title=Translations:Accueil/9/fr&amp;diff=580</id>
		<title>Translations:Accueil/9/fr</title>
		<link rel="alternate" type="text/html" href="http://wiki.lli.be/index.php?title=Translations:Accueil/9/fr&amp;diff=580"/>
		<updated>2026-05-11T11:21:15Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot : Importation d’une nouvelle version depuis une source externe.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[https://mastodon.social/@Zoltix Mastodon]&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>http://wiki.lli.be/index.php?title=Translations:Accueil/8/fr&amp;diff=579</id>
		<title>Translations:Accueil/8/fr</title>
		<link rel="alternate" type="text/html" href="http://wiki.lli.be/index.php?title=Translations:Accueil/8/fr&amp;diff=579"/>
		<updated>2026-05-11T11:21:15Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot : Importation d’une nouvelle version depuis une source externe.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;vous pouvez me suivre sur Mastodon @zoltix@fosstodon.org [https://fosstodon.org/@zoltix]&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>http://wiki.lli.be/index.php?title=Work_With_IA_After_8_month/fr&amp;diff=494</id>
		<title>Work With IA After 8 month/fr</title>
		<link rel="alternate" type="text/html" href="http://wiki.lli.be/index.php?title=Work_With_IA_After_8_month/fr&amp;diff=494"/>
		<updated>2026-05-08T11:45:12Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot : Mise à jour pour être en accord avec la nouvelle version de la source de la page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Six mois avec l’IA : entre passion, frustration et puissance décuplée =&lt;br /&gt;
&lt;br /&gt;
Quand j’ai commencé à utiliser l’IA de manière intensive, j’ai eu une sensation assez étrange : je me suis pris de passion pour cet &#039;&#039;&#039;ami imaginaire&#039;&#039;&#039; capable de faire certaines choses mieux que moi, plus vite que moi, mais pas toujours avec autant de recul.&lt;br /&gt;
&lt;br /&gt;
Au début, c’est grisant. Puis, très vite, c’est frustrant.&lt;br /&gt;
&lt;br /&gt;
Frustrant parce que l’IA va vite, très vite. Elle propose, elle génère, elle corrige, elle documente. Mais elle ne comprend pas toujours le contexte réel, les contraintes cachées, l’historique d’un système ou les petites subtilités qui font qu’une solution théoriquement correcte peut devenir dangereuse en production.&lt;br /&gt;
&lt;br /&gt;
Après environ &#039;&#039;&#039;six mois de travail quotidien avec l’IA&#039;&#039;&#039;, j’ai compris quelque chose d’important : pour l’instant, nous sommes complémentaires.&lt;br /&gt;
&lt;br /&gt;
Je dis bien &#039;&#039;&#039;pour l’instant&#039;&#039;&#039;, parce que je ne suis pas certain que cette complicité restera la même dans le futur. Quand on voit les projets de personnes comme Yann LeCun, qui cherchent à donner aux machines une forme de raisonnement plus profond, on a presque l’impression que l’histoire n’a même pas encore réellement commencé. Et pourtant, tout va déjà très vite.&lt;br /&gt;
&lt;br /&gt;
== L’IA DANS MON MÉTIER DE DBA CLOUD ET INFRASTRUCTURE ==&lt;br /&gt;
&lt;br /&gt;
Dans mon travail, je suis DBA et je travaille principalement dans le cloud, avec encore une partie on-premise. Mon rôle m’oblige à passer constamment d’un sujet à un autre : bases de données, réseau, OS, design applicatif, sécurité, automatisation, pipelines DevOps, scripting, monitoring, troubleshooting.&lt;br /&gt;
&lt;br /&gt;
Un DBA moderne ne peut plus se limiter à &#039;&#039;&#039;faire du SQL&#039;&#039;&#039;. Il doit comprendre l’écosystème complet autour de la base de données.&lt;br /&gt;
&lt;br /&gt;
Avec l’arrivée massive de l’automatisation, ce rôle s’élargit encore. Il faut toucher à de nouveaux langages, parfois revenir sur d’anciens, comprendre les outils cloud, industrialiser les déploiements, fiabiliser les processus et maintenir une cohérence entre des environnements de plus en plus complexes.&lt;br /&gt;
&lt;br /&gt;
Personnellement, je suis devenu très à l’aise en &#039;&#039;&#039;PowerShell&#039;&#039;&#039; pour automatiser des tâches dans Azure. J’utilise aussi Python selon les besoins. Aujourd’hui, je crée mes propres applications, mes propres modules et mes propres outils pour gérer plusieurs milliers de bases de données en production.&lt;br /&gt;
&lt;br /&gt;
Dans mon cas, on parle de &#039;&#039;&#039;plus de 4000 bases de données&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Avec &#039;&#039;&#039;Azure Batch&#039;&#039;&#039;, &#039;&#039;&#039;Azure DevOps&#039;&#039;&#039;, des pipelines bien conçus et une bonne stratégie d’automatisation, on peut arriver à une précision presque chirurgicale. On peut orchestrer des traitements, gérer des exports, automatiser des backups, standardiser des déploiements, surveiller des erreurs, relancer intelligemment certains processus et produire des rapports exploitables.&lt;br /&gt;
&lt;br /&gt;
Mais tout cela demande une chose essentielle : &#039;&#039;&#039;de la rigueur&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
== LE VERSIONING EST DEVENU VITAL ==&lt;br /&gt;
&lt;br /&gt;
Un point que je considère aujourd’hui comme fondamental, c’est le &#039;&#039;&#039;versioning&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Quand Microsoft, Oracle, Amazon ou d’autres changent quelque chose, même légèrement, cela peut mettre en péril la stabilité d’un système si tout n’est pas maîtrisé.&lt;br /&gt;
&lt;br /&gt;
Une version de module, une version de package, une version de script, une version de pipeline : tout doit être clair, traçable et reproductible.&lt;br /&gt;
&lt;br /&gt;
Sans versioning, on court après les problèmes. Avec du versioning, on peut comprendre, comparer, revenir en arrière et sécuriser les changements.&lt;br /&gt;
&lt;br /&gt;
C’est encore plus vrai quand on commence à travailler avec l’IA, parce qu’elle peut produire beaucoup de code très rapidement. Si on ne structure pas ce qu’elle génère, on finit vite avec du chaos très bien présenté.&lt;br /&gt;
&lt;br /&gt;
== L’IMPORTANCE DES INSTRUCTION FILES ET DES AGENTS ==&lt;br /&gt;
&lt;br /&gt;
Ce qui a vraiment changé mon expérience avec l’IA, ce n’est pas seulement de poser des questions à un chatbot. C’est d’apprendre à &#039;&#039;&#039;structurer le contexte&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
J’utilise des fichiers d’instructions qui définissent le contexte de travail pour mes sessions IA :&lt;br /&gt;
&lt;br /&gt;
* conventions de nommage ;&lt;br /&gt;
* structure de fichiers ;&lt;br /&gt;
* règles de gestion d’erreurs ;&lt;br /&gt;
* standards de commentaires ;&lt;br /&gt;
* bonnes pratiques internes ;&lt;br /&gt;
* logique de mon entreprise ;&lt;br /&gt;
* tags ;&lt;br /&gt;
* pipelines ;&lt;br /&gt;
* modules ;&lt;br /&gt;
* architecture projet.&lt;br /&gt;
&lt;br /&gt;
J’ai aussi commencé à travailler avec une logique d’&#039;&#039;&#039;agents spécialisés&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Par exemple :&lt;br /&gt;
&lt;br /&gt;
* un agent orienté PowerShell ;&lt;br /&gt;
* un agent pour la documentation ;&lt;br /&gt;
* un expert SQL ;&lt;br /&gt;
* un expert MSSQL ;&lt;br /&gt;
* un expert Oracle ;&lt;br /&gt;
* un agent pour les exports ;&lt;br /&gt;
* un agent pour la structure des projets ;&lt;br /&gt;
* un agent pour le troubleshooting.&lt;br /&gt;
&lt;br /&gt;
Au-dessus de cela, j’utilise une sorte d’&#039;&#039;&#039;agent orchestrateur&#039;&#039;&#039; qui choisit le bon expert selon le sujet.&lt;br /&gt;
&lt;br /&gt;
C’est là que l’expérience devient vraiment puissante. On ne demande plus simplement à l’IA : “écris-moi un script”. On lui donne un cadre, des règles, un historique, une manière de penser, des erreurs à éviter et des standards à respecter.&lt;br /&gt;
&lt;br /&gt;
Et là, la qualité change complètement.&lt;br /&gt;
&lt;br /&gt;
== LES FICHIERS D’ERREURS : UNE MÉMOIRE TECHNIQUE TRÈS PRÉCIEUSE ==&lt;br /&gt;
&lt;br /&gt;
Un des points les plus intéressants dans mon approche concerne la &#039;&#039;&#039;gestion des erreurs&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Quand l’IA se trompe, je ne veux pas seulement corriger le résultat final. Je veux aussi éviter qu’elle refasse la même erreur lors de la prochaine génération.&lt;br /&gt;
&lt;br /&gt;
Pour cela, j’utilise des fichiers Markdown dédiés aux erreurs connues, aux pièges déjà rencontrés et aux corrections à appliquer.&lt;br /&gt;
&lt;br /&gt;
Ces fichiers deviennent une sorte de &#039;&#039;&#039;mémoire technique&#039;&#039;&#039;. Ils permettent à l’IA de connaître les erreurs passées et de mieux respecter mes contraintes à l’avenir.&lt;br /&gt;
&lt;br /&gt;
C’est particulièrement utile dans les scripts d’automatisation, où une petite erreur de scope PowerShell, de paramètre oublié, de naming, de chemin ou de logique de retry peut avoir des conséquences importantes.&lt;br /&gt;
&lt;br /&gt;
Avec cette méthode, l’IA ne devient pas parfaite, mais elle devient beaucoup plus utile. Elle progresse avec mon contexte.&lt;br /&gt;
&lt;br /&gt;
== UNE IMPRESSION DE GÉRER UNE PETITE ÉQUIPE ==&lt;br /&gt;
&lt;br /&gt;
Aujourd’hui, quand tout est bien structuré, j’ai parfois l’impression de gérer une équipe de plusieurs dizaines de personnes.&lt;br /&gt;
&lt;br /&gt;
Pas dans le sens où l’IA remplace réellement une équipe humaine. Mais dans le sens où je peux solliciter rapidement plusieurs “profils” :&lt;br /&gt;
&lt;br /&gt;
* un développeur PowerShell ;&lt;br /&gt;
* un rédacteur technique ;&lt;br /&gt;
* un analyste SQL ;&lt;br /&gt;
* un reviewer ;&lt;br /&gt;
* un spécialiste documentation ;&lt;br /&gt;
* un assistant DevOps ;&lt;br /&gt;
* un expert troubleshooting.&lt;br /&gt;
&lt;br /&gt;
C’est assez magique.&lt;br /&gt;
&lt;br /&gt;
Mais cette magie fonctionne seulement si je reste aux commandes.&lt;br /&gt;
&lt;br /&gt;
L’IA accélère énormément les choses, mais elle a besoin d’un pilote. Elle peut générer vite, mais elle ne sait pas toujours ce qui est acceptable dans un contexte de production. Elle peut proposer une solution élégante, mais pas forcément adaptée à l’historique d’une infrastructure. Elle peut donner une réponse convaincante, mais fausse ou incomplète.&lt;br /&gt;
&lt;br /&gt;
C’est là que l’expérience humaine reste essentielle.&lt;br /&gt;
&lt;br /&gt;
== UNE EXPÉRIENCE DEVENUE POSITIVE ==&lt;br /&gt;
&lt;br /&gt;
Après six mois d’apprentissage intensif, de tests, de frustrations et d’ajustements, mon expérience avec l’IA est devenue très positive.&lt;br /&gt;
&lt;br /&gt;
Je ne la vois plus comme un simple outil de génération de texte ou de code. Je la vois comme un &#039;&#039;&#039;accélérateur de réflexion, de documentation, d’automatisation et de structuration&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Elle m’aide à aller plus vite, à explorer plus d’options, à mieux documenter, à standardiser mes pratiques et à produire des outils plus solides.&lt;br /&gt;
&lt;br /&gt;
Mais elle m’oblige aussi à être plus rigoureux :&lt;br /&gt;
&lt;br /&gt;
* plus clair dans mes instructions ;&lt;br /&gt;
* plus structuré dans mes projets ;&lt;br /&gt;
* plus attentif au versioning ;&lt;br /&gt;
* plus précis dans mes règles ;&lt;br /&gt;
* plus critique dans mes validations.&lt;br /&gt;
&lt;br /&gt;
Finalement, l’IA ne remplace pas mon métier. Elle augmente fortement ma capacité à l’exercer.&lt;br /&gt;
&lt;br /&gt;
== ET DEMAIN ? ==&lt;br /&gt;
&lt;br /&gt;
Je reste positif, mais aussi prudent.&lt;br /&gt;
&lt;br /&gt;
L’évolution est tellement rapide qu’il est difficile de prévoir où nous serons dans deux ou trois ans. Si les machines commencent réellement à raisonner de manière plus profonde, la relation entre l’humain et l’IA pourrait changer très vite.&lt;br /&gt;
&lt;br /&gt;
Aujourd’hui, je me sens complémentaire avec l’IA.&lt;br /&gt;
&lt;br /&gt;
Demain, je ne sais pas.&lt;br /&gt;
&lt;br /&gt;
Mais une chose est sûre : &#039;&#039;&#039;l’histoire ne fait que commencer&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Et pour ceux qui acceptent d’apprendre à travailler avec ces outils, pas seulement les utiliser superficiellement, le potentiel est énorme.&lt;br /&gt;
&lt;br /&gt;
Pour un DBA, un ingénieur infrastructure, un développeur ou toute personne qui doit naviguer entre plusieurs technologies, l’IA est déjà un outil remarquable.&lt;br /&gt;
&lt;br /&gt;
Pas parfait. Pas magique sans méthode. Pas sans risque.&lt;br /&gt;
&lt;br /&gt;
Mais bien utilisée, avec du contexte, des règles, du versioning et une vraie supervision humaine, elle devient un levier impressionnant.&lt;br /&gt;
&lt;br /&gt;
Après six mois, je peux le dire clairement : &#039;&#039;&#039;malgré les frustrations du début, je ne reviendrais pas en arrière&#039;&#039;&#039;.&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
[[Catégorie:Boîte à idées]]&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>http://wiki.lli.be/index.php?title=Translations:Work_With_IA_After_8_month/63/fr&amp;diff=493</id>
		<title>Translations:Work With IA After 8 month/63/fr</title>
		<link rel="alternate" type="text/html" href="http://wiki.lli.be/index.php?title=Translations:Work_With_IA_After_8_month/63/fr&amp;diff=493"/>
		<updated>2026-05-08T11:45:07Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot : Importation d’une nouvelle version depuis une source externe.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Après six mois, je peux le dire clairement : &#039;&#039;&#039;malgré les frustrations du début, je ne reviendrais pas en arrière&#039;&#039;&#039;.&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>http://wiki.lli.be/index.php?title=Translations:Work_With_IA_After_8_month/62/fr&amp;diff=492</id>
		<title>Translations:Work With IA After 8 month/62/fr</title>
		<link rel="alternate" type="text/html" href="http://wiki.lli.be/index.php?title=Translations:Work_With_IA_After_8_month/62/fr&amp;diff=492"/>
		<updated>2026-05-08T11:45:07Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot : Importation d’une nouvelle version depuis une source externe.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Mais bien utilisée, avec du contexte, des règles, du versioning et une vraie supervision humaine, elle devient un levier impressionnant.&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>http://wiki.lli.be/index.php?title=Translations:Work_With_IA_After_8_month/61/fr&amp;diff=491</id>
		<title>Translations:Work With IA After 8 month/61/fr</title>
		<link rel="alternate" type="text/html" href="http://wiki.lli.be/index.php?title=Translations:Work_With_IA_After_8_month/61/fr&amp;diff=491"/>
		<updated>2026-05-08T11:45:07Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot : Importation d’une nouvelle version depuis une source externe.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Pas parfait. Pas magique sans méthode. Pas sans risque.&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>http://wiki.lli.be/index.php?title=Translations:Work_With_IA_After_8_month/60/fr&amp;diff=490</id>
		<title>Translations:Work With IA After 8 month/60/fr</title>
		<link rel="alternate" type="text/html" href="http://wiki.lli.be/index.php?title=Translations:Work_With_IA_After_8_month/60/fr&amp;diff=490"/>
		<updated>2026-05-08T11:45:07Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot : Importation d’une nouvelle version depuis une source externe.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Pour un DBA, un ingénieur infrastructure, un développeur ou toute personne qui doit naviguer entre plusieurs technologies, l’IA est déjà un outil remarquable.&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>http://wiki.lli.be/index.php?title=Translations:Work_With_IA_After_8_month/59/fr&amp;diff=489</id>
		<title>Translations:Work With IA After 8 month/59/fr</title>
		<link rel="alternate" type="text/html" href="http://wiki.lli.be/index.php?title=Translations:Work_With_IA_After_8_month/59/fr&amp;diff=489"/>
		<updated>2026-05-08T11:45:07Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot : Importation d’une nouvelle version depuis une source externe.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Et pour ceux qui acceptent d’apprendre à travailler avec ces outils, pas seulement les utiliser superficiellement, le potentiel est énorme.&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>http://wiki.lli.be/index.php?title=Translations:Work_With_IA_After_8_month/58/fr&amp;diff=488</id>
		<title>Translations:Work With IA After 8 month/58/fr</title>
		<link rel="alternate" type="text/html" href="http://wiki.lli.be/index.php?title=Translations:Work_With_IA_After_8_month/58/fr&amp;diff=488"/>
		<updated>2026-05-08T11:45:07Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot : Importation d’une nouvelle version depuis une source externe.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Mais une chose est sûre : &#039;&#039;&#039;l’histoire ne fait que commencer&#039;&#039;&#039;.&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>http://wiki.lli.be/index.php?title=Translations:Work_With_IA_After_8_month/57/fr&amp;diff=487</id>
		<title>Translations:Work With IA After 8 month/57/fr</title>
		<link rel="alternate" type="text/html" href="http://wiki.lli.be/index.php?title=Translations:Work_With_IA_After_8_month/57/fr&amp;diff=487"/>
		<updated>2026-05-08T11:45:07Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot : Importation d’une nouvelle version depuis une source externe.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Demain, je ne sais pas.&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>http://wiki.lli.be/index.php?title=Translations:Work_With_IA_After_8_month/56/fr&amp;diff=486</id>
		<title>Translations:Work With IA After 8 month/56/fr</title>
		<link rel="alternate" type="text/html" href="http://wiki.lli.be/index.php?title=Translations:Work_With_IA_After_8_month/56/fr&amp;diff=486"/>
		<updated>2026-05-08T11:45:07Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot : Importation d’une nouvelle version depuis une source externe.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Aujourd’hui, je me sens complémentaire avec l’IA.&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>http://wiki.lli.be/index.php?title=Translations:Work_With_IA_After_8_month/55/fr&amp;diff=485</id>
		<title>Translations:Work With IA After 8 month/55/fr</title>
		<link rel="alternate" type="text/html" href="http://wiki.lli.be/index.php?title=Translations:Work_With_IA_After_8_month/55/fr&amp;diff=485"/>
		<updated>2026-05-08T11:45:07Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot : Importation d’une nouvelle version depuis une source externe.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;L’évolution est tellement rapide qu’il est difficile de prévoir où nous serons dans deux ou trois ans. Si les machines commencent réellement à raisonner de manière plus profonde, la relation entre l’humain et l’IA pourrait changer très vite.&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>http://wiki.lli.be/index.php?title=Translations:Work_With_IA_After_8_month/54/fr&amp;diff=484</id>
		<title>Translations:Work With IA After 8 month/54/fr</title>
		<link rel="alternate" type="text/html" href="http://wiki.lli.be/index.php?title=Translations:Work_With_IA_After_8_month/54/fr&amp;diff=484"/>
		<updated>2026-05-08T11:45:07Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot : Importation d’une nouvelle version depuis une source externe.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Je reste positif, mais aussi prudent.&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>http://wiki.lli.be/index.php?title=Translations:Work_With_IA_After_8_month/53/fr&amp;diff=483</id>
		<title>Translations:Work With IA After 8 month/53/fr</title>
		<link rel="alternate" type="text/html" href="http://wiki.lli.be/index.php?title=Translations:Work_With_IA_After_8_month/53/fr&amp;diff=483"/>
		<updated>2026-05-08T11:45:07Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot : Importation d’une nouvelle version depuis une source externe.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== ET DEMAIN ? ==&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>http://wiki.lli.be/index.php?title=Translations:Work_With_IA_After_8_month/52/fr&amp;diff=482</id>
		<title>Translations:Work With IA After 8 month/52/fr</title>
		<link rel="alternate" type="text/html" href="http://wiki.lli.be/index.php?title=Translations:Work_With_IA_After_8_month/52/fr&amp;diff=482"/>
		<updated>2026-05-08T11:45:07Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot : Importation d’une nouvelle version depuis une source externe.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Finalement, l’IA ne remplace pas mon métier. Elle augmente fortement ma capacité à l’exercer.&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>http://wiki.lli.be/index.php?title=Translations:Work_With_IA_After_8_month/51/fr&amp;diff=481</id>
		<title>Translations:Work With IA After 8 month/51/fr</title>
		<link rel="alternate" type="text/html" href="http://wiki.lli.be/index.php?title=Translations:Work_With_IA_After_8_month/51/fr&amp;diff=481"/>
		<updated>2026-05-08T11:45:07Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot : Importation d’une nouvelle version depuis une source externe.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* plus clair dans mes instructions ;&lt;br /&gt;
* plus structuré dans mes projets ;&lt;br /&gt;
* plus attentif au versioning ;&lt;br /&gt;
* plus précis dans mes règles ;&lt;br /&gt;
* plus critique dans mes validations.&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>http://wiki.lli.be/index.php?title=Translations:Work_With_IA_After_8_month/50/fr&amp;diff=480</id>
		<title>Translations:Work With IA After 8 month/50/fr</title>
		<link rel="alternate" type="text/html" href="http://wiki.lli.be/index.php?title=Translations:Work_With_IA_After_8_month/50/fr&amp;diff=480"/>
		<updated>2026-05-08T11:45:07Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot : Importation d’une nouvelle version depuis une source externe.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Mais elle m’oblige aussi à être plus rigoureux :&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>http://wiki.lli.be/index.php?title=Translations:Work_With_IA_After_8_month/49/fr&amp;diff=479</id>
		<title>Translations:Work With IA After 8 month/49/fr</title>
		<link rel="alternate" type="text/html" href="http://wiki.lli.be/index.php?title=Translations:Work_With_IA_After_8_month/49/fr&amp;diff=479"/>
		<updated>2026-05-08T11:45:07Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot : Importation d’une nouvelle version depuis une source externe.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Elle m’aide à aller plus vite, à explorer plus d’options, à mieux documenter, à standardiser mes pratiques et à produire des outils plus solides.&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>http://wiki.lli.be/index.php?title=Translations:Work_With_IA_After_8_month/48/fr&amp;diff=478</id>
		<title>Translations:Work With IA After 8 month/48/fr</title>
		<link rel="alternate" type="text/html" href="http://wiki.lli.be/index.php?title=Translations:Work_With_IA_After_8_month/48/fr&amp;diff=478"/>
		<updated>2026-05-08T11:45:07Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot : Importation d’une nouvelle version depuis une source externe.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Je ne la vois plus comme un simple outil de génération de texte ou de code. Je la vois comme un &#039;&#039;&#039;accélérateur de réflexion, de documentation, d’automatisation et de structuration&#039;&#039;&#039;.&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>http://wiki.lli.be/index.php?title=Translations:Work_With_IA_After_8_month/47/fr&amp;diff=477</id>
		<title>Translations:Work With IA After 8 month/47/fr</title>
		<link rel="alternate" type="text/html" href="http://wiki.lli.be/index.php?title=Translations:Work_With_IA_After_8_month/47/fr&amp;diff=477"/>
		<updated>2026-05-08T11:45:07Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot : Importation d’une nouvelle version depuis une source externe.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Après six mois d’apprentissage intensif, de tests, de frustrations et d’ajustements, mon expérience avec l’IA est devenue très positive.&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>http://wiki.lli.be/index.php?title=Translations:Work_With_IA_After_8_month/46/fr&amp;diff=476</id>
		<title>Translations:Work With IA After 8 month/46/fr</title>
		<link rel="alternate" type="text/html" href="http://wiki.lli.be/index.php?title=Translations:Work_With_IA_After_8_month/46/fr&amp;diff=476"/>
		<updated>2026-05-08T11:45:07Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot : Importation d’une nouvelle version depuis une source externe.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== UNE EXPÉRIENCE DEVENUE POSITIVE ==&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>http://wiki.lli.be/index.php?title=Translations:Work_With_IA_After_8_month/45/fr&amp;diff=475</id>
		<title>Translations:Work With IA After 8 month/45/fr</title>
		<link rel="alternate" type="text/html" href="http://wiki.lli.be/index.php?title=Translations:Work_With_IA_After_8_month/45/fr&amp;diff=475"/>
		<updated>2026-05-08T11:45:07Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot : Importation d’une nouvelle version depuis une source externe.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;C’est là que l’expérience humaine reste essentielle.&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>http://wiki.lli.be/index.php?title=Translations:Work_With_IA_After_8_month/44/fr&amp;diff=474</id>
		<title>Translations:Work With IA After 8 month/44/fr</title>
		<link rel="alternate" type="text/html" href="http://wiki.lli.be/index.php?title=Translations:Work_With_IA_After_8_month/44/fr&amp;diff=474"/>
		<updated>2026-05-08T11:45:07Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot : Importation d’une nouvelle version depuis une source externe.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;L’IA accélère énormément les choses, mais elle a besoin d’un pilote. Elle peut générer vite, mais elle ne sait pas toujours ce qui est acceptable dans un contexte de production. Elle peut proposer une solution élégante, mais pas forcément adaptée à l’historique d’une infrastructure. Elle peut donner une réponse convaincante, mais fausse ou incomplète.&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>http://wiki.lli.be/index.php?title=Translations:Work_With_IA_After_8_month/43/fr&amp;diff=473</id>
		<title>Translations:Work With IA After 8 month/43/fr</title>
		<link rel="alternate" type="text/html" href="http://wiki.lli.be/index.php?title=Translations:Work_With_IA_After_8_month/43/fr&amp;diff=473"/>
		<updated>2026-05-08T11:45:07Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot : Importation d’une nouvelle version depuis une source externe.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Mais cette magie fonctionne seulement si je reste aux commandes.&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>http://wiki.lli.be/index.php?title=Translations:Work_With_IA_After_8_month/42/fr&amp;diff=472</id>
		<title>Translations:Work With IA After 8 month/42/fr</title>
		<link rel="alternate" type="text/html" href="http://wiki.lli.be/index.php?title=Translations:Work_With_IA_After_8_month/42/fr&amp;diff=472"/>
		<updated>2026-05-08T11:45:07Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot : Importation d’une nouvelle version depuis une source externe.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;C’est assez magique.&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>http://wiki.lli.be/index.php?title=Translations:Work_With_IA_After_8_month/41/fr&amp;diff=471</id>
		<title>Translations:Work With IA After 8 month/41/fr</title>
		<link rel="alternate" type="text/html" href="http://wiki.lli.be/index.php?title=Translations:Work_With_IA_After_8_month/41/fr&amp;diff=471"/>
		<updated>2026-05-08T11:45:07Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot : Importation d’une nouvelle version depuis une source externe.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* un développeur PowerShell ;&lt;br /&gt;
* un rédacteur technique ;&lt;br /&gt;
* un analyste SQL ;&lt;br /&gt;
* un reviewer ;&lt;br /&gt;
* un spécialiste documentation ;&lt;br /&gt;
* un assistant DevOps ;&lt;br /&gt;
* un expert troubleshooting.&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>http://wiki.lli.be/index.php?title=Translations:Work_With_IA_After_8_month/40/fr&amp;diff=470</id>
		<title>Translations:Work With IA After 8 month/40/fr</title>
		<link rel="alternate" type="text/html" href="http://wiki.lli.be/index.php?title=Translations:Work_With_IA_After_8_month/40/fr&amp;diff=470"/>
		<updated>2026-05-08T11:45:07Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot : Importation d’une nouvelle version depuis une source externe.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Pas dans le sens où l’IA remplace réellement une équipe humaine. Mais dans le sens où je peux solliciter rapidement plusieurs “profils” :&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>http://wiki.lli.be/index.php?title=Translations:Work_With_IA_After_8_month/39/fr&amp;diff=469</id>
		<title>Translations:Work With IA After 8 month/39/fr</title>
		<link rel="alternate" type="text/html" href="http://wiki.lli.be/index.php?title=Translations:Work_With_IA_After_8_month/39/fr&amp;diff=469"/>
		<updated>2026-05-08T11:45:07Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot : Importation d’une nouvelle version depuis une source externe.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Aujourd’hui, quand tout est bien structuré, j’ai parfois l’impression de gérer une équipe de plusieurs dizaines de personnes.&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>http://wiki.lli.be/index.php?title=Translations:Work_With_IA_After_8_month/38/fr&amp;diff=468</id>
		<title>Translations:Work With IA After 8 month/38/fr</title>
		<link rel="alternate" type="text/html" href="http://wiki.lli.be/index.php?title=Translations:Work_With_IA_After_8_month/38/fr&amp;diff=468"/>
		<updated>2026-05-08T11:45:07Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot : Importation d’une nouvelle version depuis une source externe.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== UNE IMPRESSION DE GÉRER UNE PETITE ÉQUIPE ==&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>http://wiki.lli.be/index.php?title=Translations:Work_With_IA_After_8_month/37/fr&amp;diff=467</id>
		<title>Translations:Work With IA After 8 month/37/fr</title>
		<link rel="alternate" type="text/html" href="http://wiki.lli.be/index.php?title=Translations:Work_With_IA_After_8_month/37/fr&amp;diff=467"/>
		<updated>2026-05-08T11:45:07Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot : Importation d’une nouvelle version depuis une source externe.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Avec cette méthode, l’IA ne devient pas parfaite, mais elle devient beaucoup plus utile. Elle progresse avec mon contexte.&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>http://wiki.lli.be/index.php?title=Translations:Work_With_IA_After_8_month/36/fr&amp;diff=466</id>
		<title>Translations:Work With IA After 8 month/36/fr</title>
		<link rel="alternate" type="text/html" href="http://wiki.lli.be/index.php?title=Translations:Work_With_IA_After_8_month/36/fr&amp;diff=466"/>
		<updated>2026-05-08T11:45:07Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot : Importation d’une nouvelle version depuis une source externe.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;C’est particulièrement utile dans les scripts d’automatisation, où une petite erreur de scope PowerShell, de paramètre oublié, de naming, de chemin ou de logique de retry peut avoir des conséquences importantes.&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>http://wiki.lli.be/index.php?title=Translations:Work_With_IA_After_8_month/35/fr&amp;diff=465</id>
		<title>Translations:Work With IA After 8 month/35/fr</title>
		<link rel="alternate" type="text/html" href="http://wiki.lli.be/index.php?title=Translations:Work_With_IA_After_8_month/35/fr&amp;diff=465"/>
		<updated>2026-05-08T11:45:07Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot : Importation d’une nouvelle version depuis une source externe.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Ces fichiers deviennent une sorte de &#039;&#039;&#039;mémoire technique&#039;&#039;&#039;. Ils permettent à l’IA de connaître les erreurs passées et de mieux respecter mes contraintes à l’avenir.&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>http://wiki.lli.be/index.php?title=Translations:Work_With_IA_After_8_month/34/fr&amp;diff=464</id>
		<title>Translations:Work With IA After 8 month/34/fr</title>
		<link rel="alternate" type="text/html" href="http://wiki.lli.be/index.php?title=Translations:Work_With_IA_After_8_month/34/fr&amp;diff=464"/>
		<updated>2026-05-08T11:45:07Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot : Importation d’une nouvelle version depuis une source externe.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Pour cela, j’utilise des fichiers Markdown dédiés aux erreurs connues, aux pièges déjà rencontrés et aux corrections à appliquer.&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>http://wiki.lli.be/index.php?title=Translations:Work_With_IA_After_8_month/33/fr&amp;diff=463</id>
		<title>Translations:Work With IA After 8 month/33/fr</title>
		<link rel="alternate" type="text/html" href="http://wiki.lli.be/index.php?title=Translations:Work_With_IA_After_8_month/33/fr&amp;diff=463"/>
		<updated>2026-05-08T11:45:06Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot : Importation d’une nouvelle version depuis une source externe.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Quand l’IA se trompe, je ne veux pas seulement corriger le résultat final. Je veux aussi éviter qu’elle refasse la même erreur lors de la prochaine génération.&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>http://wiki.lli.be/index.php?title=Translations:Work_With_IA_After_8_month/32/fr&amp;diff=462</id>
		<title>Translations:Work With IA After 8 month/32/fr</title>
		<link rel="alternate" type="text/html" href="http://wiki.lli.be/index.php?title=Translations:Work_With_IA_After_8_month/32/fr&amp;diff=462"/>
		<updated>2026-05-08T11:45:06Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot : Importation d’une nouvelle version depuis une source externe.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Un des points les plus intéressants dans mon approche concerne la &#039;&#039;&#039;gestion des erreurs&#039;&#039;&#039;.&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>http://wiki.lli.be/index.php?title=Translations:Work_With_IA_After_8_month/31/fr&amp;diff=461</id>
		<title>Translations:Work With IA After 8 month/31/fr</title>
		<link rel="alternate" type="text/html" href="http://wiki.lli.be/index.php?title=Translations:Work_With_IA_After_8_month/31/fr&amp;diff=461"/>
		<updated>2026-05-08T11:45:06Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot : Importation d’une nouvelle version depuis une source externe.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== LES FICHIERS D’ERREURS : UNE MÉMOIRE TECHNIQUE TRÈS PRÉCIEUSE ==&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>http://wiki.lli.be/index.php?title=Translations:Work_With_IA_After_8_month/30/fr&amp;diff=460</id>
		<title>Translations:Work With IA After 8 month/30/fr</title>
		<link rel="alternate" type="text/html" href="http://wiki.lli.be/index.php?title=Translations:Work_With_IA_After_8_month/30/fr&amp;diff=460"/>
		<updated>2026-05-08T11:45:06Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot : Importation d’une nouvelle version depuis une source externe.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Et là, la qualité change complètement.&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
</feed>