<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>NexcurAI - Writing</title>
  <subtitle>Essays on operating with Claude inside a consulting firm.</subtitle>
  <link href="https://nexcur.ai/atom.xml" rel="self" />
  <link href="https://nexcur.ai/blog/" />
  <id>https://nexcur.ai/blog/</id>
  <updated>2026-04-22T00:00:00Z</updated>
  <rights>Copyright 2026 NexcurAI Inc.</rights>
  <author>
    <name>NexcurAI Editorial</name>
    <email>hello@nexcur.ai</email>
  </author>
  <icon>https://nexcur.ai/favicon.svg</icon>
  <logo>https://nexcur.ai/og-image.png</logo>

  <entry>
    <title>The self-critique loop: how we get Claude to find its own mistakes</title>
    <id>tag:nexcur.ai,2026-04-22:/blog/self-critique-loop</id>
    <link href="https://nexcur.ai/blog/self-critique-loop.html" />
    <updated>2026-04-22T00:00:00Z</updated>
    <published>2026-04-22T00:00:00Z</published>
    <category term="Applied AI" />
    <author><name>the operator</name></author>
    <summary>Every handbook runs through a self-critique pass before a human sees it. Prompt patterns and real traces from our production pipeline.</summary>
  </entry>

  <entry>
    <title>Threat modeling goes from 3 days to 3 hours when Claude drives STRIDE</title>
    <id>tag:nexcur.ai,2026-04-21:/blog/threat-modeling-3-hours</id>
    <link href="https://nexcur.ai/blog/threat-modeling-3-hours.html" />
    <updated>2026-04-21T00:00:00Z</updated>
    <published>2026-04-21T00:00:00Z</published>
    <category term="Security" />
    <author><name>the operator</name></author>
    <summary>STRIDE with Claude driving the enumeration and a human driving the judgment. A workshop trace that fits into one afternoon.</summary>
  </entry>

  <entry>
    <title>What tool use actually unlocks</title>
    <id>tag:nexcur.ai,2026-04-19:/blog/tool-use-unlocks</id>
    <link href="https://nexcur.ai/blog/tool-use-unlocks.html" />
    <updated>2026-04-19T00:00:00Z</updated>
    <published>2026-04-19T00:00:00Z</published>
    <category term="Applied AI" />
    <author><name>the operator</name></author>
    <summary>Tool use is the feature that turns Claude from an essay writer into a collaborator that can touch real systems. What it unlocks, what it does not, and the design discipline that keeps tool-using agents from becoming a liability.</summary>
  </entry>

  <entry>
    <title>The 200k window is a context engineering problem, not a memory problem</title>
    <id>tag:nexcur.ai,2026-04-19:/blog/200k-context-engineering</id>
    <link href="https://nexcur.ai/blog/200k-context-engineering.html" />
    <updated>2026-04-19T00:00:00Z</updated>
    <published>2026-04-19T00:00:00Z</published>
    <category term="Applied AI" />
    <author><name>the operator</name></author>
    <summary>The 200k context is a staging area you engineer, not memory. Retrieval patterns for long-running engagements.</summary>
  </entry>

  <entry>
    <title>How to build a topical map that ranks in Google AND gets cited by ChatGPT</title>
    <id>tag:nexcur.ai,2026-04-18:/blog/topical-map-dual-optimization</id>
    <link href="https://nexcur.ai/blog/topical-map-dual-optimization.html" />
    <updated>2026-04-18T00:00:00Z</updated>
    <published>2026-04-18T00:00:00Z</published>
    <category term="SEO and GEO" />
    <author><name>the operator</name></author>
    <summary>The three-layer topical map (hub, spokes, citation surfaces) that serves both Google SERPs and answer-engine citations.</summary>
  </entry>

  <entry>
    <title>Why fixed-scope pricing is 10x better</title>
    <id>tag:nexcur.ai,2026-04-17:/blog/pricing-fixed-scope-10x</id>
    <link href="https://nexcur.ai/blog/pricing-fixed-scope-10x.html" />
    <updated>2026-04-17T00:00:00Z</updated>
    <published>2026-04-17T00:00:00Z</published>
    <category term="Economics of shipping" />
    <author><name>the operator</name></author>
    <summary>Fixed scope as an operating discipline. The math and the four change-request clauses that make it survive contact with reality.</summary>
  </entry>

  <entry>
    <title>The incident response runbook nobody wrote because nobody had time</title>
    <id>tag:nexcur.ai,2026-04-16:/blog/incident-response-runbook</id>
    <link href="https://nexcur.ai/blog/incident-response-runbook.html" />
    <updated>2026-04-16T00:00:00Z</updated>
    <published>2026-04-16T00:00:00Z</published>
    <category term="Security" />
    <author><name>the operator</name></author>
    <summary>Template plus how Claude shortens the write-up without hiding the decisions that matter.</summary>
  </entry>

  <entry>
    <title>Prompt caching changed our unit economics</title>
    <id>tag:nexcur.ai,2026-04-15:/blog/prompt-caching-unit-economics</id>
    <link href="https://nexcur.ai/blog/prompt-caching-unit-economics.html" />
    <updated>2026-04-15T00:00:00Z</updated>
    <published>2026-04-15T00:00:00Z</published>
    <category term="Applied AI" />
    <author><name>the operator</name></author>
    <summary>When a 140 page handbook is generated against the same 20k token context forty times, the cache pays for the whole engagement. Break-even math with numbers.</summary>
  </entry>

  <entry>
    <title>The llms.txt discipline</title>
    <id>tag:nexcur.ai,2026-04-14:/blog/llms-txt-discipline</id>
    <link href="https://nexcur.ai/blog/llms-txt-discipline.html" />
    <updated>2026-04-14T00:00:00Z</updated>
    <published>2026-04-14T00:00:00Z</published>
    <category term="SEO and GEO" />
    <author><name>the operator</name></author>
    <summary>Most llms.txt files in the wild are empty, stale, or marketing copy. The six-section structure and quarterly review discipline that makes the file useful.</summary>
  </entry>

  <entry>
    <title>OWASP LLM Top 10 as audit checks</title>
    <id>tag:nexcur.ai,2026-04-12:/blog/owasp-llm-top-10-audit-checks</id>
    <link href="https://nexcur.ai/blog/owasp-llm-top-10-audit-checks.html" />
    <updated>2026-04-12T00:00:00Z</updated>
    <published>2026-04-12T00:00:00Z</published>
    <category term="Security" />
    <author><name>the operator</name></author>
    <summary>Two concrete audit checks per OWASP LLM Top 10 category. Runnable by a security lead who does not need to become an AI researcher.</summary>
  </entry>

  <entry>
    <title>The operator-to-senior ratio that works</title>
    <id>tag:nexcur.ai,2026-04-11:/blog/operator-senior-ratio</id>
    <link href="https://nexcur.ai/blog/operator-senior-ratio.html" />
    <updated>2026-04-11T00:00:00Z</updated>
    <published>2026-04-11T00:00:00Z</published>
    <category term="Economics of shipping" />
    <author><name>the operator</name></author>
    <summary>The inverted pyramid of AI-native consulting delivery, and the failure mode to avoid.</summary>
  </entry>

  <entry>
    <title>The handbook thesis, defended</title>
    <id>tag:nexcur.ai,2026-04-10:/blog/handbook-thesis-defended</id>
    <link href="https://nexcur.ai/blog/handbook-thesis-defended.html" />
    <updated>2026-04-10T00:00:00Z</updated>
    <published>2026-04-10T00:00:00Z</published>
    <category term="Applied AI" />
    <author><name>the operator</name></author>
    <summary>Why we ship a long-form document at the end of every engagement, and why the slide deck is about to die as a consulting artifact.</summary>
  </entry>

  <entry>
    <title>Why we stopped writing one-shot prompts</title>
    <id>tag:nexcur.ai,2026-04-08:/blog/stopped-writing-one-shot-prompts</id>
    <link href="https://nexcur.ai/blog/stopped-writing-one-shot-prompts.html" />
    <updated>2026-04-08T00:00:00Z</updated>
    <published>2026-04-08T00:00:00Z</published>
    <category term="Applied AI" />
    <author><name>the operator</name></author>
    <summary>Every deliverable runs through four stages now: draft, self-critique, human edit, eval. How we broke the pipeline apart.</summary>
  </entry>

  <entry>
    <title>Retainer vs sprint: picking the right shape</title>
    <id>tag:nexcur.ai,2026-04-05:/blog/retainer-vs-sprint</id>
    <link href="https://nexcur.ai/blog/retainer-vs-sprint.html" />
    <updated>2026-04-05T00:00:00Z</updated>
    <published>2026-04-05T00:00:00Z</published>
    <category term="Economics of shipping" />
    <author><name>the operator</name></author>
    <summary>The decision tree we use to pick between retainer and sprint at the top of every sales conversation.</summary>
  </entry>

  <entry>
    <title>The pentest report is a literary form, and most of them are bad</title>
    <id>tag:nexcur.ai,2026-04-03:/blog/pentest-report-literary-form</id>
    <link href="https://nexcur.ai/blog/pentest-report-literary-form.html" />
    <updated>2026-04-03T00:00:00Z</updated>
    <published>2026-04-03T00:00:00Z</published>
    <category term="Security" />
    <author><name>the operator</name></author>
    <summary>A taxonomy of why inherited pentest reports fail both executives and engineers, and what Claude specifically changes about the form.</summary>
  </entry>

  <entry>
    <title>We measured share of answer for 400 queries across 4 LLMs</title>
    <id>tag:nexcur.ai,2026-03-28:/blog/share-of-answer-400-queries</id>
    <link href="https://nexcur.ai/blog/share-of-answer-400-queries.html" />
    <updated>2026-03-28T00:00:00Z</updated>
    <published>2026-03-28T00:00:00Z</published>
    <category term="SEO and GEO" />
    <author><name>the operator</name></author>
    <summary>A structural audit of what actually gets cited in Claude, ChatGPT, Perplexity, and Gemini answers. Data, not theory. Includes the raw export.</summary>
  </entry>

  <entry>
    <title>Billing hourly in 2026 is a moral hazard</title>
    <id>tag:nexcur.ai,2026-03-22:/blog/hourly-billing-moral-hazard</id>
    <link href="https://nexcur.ai/blog/hourly-billing-moral-hazard.html" />
    <updated>2026-03-22T00:00:00Z</updated>
    <published>2026-03-22T00:00:00Z</published>
    <category term="Economics of shipping" />
    <author><name>the operator</name></author>
    <summary>When an operator plus Claude can do a week of classical consulting work in a day, the hourly rate incentivizes slower delivery.</summary>
  </entry>

  <entry>
    <title>Extended thinking is a research budget, not a default</title>
    <id>tag:nexcur.ai,2026-03-14:/blog/extended-thinking-research-budget</id>
    <link href="https://nexcur.ai/blog/extended-thinking-research-budget.html" />
    <updated>2026-03-14T00:00:00Z</updated>
    <published>2026-03-14T00:00:00Z</published>
    <category term="Applied AI" />
    <author><name>the operator</name></author>
    <summary>Extended thinking is expensive compute. Treat it like any research budget: spend it where the return is visible, leave it off everywhere else.</summary>
  </entry>

  <entry>
    <title>The IAM attack path every Series A has</title>
    <id>tag:nexcur.ai,2026-03-07:/blog/iam-attack-path-series-a</id>
    <link href="https://nexcur.ai/blog/iam-attack-path-series-a.html" />
    <updated>2026-03-07T00:00:00Z</updated>
    <published>2026-03-07T00:00:00Z</published>
    <category term="Security" />
    <author><name>the operator</name></author>
    <summary>The root-to-production path that shows up at 70 percent of Series A SaaS we audit, and the three links in the chain that close it.</summary>
  </entry>

  <entry>
    <title>Citations are the new backlinks</title>
    <id>tag:nexcur.ai,2026-02-28:/blog/citations-new-backlinks</id>
    <link href="https://nexcur.ai/blog/citations-new-backlinks.html" />
    <updated>2026-02-28T00:00:00Z</updated>
    <published>2026-02-28T00:00:00Z</published>
    <category term="SEO and GEO" />
    <author><name>the operator</name></author>
    <summary>For fifteen years the link graph was the currency of SEO. In the answer-engine era, the currency is the citation. The economics are not the same.</summary>
  </entry>

  <entry>
    <title>The consulting firm P&amp;L that Claude rewrites</title>
    <id>tag:nexcur.ai,2026-02-21:/blog/consulting-firm-pnl</id>
    <link href="https://nexcur.ai/blog/consulting-firm-pnl.html" />
    <updated>2026-02-21T00:00:00Z</updated>
    <published>2026-02-21T00:00:00Z</published>
    <category term="Economics of shipping" />
    <author><name>the operator</name></author>
    <summary>Every line of the P&amp;L shifts when the model is a team member. Revenue, cost, and margin reconsidered.</summary>
  </entry>

  <entry>
    <title>The templates that survive a model upgrade</title>
    <id>tag:nexcur.ai,2026-02-14:/blog/templates-survive-model-upgrade</id>
    <link href="https://nexcur.ai/blog/templates-survive-model-upgrade.html" />
    <updated>2026-02-14T00:00:00Z</updated>
    <published>2026-02-14T00:00:00Z</published>
    <category term="Applied AI" />
    <author><name>the operator</name></author>
    <summary>The principles that kept 80 percent of our template library intact across six Claude versions, and the two reasons the other 20 percent broke.</summary>
  </entry>

  <entry>
    <title>Claude is not a pentester. A pentester with Claude is.</title>
    <id>tag:nexcur.ai,2026-02-07:/blog/claude-is-not-a-pentester</id>
    <link href="https://nexcur.ai/blog/claude-is-not-a-pentester.html" />
    <updated>2026-02-07T00:00:00Z</updated>
    <published>2026-02-07T00:00:00Z</published>
    <category term="Security" />
    <author><name>the operator</name></author>
    <summary>The line between Claude-generated and human-validated findings, and why vendors who hide the line are selling marketing as security.</summary>
  </entry>

  <entry>
    <title>Why we stopped chasing featured snippets</title>
    <id>tag:nexcur.ai,2026-01-31:/blog/stopped-chasing-featured-snippets</id>
    <link href="https://nexcur.ai/blog/stopped-chasing-featured-snippets.html" />
    <updated>2026-01-31T00:00:00Z</updated>
    <published>2026-01-31T00:00:00Z</published>
    <category term="SEO and GEO" />
    <author><name>the operator</name></author>
    <summary>Position zero was the optimization target for a decade. For most categories we work in, chasing it is now a waste of budget.</summary>
  </entry>

</feed>
