Open Access. Powered by Scholars. Published by Universities.®
- Publication Year
- File Type
Articles 991 - 1020 of 11790
Full-Text Articles in Entire DC Network
Hold-Then-Release Safety-Gated Streaming With Dual-Lane Classification And Abuse-Sample Harvesting For Anonymous Public Llm Surfaces, Gustavo Matthew Assuncao
Hold-Then-Release Safety-Gated Streaming With Dual-Lane Classification And Abuse-Sample Harvesting For Anonymous Public Llm Surfaces, Gustavo Matthew Assuncao
Defensive Publications Series
This defensive publication discloses a runtime architecture for anonymous, unauthenticated public large-language-model (LLM) surfaces — the "ask a question" box on a marketing website, a public demo endpoint, an embedded help widget — that simultaneously preserves token-by-token streaming user experience and enforces an absolute zero-leak output-safety guarantee. The core mechanism is hold-then-release: the final model answer is streamed from the inference backend into an in-process delta buffer and is never forwarded to the client during generation; output safety executes against the fully assembled answer text; only a clean (or explicitly flagged-but-tolerated) verdict causes the buffered deltas to be replayed to …
Generalized Transaction-Local Provenance-Marker Single-Writer Column Enforcement With Co-Designed Forgery Scanner And Non-Vacuity Red-Team, Gustavo Matthew Assuncao
Generalized Transaction-Local Provenance-Marker Single-Writer Column Enforcement With Co-Designed Forgery Scanner And Non-Vacuity Red-Team, Gustavo Matthew Assuncao
Defensive Publications Series
This document discloses, enables, and dedicates to the public a generalized database-integrity primitive together with its co-designed hardening. The primitive makes a protected state column writable only by a transaction that has, within the same transaction, appended a matching row to an append-only decision log. The linkage is realized without any application-level privilege: an AFTER INSERT trigger on the log writes a transaction-local marker (PostgreSQL setconfig(..., TRUE)) encoding the exact subject tuple and outcome just logged, delimited by the ASCII Unit Separator (chr(31)); a BEFORE UPDATE guard on the protected column raises an exception unless a same-transaction marker exists whose …
Self-Converging Multi-Ledger Migration Runner With Ambiguity-Preserving Collision Re-Application, Gustavo Matthew Assuncao
Self-Converging Multi-Ledger Migration Runner With Ambiguity-Preserving Collision Re-Application, Gustavo Matthew Assuncao
Defensive Publications Series
This publication discloses, enables, and dates a schema-migration runner whose defining property is self-convergence under ledger drift. Established migration tools — Flyway, Liquibase, Alembic, Rails ActiveRecord, Django — model migration history as a single authoritative table and treat any divergence between that table and the on-disk migration set as an error state that halts deployment or demands a manual repair/stamp/clearCheckSums intervention. The disclosed runner instead computes the applied set as the union of multiple heterogeneous ledgers (a canonical full-filename ledger, zero or more legacy full-filename ledgers, and a numeric-only hand-applied ledger), and treats a specific class of drift — a …
Declarative Ai-Persona Lifecycle As Kubernetes Custom Resources With Cognitive-Queue-Driven Autoscaling, Gustavo Matthew Assuncao
Declarative Ai-Persona Lifecycle As Kubernetes Custom Resources With Cognitive-Queue-Driven Autoscaling, Gustavo Matthew Assuncao
Defensive Publications Series
This publication discloses, with enabling detail, a Kubernetes-native control-plane pattern for operating fleets of long-lived, autonomous AI personas as declarative infrastructure. Each persona's cognitive lifecycle — the enablement of its cognitive loop, the interval of that loop, its per-day and per-request token budgets, its granted tool set, and the business domains it may act within — is expressed in the spec of an AIOSPersona Custom Resource. A dedicated operator continuously reconciles observed runtime signals into the resource's status subresource, which carries a five-state lifecycle machine — Dormant → Booting → Active → Dreaming → Suspended — together with two live …
Parallel Multi-Persona Deliberation With A Measured-Token Circuit Breaker And Degrade-To-Best-Single, Gustavo Matthew Assuncao
Parallel Multi-Persona Deliberation With A Measured-Token Circuit Breaker And Degrade-To-Best-Single, Gustavo Matthew Assuncao
Defensive Publications Series
This document discloses, as public prior art, an orchestration mechanism that consults the top-N ranked personas (or agents) of a multi-agent AI system concurrently, and then decides whether to execute a costly downstream synthesis stage on the basis of the actual number of prompt and completion tokens the parallel round has already consumed — a quantity measured after the calls return, not estimated before they are issued. Each per-persona consultation runs under an independent Promise.race deadline; a failed or timed-out consultation resolves to a structured, zero-token record rather than throwing, so the orchestrator can always compute a complete per-persona ledger. …
Taint-Triggered Turn-Scoped Tool Downgrade With Attachment-To-Execution Provenance Audit, Gustavo Matthew Assuncao
Taint-Triggered Turn-Scoped Tool Downgrade With Attachment-To-Execution Provenance Audit, Gustavo Matthew Assuncao
Defensive Publications Series
This document discloses, and thereby places into the public domain as enabling prior art, a mechanism that contains prompt-injection-to-remote-code-execution in tool-using AI agents that accept untrusted document and image attachments. The core control is turn-granular: any conversational turn that introduces a new untrusted attachment is automatically downgraded to read/vision-only for that turn alone — the mutating tools (writefile, editfile, generatefile, runcommand) are hard-denied regardless of the caller's role, and re-enabled automatically on the next attachment-free turn. Three further specifics harden the loop: (1) the untrusted-content taint envelope is re-applied on every history re-hydration, so a poisoned block can never shed …
Two-Clock Fail-Closed Entitlement Engine, Gustavo Matthew Assuncao
Two-Clock Fail-Closed Entitlement Engine, Gustavo Matthew Assuncao
Defensive Publications Series
Software licensing systems that support offline operation face a structural tension: the same cached credential that lets a product keep running during a licensor-side outage also lets a revoked customer keep running. Conventional stacks resolve this by coupling the cached-token lifetime to the grace window, producing a fail-open tail as long as the grace period — often days. This disclosure describes a two-clock, fail-closed entitlement engine that decouples the two concerns. An availability grace clock lives server-side on the activation row and is refreshed per heartbeat; a separate revocation clock is a signer-enforced offline-token TTL (≤24 hours) whose ceiling the …
Atomic Crypto-Shred With Trigger-Immutable Audit-Ledger Preservation And Machine-Verifiable Zero-Orphan-Pii Proof, Gustavo Matthew Assuncao
Atomic Crypto-Shred With Trigger-Immutable Audit-Ledger Preservation And Machine-Verifiable Zero-Orphan-Pii Proof, Gustavo Matthew Assuncao
Defensive Publications Series
This document discloses, enablingly and with dated priority, a database-layer mechanism that reconciles two requirements normally in direct tension: the data subject's right to erasure (GDPR Article 17; the COPPA parental deletion right for children's data) and the integrity of a trigger-enforced append-only audit ledger whose rows must never be updated or deleted. The mechanism performs, in one database transaction for one subject: (1) a crypto-shred of a per-subject key row — the key material is set to NULL while a keyref tombstone survives; (2) a manifest-driven purge of every plaintext PII surface, capturing each surface's row count before the …
Shadow-First Anomaly Ladder With Fail-Low Signals, Inversion-Proof Thresholds, And Would-Block Dual Recording, Gustavo Matthew Assuncao
Shadow-First Anomaly Ladder With Fail-Low Signals, Inversion-Proof Thresholds, And Would-Block Dual Recording, Gustavo Matthew Assuncao
Defensive Publications Series
This publication discloses, enables, and dates a mechanism for behavioral anomaly gating of autonomous software agents. The distinguishing subject is not the human user but the agent-channel capability exercise: an event in which a principal (a human or a non-human agent) invokes a named capability through a specific channel (an interactive UI, an email-driven command, a messaging bridge, a scheduled job). Six read-only behavioral signals are computed for each such event, each under a fail-LOW contract whereby any datastore error or absent history yields a zero sub-score, so a monitoring blind spot can never fabricate an anomaly. A pure, side-effect-free …
License-Anchored Llm Capability Governor With Ordinal Down-Only Route Clamp And Tri-Plane Enforcement, Gustavo Matthew Assuncao
License-Anchored Llm Capability Governor With Ordinal Down-Only Route Clamp And Tri-Plane Enforcement, Gustavo Matthew Assuncao
Defensive Publications Series
This publication discloses, in enabling detail, a License-Anchored LLM Capability Governor: a system that governs which large-language-model any principal (a human user or an autonomous persona/agent) may cause to run, by resolving exactly one entitlement lever — a license tier — into a concrete model, and then enforcing that resolution wherever a model can be selected. Resolution walks a fixed precedence (per-principal override → role-exception regex → license-to-tier map → legacy role map → global default) and passes through an ordinal capability ladder so that models become comparable, not merely listed. The resolved model is then clamped to the physical …
Capability-Gate-First Cost-Optimal Llm Task Router With Monotone Hard-Capability Taint, Dif-Fairness-Governed Escalation, And Cheapest-Allowed Self-Clamp, Gustavo Matthew Assuncao
Capability-Gate-First Cost-Optimal Llm Task Router With Monotone Hard-Capability Taint, Dif-Fairness-Governed Escalation, And Cheapest-Allowed Self-Clamp, Gustavo Matthew Assuncao
Defensive Publications Series
This document discloses, in enabling detail, a method and system for selecting, on a per-turn basis, which large language model (LLM) answers a given request in a multi-model deployment. The distinguishing property is that capability feasibility is a hard gate evaluated strictly before any cost or difficulty optimization, and a budget is structurally unable to override a capability-forced selection. A four-stage task assessor emits a set of required capability primitives (tooluse, vision, longcontext) under a monotone taint invariant: each later stage may raise, but never lower, a hard requirement detected by an earlier stage, while websearch is deliberately kept soft …
Fail-Closed, Persona-Scoped Dlp Egress Policy Engine With Classification-Conditional Provider Steering, Gustavo Matthew Assuncao
Fail-Closed, Persona-Scoped Dlp Egress Policy Engine With Classification-Conditional Provider Steering, Gustavo Matthew Assuncao
Defensive Publications Series
This document discloses, with sufficient detail to enable a person of ordinary skill in the art to build it, an egress data-loss-prevention (DLP) policy engine that decides what outbound text an autonomous AI system is permitted to transmit to third-party language-model providers. The engine's distinguishing characteristic is that each policy is scoped jointly by three orthogonal dimensions — the internal pipeline route, the identity of the originating AI persona, and the human user role — and that a single first-match decision returns both a content action (allow, redact, block) and the provider that may receive the resulting text. Policies are …
Fail-Closed Email-As-Agent-Command Channel, Gustavo Matthew Assuncao
Fail-Closed Email-As-Agent-Command Channel, Gustavo Matthew Assuncao
Defensive Publications Series
This publication discloses, in enabling detail, a fail-closed protocol that turns inbound email into an authenticated command channel into a tool-using LLM agent. An email carries no HTTP request, so the ordinary web pattern of authenticate-middleware-then-authorize-middleware cannot run; the disclosed protocol reconstructs an equivalent — and in several respects stronger — chain of interlocks as a thirteen-step pipeline where every step fails closed. The three load-bearing novelties are: (1) a DMARC verdict is trusted only when it is stamped by a named trusted relay's authserv-id, reports pass, and is domain-aligned to the parsed sender; (2) execution is gated behind a …
Ivr-To-Realtime Anti-Language-Drift Session-Instruction Injection, Gustavo Matthew Assuncao
Ivr-To-Realtime Anti-Language-Drift Session-Instruction Injection, Gustavo Matthew Assuncao
Defensive Publications Series
A realtime conversational voice LLM tends to mirror the language of its conversation history and of the caller's most recent utterance. When such an agent is reached through a preceding DTMF interactive-voice-response (IVR) menu in which the caller has explicitly selected a language ("press 2 for French"), two structural facts conspire to lose that selection: the IVR subsystem and the realtime-voice subsystem are two disjoint processes joined only by a stateless HTTP redirect, and the realtime model's mirroring tendency silently overrides a one-time greeting in the chosen language. This publication discloses a mechanism with two cooperating parts. First, a language …
Heuristic Capability-To-Rbac Translator With Dual-Read Shadow Evaluation, Gustavo Matthew Assuncao
Heuristic Capability-To-Rbac Translator With Dual-Read Shadow Evaluation, Gustavo Matthew Assuncao
Defensive Publications Series
A platform that began with a flat set of boolean capabilities (CANUSELLM, CANMANAGEUSERS, …) and a few flat roles must eventually migrate to fine-grained, scoped RBAC where permissions are domain:resource:action tuples and roles are wildcard-composable pattern sets. The conventional path is a hand-maintained translation table plus a flag-day cutover, both of which are labor-intensive and risky: a single mis-mapping is a production outage or a silent privilege escalation. This publication discloses a mechanism that (1) heuristically translates each legacy capability into a fine-grained permission — explicit override map first, then a structural parse of the CAN
Role-Preset Pluggable Dreaming Pipeline With Reflection-Over-Prior-Dreams Operators, Gustavo Matthew Assuncao
Role-Preset Pluggable Dreaming Pipeline With Reflection-Over-Prior-Dreams Operators, Gustavo Matthew Assuncao
Defensive Publications Series
Autonomous LLM personas accumulate a continuous stream of heterogeneous day events. A naive "summarize-the-day" digester compresses that stream once, weights every event identically across personas, applies one forgetting curve, and never reasons across the sequence of its own prior digests. This publication describes a role-preset pluggable dreaming pipeline: a per-persona memory-consolidation process decomposed into four named, swappable stages — scoring, clustering, synthesis, and reflection — where (a) the concrete algorithm for each stage is selected by a role preset, (b) each scoring algorithm carries its own role-specific recency half-life, and (c) a distinct reflection stage runs operators over the persona's …
Dual-Channel Domain Data-Isolation, Gustavo Matthew Assuncao
Dual-Channel Domain Data-Isolation, Gustavo Matthew Assuncao
Defensive Publications Series
In a multi-domain application monolith, data is partitioned one database schema per business domain. Strong isolation is normally pushed into the database (GRANT/REVOKE, per-schema connection roles, row-level security). When all domains share one connection pool, an application-layer contract is needed that (a) denies accidental or malicious cross-schema access on the general read/write path, while (b) still permitting deliberate, controlled cross-domain reads. This publication discloses a dual-channel contract: a deny-direct channel that statically analyzes every facade-emitted SQL string and hard-denies foreign-schema references, and an allow-through-a-constrained-compiler channel that re-admits cross-domain reads only via a read-only, mutation-free pipe-query language whose compiler resolves relation …
Caldwell Unified Dementia Research Engine (Cudre‑1.0) Unified Open‑Hardware Dementia Research Acceleration Platform No Patents. No Secrets. No Photos. Builder‑Ready. Research‑Only. Non‑Clinical., Michael Victor Caldwell Mr.
Caldwell Unified Dementia Research Engine (Cudre‑1.0) Unified Open‑Hardware Dementia Research Acceleration Platform No Patents. No Secrets. No Photos. Builder‑Ready. Research‑Only. Non‑Clinical., Michael Victor Caldwell Mr.
Defensive Publications Series
ABSTRACT
CUDRE‑1.0 is a unified, multimodal, open‑hardware research engine for dementia and neurodegeneration studies. It is explicitly designed to:
-
Accelerate research, not provide treatment.
-
Explore 40 Hz gamma entrainment, sleep‑linked glymphatic clearance, vascular pulsatility, and low‑intensity ultrasound neuromodulation.
-
Provide a single, integrated platform for labs to test hypotheses about clearance, network synchrony, and non‑invasive neuromodulation.
Not a medical device. Not for clinical use.
All framing is research‑only, for mechanism exploration and trial design support.
Caldwell Neuro‑Glymphatic Integrated Loop (Cng‑Loop V1.0) Unified Clinic + Home Dementia‑Support Architecture Open‑Hardware • No Patents • No Secrets • Builder‑Ready • Cross‑Referenced To All Prior Caldwell Tdc Inventions, Michael Victor Caldwell Mr.
Caldwell Neuro‑Glymphatic Integrated Loop (Cng‑Loop V1.0) Unified Clinic + Home Dementia‑Support Architecture Open‑Hardware • No Patents • No Secrets • Builder‑Ready • Cross‑Referenced To All Prior Caldwell Tdc Inventions, Michael Victor Caldwell Mr.
Defensive Publications Series
ABSTRACT
CNG‑Loop v1.0 is a unified, non‑invasive dementia‑support system integrating sleep‑synchronized glymphatic modulation, bilateral ear‑canal neuromodulation, vascular ultrasound support, gamma‑frequency entrainment, and personalized MRI/EEG‑anchored targeting. It combines clinic‑grade modules and home‑safe modules into a single architecture designed for moderate‑stage dementia support.
This system is built entirely from previously posted Caldwell inventions, including:
-
Ambient Cognitive‑Clearance System (ACCS v4.0) — “Zero‑Wearable, Non‑Contact, Sleep‑Synchronized Glymphatic Modulation Platform for Dementia Prevention and Cognitive Health”
-
BECDS v2.0 — “Bilateral Ear‑Canal Closed‑Loop Dementia Support System”
-
GCI‑128 Neuro‑Vortex Protocol v3.1 — FUS + nanos + 40 Hz
-
GCI‑267 — Harmonized ultrasound + microfluidic vascular support
-
NeuroRegenerator v2.1 …
Technical Disclosure: Integrated Space Readiness Training Center (Isrtc), Christopher L. Eckes
Technical Disclosure: Integrated Space Readiness Training Center (Isrtc), Christopher L. Eckes
Defensive Publications Series
Current ground-based deep-space environmental analogs suffer from an institutional vulnerability designated as "Escape Room Bias." When human subjects operate under an implicit institutional guarantee of safety, their cognitive, behavioral, and adaptive responses default to gamified problem-solving rather than genuine expeditionary survival. This psychological insulation limits the validity of collected behavioral datasets to less than 20% of actual deep-space operational reality, leaving aerospace organizations blind to the most critical human failure mode in high-consequence environments: the psychological freeze response under unyielding peril.
The Integrated Space Readiness Training Complex (ISRTC) eliminates this predictive gap by establishing an enduring Dynamic Test Assembly operating …
Automated Multi-Stage Semantic Analysis And Synthesis Of Heterogeneous Unstructured Operational Repositories, Michael Vianana, Tanmay Kayande, Nigel Nageer, Nupur Murlidharan
Automated Multi-Stage Semantic Analysis And Synthesis Of Heterogeneous Unstructured Operational Repositories, Michael Vianana, Tanmay Kayande, Nigel Nageer, Nupur Murlidharan
Defensive Publications Series
Modern organizations often struggle to identify systemic structural issues because post-mortem reviews, lessons-learned records, and risk logs are isolated in unstructured narrative text files across disparate storage repositories. A system is described that utilizes a multi-stage language model processing pipeline to autonomously aggregate, structure, and cross-reference completely unstructured, multi-source operational narrative text documents to expose global systemic risks and organizational blind spots. The system continuously connects to raw text silos, extracts semantic entities, and standardizes unstructured content into a globally normalized taxonomy to map risk correlations. Keywords: unstructured data, semantic analysis, natural language processing, language models, risk management, data clustering, …
Eight-Lock Autonomous Dispatch Envelope (Self-Tripping Autonomy Breaker), Gustavo Matthew Assuncao
Eight-Lock Autonomous Dispatch Envelope (Self-Tripping Autonomy Breaker), Gustavo Matthew Assuncao
Defensive Publications Series
Dispatching an autonomous coding subagent against a ticket — letting a large-language-model agent edit a repository, commit, and open a pull request with no human reviewing each action — requires governance that degrades safely rather than failing in either of the two unsafe directions: refusing outright (which stalls delivery) or running unbounded (which burns spend and ships defects). This publication discloses a chained, fail-closed precondition envelope of eight ordered locks evaluated before any run is permitted to touch the repository, together with a post-run settlement step. Three of the locks carry the inventive weight of the composition: (i) a per-principal …
Two-Tier Seat-Limit Classifier With Active Per-Seat-Credential Self-Probe, Gustavo Matthew Assuncao
Two-Tier Seat-Limit Classifier With Active Per-Seat-Credential Self-Probe, Gustavo Matthew Assuncao
Defensive Publications Series
A fleet of autonomous LLM coding/review agents, each holding its own per-seat license, draws from a small set of shared provider quotas (an organization spend ceiling and a per-minute API rate limit). Treating every provider error as a uniform retry-with-backoff is wrong twice: a transient rate limit and a durable capacity exhaustion need opposite recovery horizons (minutes vs. hours), and a central platform key cannot test whether an individual seat's license has recovered because the quota is bound to the seat's own credential. This publication discloses a method that (1) recovers a limit signal from the agent's free-text output — …
Two-Tier Seat-Limit Classifier With Active Per-Seat-Credential Self-Probe, Gustavo Matthew Assuncao
Two-Tier Seat-Limit Classifier With Active Per-Seat-Credential Self-Probe, Gustavo Matthew Assuncao
Defensive Publications Series
A fleet of autonomous LLM coding/review agents, each holding its own per-seat license, draws from a small set of shared provider quotas (an organization spend ceiling and a per-minute API rate limit). Treating every provider error as a uniform retry-with-backoff is wrong twice: a transient rate limit and a durable capacity exhaustion need opposite recovery horizons (minutes vs. hours), and a central platform key cannot test whether an individual seat's license has recovered because the quota is bound to the seat's own credential. This publication discloses a method that (1) recovers a limit signal from the agent's free-text output — …
Category-Adaptive Recall Depth (Card) For Heat-Tiered Memory Systems, With Experimental Validation On Longmemeval-500, Arko Sanyal
Category-Adaptive Recall Depth (Card) For Heat-Tiered Memory Systems, With Experimental Validation On Longmemeval-500, Arko Sanyal
Defensive Publications Series
We present Category-Adaptive Recall Depth (CARD), a retrieval mechanism for heat-tiered memory systems that conditions top-K depth and ranking strategy on a query category signal. Prior memory retrieval systems apply a fixed top-K regardless of query semantics; CARD instead assigns each query to one of four categories—information extraction (IE), knowledge update (KU), multi-session reasoning (MSR), temporal reasoning (TR)—and selects a per-category (K, ranking_strategy) pair optimized for that category's retrieval demands. KU queries additionally filter to the highest-version record per entity, enabling 100.0% accuracy on knowledge update tasks. We evaluate CARD integrated with LOCI (Layered Output and Context Intelligence), a heat-tiered …
Caldwell Non‑Invasive Macular Delivery Room (Cnimdr‑1.0) Unified Needle‑Free Macular Drug Delivery Architecture, Michael Victor Caldwell Mr.
Caldwell Non‑Invasive Macular Delivery Room (Cnimdr‑1.0) Unified Needle‑Free Macular Drug Delivery Architecture, Michael Victor Caldwell Mr.
Defensive Publications Series
CNIMDR‑1.0 is a complete, clinic‑grade, non‑invasive macular drug‑delivery system designed to replace intravitreal injections.
It integrates:
-
a soft peri‑ocular acoustic ring (SPAR‑1)
-
a hydrogel‑nanocarrier drug layer (HN‑DL)
-
multi‑modal acoustic transport physics
-
a gravity‑optimized treatment bed
-
a comfort‑first patient interface
-
closed‑loop safety monitoring
This architecture is fully open‑hardware and directly supported by several previously posted Caldwell inventions.
A lookup index is included at the end of this document so builders can reference the exact physics engines and testbeds that make CNIMDR‑1.0 viable.
1. PURPOSE
CNIMDR‑1.0 eliminates the need for intravitreal injections by delivering macular therapeutics through:
-
non‑invasive acoustic posterior transport
-
hydrogel‑nanocarrier …
Orchestration Framework For Parallelized On-Device Evaluation Of Edge Devices, Mayank Gupta, Soham Ghosal, Vaibhav Aggarwal, Vivek Kumar, Rishubh Khurana
Orchestration Framework For Parallelized On-Device Evaluation Of Edge Devices, Mayank Gupta, Soham Ghosal, Vaibhav Aggarwal, Vivek Kumar, Rishubh Khurana
Defensive Publications Series
Current techniques to test edge device stacks for LLMs suffer from environment disconnect (for tests executed on the cloud, not on actual device hardware), scalability and throughput limitations, and lack of integrated release gating. This disclosure describes a parallelized evaluation framework for testing large language model (LLM) stacks on edge devices. The framework orchestrates execution of LLM evaluation tasks on a pool of devices via a centralized router. Task datasets are sharded for distributed, asynchronous execution. The framework incorporates a high-performance binary for on-device task execution with programmable inference delays to prevent thermal throttling on the device and a fault …
Technical Disclosure: The Unified Metric-Shift Engine (Umse), Christopher L. Eckes
Technical Disclosure: The Unified Metric-Shift Engine (Umse), Christopher L. Eckes
Defensive Publications Series
This technical disclosure formalizes the system engineering specifications for the Unified Metric-Shift Engine (UMSE). Rather than treating elemental replication, spatial teleportation, and temporal navigation as independent physical anomalies, the UMSE architectural framework unifies them into a single hardware-software stack built upon 2D viscoelastic substrate mechanics .
By manipulating the z-axis coordinate projection and helical phase vectors of localized soliton excitations (particles), the system operates entirely within room-temperature, non-equilibrium phase space . Inspired by the Nobel-Prize-adjacent mechanics of Soliton Trapping (Caltech) and Laser Wakefield Acceleration (LWFA), this disclosure details how a garage-budget harmonic computer can manipulate the fundamental universal source code—the …
Emergent Volumetric Expansion: Resolving The Hubble Tension Via 2d Viscoelastic Substrate Mechanics And Fused Bao Facets, Christopher L. Eckes
Emergent Volumetric Expansion: Resolving The Hubble Tension Via 2d Viscoelastic Substrate Mechanics And Fused Bao Facets, Christopher L. Eckes
Defensive Publications Series
This paper presents a rigorous, particle-free alternative to the standard Friedmann-Lemaître-Robertson-Walker (FLRW) metric expansion paradigm by unifying the Dimensionally Extended Holographic Projection (DEHP) model and Informational Exomemory Cosmology (IEC). Rather than treating the vacuum as a geometric void expanding via dark energy, we formalize space as a continuous, two-dimensional (2D) viscoelastic phase fluid substrate operating at a resonant baseline (z=0). Three-dimensional (3D) baryonic matter emerges exclusively as localized, high-tension wave crests ("knots") projected vertically along a spatial z-axis, topologically anchored to zero-volume underbelly negative wave troughs ("anchors").
By applying continuum fluid mechanics to this membrane architecture, we reinterpret the 150-megaparsec …
Caldwell Cvnr‑F1.5 — Vortex‑Cavitation Molten‑Salt Fuel Refinery For Premium Gasoline Production (91–98 Ron)**, Michael Victor Caldwell Mr.
Caldwell Cvnr‑F1.5 — Vortex‑Cavitation Molten‑Salt Fuel Refinery For Premium Gasoline Production (91–98 Ron)**, Michael Victor Caldwell Mr.
Defensive Publications Series
The upgraded CVNR‑F1.5 is a low‑temperature, atmospheric‑pressure fuel refinery that converts mixed plastics and organic waste into premium gasoline (91–98 RON) using vortex‑induced hydrodynamic cavitation, molten‑salt depolymerization, and a vapor‑phase catalytic mesh.
This system integrates multiple existing TDC inventions including VABR v2.0, Phoenix‑Cracker v2.0, CIPCP, CMLRS, URES/MMRA, Arachne‑Chip, and the Hydrocarbon Normalization Platform.
Desired Outcome: A zero‑waste, decentralized fuel‑production system that eliminates landfill plastics and produces premium gasoline from trash with 90–99% success probability.