Predicting Consequence via Abstracted “Experience” – Limited Learning Machine

20260608

Rather than merely predicting ‘what word most often comes next’, conjoined alternate “world views” are surmised to offer ‘the next levels’ in machine learning, making our tools more anthropomorphic and adept at ‘real-world’ use. Imagine that Japanese- and Kanji-trained models that have also been trained with ‘Samurai moves’ and culturally-specific videos would be ‘tuned’ to … Read more

Paranormal Aspects of Datacenters

“…so maybe there’s more to it than They’re admitting…” — seems likely, given all else we’ve learned lately. Interesting observation from the guest: “You’re either pro-human or anti-human, and the divide is becoming much more pronounced.”

Beyond Chat History: A Multi-Layer Memory Stack for Dockerized AI Agents

Multi-Memory Harness Technique for AI LLM CLI (codex, opencode, pi, etc) PRIMARY CLAIM — Memory retrieval reduced repeated context reconstruction and likely reduced downstream LLM reasoning/search work. Two Kinds of Mem 2 kinds of ‘long-term memory’, 2 strengths, 2 uses/reasons 1 Postgres PGVECTOR 2 WIKI How the memories are best used › posit: pgv stores … Read more

How AI Short-Circuits Human Cognition – The Essay Isn’t The Point

20260524

Quite often, the process IS the point. The large language models behind ChatGPT, Gemini, Claude are at their operational core sophisticated pattern-matching systems trained on enormous quantities of text. They can summarize, translate, and simulate reasoning with a fluency that’s easy to mistake for understanding, but they don’t understand the text they generate in the … Read more

New Vehicles Are Cellphone Towers, No Off Switch

WiFi and BlueTooth may be disabled, but the LTE cellphone features are not extinguishable. The RF radiation is new cars has been identified decades ago by Dr Devra Davis, Dr Magda Havas and numerous others as DNA-splitting, disease-causing, “rapid aging”. https://www.bitchute.com/video/vQ09YBgOaCsk

Duplicating CloudFlare’s MARKDOWN FOR AGENTS

An useful feature is Markdown for Agents. It makes an existing website “AI-friendly” by serving a Markdown representation of normal HTML pages to agents, crawlers, and LLM-based tools. What Cloudflare’s Feature Technically Does 1. Content Negotiation Trigger An agent or crawler sends a request like this: json{ … } json{“@context”:”https://schema.org”,”@type”:”Article”}“` llms.txt Support Add: /llms.txt/llms-full.txt /llms.txt … Read more