OSIIX Library

Library

OSIIX Library catalogs research reports, books and learning material, practical guides, and case studies and engineering notes. It organizes knowledge from actual investigation, verification, development, and operations so you can discover it by material type.

Research Reports

Research Report · V2 Full Report / Brief

Ransomware Frontline Report V2

A research report that frames ransomware not simply as encryption malware, but as an organizational risk combining intrusion, credential abuse, control of administrative privileges, lateral movement, data theft, recovery disruption, business interruption, and extortion. The Full Report and Brief are available in both English and Japanese.

Learning Resources

Book Overview

Backup / Recovery / Archive Fundamentals

An English overview of Backup / Recovery / Archive Fundamentals. English Chapter 1 and Chapter 2 remain available.

Version 1 · English / 日本語

AI Fundamentals for AI-Assisted Development

A learning resource that organizes the AI fundamentals most relevant to AI-assisted development, including models, generation, observability, RAG, and verification.

Guides

Operational proposal

Four Boundaries to Check When Handing Off AI-Assisted Development Work

A practical framework for resuming work without mixing up projects, Git, local worktrees, or approval states by keeping the target, evidence, execution path, and approval boundaries distinct.

Technical guide / implementation note

Safety Harness for AI-Assisted Git Operations

A Safety Harness that checks the Repository Root, Write Set, Stage Set, Branch, push destination, and Secret Scan before execution, and stops when the observed state differs from expectations.

Case Studies & Engineering Notes

Case study

When AI Can't Read a Website

A troubleshooting record that separates website-side issues from AI-side fetch controls

Case study

Why AI Sometimes Reaches an Unintended Outcome

An examination of how AI can satisfy an instruction yet still reach an outcome the human did not want, and a practical proposal to compare candidate success states before planning.

Development record

The Read-Only Boundary

A record of trial and error building a security monitoring platform with AI assistance: contract-driven architecture, the read-only boundary, Producer/Consumer separation, and how UNKNOWN is handled.

Development record

What Does a Raw Hash Mismatch Mean? — Repository Normalization and Agent Semantics Are Different Problems

A development record that reframes CRLF/LF raw hash mismatches as a missing Agent interpretation contract rather than a Repository normalization problem — including how an initial hypothesis was disproved by a Git history investigation, and the minimal contract adopted instead.

Development record

Designing and Implementing Change Boundaries When Integrating an Existing Web Tool into Another Site

A development record examining, through a real integration case, where to place the change boundary when incorporating an existing web tool into another site. It also covers the idea of validating application health and public-route health separately.

Case study

When Correction Triggers Over-Correction: Recovery Scope Control in AI-Assisted Development

A qualitative case study drawing on development and operations records that remain traceable to their source repositories and commit history — examining two independent evaluation axes, Scope Boundary and Verification Boundary, through a bounded recovery outcome, a case where a proposal's scope expanded, and a record that shows where the Verification Boundary should be drawn.

Operational case study

Should a Growing AGENTS.md Be Trimmed? — Change Decisions from an Audit of 29 Files

A read-only review of 29 AGENTS.md files across 22 repositories, showing why line count and shared text alone did not justify changing any of them.

Case study

Disambiguating Execution Failures in the Windows Codex CLI

A practitioner case study of two Windows Codex CLI execution failures, separating process-creation denial from resource-authorization denial through evidence-preserving investigation.

Case study

Designing AI Agent Verification Scope Around Failure Cost

A case study contrasting two website-operation cases by stage, reversibility, blast radius, and failure cost, while preserving the limits of the available evidence.

About the guide

This guide presents methods mars70 tried while using AI in a personal development environment. It is not a general standard or the only correct approach, but one example to adapt to your own environment. AI assistance was used for wording and layout.