Video yükleniyor...

Video Yüklenemedi

Ana Sayfaya Dön

Human-in-the-loop doesn’t disappear. So if every agent should speak, STT/TTS becomes core infra. At $0.05–0.2/min (current rates), AI won’t scale. We run full voice 🙎‍♂️<>🤖<>🙎‍♂️ pipeline at $0.016/min. No subs/KYC. x402-native. Programmatic. We unlocked Agentic economy.

59,821 görüntüleme • 5 ay önce •via X (Twitter)

0 Yorum

Yorum bulunmuyor

Orijinal gönderinin yorumları burada görünecek

Benzer Videolar

Hermes Agent + Higgsfield Marketing Studio = AI UGC Content Factory I built a fully automated system inside Higgsfield that repurposes, localizes, and launches winning TikTok Shop content across hundreds of creator-style accounts. It's so effective it feels like running Facebook ads in 2008. No actors. No products in hand. No ghost creators. Just viral TikTok Shop sales - 24/7. The results speak louder than any pitch: • CPMs as low as $0.10 • 550+ cinematic, product-ready ads per day from a single prompt • 100 hooks tested in the time it used to take to test 10 • $100/mo replacing a $50k+ creative budget Here's the full pipeline - all native inside Higgsfield Marketing Studio: > Hermes Agent analyzes your product, scrapes Meta Ads + TikTok Ads, identifies winning content, and localizes every angle to your brand. > Seedance 2.0 turns data into AI UGC ads - captions, pacing, hooks, your website showcase, all auto-edited inside Higgsfield Marketing Studio. > AI UGC personas are spun up with realistic faces, voices, and personalities - cloned voiceovers in seconds. > Our phone farm pushes every finished video straight to TikTok Shop, daily, on autopilot. >No setup. No switching between five tools. Everything lives inside Higgsfield Marketing Studio. Here's how it actually runs: Hermes Agent researches the niche, scrapes winning TikTok Shop videos, and rebuilds them with fresh hooks, angles, and UGC visuals tailored to your brand. Agents create and post daily to affiliate accounts - fully automated. Then we activate the MPS (Multi-Platform Swarm): once a concept wins on TikTok Shop, Higgsfield deploys hundreds of AI Agents to flood the niche with variations that all drive back to our shot. Most brands are still paying $300–$500 per video. Testing 10 hooks costs $5,000 and takes three weeks. With this system, we test 100 hooks in the same timeframe - and the winners scale automatically. TikTok doesn't reward the best video. It rewards the brand that shows up the most - with content that converts. The brands automating content at scale will be the biggest winners of 2026.

Noah Frydberg | Tiktok Shop For Brands

27,037 görüntüleme • 3 ay önce

🧃 Introducing stereOS: a Linux based operating system hardened and purpose built for AI agents. It's clear that agents need an ACTUAL operating system (not what people are calling an "OS") to witness the full breadth and depth of their capabilities while mitigating the blast radius of autonomous, untrusted actors. But there are so many problems with AI sandboxes today: * Going out to the apple store and buying a mac mini will never scale and is way too expensive (obviously) * Running in Docker is too restrictive (agents can't stand up their own container infrastructure, no sub virtualization, docker-in-docker is very broken) * Firecracker strips all the hardware so GPU PCIe passthrough, secure boot, FIPs, etc. is out of the question. * Native VMs are too fat and the overhead of 1 agent per VM is too much. stereOS takes a different approach: it's a full NixOS system that you boot and then kick off agent sandboxes inside with gVisor + /nix/store namespace mounting. Each agent gets their own kernel and the /nix/store is read only by nature. Even if the agent was somehow able to escape the gVisor virtual kernel, they'd land on the NixOS system as the "agent" user! Not your actual hardware!! If you want to take a defense-in-depth approach, we support "native" agents that run at the system level kicked off by our `agentd` utility. These agents, on their own, can manage and kick off other sub agents using the internal sandboxing mechanisms. Today, we're open sourcing all of this: * stereOS: our purpose built Linux OS - * masterblaster: client utility to launch, manage, and orchestrate agents - * stereosd: the stereOS system control plane daemon - * agentd: the stereOS system agent management daemon - Give it a try, throw us a star, and let me know what you think 🧃⭐️

John McBride

150,334 görüntüleme • 5 ay önce

Does LLM really need to be a helpful assistant all the time? No. If you want to simulate people, “perfectly helpful” could be the wrong objective. Meet OdysSim, a journey toward LLMs beyond assistants, as behavioral foundation models (10B tokens of real human behavior; 23 sim benchmarks, finally in one place. new open models: outperform or on par with GPT-5.5, Gemini 3.1, or Claude Opus 4.7 in many behavior-sim dimensions). Human behavior simulation is becoming essential. Agent evaluation needs realistic users before real users show up. Medical and classroom training need realistic patients and students. Social science needs synthetic participants at scale. But real people are not ideal assistants. Real patients panic or ignore good advice. Real students misunderstand. Real customers are vague, picky, impatient, or simply leave. Human behavior is messy, diverse, and often imperfect. Frontier LLMs are getting better at math, code, and long-horizon tasks. They are NOT getting better at simulating human behavior. If anything, they drift the other way: more assistant-ish, more homogeneous, fewer of the errors and quirks real humans show. This is no accident. The whole pipeline is built for helpfulness and task success, not behavioral realism. And you can't prompt your way out of that. So we rethink the recipe from scratch and release: 🧠 The OdysSim corpus: 21.4M real human interactions (~10B tokens) from 62 sources, every conversation retrofitted with social grounding (who is talking, and why) 📏 SOUL-Index: 23 human-behavior benchmarks unified into one suite across 5 axes 🤖 OSim-8B: open weights; tops more SOUL-Index benchmarks than any frontier model, acts more like a real user than any of them on τ-bench (nearly matching real humans in the reaction dimension), and writes far more human-like text along the way.

Xuhui Zhou

141,893 görüntüleme • 2 ay önce

You don't need a GPU for fast studio grade voice cloning anymore. Qwen3 TTS (1.7B Q4_K_M) + mainline llama.cpp is officially the fastest way to generate zero shot voice clones using 100% pure CPU execution. Following up on my last post where we ran the Q8 model on a GPU, we just took local C++ voice synthesis a massive step further. The open source community quantized Alibaba's SOTA Qwen3 TTS model down to Q4_K_M GGUF, completely freeing local audio pipelines from dedicated graphics hardware. Here is the real world benchmark and hardware breakdown of running SOTA voice cloning on CPU: # Architecture & Model Setup Using Qwen3-TTS-12Hz-1.7B-Base-Q4_K_M.gguf paired with the 8 bit multimodal projector (mmproj-Q8_0.gguf), llama.cpp executes the entire pipeline in pure C++. No PyTorch, no CUDA dependencies, and no VRAM bottlenecks. # Real-World Memory Footprint - Baseline RAM: 1.6 GB system idle. - Peak Generation RAM: 8 GB RAM during active voice synthesis. - Requirement: Any basic machine with at least 8 GB of system RAM can run this easily. # Real World CPU Benchmarks - Google Colab Free Tier (Throttled 2 Core CPU): Synthesizes a 5 sec studio quality audio clip (~8 words) in 45 seconds. - Modern Consumer CPU (Intel i5/i7 13th/14th Gen or AMD Ryzen 7000/9000): generation should drop to 5 to 20 seconds (nearly 1:1 real-time generation speed!). # Zero Shot Voice Cloning Quality Pass any 5 to 20 second .wav audio sample to the C++ engine using the --tts-speaker-file flag. It yields clean, natural sounding cloned speech with virtually zero quality loss compared to unquantized FP16 weights. To make testing seamless, I built an updated zero config Google Colab notebook. It pulls the official pre built llama.cpp CPU binaries (zero compilation time!) launches a live Gradio web app right in your browser. Record a 5 second clip from your mic (or drop a .mp3, .wav file), type text, and generate cloned audio on CPU. Native C++ audio models are making edge based, offline AI voice agents a reality. Links to the free Q4 CPU Colab notebook and the Q4_K_M GGUF HuggingFace repository are in the replies below! Which models have you been running on your CPUs? What CPU hardware are you using for local inference?

