<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: DaslavCl</title>
    <description>The latest articles on DEV Community by DaslavCl (@daslavcl).</description>
    <link>https://dev.to/daslavcl</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1126541%2F7667188b-1fae-4039-93d6-498e3427075d.png</url>
      <title>DEV Community: DaslavCl</title>
      <link>https://dev.to/daslavcl</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/daslavcl"/>
    <language>en</language>
    <item>
      <title>Do you use codex? Don't forget this:</title>
      <dc:creator>DaslavCl</dc:creator>
      <pubDate>Tue, 23 Sep 2025 04:04:30 +0000</pubDate>
      <link>https://dev.to/daslavcl/do-you-use-codex-dont-forget-this-2jm8</link>
      <guid>https://dev.to/daslavcl/do-you-use-codex-dont-forget-this-2jm8</guid>
      <description>&lt;p&gt;TL;DR: As your conversation gets long, answers degrade before the hard limit (30% of context limit is the degradation spot for me). Keep two living docs the model can refresh on demand: README.md (holistic view) and HANDOFF.md (everything a fresh instance needs to continue seamlessly).&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;When to trigger it&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
You notice omissions/contradictions, weird latencies, or invented paths/versions. Don’t wait for a hard token error.&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;What to maintain&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
README.md: purpose/scope, quick arch note, stack &amp;amp; versions, common commands, recent decisions.&lt;/p&gt;

&lt;p&gt;HANDOFF.md: current status, open issues + next steps, paths/artifacts, latest test results, data/IO schemas, exact env (venv/conda/poetry) and package versions.&lt;/p&gt;

&lt;p&gt;One-shot prompt to refresh both &lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;""" Please update two files based on our recent work and decisions.&lt;br&gt;
README.md — keep a holistic, up-to-date view:&lt;br&gt;
purpose/scope, brief architecture, stack with exact versions,&lt;br&gt;
how to run (commands, seeds), recent decisions (changelog-lite).&lt;br&gt;
HANDOFF.md — for a fresh instance (who will take this conversation when we hit the context limit) to continue smoothly: (remember the new instance has not context about our work or previous conversation) Please add (examples)&lt;br&gt;
current status, open challenges, next steps,&lt;br&gt;
paths/artifacts/datasets, recent test results + logs,&lt;br&gt;
schemas/contracts and expected outputs,&lt;br&gt;
exact environment (venv/conda/poetry), package versions, and notes to avoid creating duplicate envs.&lt;br&gt;
Use the versions/configs we’ve used so far. Do not invent tools or upgrade versions unless I ask. """&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;*&lt;em&gt;Why this helps&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
Mitigates “context drift” long before you hit limits. Makes instance swaps (or model switches) painless. Turns your chat into project memory rather than ephemeral Q&amp;amp;A.&lt;/p&gt;

&lt;p&gt;If you’ve got a tighter checklist or a better trigger than my “degradation symptoms,” please share.&lt;/p&gt;

</description>
      <category>programming</category>
      <category>ai</category>
      <category>productivity</category>
      <category>vibecoding</category>
    </item>
  </channel>
</rss>
