Papers

What we found, written down

Reports and research from the team building Aisty: cost models, audit and assurance, isolation architecture, and what the regulation actually asks for. Working notes, with the numbers attached.

27 August 2026Aisty

The AI Incident Timeline: Fifteen Failures, One Shape

A dated record of AI security incidents from 2023 to 2026. Prompt injection, data exfiltration, rogue agents, misconfiguration. The pattern is not a series of outliers. It is the baseline, and it is accelerating.

  • AI Security
  • Prompt Injection
  • Data Exfiltration
  • Agentic AI
  • Incident Timeline
29 July 2026Aisty

Long-Context Degradation

Effective context length under literal retrieval, semantic retrieval, multi-hop reasoning, conflict resolution, and grounded long-form generation.

  • Context
  • Performance
1 July 2026Joseph Howard

Focus-Guided Transformers: Selective Context Attention for Efficient Code-Agent Reasoning

Large language models deployed as coding agents must process increasingly large codebase contexts, but standard autoregressive attention scales quadratically with sequence length. We introduce the Focus-Guided Transformer, which augments pretrained decoder-only models with a lightweight structural attention mechanism over code-context chunks, achieving 70–91% context reduction while maintaining or improving answer quality on 67% of coding-agent queries.

  • Attention
  • Code Agents
  • Efficiency
27 May 2026Joseph Howard

CODA: Concept-Operation Decoupled Architecture for Knowledge-Transparent Reasoning

CODA is a neural architecture that cleanly separates reasoning operations from factual knowledge. Knowledge lives in an external, structured memory that can be swapped at inference time without retraining. With memory the model reaches 63.7% accuracy against a 3.8% random baseline; without it, accuracy collapses to 1.4%. Swapping between two entirely different knowledge bases leaves performance identical at 87.5%, confirming that the weights encode only reasoning operations.

  • Architecture
  • Memory
  • Reasoning