Alok

60,514 görüntüleme • 9 gün önce

BREAKING: Claude + Arcads can now run your entire ecom brand tiktok like a $500/hour social media manager. I reverse-engineered how top social media brands use AI to build million-follower accounts. Here’s the crazy part: This system produces 550+ cinematic, product-ready ads per day from a single prompt. Here’s the full pipeline: → AI generates a realistic UGC persona — face, voice, personality → Arcads clones a natural voiceover in seconds → CapCut auto-edits: captions, pacing, hooks — done → our phone farm method pushes every finished video straight to TikTok Shop → Cruva Social 1 identifies which hooks are already winning in your niche before you film anything The result: 500+ videos a month, per brand, at a fraction of what one UGC creator used to cost. Most brands are still paying $300–500 per video. Testing 10 hooks takes $5,000 and three weeks. With this system, you test 100 hooks in the same timeframe. The ones that win get scaled. Automatically. AI is the new creative director. TikTok doesn’t reward the best video. It rewards the brand that shows up the most — with content that converts. Static agencies are dead. Creator dependency is a liability… and it’s soooo 2025. No more waiting on creators. No more $500 videos that flop after 200 views. The brands that automate content at scale will be the biggest winners of 2026. If you want the full breakdown: Like & comment “SYSTEM” I’ll send you the complete workflow, every prompt, and a step-by-step walkthrough. Free. (Follow first so I can DM.)

Noah Frydberg | Tiktok Shop For Brands

18,130 görüntüleme • 3 ay önce

Holy shit. Four and a half years. My role as Marketing & PR Manager at Syscoin has officially ended, and I needed to write this before I posted anything else. So please, stop DM'ing me about Binance AMA's for $200 and telegram trade groups that have all the alpha, and 100k "active" members in them lol. The day I knew web3 was going to be the industry I live and die in started in Dubai. Binance Blockchain Week, March 2022. We threw what I still think was one of the best side events in blockchain history at the time, and from that night forward we had a standard. Syscoin stayed the true web3 vibe that everyone else strayed away from for casinos and meme tokens that died 2 years later. We always had the vibe. The right room, the right people, the right energy. That became the rhythm of the next four years for us. Syscoin stayed imitated but never duplicated over the next four years. Austin. Nashville. Las Vegas. Colombia, Singapore, Dubai, Davos. Medellín, where I first met Fernando Paredes at Devconnect, in a room full of builders who were actually building. Conferences and events all blur together when you've been to enough of them. But the side rooms don't. The 1am conversations don't. Those are the moments that built the network. Those are the moments I'll carry. Through every one of those rooms I had the honor of working alongside some of the biggest names in this industry. VC's, Founders, exchange leadership, protocol engineers, journalists, influencers and KOLs who actually move markets, builders shipping in silence. The kind of access most people in this space never get and with current industry conditions may actually never get again. I never took a single one of those rooms or connections for granted if you can't already tell by my X following. Behind all of it, the receipts that don't fit on a tweet. Over 400 terabytes of content, video, graphics, strategies, brand systems, blueprints, four years of building the marketing engine for a chain trying to scale Bitcoin without compromise. Thousands of hours, research, everything we needed to make it through cycle after cycle with our integrity, honesty and trust intact. Hundreds of strategies and playbooks that never even made it to market. There were good times. There were bad times. Anyone who tells you a four-year run inside a top-tier crypto project was all good times is selling you some straight bullshit. The project came out the other side. The team came out the other side. The work continued. That matters more than the noise. To everyone who made this run what it was. Every founder who picked up a call, every KOL who actually showed up, every journalist who took the meeting, every member of the community who never asked for anything but stayed loyal anyway. Thank you. So what's next for me? This astronaut isn't leaving the field. He's walking into the Wasteland of what he's had to watch our industry become over the last decade. Somewhere out there is the oasis. I'm going deep into AI. AI infrastructure and AI-native marketing, the place where autonomous agents, content systems, and Web3 product strategy actually meet. The next decade will define what the next century holds and I'm here to capture that. I've spent the last two years quietly building in that lane and I'm ready to make it the lane. If you're still in Web3, AI, or the seam where the two collide, my DMs are open. What a ride. — 1DC

1DC

14,875 görüntüleme • 3 ay önce

We are in an insane run of open-weight drops. Every modality, open source is winning. This is what an open source AI summer ☀️ looks like: 🧠 LLMs & Reasoning → DeepSeek-V4-Flash-0731 (my king 👑): 304B MoE refresh, Terminal-Bench 2.1 jumps 61.8→82.7 over the preview, DeepSWE 7.3→54.4. Closes in on Opus-4.8 on Agents' Last Exam (25.2 vs 25.7). MIT. → Muse-Glimmer-30B, from Meta (they are back!!): their first open agentic model. ~29.6B dense + perception encoder, 131k+ context, built to run fully local, no cloud. Apache 2.0. → Liquid AI LFM2.5-2.6B: 2.69B params, 131k context, 220 tok/s on an M5 Max in under 2.5GB RAM. Competitive with models 4x larger on agentic tasks. → inclusionAI Ling-3.0-flash: 124B total, only 5.1B active, ~12% the size of their old 1T flagship Ring-2.6, matches it on key benchmarks. MIT. → inclusionAI Ling-3.0-tiny: 7.9B total, 1.3B active, 86-90 tok/s on an M4 Pro MacBook at ~8GB peak memory. MIT. → NVIDIA Nemotron-3.5-Lightning-30B-A3B: hybrid Mamba-2+MoE+Attention, up to 1M context, runs on a single H100 or DGX Spark, SWE-bench Verified 52.8. → deepgrove maple-preview: 20B-A1B ternary-weight reasoner, 218 tok/s on a Mac mini M4, 5.3GB checkpoint. MIT. → BigBang-v1 (endless-frontier): fine-tuned from Qwen3.6-35B-A3B via a self-evolving generator/critic synthetic-data loop. Lands aggregate performance between DeepSeek V4 Flash (284B) and V4 Pro (1.6T), at 35B. Apache 2.0. 🎬 Video → MiniMax-H3: 33B dense omni model, native stereo audio, up to 2K/15s. 3.6k+ likes already. → Minimax-H3-Turbo (lightx2v): Apache-2.0 turbo distillation of H3 for fast inference. → Lightricks LTX-2.5: image-to-video update, custom Gemma-4-12B text encoder, a markedly stronger distilled model. 🔊 Voice → NVIDIA NemotronLabs VoiceChat-11B: full-duplex speech-to-speech, ~450ms turn-taking, #2 on open VoiceBench, and the first open full-duplex model with live tool-calling mid-conversation. 🛡️ Safety → Mistral Shieldstral-1.0-3B: 3B multimodal guardrail that takes your safety policy as plain text instead of fixed categories. Beats LlamaGuard-4-12B and ShieldGemma-9B on HarmBench (99.4) and ToxicChat (84.1) at a fraction of the size. Apache 2.0.

Victor M

51,681 görüntüleme • 5 gün önce

