<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Technical documentation on AnankeNet</title><link>/docs/</link><description>Recent content in Technical documentation on AnankeNet</description><generator>Hugo</generator><language>en</language><atom:link href="/docs/index.xml" rel="self" type="application/rss+xml"/><item><title>Information layers</title><link>/docs/information-layers/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/docs/information-layers/</guid><description>&lt;p>AnankeNet keeps six information layers separate. Each layer has a different source, meaning, and level of certainty.&lt;/p>
&lt;table>
 &lt;thead>
 &lt;tr>
 &lt;th>Layer&lt;/th>
 &lt;th>Meaning&lt;/th>
 &lt;th>Must not be presented as&lt;/th>
 &lt;/tr>
 &lt;/thead>
 &lt;tbody>
 &lt;tr>
 &lt;td>Evidence&lt;/td>
 &lt;td>Preserved source material and its recorded origin&lt;/td>
 &lt;td>An analytical conclusion&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>Observation&lt;/td>
 &lt;td>A fact extracted directly from evidence&lt;/td>
 &lt;td>A probabilistic inference&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>Derived&lt;/td>
 &lt;td>A value calculated from observations&lt;/td>
 &lt;td>A source fact&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>Analysis&lt;/td>
 &lt;td>An explainable signal or relationship&lt;/td>
 &lt;td>Proof of intent or conduct&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>Hypothesis&lt;/td>
 &lt;td>A possible explanation requiring review&lt;/td>
 &lt;td>An established conclusion&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>Human review&lt;/td>
 &lt;td>An accountable assessment of the record&lt;/td>
 &lt;td>Automatic ground truth&lt;/td>
 &lt;/tr>
 &lt;/tbody>
