← Home / Theme
Theme

ia-contexte

🇫🇷🇺🇸🇧🇷🇪🇸🇩🇪🇮🇹
21 essays
Most recent
2026-09-12

"Persist that": getting information out of ChatGPT and into permanent storage

Five days later, you rarely find the exact paragraph that mattered inside a long ChatGPT conversation. This account shows how to pull a precise excerpt out of the flow on demand, using a simple custom instruction and a Google Sheet as an outbox — a blocked API, a failed workaround, then a solution that goes from 50 seconds to two, with systematic verification after every write.

2026-09-02

AI Doesn't Replace Judgment, It Speeds Up Maturation

You can feel that a text or a decision isn't right yet, without being able to say why. That's where AI actually earns its place: it turns a vague unease into concrete handles — a blind spot, a fragile assumption, an objection you never addressed. The questions that get you tension instead of output, and why this makes human judgment more important, not less.

2026-09-04

The Deliverable Is No Longer the Capital

Every new format feels like starting over: you reopen the last document, copy, rephrase, and two versions slowly drift apart. The cause isn't a missing tool, it's treating a deliverable as your source of truth. How to install a reusable intermediate layer between your sources and your documents, and what AI gains from it.

2026-09-07

How I Write My Articles by Talking to My Phone

Your best article ideas die between the moment they show up and the moment you sit down to write. Here is the setup that catches them while they're still warm: voice to empty your head without ordering anything, a session source to keep the raw material raw, AI to surface what's missing in ten seconds instead of two days.

2026-08-11

I wrote a product's ontology. Three times, I thought I was done.

Your team rebuilds the same product model for every question, every bug, every RFP. Here is how to write it once: 52 objects, 250 rules, under six hours. And above all, how to know you're finished — the three stopping criteria that look like proof of completeness and prove nothing, plus the only one that holds.

2026-08-01

PM, Developers, and AI: Roles Are Blurring, Responsibilities Remain

AI raises the capacity to produce — not the capacity to decide. Developers move up toward product, PMs move down toward construction. This shift blurs roles without dissolving responsibilities. A full account of what AI commoditizes in product management, what remains hard, and a catalog of emerging roles with their real risks.

2026-07-28

Four Days of Vibe Coding as a Rusty PM

Four days building a real product with Claude Code — 180 commits, from scratch. What it reveals: the intoxicating speed, the traps AI creates on its own, what tests change when you're not writing the code yourself, and how far a PM can go without leaving their lane. A field report, not a doctrine.

2026-07-23

AI shouldn't just help us produce ten times more. It should also force us to understand ten times better what we produce

Shipping code faster doesn't help if nobody understands what got built. AI automates exactly the tasks that used to train junior developers, and a delayed error stops teaching anything once the system has grown too complex. A few concrete anchors for staying in control: clear contracts between APIs, tests tied to actual behavior, rebuildability as a quality bar instead of raw delivery speed.

2026-07-20

Session source: what your documents don't capture

Your documents don't say everything: the fine-grained understanding of the field stays in the PM's head. Session sources give you a channel to pour that informal knowledge into an AI Context — a hallway remark, a customer nuance, an emerging tension — and turn an accumulation of micro-signals into notes, hypotheses, and better-framed decisions.

2026-07-08

Information systems aren't going away. Their shape is changing.

Your tools file information away just fine, but they don't capitalize on what it teaches you. This piece explains why the future of the information system isn't a better AI-filled form, but a shift toward contexts: portable, governed units of memory that can link sources, decisions, and reasoning instead of merely storing them.

2026-07-06

The product question should start from the source code

Do you lose half an hour spinning up a test environment just to answer a product question on Slack? That hidden cost disappears when AI queries the source code, the real truth of how the product behaves. Answers grounded in evidence — functions, tests, commits — instead of stale documentation. Provided the code already speaks the language of the business.

2026-07-01

Under the hood of my context engine: how an AI remembers a mission

Do you lose the thread the moment you reopen a conversation with an AI on a subject that stretches over time? This article lifts the hood on a structured memory system: the difference between the goal and the attention, the directives, the offline queue, the three memories (journal, synthesis, checkpoints) and the cycle of a session. Enough to understand how an AI can truly remember a mission.

2026-06-08

The PM as Architect of Context

Most organizations know how to produce documents. They don't know how to capitalize on the reasoning behind them. With every decision, they start over almost from scratch. The PM as context architect turns scattered customer knowledge — transcripts, objections, trade-offs, weak signals — into a reusable asset. The result: faster, more robust decisions, and a competitive edge that rivals cannot copy overnight.

2026-05-25

AI Wiki: why I built a knowledge base maintained by an AI

Classic RAG starts from scratch with every question. By building an AI Wiki — a persistent wiki maintained by an LLM — you capitalize on domain knowledge once and for all. Atomic notes, links between concepts, contradiction detection: knowledge is compiled, not rediscovered. Lessons learned from 950 notes extracted from industrial maintenance sources, with calibration insights and concrete use cases.

2026-04-24

One file, a few directives, and Claude does the rest — how I structured 500 emails effortlessly

Drowning in email and losing track of the threads in flight? By handing the structuring over to Claude — one file, a few directives, then a gradual split — I turned 500 building-management emails into a queryable knowledge base. Seven steps, from the vague directive to a multi-file system, without ever needing a complex framework.

2026-04-21

From the Single File to a System of Contexts: Why an LLM's Memory Won't Fit in One Document

2026-04-13

Code Centric

Documentation never keeps up with the code. We know it, we accept it, and yet it costs us time with every change. AI shifts the equation: when the code is clean, it becomes the source of truth from which the other artifacts—specs, changelogs, support documentation—can be regenerated. This code-centric approach demands a minimum of technical literacy, but it opens a real lever for the product managers who master it.

2026-03-25

Why You Should Audit Your Skills: Master the Hidden Token Limits

A wasteful skill locks you out after 3-4 runs instead of 8-10. Discover the 5 silent traps that saturate your quota, how to audit in 3 simple phases, and how to gain 40% more capacity without changing your model. Productivity regained.

2026-03-23

In software, the edge will no longer be technology. It will be understanding the context.

Producing software is no longer rare. The cloud commoditized it, and AI will accelerate the trend further. When everyone can build fast and well, churning out features by the yard is no longer enough. The real competitive edge shifts toward understanding the context: the business, the users, the customers, the competition, the standards. Understanding better than others, before building.

2026-03-23

In 8 days, I understood that the Product Manager job was about to change completely

Your days as a PM are devoured by tasks that have nothing strategic about them. In eight days on Claude Code, I automated my competitive intelligence — gathering, organizing, updating. Time reclaimed to analyze, understand, decide. This field report shows concretely why the center of gravity of the Product Manager job is shifting: fewer intermediate artifacts, more real strategy.

2026-03-22

Adding session memory, like OpenClaw

No more re-explaining the context at every session. Claude automatically retains what you did, the decisions made, the problems encountered — per project, inside your git repo, with no database. Portable, versionable, under $1/month. Here's how to set this system up in less than an hour.

Most recent articles