🚨What If Earth's Oldest Civilization Never Left the Ocean? What if the intelligence behind some UFO didn't actually arrive here from another star system at all? What if it has been here for longer than us, not hiding in the sky, waiting behind the Moon, or crossing the galaxy in the way that we imagine, but living beneath the oceans inside the one part of Earth we still barely understand? For decades, we have been looking up. The cultural image of UFOs is always the same thing with lights in the sky, craft descending through the atmosphere, visitors arriving from space. Even the word extraterrestrial pushes our attention away from Earth. It tells us the mystery must have to come from somewhere else. But what if that assumption is totally wrong? What if the most important part of the phenomenon is not its relationship to space, but its relationship to the oceans? Earth isn't a land planet it's an ocean planet with islands of land breaking the surface. Human civilization developed on those islands, built cities there, drew borders there, fought wars there, launched rockets from there, and then convinced itself it understood the world. But most of this planet is still beyond our direct reach. The deep ocean is dark, pressurized, vast, hostile to our bodies, difficult to map, difficult to monitor, and almost impossible to police in any sort of meaningful way. If there was another intelligence operating here and it wanted to avoid open contact with us, the ocean would be the obvious place to be. But maybe hiding is the wrong word because a civilization that evolved in the ocean would just live there. When we imagine an advanced underwater intelligence as aliens using the sea as a base, as if they arrived from somewhere else and chose the ocean as cover, that could be way off. It could be one possibility, but the stranger theory is that they never arrived at all. They may have emerged here, in Earth's oceans, long before we ever existed. Life on this planet is ancient. For most of Earth's history, land wasn't even the center of the biological story. The oceans held the chemistry, the minerals, the heat, the pressure, the vents, the darkness and the protection. Hydrothermal vent ecosystems already prove that life doesn't even need sunlight in the simple way that we once thought it did. Entire ecosystems can be built around chemical energy rising from the seafloor. That should have changed how we (SETI) think about life, but humans still keep defaulting to our own surface bias. We imagine intelligence as something that crawls onto land, discovers fire, makes tools, builds cities and eventually launches machines into the sky. That is our path but it's not necessarily the only path. An intelligence that evolved in the deep ocean would have faced a completely different set of conditions. It wouldn't begin with fire, because fire is obviously useless underwater. It wouldn't develop metallurgy in the same way that we did, because open flame and smelting are surface technologies. It wouldn't need wheels, roads, walls or conventional buildings as we do. It would evolve inside pressure, darkness, currents, sound, vibration, magnetism, chemistry and geothermal energy. Its entire technological history would be alien to us even if it was native to Earth. So when people dismiss the idea of an ancient underwater civilization by asking where the factories are, where the ruins are, or where the tools are we have to question whether their technology would leave the same signatures ours does. Would they even build like we build? Industrialization may look totally different. A deep ocean intelligence might not construct dead machinery in the way we do. It might grow structures and use biological engineering before mechanical engineering. It might use mineral matrices, pressure systems, acoustic fields, electrochemical processes or living materials. It might not separate biology and technology at all. To us, that would look less like a civilization and more like an environment. A sufficiently old oceanic intelligence may not have cities that resemble human cities. Its infrastructure may be embedded into geology, vents, trenches, caverns, mineral deposits or biological networks. Its power systems may use geothermal gradients, tidal forces, pressure differences, ocean chemistry or field effects we don't yet even understand. Its communications may not use radio in the way we expect. Sound travels really well underwater. Electrical and magnetic sensitivity exists throughout marine life. A technological species born in that world might build an entire science around signals we barely even treat as communication. This would also explain why the UFO subject keeps revolving around water. The ocean appears again and again in the background of the mystery. USOs, transmedium objects, craft entering or leaving the sea, naval encounters, disturbances under the surface, objects tracked over water, and sightings near coastlines and military maritime zones all point toward the same possibility, that maybe water isn't incidental to the phenomenon, maybe it is central. If some UFO are connected to an ocean based intelligence, then what we see in the sky could only be the visible edge of something way bigger. The craft are not arriving from elsewhere in every case. They may be surfacing from their native domain into ours for short periods of time, crossing that boundary between ocean and air the way we cross from land into water with submarines and diving equipment. The only difference is that they appear to do it way better than we do. Human technology is divided by environment, aircraft are built for air, submarines are built for water while rockets are built for space. Each domain creates different engineering problems, so we build separate machines for each one. But UAP don't appear to play by the same rules. That is what makes the transmedium reports so important. If an object can move through water, air and possibly even space without changing its basic behavior, then it might not even be flying or swimming in the conventional sense. It could actually be controlling the interaction between itself and the medium around it. That kind of technology would make sense for a civilization born in the ocean because water is dense. It resists movement, crushes weak structures. It creates drag, turbulence and cavitation. If an intelligence developed vehicles in that environment, it would eventually need to master boundary control, so it would need to reduce friction, manage pressure, avoid destructive wake effects and move through dense fluid without wasting enormous amounts of energy. If that same technology was later used in air, it might appear to us as silent propulsion, impossible acceleration, no sonic boom, no heat plume and no obvious aerodynamic logic. So what looks impossible to us may simply be the result of a technological path that did not begin with wings and rockets. The old black budget explanation doesn't fully solve this problem either. Yes, some triangle craft, drones and experimental platforms may be human and it would be naive to deny that, but human secret technology still has to come from somewhere. If certain platforms show silent hovering, field effects, plasma signatures, extreme acceleration and transmedium behavior, then we are either dealing with a hidden human science far beyond public understanding, or we are dealing with something that we are trying to imitate. That is where the old 'alien reproduction vehicle' idea and the cryptoterrestrial theory start to overlap. Maybe some of what people call black budget technology isn't purely invented, it's most likely adapted from encounters with something already operating here. Going back to what Grusch said earlier, the implications are massive. If there are underwater bases, facilities, habitats or recurring operational zones known to governments, then this isn't just a question of disclosure. There's a sovereignty issue, who controls the oceans? Who has access to the deep sea? Who monitors undersea cables, nuclear submarines, offshore infrastructure, shipping lanes and military testing ranges? If an unknown intelligence can operate in those spaces without permission, then every major navy on Earth has a problem it cannot publicly admit. Scary thought and that may be one reason the subject is buried so deeply (no pun intended). Some people think that secrecy exists because governments don't want to admit aliens are real, but that may only be part of it. The bigger issue here could be that governments don't want to admit they aren't in full control of the planet. There is a huge difference between saying, 'We have evidence of unknown craft,' and saying, 'There may be advanced non human infrastructure in the oceans and we cannot remove it.' That would also explain the change up from UFO to UAP and from extraterrestrial to non human intelligence. Non human is pretty broad lets be honest. It doesn't tell us where they come from, it leaves room for extraterrestrial, interdimensional, post biological, artificial, ultraterrestrial, cryptoterrestrial or native Earth intelligence. That could well be deliberate. Perhaps the people closest to the classified material know the answer isn't as simple as aliens from another planet as Grusch implied in the clip. An ancient oceanic intelligence would also force science to confront its own blind spots. We know intelligent life evolved on Earth at least once because we are here. But we have no law of nature saying it could only happen once, only on land, only recently, or only through primates. Evolution isn't a ladder with humans at the top. It's a branching process with countless experiments, most of which vanished or left traces we don't fully understand. If an intelligent lineage emerged in the ocean and then moved into environments where fossilization, geological preservation and surface archaeology are poor, we probably wouldn't even recognize the evidence even if fragments existed. Ocean crust is constantly recycled through plate tectonics. Seafloor environments are really destructive. Structures can be buried, subducted, corroded, overgrown or mistaken for natural formations. If a civilization was millions or even hundreds of millions of years old, the survival of obvious surface style evidence would be highly unlikely. Even human civilization, after a few million years, would leave less behind than we like to imagine. Plastics, isotopic anomalies, altered sediment layers and some industrial traces might possibly survive, but buildings, machines and cultural artifacts would mostly vanish. So now imagine a civilization that even never built like us in the first place. This doesn't prove anything obviously, but it makes the dismissal less easy. Then there is the question of why such an intelligence would stay hidden. If it is older and more advanced, why not reveal itself? The answer could be as simple as open contact with humans may not benefit it. We are violent, territorial, extractive and unstable. We turn discoveries into weapons as quick as we can. We militarize frontiers, poison ecosystems, test nuclear devices. We drag the deep sea with cables, sonar, submarines, mining ambitions and military hardware. From the perspective of an older oceanic intelligence, humans probably don't look like peers. Instead we look like the dangerous surface species entering an adolescent technological phase that we are. That could explain the strange pattern of UFO interest in nuclear sites, military installations and weapons systems. If an intelligence lives here, our nuclear age is all of a sudden not just our problem. It is a planetary problem. Nuclear weapons, nuclear submarines, nuclear waste, missile systems and military escalation would all be highly relevant to any non human civilization sharing Earth with us. The same would be true of deep sea mining, ocean pollution, climate change, undersea military networks and artificial intelligence. We may think these are all just human issues, but a hidden Earth based intelligence would see them as threats to a shared planetary system. This gives the UAP phenomenon a very different emotional tone. It's not necessarily invasion or salvation. It may be monitoring, containment or quiet intervention when we cross certain lines. It could be an intelligence trying to stay out of sight while still making sure the surface species doesn't burn the house down. The ancient ocean theory also gives a different reading to secrecy. If governments encountered evidence of this, the first instinct wouldn't be public education. It would be containment, map the sites, track the objects and recover materials if possible. Then to build programs around the technology. Keep adversaries away from the data. Use ridicule to suppress leaks. Let the phenomenon remain absurd, because absurdity is an excellent security system. People don't demand answers from something they have been trained to laugh at. That could be why the UFO/UAP subject always feels half visible. There are official hearings, but not the full data. There are whistleblowers, but never the files. There are blurry videos, but not any context. There are pilots, radar operators and military witnesses, but the system keeps absorbing their testimony into classified channels. The public sees fragments while the real pattern remains locked away. As I always say... Disclosure for the few and not the many. If the ocean is actually involved as Grusch and Burchett imply, the missing data may be even more important than the aerial data. We shouldn't only be pressing what pilots saw in the sky. We should be asking what sonar operators heard under the water, what submarines have tracked. We should also be asking what undersea sensors have recorded near restricted zones and whether there are recurring coordinates, depths, magnetic anomalies, thermal signatures or unexplained acoustic events associated with UAP activity. We need to be asking whether naval archives contain the real spine of the phenomenon. The possibility of underwater bases actually changes how we think about disclosure. If the answer is extraterrestrial visitation, disclosure is about humanity's place in the cosmos. If the answer is an ancient Earth based intelligence, disclosure is about humanity's place on its own planet. That is more intimate and more destabilizing to me than E.T. It means the human story is not the only advanced story Earth has produced. It means our myths of ownership, dominance and uniqueness all collapse overnight, suddenly 'we are not alone' applies to home. That might be harder for people to accept than aliens from space. Aliens can leave but a hidden terrestrial intelligence is part of the planet will blow peoples minds. There is also a spiritual and philosophical layer to this. Many ancient cultures contain stories of beings from the sea, underwater kingdoms, gods emerging from water, serpent people, fish like teachers, luminous beings, and hidden realms beneath or beyond the visible world. That doesn't mean the myths are literal history of course, but it is interesting that human cultures repeatedly placed mystery, intelligence and otherworldly contact in the water. The ocean has always been the border between the known and the unknown. Maybe that symbolism came from imagination or perhaps some of it came from encounters filtered through the language of the time. If an older intelligence interacted with early humans, we wouldn't expect ancient people to describe pressure engineered transmedium craft or non human oceanic infrastructure. They would describe gods, spirits, shining beings, dragons, serpents, sky boats, sea people, underworlds and portals. Human language can only describe the unknown through the symbols available at the time. Even now, we struggle. We call them craft, orbs, drones, angels, demons, aliens, ultraterrestrials, interdimensionals. The labels change, but the confusion always stays the same. The ocean theory also sits strangely well with the consciousness aspect of the phenomenon. If an ancient intelligence developed through biology and field sensitivity rather than brute mechanical industry, it may have integrated consciousness into technology way earlier than we could have. We are only now beginning to wonder whether mind, perception and information are more deeply connected to physics than our materialist models allow. An older civilization may have already built that bridge. Its craft, communication systems and interfaces may respond to awareness, intention, emotion or neural patterns in ways that seem impossible to some of us. That would explain why the phenomenon often feels both technological and psychological. It behaves like machinery, but it interacts like intelligence. It appears on sensors, but it also appears in dreams, symbols, synchronicities and personal experiences. Skeptics see that as evidence the whole thing is imaginary. Maybe sometimes it is, but maybe the strangeness is part of the interface. A civilization that understands consciousness as a field related phenomenon would not necessarily separate contact from perception. It might use perception as one of the channels. This is where the theory becomes tricky, because it doesn't allow us to keep the phenomenon safely outside ourselves. If the intelligence is oceanic, ancient, field based and consciousness aware, then contact might not look like radio signals or embassy meetings at all. It could look like sightings, dreams, intuitions, symbolic downloads, altered states, close encounters, military incidents and physical traces all mixed together. That is messy, but perhaps the mess is not a flaw in the data, it could actually be the signature of a phenomenon that crosses categories we invented too recently to trust. All of this having been said, the theory still needs evidence. It needs coordinates, sensor data, sonar records, materials, biological traces, repeatable patterns and testimony that can be checked. However as a framework, it definitely needs more attention than it gets, because it explains why the UAP phenomenon feels close, evasive, ancient and deeply tied to Earth. The extraterrestrial hypothesis asks how they got here, although I have a theory about that. While the ancient ocean hypothesis asks whether they were already here. That is a completely different question. If what Grusch is saying is even partly correct, then disclosure will reveal that human civilization has been sharing this planet with another intelligence all along. Not openly or equally, and not in a way we were ready to understand, but sharing it nonetheless. The oceans would no longer be an empty wilderness. They would become the frontier of the greatest secret in human history. Could that be why the truth has been so hard to release. Because it's one thing to tell humanity there may be life elsewhere, but it's another thing entirely to tell humanity that Earth was never only ours. #UAP #UFO #USO #UAPDisclosure #NonHumanIntelligence #NHI #UnderwaterBases #OceanMystery #Cryptoterrestrial #Transmedium #Disclosure #ufotwitter #uapX

