<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>LiquidMind Blog</title>
    <link>https://liquidmind.cloud/landing/blog</link>
    <description>Build-in-public from the founder of LiquidMind. Trade post-mortems, engineering notes on AI trading systems, and category theses.</description>
    <language>en</language>
    <lastBuildDate>Tue, 11 Aug 2026 00:00:00 GMT</lastBuildDate>
    <atom:link href="https://liquidmind.cloud/landing/blog/rss.xml" rel="self" type="application/rss+xml" />
    <image>
      <url>https://liquidmind.cloud/web-app-manifest-512x512.png</url>
      <title>LiquidMind Blog</title>
      <link>https://liquidmind.cloud/landing/blog</link>
    </image>
  <item>
      <title>Build in Public: The same price can be premium and discount at once</title>
      <link>https://liquidmind.cloud/landing/blog/price-location-dealing-ranges-build-in-public</link>
      <guid isPermaLink="true">https://liquidmind.cloud/landing/blog/price-location-dealing-ranges-build-in-public</guid>
      <description>Premium and discount sound binary until one price sits above a local 1H range, below a broken 4H leg, and inside 1D discount at the same time. We built a mandatory multi-timeframe price-location tool for our entry and position-management agents — then made sure its output could never become an automatic trade filter.</description>
      <pubDate>Tue, 11 Aug 2026 00:00:00 GMT</pubDate>
      <category>engineering</category>
      <category>agents</category>
      <category>SMC/ICT</category>
      <category>premium-discount</category>
      <category>market-structure</category>
      <category>position-management</category>
      <category>build-in-public</category>
      <category>Python</category>
      <category>determinism</category>
    </item>
  <item>
      <title>Tool search solves a problem our trading agent doesn&apos;t have — we measured it</title>
      <link>https://liquidmind.cloud/landing/blog/tool-search-vertical-agent</link>
      <guid isPermaLink="true">https://liquidmind.cloud/landing/blog/tool-search-vertical-agent</guid>
      <description>A well-argued post making the rounds says tool bloat is killing agents: typical multi-MCP setups burn 50-70k tokens on tool definitions before the agent does anything, and models degrade past 30-50 similar tools. The prescription is tool search — index your tools, load them on demand. All of that is correct for horizontal agents. We measured our vertical one and got a different picture: 2,213 tokens of tool definitions, never more than 10 tools in context, and a context budget dominated by market data. Here&apos;s the measurement, and the one idea from that post we&apos;re stealing outright.</description>
      <pubDate>Mon, 10 Aug 2026 00:00:00 GMT</pubDate>
      <category>engineering</category>
      <category>agents</category>
      <category>ReAct</category>
      <category>tool-use</category>
      <category>context-engineering</category>
      <category>RAG</category>
      <category>determinism</category>
      <category>build-in-public</category>
      <category>Python</category>
    </item>
  <item>
      <title>Build in Public: A 0.16% fill exposed a 100% assumption</title>
      <link>https://liquidmind.cloud/landing/blog/partial-fill-risk-build-in-public</link>
      <guid isPermaLink="true">https://liquidmind.cloud/landing/blog/partial-fill-risk-build-in-public</guid>
      <description>One limit order planned 143,342 units. Only 226 filled. The resulting trade was profitable and its recorded RR was mathematically defensible — but letting the position manager and the learning system treat it like a completed trade exposed a much deeper modeling error. This is how we separated trade intent, live execution state, and statistical evidence.</description>
      <pubDate>Sun, 09 Aug 2026 00:00:00 GMT</pubDate>
      <category>engineering</category>
      <category>partial-fill</category>
      <category>execution</category>
      <category>risk-management</category>
      <category>position-management</category>
      <category>statistics</category>
      <category>RAG</category>
      <category>build-in-public</category>
      <category>Bybit</category>
    </item>
  <item>
      <title>Build in Public: The entry agent now remembers — RAG over every setup it has ever judged</title>
      <link>https://liquidmind.cloud/landing/blog/trading-memory-rag-build-in-public</link>
      <guid isPermaLink="true">https://liquidmind.cloud/landing/blog/trading-memory-rag-build-in-public</guid>
      <description>An entry agent that evaluates every setup from scratch is doomed to re-learn the same lessons forever. Here&apos;s the RAG memory that fixes that: a normalizer that turns raw agent reasoning into price-free narrative documents, an embedding that carries only the story of the setup, deterministic metadata doing the filtering and boosting that vectors are bad at, and trade outcomes kept strictly outside the vector so history informs retrieval without contaminating it.</description>
      <pubDate>Wed, 22 Jul 2026 00:00:00 GMT</pubDate>
      <category>engineering</category>
      <category>RAG</category>
      <category>embeddings</category>
      <category>agents</category>
      <category>trading-memory</category>
      <category>architecture</category>
      <category>build-in-public</category>
      <category>Python</category>
      <category>PostgreSQL</category>
    </item>
  <item>
      <title>Build in Public: Every session has a high and a low — and both get hunted</title>
      <link>https://liquidmind.cloud/landing/blog/session-liquidity-pois-build-in-public</link>
      <guid isPermaLink="true">https://liquidmind.cloud/landing/blog/session-liquidity-pois-build-in-public</guid>
      <description>PDH/PDL gave the engine two liquidity magnets a day. But institutional desks don&apos;t just hunt yesterday&apos;s high — they hunt Asia&apos;s low before London commits, and London&apos;s high before New York reverses it. Here&apos;s how six new POI types, a shared invalidation core, and a full SMC/ICT context block got wired into the pipeline — and the naming mistake I made twice before shipping it. Update: shipping the radar UI surfaced a timezone bug and a default-allow config bug, and finished the move to full DST-aware sessions across the whole feature — level sizing and sweep-timing alike.</description>
      <pubDate>Wed, 08 Jul 2026 00:00:00 GMT</pubDate>
      <category>engineering</category>
      <category>POI</category>
      <category>SMC/ICT</category>
      <category>liquidity</category>
      <category>architecture</category>
      <category>build-in-public</category>
      <category>Python</category>
      <category>Redis</category>
      <category>agents</category>
    </item>
  <item>
      <title>Build in Public: Not every signal comes from the market</title>
      <link>https://liquidmind.cloud/landing/blog/user-defined-position-triggers-build-in-public</link>
      <guid isPermaLink="true">https://liquidmind.cloud/landing/blog/user-defined-position-triggers-build-in-public</guid>
      <description>Every trigger the position management engine had so far was something the market did — a POI appeared, a bias flipped, a session opened. None of them fired because a trader looked at their own chart and saw something the engine couldn&apos;t. Here&apos;s the pair of triggers that closes that gap, and why they share one pipeline down to the cooldown key.</description>
      <pubDate>Mon, 06 Jul 2026 00:00:00 GMT</pubDate>
      <category>engineering</category>
      <category>position-management</category>
      <category>tradingview</category>
      <category>webhooks</category>
      <category>architecture</category>
      <category>build-in-public</category>
      <category>risk-management</category>
      <category>agents</category>
    </item>
  <item>
      <title>Build in Public: The market has a clock — so should the bot</title>
      <link>https://liquidmind.cloud/landing/blog/session-boundary-triggers-build-in-public</link>
      <guid isPermaLink="true">https://liquidmind.cloud/landing/blog/session-boundary-triggers-build-in-public</guid>
      <description>The bot was reviewing open positions when candles closed, when structure broke, when news hit, when BTC flipped. But it had no concept of market rhythm — sessions opening, liquidity rotating, institutional desks clocking in and out. Here&apos;s how we wired five session boundary events into the Triad pipeline, and why getting the times right turned out to be less obvious than it looks.</description>
      <pubDate>Sat, 04 Jul 2026 00:00:00 GMT</pubDate>
      <category>engineering</category>
      <category>position-management</category>
      <category>sessions</category>
      <category>architecture</category>
      <category>timezone</category>
      <category>DST</category>
      <category>build-in-public</category>
      <category>risk-management</category>
      <category>scheduler</category>
    </item>
  <item>
      <title>Build in Public: The vault, not the whiteboard</title>
      <link>https://liquidmind.cloud/landing/blog/trade-evidence-vault-build-in-public</link>
      <guid isPermaLink="true">https://liquidmind.cloud/landing/blog/trade-evidence-vault-build-in-public</guid>
      <description>A losing trade with a screenshot showing the drawn zone is a different lesson than a losing trade with none. The screenshot usually existed — it just lived in a phone gallery, disconnected from the decision it was evidence for. Here&apos;s the vault we built to fix that, why it isn&apos;t a journaling feature, and the security bug our own browser found on day one.</description>
      <pubDate>Sat, 04 Jul 2026 00:00:00 GMT</pubDate>
      <category>engineering</category>
      <category>attachments</category>
      <category>cloudflare-r2</category>
      <category>journaling</category>
      <category>architecture</category>
      <category>build-in-public</category>
      <category>security</category>
      <category>postgres</category>
    </item>
  <item>
      <title>Build in Public: When the market changes its mind mid-trade</title>
      <link>https://liquidmind.cloud/landing/blog/bias-flip-trigger-build-in-public</link>
      <guid isPermaLink="true">https://liquidmind.cloud/landing/blog/bias-flip-trigger-build-in-public</guid>
      <description>The daily bias said bearish. Two hours later the engine was short. The next morning the bias flipped bullish — and the short was still open. What should happen? Here&apos;s the trigger we built, and why its execution follows the same autonomy rules as every other event.</description>
      <pubDate>Thu, 02 Jul 2026 00:00:00 GMT</pubDate>
      <category>engineering</category>
      <category>bias</category>
      <category>position-management</category>
      <category>ReAct agent</category>
      <category>architecture</category>
      <category>build-in-public</category>
      <category>risk-management</category>
      <category>determinism</category>
    </item>
  <item>
      <title>140 trades in the open: LiquidMind&apos;s first public ledger</title>
      <link>https://liquidmind.cloud/landing/blog/june-2026-retrospective</link>
      <guid isPermaLink="true">https://liquidmind.cloud/landing/blog/june-2026-retrospective</guid>
      <description>Every trade LiquidMind&apos;s engine has taken since inception — Feb 16 to Jun 30, 2026 — audited in full. +49.8% ROI, a -22% drawdown, a 12-trade losing streak, and what the numbers actually say about the edge.</description>
      <pubDate>Wed, 01 Jul 2026 00:00:00 GMT</pubDate>
      <category>transparency</category>
      <category>retrospective</category>
      <category>performance</category>
      <category>drawdown</category>
      <category>smart-money-concepts</category>
      <category>algotrading</category>
      <category>transparency</category>
    </item>
  <item>
      <title>Build in Public: The POI state machine — why 7 states beat a boolean</title>
      <link>https://liquidmind.cloud/landing/blog/poi-state-machine-build-in-public</link>
      <guid isPermaLink="true">https://liquidmind.cloud/landing/blog/poi-state-machine-build-in-public</guid>
      <description>The POI tracker started with one boolean: is_active. At 200 zones across multiple timeframes, it imploded. Here&apos;s how I replaced it with a 7-state machine where every transition has an explicit trigger — and where BLOCKED is a first-class concept, not a collision bug.</description>
      <pubDate>Mon, 22 Jun 2026 00:00:00 GMT</pubDate>
      <category>engineering</category>
      <category>state machine</category>
      <category>POI</category>
      <category>architecture</category>
      <category>Python</category>
      <category>build-in-public</category>
      <category>determinism</category>
      <category>Redis</category>
    </item>
  </channel>
</rss>