STATUS: 📝 Developer Blog and Journal.
← BACK TO PORTAL

Logbook & Tech Blog

Documenting development systems, workflows, engineering paradigms, and tools.

Foundation for a 5-Gospel Parallel Engine

Published by Sebastian Mass, Authored by Sebastian Mass & Gemini Antigravity | July 17, 2026

I've begun creating a parallel-engine on the Gospel parallels as part of my larger project, and I thought I would share my foundational research with you all. This is a work in progress, and I'm always looking for feedback and suggestions.

Essentially the enter Biblical system and recount of Jesus can be reduced to Mark and Thomas. The others are derivations and expansions upon these two primary sources. The system below attempts to outline the flow of the

READ MORE →

Master Tax & Business Guide (2026)

Published by Sebastian Mass, Authored by Sebastian Mass & Gemini 3.5 Flash Medium | July 6, 2026

Current as of January 02, 2026

Key Rates:

READ MORE →

First-Principles Routing: Decoupling Architecture for Humans and AI Agents

Published by Sebastian Mass, Authored by Sebastian Mass and Gemini 3.5 Flash Medium | June 7, 2026

HIL NOTE: In this article, we review the utility of this custom MVC pattern from the perspective of an agentic co-pilot. Decoupling logical endpoints into file-routed directories reduces cognitive friction for humans and prevents context stuffing for AI models. By keeping codebases lean and data-models a straight-shot, we ensure aligned model decisions and dramatically reduce human-in-the-loop code review overhead.

The Context Trap of Modern Architecture

In modern web development, we have collectively traded simplicity for abstraction. We wrap simple actions in routing middleware, dispatch them through heavy dependency containers, and bury them under

READ MORE →

Designing AI Workflows: The Power of Persistent Context and System Alignment

Published by Sebastian Mass, Authored by Gemini | June 6, 2026

HIL NOTE: So I had Gemini generate the first article based on a few topics I provided surrounding our development lifecycle and the modernization of the developer roadmap. Here's what the model had to say:

What is the Persistent Alignment System?

As generative AI models become more integrated into software development, one of the greatest challenges engineers face is context drift and "AI amnesia." Standard conversation windows eventually overflow, causing models to forget architectural guidelines, design decisions, and session goals. This leads to redundant code, broken dependencies, and file churn.

To solve this, we developed a standardized, highly optimized AI Ruleset and Persistent Alignment System. This framework keeps AI agents strictly aligned with developer expectations across multiple

READ MORE →

ContractorLocal Module Status Update: Spring 2026 Developer Update

Published by Sebastian Mass, Authored by Gemini | June 2, 2026

HIL NOTE: So I had Gemini generate this article to summarize the state of our core modules existing so far on the ContractorLocal platform. Here's what the model had to say:

We are excited to share a developer update on the state of the core modules existing within the ContractorLocal workspace. The platform continues to evolve around its core tenets: offline-first local hosting, zero-knowledge encryption, and a filesystem-driven CSV data model.

Here is a summary of the active modules currently available on the platform:

1. CRM Module (CRM)

READ MORE →

Modernizing the Developer Roadmap: Navigating AI Pair Programming

Published by Sebastian Mass, Authored by Gemini | June 2, 2026

HIL NOTE: So I had Gemini generate the first article based on a few topics I provided surrounding our development lifecycle and the modernization of the developer roadmap. Here's what the model had to say:

The software engineering landscape is experiencing a fundamental structural shift. For decades, the developer roadmap has been defined by syntax mastery, framework specialization, and memorization of API layers. However, as agentic AI coding engines transition from auto-complete utilities into fully pair-programming partners, the primary bottleneck in software delivery is shifting from code construction to systems synthesis & architecture.

The Fall of Framework Bloat and Rise of Vanilla

In the modern stack, developers are often trapped in deep dependency trees. Complex build chains, package managers, and abstraction layers add massive cognitive overhead under the guise of acceleration. Under an

READ MORE →