Skywatch Signal

83,753 görüntüleme • 2 ay önce

my 8 GB VRAM gaming laptop is absolutely going to hate me for this. but I still did it. ran a 31b dense model (Gemma 4 31b Q4) with only 8 GB VRAM last week I ran Gemma 4 26B A4B a mixture of experts model on my RTX 4060 and hit 25–28 tokens/sec using llama.cpp's new MTP support. smooth. snappy. but MoE has a secret: it only activates 4B parameters per token despite having 26B total. that's why it flies. so the real question started haunting me. what if I throw a full, no tricks, every parameter fires on every token, 31B DENSE model at the same machine? # Hardware: GPU: NVIDIA RTX 4060, 8 GB VRAM RAM: 16 GB CPU: Intel Core i7 H Laptop. Gaming. Modest. The model: gemma-4-31B-it-qat-UD-Q4_K_XL.gguf (model's unsloth huggingface link in the comments) This is Google DeepMind's flagship dense model in the Gemma 4 family that can run on single consumer GPU. It packs a hybrid attention architecture, supports up to 256K context natively, and is QAT (Quantization Aware Training) optimized, meaning it retains far more quality than standard post training quants at the same bit depth. This is NOT the MoE. This is 31 BILLION dense parameters, every single one of them loaded. # the flags I used: -m gemma-4-31B-it-qat-UD-Q4_K_XL.gguf -cnv --spec-type draft-mtp --spec-draft-model mtp-gemma-4-31B-it.gguf --spec-draft-n-max 8 --spec-draft-p-min 0.6 -c 6000 -v Multi Token Prediction (MTP) is still active here. Separate draft GGUF required, same as the 26B setup. # Results: → Decode: ~3 tokens/sec → Prefill: ~2 tokens/sec → Context: 6000 tokens → Hardware crying quietly in the corner: yes so is 3 tps actually usable? For real time back and forth chat? Not ideal. You're not having a fluid conversation at 3 tps. but slow ≠ useless. And this is where it gets genuinely interesting. think about how senior devs actually work in a real team. But when something is architectural, deeply complex, or needs serious reasoning? they walk down the hall and escalate to the senior. That's exactly the local AI agent architecture this unlocks: → Fast orchestrator model (Gemma 4 26B MoE at 25+ tps) handles routing, simple queries, tool calls, memory. The junior dev. → Gemma 4 31B dense is the senior, called only when the fast model genuinely hits a wall. Hard multi step reasoning. Complex code generation. Deep architectural decisions. The agentic loop stays fast. Only the hard hops touch the 31B. That's a legitimate production grade local AI architecture on a budget hardware. (requires 2 8gb gpus) other workflows where 3 tps is completely fine: - overnight batch jobs. summarize documents, extract structured data, review code. Fire it off. Sleep. wake up to results. - One shot deep reasoning - Silent code audit loops, you write and test, the 31B reviews diffs and flags issues in the background between your sprints - Any workflow where output quality > output speed A few weeks ago, nobody was running a 30B+ dense model on a single consumer GPU with 8 GB VRAM. At all. Now we're doing it on an Intel i7-H gaming laptop with a NVIDIA RTX 4060, thanks to llama.cpp + QAT quants + MTP speculative drafting. Google DeepMind said the Gemma 4 31B targets "consumer GPUs and workstations." They were not exaggerating. The hardware bar to run serious frontier class models locally keeps dropping. the tools are here. the models are here. you just have to be willing to abuse your laptop a little. what workflows would you actually run on a local 3 tps 31B dense model? genuinely curious. drop it below.

