<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: anatoliikmt</title><link>https://news.ycombinator.com/user?id=anatoliikmt</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 23 Apr 2026 09:26:57 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=anatoliikmt" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by anatoliikmt in "Show HN: Continual Learning with .md"]]></title><description><![CDATA[
<p>Yes, exactly. I made the Context Layer into a skill where I describe the structure. So when I say, "reindex", the agent knows to check and update the index files. Also it knows if it modifies any file, it needs to also update the index. Works really well!</p>
]]></description><pubDate>Thu, 16 Apr 2026 09:04:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=47790490</link><dc:creator>anatoliikmt</dc:creator><comments>https://news.ycombinator.com/item?id=47790490</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47790490</guid></item><item><title><![CDATA[New comment by anatoliikmt in "Show HN: Continual Learning with .md"]]></title><description><![CDATA[
<p>I found progressive discovery works very well. I have an INDEX.md file in every folder with a table describing what files are in that folder and what they do.</p>
]]></description><pubDate>Thu, 16 Apr 2026 00:09:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=47787048</link><dc:creator>anatoliikmt</dc:creator><comments>https://news.ycombinator.com/item?id=47787048</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47787048</guid></item><item><title><![CDATA[New comment by anatoliikmt in "Show HN: LangAlpha – what if Claude Code was built for Wall Street?"]]></title><description><![CDATA[
<p>Very cool! I see the default way to collect data in the tool comes from Ginlix API, so I was wondering what is the self-hosting story? Is there a way to achieve the same functionality as the default website?</p>
]]></description><pubDate>Wed, 15 Apr 2026 16:36:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=47781548</link><dc:creator>anatoliikmt</dc:creator><comments>https://news.ycombinator.com/item?id=47781548</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47781548</guid></item><item><title><![CDATA[New comment by anatoliikmt in "Show HN: Druids – Build your own software factory"]]></title><description><![CDATA[
<p>Currently looking for a good solution for exactly this. Druid looks very cool and thought-through. Two major blockers for me to use it in my workflow:<p>- Sandbox-only environment. For certian workflows I may want to run agents directly on my machine.
- No Cursor agent support. Cursor supports ACP, so should in principle plug-in neatly in the existing framework.</p>
]]></description><pubDate>Wed, 15 Apr 2026 16:31:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=47781482</link><dc:creator>anatoliikmt</dc:creator><comments>https://news.ycombinator.com/item?id=47781482</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47781482</guid></item><item><title><![CDATA[New comment by anatoliikmt in "Show HN: Continual Learning with .md"]]></title><description><![CDATA[
<p>Using the same approach for dev documentation storage: <a href="https://ctxlayer.dev/" rel="nofollow">https://ctxlayer.dev/</a><p>Has been working for me for a couple of months already. So far human curation of context is the way to go.</p>
]]></description><pubDate>Wed, 15 Apr 2026 15:50:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=47780832</link><dc:creator>anatoliikmt</dc:creator><comments>https://news.ycombinator.com/item?id=47780832</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47780832</guid></item><item><title><![CDATA[New comment by anatoliikmt in "Ask HN: How is AI-assisted coding going for you professionally?"]]></title><description><![CDATA[
<p>Has been a game-changer for me. The following cases are where it shines:<p>- Figuring out the architecture of a project you just came into<p>- Tracing the root cause of a bug<p>- Quickly implementing a solution with known architecture<p>I figured out that above all, what makes or breaks success is context engineering. Keeping your project and session documentation in order, documenting every learning you've made along the way (with the help of AI), asking AI to compose a plan before implementing it, iterating on a plan before it looks good to you. Sometimes I spend several hours on a plan markdown document, iterating on it with AI, before pressing "Build" button and the AI doing it in 10 minutes.<p>Another important thing is verification harness. Tell the agent how to compile the code, run the tests - that way it's less likely to go off the rails.<p>Overall, since couple of month ago, I feel like I got rid of the part of programming that I liked the least - swimming in technicalities irrelevant for the overall project's objectives - while keeping what I liked the most - making the actual architectural and business decisions.<p>I wrote a blog recently about the approach that works for me: <a href="https://anatoliikmt.me/posts/2026-03-02-ai-dev-flow/" rel="nofollow">https://anatoliikmt.me/posts/2026-03-02-ai-dev-flow/</a><p>And this is a tool for context engineering I made specifically to support such a flow: <a href="https://ctxlayer.dev/" rel="nofollow">https://ctxlayer.dev/</a></p>
]]></description><pubDate>Mon, 16 Mar 2026 02:16:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=47394406</link><dc:creator>anatoliikmt</dc:creator><comments>https://news.ycombinator.com/item?id=47394406</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47394406</guid></item><item><title><![CDATA[Bureaucratic way of efficient AI-assisted development]]></title><description><![CDATA[
<p>Article URL: <a href="https://anatoliikmt.me/posts/2026-03-02-ai-dev-flow/">https://anatoliikmt.me/posts/2026-03-02-ai-dev-flow/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47247584">https://news.ycombinator.com/item?id=47247584</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 04 Mar 2026 14:10:54 +0000</pubDate><link>https://anatoliikmt.me/posts/2026-03-02-ai-dev-flow/</link><dc:creator>anatoliikmt</dc:creator><comments>https://news.ycombinator.com/item?id=47247584</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47247584</guid></item><item><title><![CDATA[Show HN: A human-curated, CLI-driven Context Layer for AI agents]]></title><description><![CDATA[
<p>The Context Layer is my take on treating context as a first-class, external layer that exists and evolves alongside your codebase. It's an agent-agnostic CLI tool designed for keeping long-lived project context structured and accessible across projects.<p>It's intentionally human-curated - nothing is auto-collected or inferred. The goal is control, granularity, and explicit structure rather than embeddings or opaque memory systems.<p>I've been using it across a few projects so far. Curious to hear from others experimenting with AI-assisted workflows!<p>Website: <a href="https://ctxlayer.dev/" rel="nofollow">https://ctxlayer.dev/</a><p>Tutorial: <a href="https://ctxlayer.dev/docs/" rel="nofollow">https://ctxlayer.dev/docs/</a><p>GitHub: <a href="https://github.com/anatoliykmetyuk/ctxlayer" rel="nofollow">https://github.com/anatoliykmetyuk/ctxlayer</a></p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47150033">https://news.ycombinator.com/item?id=47150033</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 25 Feb 2026 11:09:51 +0000</pubDate><link>https://ctxlayer.dev/</link><dc:creator>anatoliikmt</dc:creator><comments>https://news.ycombinator.com/item?id=47150033</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47150033</guid></item></channel></rss>