Daily Archives: January 1, 2026

The Hidden Costs of Masking: What Research and Autistic Voices Reveal

This article explores the hidden psychological, physical, and social costs of autistic masking, drawing on current research and lived experience. Combining academic insight with personal anecdotes, it examines how masking impacts wellbeing, identity, and burnout, and argues that masking is not an individual adaptation but a response to structural neurotypical norms and inequality embedded in modern social and professional life.

Continue reading

Temporal RAG: Retrieving “State as Known on Date X” for LLMs in Financial Services

This article explains why standard Retrieval-Augmented Generation (RAG) silently corrupts history in Financial Services by answering past questions with present-day truth. It introduces Temporal RAG: a regulator-defensible retrieval pattern that conditions every query on an explicit as_of timestamp and retrieves only from Point-in-Time (PIT) slices governed by SCD2 validity, precedence rules, and repair policies. Using concrete implementation patterns and audit reconstruction examples, it shows how to make LLM retrieval reproducible, evidential, and safe for complaints, remediation, AML, and conduct-risk use cases.

Continue reading