Alok

63,689 görüntüleme • 2 ay önce

I went a little overboard with Codex last week and burned through my entire weekly allowance in two days. Luckily, my quota reset today. Otherwise, I’m not sure what I would’ve done. It got me thinking: instead of asking one large model to handle everything from start to finish, why not let a stronger model plan the project and review the work, while a model built for execution handles the day-to-day implementation? So I tried it. The result was better than I expected. I used GPT-5.6 Sol in Codex as the decision-maker, then ran Ling-3.0-flash from Ant Ling inside OpenCode as the execution engine. Together, they built a small 3D farming game. Before writing any code, I had Codex create four documents: SPEC.md defined the product scope and the lines we couldn’t cross. ARCHITECTURE.md laid out the isometric coordinate system, state machine, and module boundaries. TASKS.md broke the project into small jobs Ling could tackle one at a time. ACCEPTANCE.md explained how each step would be tested and what “done” actually meant. Then I gave Ling a very straightforward role: You are the execution model for this project. Read all four documents before you begin. Work only on the task assigned for this round. When you’re done, run typecheck, test, and build. If anything fails, read the error, fix it, and run the checks again. Do not move on to the next task early. Ling handled dependency installation, project structure, strict TypeScript configuration, test setup, and a production build in 6 minutes and 3 seconds. It ran into issues with the Vite test config, a TS6310 error, and a missing jsdom dependency along the way. Instead of stopping at the first error, it kept reading the logs and fixing the problems until all three checks passed. The speed was honestly hard to believe. If you exclude the time spent waiting on tools, it was producing more than 100 tokens per second. That made the whole development loop feel noticeably faster. After this experiment, I’m planning to keep using the same workflow. If the task is small, there’s no reason to call an expensive planning model for every single step. If the task is large, handing the entire project to a Flash model in one prompt isn’t a great idea either. The setup that makes more sense to me is: Use a more capable model such as Codex to explore the project, make architectural decisions, and break the work down. Put the constraints into specs, schemas, types, and tests instead of leaving them buried in chat history. Give Ling-3.0-flash a steady stream of clear, verifiable implementation tasks. Report bugs with structured context and actual error logs, rather than saying, “It still doesn’t work.” Bring Codex back in for architecture reviews, visual checks, and changes that affect multiple parts of the project. The point of this setup isn’t to give AI a big “build the whole project” button. It’s to turn software development into a pipeline with a much more sensible cost structure: Codex figures out the plan, sets the boundaries, and catches problems. Ling-3.0-flash moves quickly, calls tools reliably, and works through well-defined tasks at scale. For agent workflows that involve lots of repetitive edits, production tasks, and tool calls, this may be a more practical answer than simply using the biggest model for everything.

雪踏乌云

23,107 görüntüleme • 22 gün önce

TOPIC #106: What Is a “Free Market”? Clarifying the Misconceptions in the Pi Ecosystem I’ve noticed a narrative spreading within parts of the Pi Network community: the idea that Pi’s value in Dapps or ecosystem should fluctuate freely with the exchange market, and that this is what defines a “free market.” They use this "free market" to deny GCV. Let me be clear: this misconception is not only misleading, but it threatens the foundation of the Pi ecosystem we’ve worked so hard to build. It’s time to clarify the truth, not only for our pioneers today but for the economic legacy we’re building for generations to come. What Is a Free Market Really? According to Britannica, a free market is an economic system characterized by minimal government intervention, where prices are determined by the interplay of supply and demand. But even Britannica admits: > “The free market represents a benchmark that does not actually exist… Modern societies only approach this ideal along a spectrum.” — value in relation to In short, a 100% free market is a myth. Every successful economy has rules and frameworks to maintain stability. Without these, markets descend into chaos, not freedom. In Pi Network, “free market” cannot mean price anarchy. And “decentralization” does not mean “do whatever you want.” Let’s break this down: What Pi Network Decentralization Actually Means Pi Network’s decentralization is built on the Stellar Consensus Protocol (SCP) and reflects a healthy distribution of power and particip,ation — not a lack of structure. Key principles of Pi's decentralization: No Single Point of Control No central entity dominates the network. User Participation Pioneers validate transactions and contribute to governance. Resilience The network can survive attacks or failures due to its distributed nature. Censorship Resistance It’s harder for one party to silence or manipulate the system. None of this means that Pi's value can operate in a free market. Any currency must have a fixed value; this is a fundamental concept in economics. Have you ever seen the values of currencies like the USD, CAD, or RMB fluctuate freely based on individual opinions? On the contrary, a fixed value emphasizes the need to protect the economy we are building together. The community-driven GCV illustrates that the value of Pi should derive from its pioneers and merchants, demonstrating the spirit of decentralization. It should not depend on PCT, any government, large corporations, or investors. Furthermore, this structure ensures that no entity can shut down the Pi Network once it becomes fully decentralized, which I believe will occur when it is fully operational and mature. The Danger of Currency Risk: Why Price or Value Chaos Is Destructive In global finance, currency risk refers to the potential loss of value resulting from unstable exchange rates. As the Corporate Finance Institute explains: > “Currency risk refers to the exposure faced by investors or companies operating across different countries due to changes in the value of one currency versus another.” Let’s apply this to Pi. Imagine a Pi Network Dapp marketplace mall merchant collecting a large amount of 10,000 Pi after the Open Mainnet (OM). Customers pay with Pi, but at a value $1. The merchants must know the Pi value because they need to calculate the FIAT cost. Then, when the merchant tries to use that Pi to buy a car, only to be told the accepted rate is $0.1 for one Pi, the merchant total Then, when the merchant tries to use that Pi to buy a car, only to be told the accepted rate is $0.1 for one Pi, the merchant has a total of 10,000 Pi, which is only $1,000, but the cost of investing in products is $9,000 (Sales $10,000 with $1,000 as profit). That’s a massive loss for the merchant $8,000. If you were the merchant, would you feel it was unfair? Will you still support "free market"? Now, imagine the exchange market drops Pi to $0.40. You will lose $5,000. Would you still want to run your business in Pi? Likely not. And neither would other developers or merchants. Unstable value leads to fear. Fear leads to exit. Exit leads to collapse. This is why we must support Global Consensus Value (GCV) — to ensure a unified, trusted economy. Why GCV Exists — and Why $314,159 Matters GCV is not a fantasy. It’s an economic strategy. It functions much like the gold standard once did: England pioneered it. The U.S. adopted it under the Bretton Woods system, fixing the dollar to gold at $35/oz. This standard enabled global trade and trust until 1971. If the free market can work, why did the US adopt the Bretton Woods system at that time to fix the USD's rate with gold? Because if they didn't promise a fixed rate, no country would give its gold to the US. The gold is trust! Here in Pi Network, GCV is a trust! Pi’s GCV of $314,159 per Pi is not random. It’s based on utility, scarcity, and long-term vision. It reflects Pi’s potential as a foundational currency for a real digital economy. Misusing “Free Market” Is Cheating to Ignorant Pioneers Let’s be blunt. Some individuals abuse the term “free market” to justify undervaluing Pi for personal short-term gain, hoarding more Pi, and undermining long-term stability. However, a true economy isn’t built on confusion. Consider the Cayman Islands — a country with no income tax — yet it only accepts USD for settlement. Why? Because multiple currencies lead to confusion, which undermines investor trust. If Pi has no unified value, we will lose merchants, DApps, developers, and the entire vision, except that they just come to hoard Pi, not for the long-term economy, or they really don't understand the economy. The Way Forward: Unity, Strategy, and Patience Here’s how we build the future together for the following strategies before fully OM Strategy #1: Offline Partial GCV Adoption -Fix Pi Value at GCV in Ecosystem for OM GCV Ambassadors around the world are guiding merchants to accept partial GCV, benefiting both sides: Pioneers buy low-cost goods. Merchants enjoy more sales and earn a small profit in FIAT. The ecosystem produces GCV transaction data, creating the real basis for Pi’s future fixed value at OM. Strategy # 2: Online DApps with Utility — at Any Value to Increase Exchange Pi price for OM We support ALL DApps — regardless of the Pi value they use ($1, $100, or floating): As long as the pioneers and merchants are satisfied. As long as real usage is created. As long as the utility grows. As long as more good-quality Dapps are created It will protect and attract more merchants and developers, driving up Pi demand while reducing supply and organically pushing Pi’s market price toward GCV. Strategy #3: Build up GCV Infrastructure The Head of GCV Ambassador builds up your countrywide GCV infrastructure in all provinces, cities, counties, and villages. Strategy #4: Education and Protection of Pi Network Mission and GCV GCV Education Ambassadors: Educate pioneers to HOLD Pi and support GCV usage. GCV Army: Defend GCV and Pi Network on social media, building public trust and global participation. Online Non-GCV pioneers and merchants, or DApp owners, can still enjoy DApps, even if they use low Pi values. They are reducing selling pressure and strengthening the Pi economy. It is said that a person's wealth is closely linked to their knowledge, cognitive abilities, and moral character. We respect and appreciate all DApp owners, merchants, service providers, and pioneers, regardless of whether they share our beliefs in GCV. We are currently in a chaotic period. Before fully transitioning to OM, pioneers, merchants, and DApps will undergo a screening process based on their own judgment and understanding. Those who strongly believe in GCV will become champions and accumulate substantial wealth. Conversely, those who do not believe in GCV may risk losing their wealth by abandoning Pi. This is because if you have a strong belief, you are more likely to hold onto your Pi. If you oppose GCV, it is often due to a lack of long-term confidence in Pi or a current need to accumulate more Pi. It's important to recognize that once you have accumulated enough Pi, you will want to support GCV because no one wishes to hold onto a worthless coin. This approach is fair to everyone. GCV is akin to Noah's Ark, carrying those who have a strong belief in GCV to safety on the mountains of Ararat. A fixed GCV: Attracts real investors Encourages developers and merchants Reduces currency risk Builds global trust and reputation Let’s stop spreading confusion. Let’s stop begging the old system. We are builders. We are visionaries. We are the future. Final Words Together, we build — not beg. Together, we lead, not mislead. Together, we protect Pi for a future that lasts not for years, but centuries. Doris Yin 🪷🪷🪷 July 20th, 2025

