No description
  • Python 97%
  • Shell 3%
Find a file
2026-08-26 00:15:49 +00:00
.obsidian more 2026-08-02 16:29:45 +02:00
raw ingest: 2026-08-26, 7 reddit + 2 x + 0 docs sources 2026-08-26 00:15:49 +00:00
state ingest: 2026-08-26, 7 reddit + 2 x + 0 docs sources 2026-08-26 00:15:49 +00:00
templates Set up LLM-maintained wiki for NovelAI image generation 2026-08-02 11:39:31 +02:00
tools backfill: enrich all 34 RSS stubs + collect 156 new posts with v3 JSON 2026-08-07 00:57:53 +00:00
wiki ingest: 2026-08-26, 7 reddit + 2 x + 0 docs sources 2026-08-26 00:15:49 +00:00
.gitignore Set up LLM-maintained wiki for NovelAI image generation 2026-08-02 11:39:31 +02:00
CLAUDE.md wiki: enforce change principle — remove redundant activity-log bloat 2026-08-13 10:47:33 +00:00
index.md ingest: 2026-08-26, 7 reddit + 2 x + 0 docs sources 2026-08-26 00:15:49 +00:00
llm-wiki.md added llm text 2026-08-02 11:09:57 +02:00
log.md ingest: 2026-08-26, 7 reddit + 2 x + 0 docs sources 2026-08-26 00:15:49 +00:00
README.md Set up LLM-maintained wiki for NovelAI image generation 2026-08-02 11:39:31 +02:00

novelai-news

An LLM-maintained knowledge base about NovelAI image generation — prompting, sampling, features, pricing, and news — built on the pattern described in llm-wiki.md.

Scope: NAI Diffusion V4.5 and newer. Older models are deliberately excluded; the current model's behaviour is stated directly rather than narrated as version history. wiki/models/legacy-models.md is the entire pre-history, kept only because most NovelAI advice online was written for V3 and is quietly wrong today.

The wiki is written and maintained by an LLM agent. You curate sources, ask questions, and decide what matters; the agent does the reading, filing, cross-referencing, and bookkeeping.

Layout

CLAUDE.md      the schema — how the agent operates on the wiki. Read this first.
index.md       catalog of every page
log.md         chronological record of every ingest, query, and lint
raw/           archived source documents (immutable)
wiki/          the knowledge base itself
templates/     page templates
tools/         wikilint.py (health check), wsearch.sh (search)

Reading it

Start at wiki/overview.md. Open the repo as an Obsidian vault to get graph view, backlinks, and unresolved-link highlighting — pages use [[wikilinks]].

Using it

Talk to the agent in this directory:

Say What happens
ingest <url> Fetches, archives to raw/, summarizes, and propagates across the wiki
what's new Searches for news since the latest entry in wiki/timeline.md
any question Answers from the wiki, with citations and honest confidence
verify <page> Hunts sources for that page's (unverified) claims and resolves them
lint the wiki Health check: broken links, orphans, contradictions, stale claims

Trust model

Every claim on a page is either cited to a source in raw/ or marked (unverified).

The wiki is currently 100% seeded — every page was written from the LLM's prior knowledge (May 2026 cutoff) and nothing has been checked against a real source. Pages marked status: seeded carry a banner saying so. They are a starting scaffold, not a reference: dates, prices, and syntax in particular should be assumed wrong until verified.

wiki/open-questions.md ranks what to verify first. The largest gap is everything after mid-2025 — including whether V4.5 is still the current model.

Health check

python3 tools/wikilint.py