Archive

Research notes by date.

Securing Data in Use: Hardware-Rooted Trust for Confidential AI

An architecture review of confidential AI systems that protect sensitive data during computation using hardware-rooted trust, trusted execution environments, remote attestation, encrypted model delivery, and policy-based key management.

Security Architecture

RAG-Driven Cyberdeception: Building High-Fidelity Adaptive Honeypots

An architecture review of using Retrieval-Augmented Generation (RAG) to build adaptive cyberdeception platforms that generate realistic responses, synthetic assets, and high-fidelity interaction telemetry without exposing production environments.

Security Architecture

Building a Zero-Database Flat-File Publishing Platform with Flask

Designing a lightweight publishing platform does not always require a database or content management system. This article explores a flat-file architecture using Flask, Markdown, and in-memory caching to build a fast, maintainable engineering publication.

Python Systems