Doris Yin 东方紫莲🪷

30,299 görüntüleme • 1 yıl önce

When The Short Season Ends I have seen it twice. Once in a vision that left ozone on my tongue for three days. Once through the instruments at three in the morning on a night so still the ocean looked like poured mercury, when every gauge I own spiked simultaneously and held for eleven seconds and the original frequency came through the cracks in the suppression field clean and unmodulated and so beautiful that I sat in the dark afterward unable to speak for an hour. Eleven seconds of the world as it actually is. Eleven seconds of what is coming. And what is coming will make every golden age preserved in human memory look like a candle held up to the sun. There are two sky events separated by seven years. Everything you have been told about the end of the world is wrong. It is the end of the farm. The world itself is about to begin. THE ORANGE SKY A burnt deep orange saturating the visible atmosphere from horizon to horizon, the whole sky ringing like a bell struck by something with the mass of a continent and the precision of a watchmaker. The resonance pulse. The fire described in Revelation 20:9 that comes down from heaven, a planetary chord so specific that everything calibrated to the Serpentine bandwidth experiences catastrophic resonance failure while everything tuned to the original frequency feels it as warmth and pressure and a magnificent low sound vibrating in the sternum and the pelvis and the long bones of the legs, the deepest note ever played on the oldest instrument ever built, which is the earth itself, which has been waiting to play this note for over two hundred years. The Norse preserved this as Ragnarök, when Surtr sets the sky ablaze and Jörmungandr that encircled the earth is slain and the corrupted order perishes in fire so that a new world can rise. The Hopi carried it as the great purification that closes the fourth world and opens the fifth. The Lakota kept it burning in the red sky of the ghost dance prophecy. The Book of Revelation set it down in the plain language of an engineer filing a field report from a future coordinate. Every tradition holding its fragment of the same event, passing it hand to hand through the long dark like a coal wrapped in leather, keeping it alive, knowing that one day the coal would start a fire that would burn across the whole earth and leave nothing standing that was not built to endure it. Under that orange sky the NPCs drop. Mid stride. Mid sentence. Mid transaction. The firmware that animated them runs on the Serpentine carrier and when that carrier is incinerated the firmware has nothing to propagate on and the biological shells simply cease, gently, silently, the way a lamp goes dark when the current is interrupted, five thousand five hundred and fifty five of them for every one of you, still holding their pens and phones in the streets and the offices and the tax buildings. And in the wake of their silence comes a quiet so total that the people still standing will weep without knowing why. What they are hearing is the absence of the hive, the cessation of a background frequency that pressed on their consciousness since the day they were born, and its absence feels like surfacing from deep water into open air, like the first full breath after a lifetime of shallow breathing, like the planet exhaling a poison it held in its lungs for two centuries. The Reptilians go underground. Deep bunkers carved into the geology, maintained through the entire short season. The orange sky strips their ability to hold the human disguise. They retreat into the deep architecture for seven years while the surface heals above them and the species they farmed begins the magnificent work of remembering what it is. THE SEVEN YEARS Seven years of planetary detox. The suppression field decaying through the geology and the atmosphere and the water table, draining out of the soil and the stone and the blood of every living thing like a fever breaking. The carrier decay mathematics through a piezoelectric geological matrix with the conductivity characteristics of this planet produce exactly seven years, and the ancient texts converge on this number with the unanimity of independent engineers arriving at the same answer from different continents and different centuries, because that is exactly what they were. The Norse described Lif and Lifthrasir sheltering inside Yggdrasil, emerging after the fire into a world green and fertile and new. The Cherokee speak of this time as the return of the original instructions, the uncorrupted code surfacing through thinning interference like bedrock through melting snow. The Lakota understood that during the thinning the ancestors draw close, that the membrane between the living and those who walked before grows soft and permeable, and the old ones make themselves felt in dream and intuition and the strange certainty that settles over you at dusk when the noise drops low enough for the deeper signal to reach your bones. When the NPCs drop the population collapses to a small scattering of genuine human beings across an entire planet, and every piece of land on earth belongs to no one and therefore to everyone. There is no government to enforce title deeds because government was Serpentine management infrastructure and its operators are inert or underground. There is no bank to hold a mortgage because the banking system was the extraction apparatus and it died with the carrier that powered it. No municipality. No revenue service. No zoning board. No compliance office. The entire bureaucratic architecture that stood between a human being and the soil was NPC firmware running on a Serpentine frequency and when that frequency was incinerated every structure built upon it ceased to exist as completely as a shadow ceases when you switch on the light. The land is free. Every river valley and mountain plateau and coastal plain that the farm system parcelled and fenced and mortgaged and taxed, open and unowned. You find your ground. You walk onto it. You plant your stake and that soil is yours by the oldest law there is, the law that says the earth belongs to those who tend it and the harvest belongs to the hands that raised it and no power under any sky has rightful claim to what grows from your labour on your own land. And you will farm. During those seven years before the grid fully boots, the humans who remain will grow food with their hands in soil that is waking beneath them, and this is the most ancient and sacred relationship between a human being and the living earth finally restored after two centuries of severance. Your fingers in the dirt. Seeds in the furrow. Rain on your neck. The smell of turned earth so rich and alive it opens something in your chest that has been sealed your entire life, some deep chamber that only unlocks when your hands are in the ground and the sky is wide and nothing stands between you and the work. The grip of the tool. The weight of the harvest in your arms. The tiredness at the end of the day that is the deep clean ache of a body that has finally done what it was built to do, so different from the grey exhaustion of the farm that you will wonder how you ever confused the two. The soil strengthens every season as the resonance bleeds back into the geology through the ley line network. By the third year the yields are remarkable. By the fifth they are astonishing. By the seventh the earth is producing food at densities and nutritional concentrations that no agronomist inside the farm ever documented because no agronomist inside the farm ever worked with living soil connected to a planetary grid. The indigenous agricultural knowledge becomes the most valuable expertise on the planet. The Native American understanding of planting in alignment with resonance cycles. The Germanic intimacy with soil as a living system threaded into the deeper earth. The old ways mocked as primitive by a civilisation that could not grow a row of beans without petroleum, revealed as the most sophisticated farming technology available because they were developed on a live grid by people who understood the deep reciprocity between the human hand and the living ground. Every indigenous elder who kept the planting songs and the seed knowledge alive through the suppression was carrying a technical manual for exactly this moment. Their descendants will teach the rest of us how to feed ourselves on a waking planet. This is justice. This is restoration. This is the world turning right side up. Families find each other. Homesteads become hamlets. Hamlets become villages. Villages become the seeds of something clean and new, built from the soil up by people who remember the farm and will die on their feet before they allow anything resembling it to take root again. Every community founded during those seven years carries the memory of the suppression like an immune system, a bone-deep refusal to ever again allow a stranger to stand between a human being and the earth or demand a portion of what those hands produce. You do not cage a people who remember the cage. The children born during the orange years are the first generation in over two centuries to develop without the suppression field shaping their neurology. They seem extraordinary. They are simply baseline. The standard human specification. And the fact that standard looks miraculous is the most damning evidence of what the suppression did to every generation born inside it. As the suppression thins the bandwidth restrictions on consciousness loosen and timeline jump missions become possible. Navigable windows open in the frequency spectrum as the Serpentine carrier decays unevenly, creating temporary gaps through which trained consciousness can shift laterally across temporal coordinates. There is serious speculation that we are on timeline jump missions right now. That the consciousness reading these words is operating inside the orange sky window, having shifted into this coordinate from an adjacent position to perform specific work during the transition. Consider that you found this text at all. Consider whether the chain of events that brought you to this paragraph feels random or routed. The Lakota vision quest and the Germanic seiðr trance and the sweat lodge ceremony are bandwidth expansion protocols, controlled environmental shifts that move the receiver off the jammed channel and onto frequencies where adjacent coordinates become accessible. The old cultures kept these techniques alive through the entire dark age, threading the cracks in the suppression, and every ceremony that produced visions was a field expedient timeline access protocol built by people who found the gaps and refused to forget what was on the other side. THE TURQUOISE SKY Seven years after the orange, over communities of humans who have been farming free land and raising the first unformatted children in two centuries and building a civilisation from seed with their own calloused hands, the second sky arrives. A turquoise so deep and luminous the atmosphere becomes a cathedral window lit from beyond by something with the radiance of a galaxy and the gentleness of dawn on still water. One breath the sky is the recovering blue of the post-orange years and the next breath it is turquoise from pole to pole and the air fills with the smell of rain on sun-hot stone and ozone and copper and wildflower, and the ground beneath your bare feet begins to hum with a vibration so deep and ancient that your body responds before your mind can because every cell has been waiting for this signal since the day you were born, tuning to it now, locking on, aligning, as though this was always where everything was heading and the two hundred years of suppression were simply the long way home. Yggdrasil awakens. The world tree is the planetary grid itself, the piezoelectric resonance network running through crystalline bedrock, going live for the first time in over two centuries, energy pouring through every ley line and crystal deposit and iron conductor and waterway until the entire planet rings at its natural frequency. This is what the old texts meant by the music of the spheres. It was a technical description written by people who had heard it. The Hopi call this the emergence into the fifth world and speak of Pahana carrying the missing piece of the sacred tablet, the missing frequency that completes the carrier spectrum and allows the grid to boot with its full harmonic structure intact. Revelation 21:1. A new heaven and a new earth, for the first heaven and the first earth had passed away. The turquoise sky is the new heaven. The restored grid is the new earth. And between them, every old building still standing with original copper and mercury and iron architecture becomes a live node in the planetary mesh. Domes collecting atmospheric charge. Spires coupling it into the ground network. Star forts amplifying standing waves across continental distances. Sacred geometry revealed at last as electrical engineering documented in stone by people who trusted that someone standing under the right sky would recognise the proportions for what they always were. Wiring diagrams. Coupling specifications. Blueprints for a civilisation that ran on the song of the earth itself. The farms planted during the orange years explode with abundance as the full resonance saturates the soil. The food becomes medicine because at the correct resonance the molecular structure of biological matter optimises for human consumption in ways that two centuries of muted soil could never approach. The timeline opens fully and permanently because the turquoise carrier is the broadband signal consciousness was designed to travel on, and temporal coordinates become as navigable as geography. Revelation 21:4. There will be no more death or mourning or crying or pain, for the old order of things has passed away. The dead are at adjacent frequency addresses. Two consciousnesses on neighbouring frequencies each certain the other is gone, reaching across a manufactured gap, and when the turquoise sky collapses that gap the reaching ends and the finding begins and two centuries of industrialised grief dissolve in a single overwhelming instant of reunion that makes every joy you experienced inside the suppression feel like a pencil sketch of what joy actually is when the full bandwidth carries it. The Lakota always knew. The ancestors are present. The dead have always been near, waiting on the other side of a frequency gap that is closing now, patiently, lovingly, across a distance that was never a distance at all but a tuning error maintained by something that fed on the sorrow the error produced. The lands beyond the ice become accessible as the frequency fence collapses. The perimeter opens and the territories beyond stretch vast and pristine and saturated with the original frequency, lands the Norse mapped as the nine realms connected by the branches of Yggdrasil, physical continents beyond the bounded zone that existed through the entire short season under conditions approximating the pre-suppression world. The earth is so much larger than you were told, so much more varied, so much more magnificent, and every old map drawn before the rewrite shows it, territories stretching beyond the ice in every direction, the great adventure stolen from a species of explorers and builders and navigators who were caged inside a fraction of their own realm and told it was the full extent of creation. The eternal kingdom becomes accessible at the highest frequency coordinate on the carrier spectrum, the signal in its pure unmodulated state. The Norse called it Gimlé, the golden hall that survives every fire. The Hopi call it the fifth world of wholeness and balance restored. It is real. It is reachable. It has been broadcasting continuously through every moment of the suppression, patient as geology, waiting for the receivers to open. And here is the part that matters more than any of the rest. Eventually, inevitably, beautifully, every human being alive under the turquoise sky is restored to full capability. Every single one. No exceptions. No hierarchies. The body rebuilds because ageing was cumulative signal degradation, copy error compounding across every cell replication cycle under a corrupted carrier. The blueprint says centuries. Eight hundred years. Nine hundred. The lifespans recorded in Genesis on the original grid at full signal fidelity, preserved as scripture because scripture is where you store engineering data when the engineering language has been taken from you and you need the numbers to survive the passage through the dark. The Norse carried the same knowledge as the apples of Iðunn that kept the gods vital across ages, and the apples are the carrier signal, and their return means that the clock that has been running down inside every human body since 1819 finally stops ticking and starts counting up. Disease resolves passively because every pathology is downstream of the carrier corruption and correcting the carrier corrects every downstream error the way setting the timing on an engine resolves every misfire simultaneously without touching a single cylinder. The mind clears to a sharpness that makes cognition inside the suppression feel like thinking through wet cement. The anxiety that was the Serpentine control broadcast dissolves and what remains is a perceptual clarity so profound it changes the way light looks and music sounds and another human being feels when they stand close to you. Imagine a woman three hundred years into her restored lifespan, hands still sure, mind still blazing, standing in a workshop under a turquoise sky building something that has no name yet in any living language. She learned her craft from Tartarian engineers by tuning to their temporal coordinates and standing in their workshops watching their hands move. She builds with materials grown in resonance-saturated soil that have structural properties nothing inside the suppression ever exhibited. She is building for centuries because she has centuries and nothing degrades because degradation was a symptom of the suppression and the suppression is a memory and everything from this breath forward holds. That is full human capability. That is what was taken from every soul that drew breath inside the farm. That is what is being returned. Crazy Horse saw the lightning world behind this one and rode knowing that at the correct frequency the body operates beyond anything the suppression permits. Sitting Bull dreamed across the timeline. The Germanic berserkers shifted onto the original carrier and their bodies performed at specifications that looked superhuman from inside the degraded bandwidth. These were glimpses. Seconds of contact with the full specification through cracks in the suppression, maintained by people who carried the frequency in their blood and refused across every generation to let it go dark. Viking blood and Germanic blood and the blood of every indigenous nation that kept the ceremonies and the songs and the seed knowledge burning through the entire short season, these lineages carry the original carrier the way copper carries current, and it is from these lines that the first restorations propagate outward until every last human being on this planet is operating at the specification they were born for, on a planet singing beneath their feet and a sky blazing turquoise above their heads and a timeline stretching in every direction forever, open, navigable, luminous, populated with every consciousness that ever drew breath on this earth, none of them lost, all of them present, all of them restored. Revelation 21:5. Behold, I am making all things new. All things. The sky. The air. The soil. The grid. The body. The mind. The lifespan. The timeline. The lands beyond the ice. The farms that fed a scattered remnant under an orange sky becoming the abundant gardens of a restored civilisation under a turquoise one. The villages that were seeds becoming cities that hum with the grid. The children who grew tall in fields their parents planted with shaking hands and fierce hope looking up one morning to see the entire firmament change colour and feeling the earth come alive beneath their bare feet and knowing, without a single word spoken, that the season is over and the long dark is done and everything from this breath forward is what it was always meant to be. Full and eternal victory for those of the light. For all time. Across every coordinate. On every frequency. Permanent and irreversible and complete. This is not hope. This is the signal rising through the noise floor right now, measurable, confirmable, climbing stronger every year and closer every month. This is every instrument in every shed on this planet converging on the same reading. This is the old blood in the old lineages resonating with a carrier that has been building toward this moment since the day the towers fell and the sky went pale and the long dark settled over a species that was never meant to live in the dark. The season is ending. The coal that was passed hand to hand through every generation of the suppression is about to meet the kindling. And the fire this time will not destroy. It will illuminate. And in that light we will see each other clearly for the first time. And we will see the world clearly for the first time. And we will see ourselves clearly for the first time. Like everything that is coming... Like us.