&lt;/table>
&lt;h2 id="why-the-distinction-matters">Why the distinction matters&lt;/h2>
&lt;p>A numerical score can appear precise while remaining uncertain. A relationship can be real while its meaning is unknown. A hypothesis can be useful while still being wrong.&lt;/p></description></item><item><title>Evidence integrity</title><link>/docs/evidence-integrity/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/docs/evidence-integrity/</guid><description>&lt;p>Evidence preservation has priority over analytical sophistication. Analysis can be repeated; an original source that has been overwritten cannot be recovered with the same confidence.&lt;/p>
&lt;h2 id="preservation-sequence">Preservation sequence&lt;/h2>
&lt;p>The public integrity contract is straightforward:&lt;/p>
&lt;ol>
&lt;li>capture lawfully accessible public material;&lt;/li>
&lt;li>record its source and canonical UTC capture time;&lt;/li>
&lt;li>calculate a cryptographic digest;&lt;/li>
&lt;li>seal the original representation;&lt;/li>
&lt;li>analyze a separate copy or derived representation;&lt;/li>
&lt;li>verify integrity before review or export.&lt;/li>
&lt;/ol>
&lt;p>SHA-256 is the default digest for captured artifacts. A digest can make later modification detectable, but it does not prove that the original source was true or that collection was authorized.&lt;/p></description></item><item><title>Provenance and audit</title><link>/docs/provenance/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/docs/provenance/</guid><description>&lt;p>Provenance answers a simple question: &lt;strong>where did this value come from?&lt;/strong>&lt;/p>
&lt;p>For an important record, a reviewer should be able to determine:&lt;/p>
&lt;ul>
&lt;li>when and from where the underlying material was collected;&lt;/li>
&lt;li>whether a value was observed, calculated, analyzed, or hypothesized;&lt;/li>
&lt;li>which component and version produced it;&lt;/li>
&lt;li>which earlier records it depends on;&lt;/li>
&lt;li>whether the underlying evidence still verifies;&lt;/li>
&lt;li>what actions were taken, when, and by whom.&lt;/li>
&lt;/ul>
&lt;h2 id="append-only-history">Append-only history&lt;/h2>
&lt;p>Important actions create new audit events. Historical events are not silently rewritten. Corrections are represented as later events that identify what they correct, preserving the earlier record and the reason for change.&lt;/p></description></item><item><title>Analysis and uncertainty</title><link>/docs/analysis-and-uncertainty/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/docs/analysis-and-uncertainty/</guid><description>&lt;p>Analytical output should help a reviewer understand why something may deserve attention. It must not turn an anomaly into an accusation.&lt;/p>
&lt;h2 id="explain-the-components">Explain the components&lt;/h2>
&lt;p>A significant analytical result should preserve the individual observations and derived signals that contributed to it. An unexplained number is not enough.&lt;/p>
&lt;p>The public contract requires output to show:&lt;/p>
&lt;ul>
&lt;li>the relevant source and observation references;&lt;/li>
&lt;li>the analytical component and version;&lt;/li>
&lt;li>the reasons contributing to the result;&lt;/li>
&lt;li>known limitations and missing information;&lt;/li>
&lt;li>uncertainty or confidence where meaningful;&lt;/li>
&lt;li>the fact that human review is required.&lt;/li>
&lt;/ul>
&lt;h2 id="context-changes-meaning">Context changes meaning&lt;/h2>
&lt;p>An unusual value is meaningful only relative to suitable context. A price, phrase, image, timing pattern, or relationship cannot carry the same meaning across every category, region, period, or source.&lt;/p></description></item><item><title>Reproducibility</title><link>/docs/reproducibility/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/docs/reproducibility/</guid><description>&lt;p>A reviewer may need to understand an old result after software, configurations, or models have changed. Reproducibility begins by recording the context that influenced interpretation.&lt;/p>
&lt;h2 id="interpretation-record">Interpretation record&lt;/h2>
&lt;p>Where relevant, analytical output records:&lt;/p>
&lt;ul>
&lt;li>component, model, or method name;&lt;/li>
&lt;li>exact version;&lt;/li>
&lt;li>configuration and threshold version identifiers;&lt;/li>
&lt;li>schema and dataset versions;&lt;/li>
&lt;li>prompt identifiers and versions when language models are involved;&lt;/li>
&lt;li>processing timestamp;&lt;/li>
&lt;li>code revision;&lt;/li>
&lt;li>stochastic seed when practical.&lt;/li>
&lt;/ul>
&lt;h2 id="comparable-does-not-mean-identical">Comparable does not mean identical&lt;/h2>
&lt;p>Scores produced by different versions are not assumed to be directly comparable. A changed model, baseline, configuration, or input population can change the meaning of a number even when its scale appears unchanged.&lt;/p></description></item><item><title>Human review</title><link>/docs/human-review/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/docs/human-review/</guid><description>&lt;p>Human review is not a decorative final step. It is the point where an accountable person examines the source, reasoning, limitations, and uncertainty before assigning meaning.&lt;/p>
&lt;h2 id="what-reviewers-need">What reviewers need&lt;/h2>
&lt;p>A useful review record should make it possible to inspect:&lt;/p>
&lt;ul>
&lt;li>preserved source material and integrity status;&lt;/li>
&lt;li>source and capture metadata;&lt;/li>
&lt;li>observations and normalized values;&lt;/li>
&lt;li>individual analytical signals and their provenance;&lt;/li>
&lt;li>related public observations where relevant;&lt;/li>
&lt;li>analytical component and version information;&lt;/li>
&lt;li>missing information and uncertainty;&lt;/li>
&lt;li>earlier decisions and correction history.&lt;/li>
&lt;/ul>
&lt;h2 id="disagreement-is-part-of-the-design">Disagreement is part of the design&lt;/h2>
&lt;p>Reviewers must be able to disagree with analytical output, record an unknown or insufficient-data result, explain their rationale, and correct an earlier decision without erasing history.&lt;/p></description></item><item><title>Publication boundary</title><link>/docs/publication-boundary/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/docs/publication-boundary/</guid><description>&lt;p>Transparency is important, but publishing operational detection knowledge or protected material could create security, privacy, and investigative risks. The public site therefore documents principles, contracts, limitations, and status—not sensitive internals.&lt;/p>
&lt;h2 id="appropriate-for-publication">Appropriate for publication&lt;/h2>
&lt;ul>
&lt;li>research purpose and current status;&lt;/li>
&lt;li>evidence-first architecture principles;&lt;/li>
&lt;li>distinctions between facts, calculations, analysis, and hypotheses;&lt;/li>
&lt;li>integrity, provenance, audit, and reproducibility requirements;&lt;/li>
&lt;li>explainability and human-review requirements;&lt;/li>
&lt;li>known high-level limitations and external approval needs;&lt;/li>
&lt;li>public website privacy and security information.&lt;/li>
&lt;/ul>
&lt;h2 id="not-appropriate-for-publication">Not appropriate for publication&lt;/h2>
&lt;ul>
&lt;li>collector or parser implementation details;&lt;/li>
&lt;li>platform weaknesses or source-specific operational behavior;&lt;/li>
&lt;li>detection rules, active indicators, thresholds, weights, or signal combinations;&lt;/li>
&lt;li>internal prompts that influence operational analysis;&lt;/li>
&lt;li>operational datasets, evidence, source captures, or case material;&lt;/li>
&lt;li>personal information or investigative leads;&lt;/li>
&lt;li>internal governance, authorization, or legal working documents;&lt;/li>
&lt;li>credentials, private infrastructure details, or repository metadata.&lt;/li>
&lt;/ul>
&lt;h2 id="no-approval-by-implication">No approval by implication&lt;/h2>
&lt;p>Documentation must not describe a proposed collaboration, pilot, authorization, external review, or operational capability as if it already exists. Unknown and not assessed remain valid—and necessary—public statements.&lt;/p></description></item></channel></rss>