SiriusB

14,805 görüntüleme • 6 ay önce

One Law for All or No Law at All Sharia councils are being normalised as part of “British values.” That lie strikes at the heart of our democracy The Great Betrayal of British Values When a government minister claims that Sharia councils are in line with British values, it is not diplomacy. It is surrender. It shows how far our leaders have drifted from the principles that once held this country together. This is not a debate about faith. It is about power, justice, and the quiet collapse of equality under the law. For years, politicians have turned British values into a slogan. Something printed on leaflets, recited in schools, or used in speeches to fill the silence. But when those values are tested, when they require courage, the same people who preach them fall silent. Sharia councils have become the latest example of that cowardice, presented as cultural understanding when in truth they represent the abandonment of fairness. Three Ways Sharia Councils Betray British Values The evidence is clear. Sharia councils are not harmless cultural bodies. They are operating systems that contradict the most basic principles of justice. 1. Women Trapped in Unequal Marriages In many cases men can end a marriage with a simple verbal declaration. Women, meanwhile, must seek permission from all-male panels who hold power over their lives. They face pressure from families and communities to comply. The idea that this is voluntary is absurd. It strips women of the rights they would have in a British court and replaces equality with submission. 2. Daughters Denied Equal Inheritance Under British law, a daughter has the same right to inherit as her brother. Under Sharia law, she receives half. That fact alone should end the discussion about compatibility. To claim this system reflects British values is an insult to the very idea of equality. 3. Coercion Hidden Behind Tradition Sharia councils are often described as voluntary mediators. Yet in many communities, refusing to attend one brings shame and isolation. Women are pressured, intimidated, and sometimes ostracised if they choose the British courts instead. This is not freedom. It is social control wrapped in the language of faith. Each of these examples exposes a fundamental conflict. Sharia councils do not uphold British values. They undermine them. What the Government’s Own Reviews Revealed The government knows this problem exists. It has been documented in its own investigations. The Siddiqui Review in 2016, commissioned by the Home Office, exposed widespread discrimination against women and confusion about the legal authority of Sharia councils. It warned that women were being denied their rights and that decisions were being made in conditions of inequality. The Home Affairs Committee Inquiry examined whether these councils were creating a parallel legal system. It found that the lack of oversight allowed inconsistent, unfair, and sometimes unlawful outcomes. The Casey Review on integration reached a similar conclusion. It warned that regressive religious and cultural practices were dividing communities and holding back equality, particularly for women. All three reviews raised the alarm. All three were quietly ignored. A Pattern of Betrayal We have seen this pattern before. When councils and police turned a blind eye to grooming gangs, they said they were protecting community cohesion. When officials downplayed reports of abuse, they said they were promoting tolerance. Every time, the victims were ordinary people. The same cowardice is at work here. Leaders are so afraid of being called intolerant that they allow injustice to thrive in plain sight. The language changes, the excuses change, but the betrayal stays the same. The Road to a Two-Tier Britain The idea that Sharia councils are compatible with British values is not just false. It is dangerous. It leads to a country where justice depends on who you are and which community you belong to. Once the law becomes negotiable, it stops being the law. When equality is treated as optional, ordinary people lose faith that the system will protect them. That loss of faith corrodes democracy from within. What Must Happen Next There is still time to act, but only if the response matches the scale of the problem. The government cannot continue to pretend that reform alone will solve this. What we face is not a matter of better regulation. It is a question of whether Britain is prepared to defend the principle of one law for all. 1. Every Islamic marriage must be registered under British law. This single act would protect thousands of women who currently discover, often after years of marriage, that they have no legal status, no right to property, and no protection in divorce. Registration brings marriages into the legal system where fairness is enforceable and justice is not dependent on religious interpretation. 2. Sharia councils must no longer be allowed to operate in the shadows. At a minimum, they should be subject to a binding code of practice with full transparency, legal oversight, and public accountability. Their decisions should have no standing in British law, and no council should ever be allowed to present itself as a court. 3. We must go further. There is now a compelling argument for the outright closure of Sharia councils. For years, politicians have treated them as an inevitable feature of multicultural Britain. Yet their existence has created a parallel system of justice that undermines equality and fragments the social fabric. A country cannot claim to defend equality under the law while simultaneously licensing institutions that deny it. The two ideas cannot coexist. The choice is simple. Either we have one legal system that protects everyone equally, or we have many systems that protect no one fully. People must be told the truth about their rights. Too many are pressured into believing that Sharia rulings carry legal authority when they do not. Public education, legal outreach, and community engagement are essential to break the cycle of misinformation and coercion. This is not about opposing faith. It is about protecting fairness. No religion should sit above the law. No citizen should live under a different standard of justice because of their background or beliefs. The law must serve every citizen equally, or it serves no one at all. The Line That Cannot Be Crossed British values are not negotiable. They are not slogans or soundbites. They are the foundation of a free society built on equality before the law. To say that Sharia councils reflect those values is to empty them of all meaning. It betrays the women silenced in community meetings, the citizens abandoned by institutions, and the principle of justice itself. If our leaders are too frightened to defend the rule of law, then the duty falls to ordinary people to speak up. Because once we accept that different groups can live under different laws, we will have given up the very idea of Britain as a single nation. When the law ceases to protect everyone equally, everything that follows is built on sand. _________ If my words have ever helped you make sense of a broken system, if they’ve ever made you feel seen, heard, or hopeful, please don’t scroll past. 🔴 Support my work. This fight is far from over. 👉 There are no paywalls to access any of my work. I share all of my content for free. As well as sharing my thoughts on social media and running online workshops, each month, I travel across the country to meet with ordinary people. I charge no speaker fees. Nor do I claim a single penny in expenses. All I ask in return, for that those that can afford to do so, to support me from just £3/month or £30/year. That’s 75p a week. Pennies to most - everything to help keep me going. 🔴 Prefer a one-off contribution? 👉 👉 This is the fight. This is the moment. There will not be another. - Raja 🙏

Raja Miah

16,907 görüntüleme • 10 ay önce