Загрузка видео...

Не удалось загрузить видео

На главную

Vibe coded a new project using Gemini 3.7 Flash inside Antigravity CLI over the weekend. It’s a real-time global flight radar and route intelligence platform. Some information is slightly delayed because it’s running entirely on free-tier APIs. - Tracks 4,800+ airborne aircraft live using OpenSky telemetry - 60 FPS...

22,838 просмотров • 11 дней назад •via X (Twitter)

Комментарии: 0

Нет доступных комментариев

Здесь появятся комментарии из оригинального поста

Похожие видео

10 free Google AI tools nobody talks about. while everyone's burning $20/mo on chatgpt and claude, google quietly shipped a stack worth $200+/mo. all free. all yours. — 1️⃣ NotebookLM — your second brain upload sources (PDFs, websites, audio, YouTube). it summarizes, builds mind maps, generates quizzes, drafts slide decks, even turns your notes into a podcast you can listen to on a walk. free tier: 100 notebooks, 50 sources each, 50 chats/day, 3 audio overviews/day. replaces: notion AI + perplexity + readwise — 2️⃣ Google AI Studio — the free gemini playground web playground for gemini 3 pro and flash with a free API key. generous limits. paste a 1M-token context window and watch it actually use it. faster than the openai playground and free where openai charges per token. replaces: openai playground + paid API credits — 3️⃣ Gemini CLI — google's open-source terminal agent apache 2.0 licensed. one command (npx @google/gemini-cli) and you've got an agent in your terminal that reads your codebase, runs shell commands, and ships PRs. drop-in claude code alternative. replaces: claude code ($20/mo by default) — 4️⃣ Jules — async coding agent assign jules a github issue. it spins up a cloud VM, clones your repo, writes the plan, makes the changes, opens a PR. free tier: 15 tasks/day, 3 concurrent, runs on gemini flash. replaces: devin ($20/mo+) + cursor agent 5️⃣ Stitch — text → UI → code google's free figma killer. describe an interface, get production-ready HTML/CSS/Tailwind + figma export. march 2026 update added voice canvas, infinite canvas, and MCP integration with cursor. 350 standard + 200 experimental generations/month free. replaces: galileo AI + early-stage figma work — 6️⃣ Gemma 4 — open-weight LLM google's flagship open model. apache 2.0. 2B, 4B, 26B-MoE, and 31B variants. 256K context. runs on ollama with one command. quantized versions run on a 4090 or beefy laptop. replaces: paying for hosted LLM inference — 7️⃣ Illuminate — papers → podcasts paste an arxiv preprint link. illuminate turns dense research papers into a 6-8 min conversation between two AI hosts breaking it down. perfect for commute reading you can't do at a desk. note: still in waitlist for some regions. replaces: snipd + manual research reading — 8️⃣ Learn About (LearnLM) — adaptive AI tutor drop in any topic you're stuck on. highlight a word, click "go deeper," and the interface adapts in real time to your comprehension level. visual explanations, follow-up questions, the works. replaces: paid tutoring on niche topics — 9️⃣ Google Labs FX (ImageFX + Flow + MusicFX) — free imagen, veo, musicLM google labs creative suite. text-to-image (imagen 4), text-to-video (veo via Flow), text-to-music (musicLM). free tier: limited daily generations. the heavy veo 3.1 features are paid (AI Pro $19.99/mo). still worth using for image and music — those stay free. replaces: midjourney + suno (free tier only — runway-level video gen is paid) — 🔟 Google Colab — free GPU notebooks free T4 GPU + 12GB RAM in a browser tab. enough to fine-tune small models, run stable diffusion, prototype agents. the launching pad for half the ML projects on github. replaces: paid cloud GPU rentals — a quick honest note: these tools aren't 1:1 better than the paid versions they replace. but they're decent enough to get most things done — especially if you're not a heavy user or you've got little funds to play with. i've put all 10 in a public github repo (link in comments). follow + turn on post notifications for more useful posts like this 🔔

m0h

12,061 просмотров • 3 месяцев назад

How Cloudflare cut query times by 35x without leaving Postgres: Their Postgres tables hit billions of rows, and every time-range query started getting slower. Plain Postgres scans the entire table on every query, regardless of the time window. They tried the manual route by building precomputed aggregates with cron jobs and evaluating ClickHouse, which needed a full ingestion pipeline just to handle their write pattern. Here's where most teams get stuck at exactly this point. They utilize manual partitioning, splitting data into child tables by day or month. Then they wire up cron jobs to refresh aggregate tables. Every schema change after that requires updating the cron logic and coordinating across teams. The infrastructure becomes the project. Tiger Cloud is managed TimescaleDB by Tiger Data - Creators of TimescaleDB on the Postgres you already know, with automatic time-based partitioning, continuous aggregates, and compression built in from the start. Cloudflare moved to TimescaleDB after exhausting the manual route and saw 5-35x query performance improvement on the same data. Here is how it works: → Hypertables partition data by timestamp automatically. Every time-range query hits only the relevant chunk, not the full table. → Continuous aggregates refresh incrementally in the background, with no cron jobs to maintain. To show what this looks like in practice, I built a real-time earthquake intelligence dashboard on a 3D globe using Claude Code and Tiger Cloud in a single session. The USGS earthquake catalog has 400,000+ events since 1900, each a timestamped row. The dashboard plots them as ripple animations sized by magnitude and colored by depth, with a time slider that scrubs through 120 years of seismic history. Every slider position fires a live query against the hypertable, and the side panel pulls from continuous aggregates. Claude Code connected to Tiger Cloud through the Tiger CLI MCP server, provisioned the database, pulled the USGS catalog, and assembled the full Next.js and Three.js frontend without leaving the session. The video below shows the final build in action, and I worked with the Tiger Data team to put this together. Tiger CLI is open-source (Apache 2.0) and works with Claude Code, Cursor, Codex, Gemini CLI, and VS Code. To try this yourself: → Sign up for Tiger Cloud here: New accounts get $1,000 in free credits, no credit card required. → Install Tiger CLI: curl -fsSL https(:)//cli(.)tigerdata(.)com | sh → Run tiger mcp install claude-code → Give Claude Code a prompt and let it build. I also wrote a full walkthrough on how you can turn any coding agent into a production-grade data engineer that can manage over a billion-row Postgres workloads. It covers everything from the database setup to the final build. Read it below.

Avi Chawla

22,094 просмотров • 17 дней назад

🚨They CANNOT SCAN kilometers into SOLID ROCK! That is what skeptics of the Khafre Project’s findings say, and they are correct to point out that Synthetic Aperture Radar (SAR) can't do this. They are also TOTALLY MISTAKEN, here is why: The Khafre team are not using conventional SAR imaging in the way critics assume. They are using a patented form of SAR Doppler Tomography, pioneered by Prof. Filippo Biondi. This is not simple surface imaging. It is a phase-coherent interferometric method that detects subtle Doppler frequency shifts caused by internal micro-vibrations within dense structures. Instead of trying to penetrate rock, it “listens” to tiny seismic vibrations in the stone. Biondi’s trick is to capture micro-motions. Tiny seismic or structural tremors slightly shift the radar’s frequency (Doppler effect). By analyzing these Doppler shifts across multiple SAR images, they can reconstruct a 3D tomographic image of what’s inside, like a CT-scan from space. Prof. Filippop Biondi's patent (PCT/EP2023/064345) explicitly describes processing “coherent vibrational Doppler information” in SAR to allow penetrating 3D imaging "over a depth of several kilometers". In other words, it effectively turns the radar into a spaceborne sonar, using Earth’s natural vibrations to “sound” the subsurface, something ordinary SAR can’t do. A peer-reviewed Remote Sensing paper describes using COSMO-SkyMed SAR data to map new shafts and chambers inside Khufu . This case study in a scientific journal shows the technique in action (with high-res 3D results!). Beyond pyramids, the technique has practical uses. For bridges and infrastructure, Biondi’s SAR Doppler method can extract a structure’s “vibration profile” from orbit. That profile highlights cracks or damage. In one study the team applied it to Italy’s Morandi Bridge before it collapsed, SAR-based vibration maps showed unusual energy spikes right at the failing pylon. They even imaged deep tunnels. The HarmonicSAR site reports they “detected for the first time the Gran-Sasso Physics Laboratory at 1.4 km below the Earth using SAR”. In other words, their tomography saw a known underground lab 1400 m under Italy! They’ve also done scans of mountain tunnels (San Gottardo). Biondi was co-author on a 2016 Scientific Reports paper tracking Iraq’s Mosul Dam instability via SAR. That study used spaceborne radar to measure tiny ground motions around the dam over time. It shows that SAR micro-motion techniques can monitor slow structural shifts on a large engineering project. In short, SAR Doppler Tomography isn’t ordinary radar, it’s like using satellites and the Earth’s own background hum to “see” underground. Think of it as applying a CT-scan or ultrasound-like method from orbit. It’s unconventional, but it’s patent-backed and has some peer-reviewed results. RECIEPTS: Synthetic Aperture Radar Doppler Tomography Reveals Details of Undiscovered High-Resolution Internal Structure of the Great Pyramid of Giza Filippo Biondi's SAR/Doppler Patent Perspectives on the Structural Health Monitoring of Bridges by Synthetic Aperture Radar HarmonicSAR (Filippos Website) Mosul Dam SAR/Doppler Project

Jay Anderson

169,956 просмотров • 8 месяцев назад

GeoLibre v2.4.0 is here! GeoLibre is a free and open-source, lightweight, cloud-native GIS platform for visualizing, exploring, and analyzing geospatial data. It runs everywhere you do, in the web browser, on the desktop, on mobile, and inside Jupyter notebooks, all while keeping your data local and private. This release is about reaching more data and moving through it: new browsers for STAC, NASA Earthdata, and Hugging Face, a flight simulator, a Time Slider that animates tiled data and data cubes, and a live API for pages that embed the map. What's new in v2.4.0 - STAC catalogs browser: discover public catalogs from STAC Index, connect to static catalogs and STAC APIs, search a collection's items, and add any visualizable asset to the map. No more copying COG URLs by hand. - Earthdata GIS browser: search NASA's Earthdata GIS portal and add its imagery, map, and feature services, and its published web maps, as first-class layers. - Hugging Face on the map: search the Hub, walk a dataset repo's folders, and add its vector and raster files. You can create a dataset repo and upload layers to it too. - Flight Simulator: steer a continuous free-flight camera over terrain and 3D layers from the keyboard, instead of declaring a destination and watching a scripted flight. - Time Slider for tiled data and data cubes: bind vector tiles, PMTiles, and MBTiles to the timeline and animate them over their full extent, and let a Zarr store's own time dimension join the shared timeline. - Zarr gets a real Add Data path: open a remote store or a folder on disk, and pick variables and dimensions by their actual coordinate values rather than raw indices. - Live embed API: a versioned postMessage protocol so a host page can load a project, move the camera, highlight features, and open a tool at runtime, with events coming back out. - OGC API - Features: add collections as vector layers from whatever URL you have in hand, whether that is a landing page, /collections, or a full items URL. - H3 everywhere: a new hexagonal grid plugin that renders and inspects H3 cells and exports them as GeoJSON or CSV, plus typing an H3 index into the search box to fly straight to that cell. - Jupyter from outside the app: attach VS Code's Jupyter extension or jupyter console to the desktop app's server and your notebook cells drive the map. Try it out - Launch GeoLibre Web: - GitHub: - Documentation: - Release notes: #GIS #Geospatial #OpenSource #RemoteSensing #DataVisualization #GeoLibre

Qiusheng Wu

14,268 просмотров • 1 месяц назад

Xgame is now available to download for free on Mac, Windows, and Linux. 🌌 This started a week ago, when Unity launched the Unity CLI. I plugged in Grok Build and Grok 4.5 and asked for a 3D world. Then I thought, can it make a beautiful ocean and sky? Then it evolved further into a simple island game, just to see what was possible. No design doc. No pipeline plan. Every answer came back better than the last one, and somewhere in that loop the experiment stopped feeling like a demo and started feeling like a game. So I changed the question. Instead of an island, I asked for space. Dogfights. Capital ships. Missions with weight. The pipeline that formed around it wasn’t something I designed on a whiteboard. First it grew out of what I needed next. Combat that punched. Enemies that pushed back. Ships that existed as code, not downloads. Tools to manage the clips and the assets because the game was growing faster than any manual process could keep up. That’s the discovery that stuck with me. I wasn’t “using AI to help me code a game.” I was building the game by talking to the system that was writing it, running it, and shipping builds for it over and over, until it felt right. Then something I didn’t plan for happened. People saw it. A lot of people.The early footage traveled farther than expected. Elon Musk shared it. And then a few days later Unity’s CEO reached out. Not a cold form letter, a real “we’ll have people contact you.” A week earlier I was poking the new Unity CLI with Grok. Suddenly the company behind the engine was looking at what came out of that experiment. I didn’t set out to prove a thesis. I set out to see if one person, with the right harness, could go from a blank project to something you’d actually want to play. The answer turned out to be YES and the shocking part isn’t any single feature. It’s that the whole thing was vibe-coded end to end. The game, the polish passes, even the little systems that made the next pass possible. Xgame is free because that was always the point. No launcher. No account. No store page. Download it, open it, and play. If you’ve been waiting for permission to try building something like this yourself this is it. The tools are here. The game is live and this is only the beginning.

Dan

15,057 просмотров • 1 месяц назад

We all have digital lives scattered across random folders, external drives, cloud accounts, and endless years of photos and videos. ♥️ Download for Free: (Sign up before Sep 30 to receive 1,000 bonus MUZIM Credits.) The real issue isn’t storage anymore. It’s understanding what you already have—and actually putting it to use. That’s the entire idea behind MUZIM by OpenSoul. MUZIM operates as a local-first AI file agent and personal digital museum. It comprehends your local files natively on-device, and any connected AI workflows operate strictly within the context and scope you authorize. Vibe Search allows you to hunt down files simply by how you remember them—and crucially, this core search works completely offline. Collections bundle related files together naturally, while Smart Stacking automatically groups burst-shots, duplicates, and similar photos for quick review. Once your library is dialed in, it unlocks more capabilities: pull selected files from supported cloud services, convert specific memories into shareable vlog stories, and route authorized context outward using MCP. You can also plug in your own Claude/GPT API key via optional BYOK 🔑 to run advanced workflows while keeping your raw files strictly local. These specific workflows require internet; AI/Agent tasks might consume Credits. Note that cloud import isn’t a live sync or backup tool. And then there’s the hardware piece: the MUZIM L1 Data Hub—packed with Wi-Fi access, up to 24TB of SSD storage, and a massive 10Gb/s high-speed dock. A literal, physical home for your personal digital museum. ⚡ Your original local files stay where they are. You decide how they’re used. It takes you from scattered chaos to a library you can practically search, organize, and create with. Your files. Your rules. Your personal digital museum.

Eliana Skye 📊🚀

20,650 просмотров • 10 дней назад

I vibe coded and built a sprite animation pipeline 🛠️ (Day 22 of making the engine+game) ⬇️ Watch the video if you don't wanna read the wall of text - it directly shows what I do. Shoutout to Jidé ✨ for showing me a paper on black/white combination to get alpha, it's the cleanest method yet, and to Cursor for enabling this entire journey. If you prefer the wall of text here you go: The hardest part of using general image models for 2D sprites isn’t getting a nice-looking frame, it’s getting consistent motion across a whole sprite sheet. You can fake a sheet, but frames won’t align, timing drifts, and you end up with weird artifacts. Even if you manually cut frames + interpolate, the animation often looks “off” because each frame is basically a new interpretation, not the same character evolving over time. This is especially noticeable with public API models like gpt-image-1.5 and Nano Banana. Some custom LoRAs for open models exist, but this is intended for less techy folks. My workaround: use a video model first, then post-process into a sprite sheet. Render the animation over a solid background (white/black/magenta/green), then chroma-key it out (my engine tool supports this). If the motion stays inside the silhouette, this works surprisingly well. You can do this in almost any video editing software too! The catch: keying almost always leaves an “aura” (edge spill). My best results come from interpolating the keyed animation with a clean base sprite, so you keep crisp edges and only “borrow” motion/detail where needed. If the animation extends outside the silhouette (tree branches, hair wisps, foliage), I usually skip “true sprite animation” and do it with shaders instead. Keying can’t fully remove halos there, no matter how much feathering/tuning you do. Another annoying issue: pixel corruption. AI rarely generates a perfectly flat background (pure #000000 or #FF00FF). That tiny noise breaks clean extraction and creates crawling garbage pixels around the subject. For clean base sprites (and even PBR maps), a useful trick is generating the same asset on white + black backgrounds and deriving alpha from the difference. This is basically a matte workflow: white = opaque, black = transparent. It fixes aura… but you’d need it per-frame to fix animation, which is still hard. For simple pixel art (single-digit frames), you can sometimes generate a sprite sheet, then ask the model to recreate it on black/white while preserving alignment… but it’s still manual-heavy. Honestly, at this point, for some projects it’s easier to go 3D → 2D and render clean sprites/maps directly. But I still love pushing “pure 2D” and seeing how far we can take it. Thanks for reading! Follow/bookmark/repost if interested in this kind of content!

Startracker 🔺

20,181 просмотров • 7 месяцев назад

🚨 IMPORTANT UPDATE 🚨 Hello EstateX family, As you know, over the years we have come from just an idea and have evolved very much over the years. From just investing to a complete ecosystem, major tier 1 partners, an L1 chain, signed institutions and much more. For the health and longevity of the we need to make vesting changes, to make sure the sell pressure will not kill the performance of this project, and we can ensure a positive outcome for this bullrun for everyone involved, mostly our (long-term) investors. This means that everyone across the board will have adjusted vesting, even all launchpads have agreed. The sell pressure is expected to be quite significant, and could completely drain the performance and make us done for this bullrun. That will be significantly harder to recover from and is not a scenario we want for any involved investor. We have spoken with a lot of big holders, traders and KOLs. The absolute biggest names in the space who would’ve been onboard if it wasn’t for the steep unlocks. That’s primarily the reason why whales have left the chart the last couple of weeks and you’ve seen a price drop, because of the fear of the unlocks. We want to correct that and make sure that it’s not a race to the bottom after this month where traders and KOLs stay away and therefore everyone’s investment would be done for this bullrun. Because that is what otherwise is going to happen. For the utilities to come into play and fully take over the sell pressure, we have a slight gap to bridge between now and end of the year. We have many big marketing and business catalysts coming in, with a lot of significant revenue makers. However, this is projected to come in by end of the year / early next year. Things like: -Government partnerships and tokenization projects with Ministries -Whitelabel sales of hundreds of thousands towards major billion dollar institutions -L1 Blockchain release with 10+ projects and 3+ billion dollar institutions signed to it -Platform that’s gonna go live with tens of millions to be tokenized -Secondary marketplace and lending rolled out on the platform, getting liquidity into illiquid asset classes -New exchange listings -Major tier 1 KOLs that want to come onboard with the new vesting, not without -Presentation infront of upbit and bithumb at Korea Blockchain Week Main stage -EstateX University with A list celebrities going live, promoted by worldwide famous names -Working together with multiple partner funds that want to invest into our real estate -Asset classes live like sports teams, music rights -All business pillars rollout of lending, trading marketplaces, payment cards to make it an all in one financing management app -All our distribution channels for real estate like summits, family offices, real estate agents commission program (with Steve Craggs having tens of thousands of them) -And much much more To summarize, A LOT of things are upcoming in the next months, however there is a small bridge we have to gap from now until end of the year without the sell pressure ruining a lot of these chances. To make sure the full potential of the bull market will be achieved, otherwise investors will have way less value of their money during the original route then with the adjusted route. Seeing the price dump of last weeks, we’ve spoken with a lot of big holders & traders, and unfortunately they’re stepping out because of the unlocks. That means we will not reach the potential in this bull market despite all the very big announcements and progressions that we have. I will explain more regarding the unlocks:

EstateX

128,990 просмотров • 11 месяцев назад

HERMES AGENT SUPPORTS 300+ MODELS. PICKING THE RIGHT ONE PER TASK IS THE DIFFERENCE BETWEEN $5/MONTH AND $50. STARTING OUT: Claude Sonnet 4.6. official recommendation from Nous Research. "the model this project was built and tested with." strong reasoning. reliable tool calling. mid-range pricing. PREMIUM TIER: Claude Opus 4.8. best coding benchmarks available. self-correcting reasoning. catches its own mistakes. 1M context. use for demanding tasks where quality matters. GPT-5.5. #1 Chatbot Arena. #1 GPQA Diamond reasoning (94.1%). #1 creative writing. 2M context. handles entire codebases in one pass. Grok 4.30. the only frontier model with live X firehose access. real-time social data, breaking news, market sentiment. connects via Grok OAuth. no separate API key. Grok-Composer-2.5-Fast (v0.17.0). Cursor's coding model. 200K context. available through your Grok subscription via OAuth. no extra cost if you already pay for Grok. MID-RANGE TIER: Claude Sonnet 4.6. best balance of quality and cost for daily use. strongest prose and tool calling in this tier. Gemini 2.5 Pro. Google Search grounding built in. cites sources. verifies claims. pulls current data. 2M context. best for research-heavy workflows. GPT-4.1. reliable tool calling. solid general reasoning. good middle ground when you need OpenAI compatibility. BUDGET TIER: Claude Haiku 4.5. fastest Anthropic model. cheapest paid Claude option. strong at classification, routing, simple queries. use for auxiliary tasks: compression, vision, web extraction, approval scoring. DeepSeek V4. best cost-to-quality ratio in the market. 90% cache discount on repeated context. use for sub-agents and bulk parallel work. DeepSeek V4 Flash. cheapest paid model worth using. 1M context. MIT license. self-hostable. use for cron jobs, monitoring, routine searches. MiniMax M3. Nous Research and MiniMax collaborating on optimization. 1M context via lightning attention. 59% SWE-Bench Pro. beats several premium models on coding. one of the most-used models inside Hermes. FREE / LOCAL: Qwen 3.5 27B via Ollama. 16GB VRAM. reliable tool calling. best free local model for Hermes as of mid-2026. Qwen 3 8B. 8GB VRAM. fits a $7 VPS. handles routine tasks at zero API cost. Llama 4 Maverick. best open-weight tool calling. 1M context. needs more VRAM but strongest local option. HOW TO ASSIGN MODELS: main model: Desktop app / Dashboard → Models → switch sub-agent model: set in Desktop app, Dashboard, or config.yaml: delegation: model: "deepseek/deepseek-v4" auxiliary models (compression, vision, web extract): Desktop app / Dashboard → Models → Auxiliary Haiku 4.5 or Gemini Flash work well here. saves significantly when your main model is premium. per-profile: each Hermes profile gets its own model. Scout on DeepSeek. Analyst on Sonnet. Briefer on budget model. Coder on Opus. per-cron-job: pin a specific model to any cron job. morning brief on Haiku. deep research on Sonnet. monitoring on DeepSeek Flash. each job uses only the model it needs. per-session: /model deepseek/deepseek-v4-flash hot-swap mid-conversation. no restart needed. FALLBACK CHAINS: if your primary model is unavailable, Hermes automatically switches to the next provider. rate limit or server error = next model in the chain. no failed runs. no manual intervention. set in Desktop app, Dashboard, or config.yaml: fallback_providers: - openrouter - nous - codex PROVIDER PATHS: OPENROUTER: 300+ models under one API key. pay per token. most flexible. NOUS PORTAL: 300+ models + Tool Gateway (web search, image gen, TTS, browser). one OAuth. one subscription. 10% off token-billed providers. CHATGPT SUB: GPT-5.5 + Grok via OAuth. included tokens with $20 subscription. OLLAMA: free. local. private. zero API cost. your hardware only. mix providers across profiles and tasks. Scout on OpenRouter. Analyst on Nous Portal. Coder on ChatGPT sub. Monitor on Ollama. THE RULE: premium for work that needs deep reasoning. mid-range for daily driver tasks. budget for volume and background work. free for monitoring and routine jobs. pricing changes fast. check openrouter ai for current rates before committing. Which is your favourite model and for what task? full 15 levels breakdown in the article 👇

YanXbt

17,138 просмотров • 2 месяцев назад

What if gaming paid you back not just in vibes, but in stuff you can own, trade, and flex? Ajuna Network crashing the scene with a blockchain-powered punch that’s about to change everything you know about gaming. Today we’re diving into Ajuna’s world of epic games that hit hard and a 2025 lineup so stacked it’s practically begging you to smash that play button! What is Ajuna Network? So, what’s Ajuna Network all about? It’s a decentralized gaming platform built on the Polkadot blockchain, giving developers the tools to craft games where you own your in-game assets as NFTs. And with their upcoming SAGE game engine, they’re about to supercharge the creative possibilities. This is gaming redefined, power to the players and creators, and it’s only getting bigger! Ajuna’s Games: The games that are stealing the show right now: AAA, Battle Mogs, and BBB. 1/AAA Awesome Ajuna Avatars NFT-powered collectible game that’s your ticket to their gaming universe. AAA lets you mint, forge, and evolve unique avatars tied to seasonal themes like Mogwai from Battle Mogs in Season 1 or Pets in Season 2. Each avatar’s an NFT you own, with over 5 million possible combos, and you level them up by sacrificing lower-tier ones to craft Legendary or even Mythical versions. The gameplay’s a mix of strategy and hustle. Your oices shape the adventure, and the ownership vibe makes every decision epic. Strategy and collecting fans, this one’s for you! 2/Battle Mog Tactical brilliance meets adorable Mogwai creatures. . The gameplay’s a mix of planning and adaptability. Outsmart your opponents in deep, strategic battles, and own your Mogwai as NFTs to trade or keep. For me, it’s the perfect blend of strategy and stakes, with NFT ownership making every victory feel massive. If you love a mental showdown, Battle Mogs is your jam! 3/BBB (Big Ballz of Bajun) Chaos, quirks, and pure fun! BBB’s a wild ride. A second collective-based game, a chaotic twist on the AAA formula that’s all about competition and creativity. Launched on the Bajun Network a free-to-play mobile battler where you mint, forge, and evolve quirky, street-art-inspired “Ballz” into Legendary status. These Ballz are NFTs you own, trade, or flex, with over 60 million possible variations thanks to five layers of customization. The goal? Climb leaderboards in tournaments like crafting the lowest Soul Point Legendary with a hype skill snagging a slice of juicy prize pool. But heads-up: it’s sunsetting soon! The devs are going out with a bang think special events and rewards. NFTs in Ajuna Network Games NFTs are the secret sauce here. In AAA and Battle Mogs, your avatars and Mogwai are unique, tradable assets. Grind for a rare Mogwai, trade it for something epic gaming and collecting collide, and it’s a rush. Better yet, these NFTs work across Ajuna’s games, so your victories carry weight everywhere. This is gaming with real stakes! Upcoming Games in 2025 Hold onto your controllers, because 2025 is about to go nuclear! Ajuna’s dropping a lineup that’ll make your gamer soul sing. A key milestone will be the highly anticipated completion of SAGE, their revolutionary game engine. By onboarding developers to this innovative platform, they’ll unlock fresh opportunities for engagement and creativity within the Ajuna ecosystem. Think more games, wilder ideas, and a flood of new ways to play , SAGE is the spark that’s lighting up Ajuna’s future! But wait, there’s more! Ajuna’s in-house crew is cooking up an action-packed roster: Hero Jam, Season 1 Avatars, Season 2 Pets, and an upgraded Battle Mogs. And looking ahead, Dot 4 Gravity and New Omega Reforged are on deck. Every title’s packing NFTs and AJUN token perks, making your gameplay more rewarding than ever. With so much on the horizon, the coming year is set to be nothing short of extraordinary! 2025 it’s a gaming revolution!

Shelley

11,689 просмотров • 1 год назад

If you are running local LLMs without N-gram speculative decoding, you are wasting massive amounts of compute. Whether your AI is editing a document, outputting structured JSON, or rewriting boilerplate templates, a huge chunk of the text it generates is highly repetitive or already exists right there in the prompt. Standard decoding wastes expensive GPU compute cycles "re thinking" every single token. By adding one hidden flag in llama.cpp, you can instantly fast forward through the repetition. Zero draft models. Zero extra VRAM. And virtually zero compute overhead. Google Colab hands you an enterprise grade NVIDIA Tesla T4 GPU with 16GB of VRAM for free. It’s the perfect Ubuntu Linux sandbox to build a bleeding edge inference engine from scratch. Recently, I showed you how to double your local speeds using MTP (Multi Token Prediction). But MTP requires a secondary neural network draft model. That eats into your precious VRAM (slightly though) and burns extra compute for every guess it makes. N-gram Speculative Decoding gives you a massive speed boost for exactly 0 memory cost and minimal compute. And it's faster than MTP when it works. Here is how it actually works under the hood: Standard autoregressive decoding is slow because it predicts one token at a time. If you ask an agent to format a long JSON object or update one line in an HTML file, it runs heavy matrix multiplications to calculate the probability of every single bracket, space, and letter from scratch. N-gram changes the game. It acts as a lightweight caching system. Instead of running heavy neural network math to guess the next word, it uses a simple hash table. Whenever the LLM starts outputting a sequence of tokens that already exists anywhere in its context window, N-gram instantly recognizes the pattern. Because it is just doing lightning fast string matching, the compute cost is practically zero. It "fast forwards" through the text, drafting the boilerplate instantly from memory, and the main model just verifies it in parallel. Pure speed. Using quantized GGUFs from Unsloth via HuggingFace, I spun up DeepMind’s massive Gemma 4 26B A4B QAT MoE on a free Colab instance to test this. Just look at the raw benchmark data on code editing task: Without N-gram: [ Prompt: 638.6 t/s | Generation: 45.9 t/s ] With N-gram: [ Prompt: 601.9 t/s | Generation: 107.1 t/s ] Here is the exact llama.cpp CLI command to activate it. Notice we don't even need the --model-draft flag: ./llama-cli -m gemma-4-26B-A4B-it-qat-UD-Q4_K_XL.gguf -cnv -n 6000 -c 12000 -ngl 99 -fa on --spec-type ngram-mod Stop waiting for your GPU to re calculate words it already knows. I’ve built a free, interactive, cell by cell Google Colab notebook that lets you test this live in your browser. You can literally chat with the model and watch the text generation speed absolutely fly on the second turn when you ask it to edit a file. There are additional parameters for ngram-mod that you can tune once you get it working with the single flag. Link to the free Colab Notebook is in the comments below. It walks you through the entire stack: pulling pre built llama.cpp CUDA binaries for Linux, fetching GGUFs from HuggingFace, and spinning up the inference engine with ngram-mod from scratch. Let me know if you have already tried ngram-mod

Alok

31,765 просмотров • 1 месяц назад

Ever since I wired Claude Code to WhatsApp 3 weeks ago, I built a stupidly large infra around it. I mean, opus built it. No clue how the code even looks. The entire thing was vibe coded using my phone. I wanted to see how far I could push it without touching the computer. Everything via WhatsApp. Build what I need on the fly. So the resulting infrastructure will already be battle tested for software development. The entire thing was streamlined with nearly no manual interventions, everything was communicated via WhatsApp using a single script establishing this connection. If the script is down, I need to get home to start it again to resume the development. Claude was upgrading it, debugging it, restarting it while maintaining constant uptime so it could keep communicating with me. I stressed Claude about it, telling it that it will be “in the dark” and other words that deliberately sound scary about losing communications if the script dies. I also refused git and refused cloning the code, I wanted to see Claude adapting to work on a *LIVING* system. The way this whole thing works: Claude has its own dedicated phone number that I am paying for. A real WhatsApp account for it is installed on a real iPhone that is sitting on my desk. All is registered under my name, this is legit setup with no hacks and tricks. I’ve set up a WhatsApp “Community” and multiple different groups under it. Both me and Claude are the admins, so Claude could edit it on my behalf. Each group is a project I am working on and has its own isolated context. The Group description is a system prompt that gets auto-appended to the larger system prompt explaining this setup in general. When I send a message it’s an instant interrupt to Claude Code’s process, just like in the terminal. Voice notes are seamlessly transcribed with a local Whisper model. Images are used with multimodal reading in an isolated parallel session. Multiple groups running in parallel so I can work on all projects at the same time. No cross-talking, everything has an isolated context and history. And because it’s local on my own machine: Everything is REAL. The browser is REAL. I am connected as myself on it to all services because I actually use it in real life. Claude has unlimited internet access, just like humans who use actual browsers. It utilizes custom-made browser tools that I made to control any browser session it wants. Depending on the situation, it can either connect to my existing session or create one for its own. (You can tell it ‘look at my browser for a sec’ then talk about the current page you are on and it just works, pretty cool) My custom browser tools are not perfect (not by a long shot) but I managed to make them work well to the point they are somewhat reliable. This gives Claude full access to my real creds and all the services I actually use. I’m productive AS HELL with this. It really feels like a personal assistant. I ask it to read my emails and msgs, check x .com for news, research arxiv papers, write code, run experiments for me, investigate and reverse engineer github repos, even use my credit card and order things. [I try not to do this one a lot lol so far no disasters]. All from my phone. Super convenient. This is not a product or an open source project (maybe soon of it will make sense). This is just an ugly script I hacked the entire thing is ~600 lines. (ok maybe i did look at the code, but i swear i didn’t edit!) You can also vibe code this from scratch pretty fast and it will probably even end up better. This is just a cool thing so I’m sharing. It is a real speed booster for many things I do on daily basis, mostly boring things. Forcing my routine into some new “agent platform” just didn’t feel right for me. WhatsApp is where I already communicate and look for messages, so I decided that my agents will live there too. AGI in my pocket 24/7.

Yam Peleg

420,060 просмотров • 8 месяцев назад

Oak Brook Illinois police launch 1st fully autonomous drone in state; some concerned over privacy rights | Mark Rivera, ABC7 Cutting-edge drone technology is now online in metro Chicago. The Oak Brook Police Department is deploying a fully autonomous drone to assess situations, and, more often than not, beat uniformed officers to the scene. The newest eye in the sky is billed as a vital tool for everyone's safety. The first responder drone made by Flock Safety is housed on the top of the department, and sits at the ready to take flight in an instant anywhere in the 8 square miles of the village. "So, the drone to get to any scene within a minute and a half, they're going to get that real in-progress real-time information, video data, license plates, offender information and relay that in real time," Oak Brook Police Chief Brian Strockis said. He said the new technology is not seen anywhere else in Illinois. Inside the station, operators in their "new real-time crime center" can deploy the drone at their discretion, based on scanner traffic. It then flies at 200-400 feet above roads and red lights, without a human operator. Eventually, the drone will be able to deploy itself, based on specific emergency calls that come in. "It'll get there, nine times out of 10, before an officer will arrive. And it'll be the best camera angle and the best view of that situation, as it's evolving," Strockis said. Strockis said they've already seen strong results. "Just this week, the drone was deployed during a police chase ending in Lombard, helping Oak Brook police apprehend an offender. The drone the entire time was able to record that incident and follow the pursuit, relay information to officers on the ground, and that video evidence is going to be crucial in court," he said. But large questions still loom about oversight and the impact on civil liberties. While police departments throughout the country are interested in adding drones as first responders to their arsenal of investigative tools, Beryl Lipton, senior investigative Researcher with the Electronic Frontier Foundation, said citizens should be concerned about their privacy rights. "I think it's incredibly important for communities that are implementing drone as first responder programs to have clear policies around the types of features that are going to be actually used, and how the use of those features is going to be tracked," she said. "Right now, it's up to many police departments to determine themselves if they are using their drones in accordance with state law. Another important element for people to be considering is the retention period for the data that is being collected." Oak Brook police said they do not retain footage of calls unrelated to criminal investigations. Their investment in the new technology is a hefty $275,000 per year of the initial contract. Oak Brook's village president said this is still a more cost effective force multiplier. "As much as that is, it is actually still a smaller investment than adding a single beat officer to our round-the-clock shift," Larry Herman said. In addition to law enforcement drone use mandated reporting in Illinois law, the Oak Brook police said their drone's camera is not facing the ground en route to a call for service, and only swivels down when it gets to the call location. Read more:

Owen Gregorian

69,490 просмотров • 1 год назад

Technically is dead; long live Technically Some bittersweet news for you all today: after 5 years writing Technically and more than 100 posts about everything from APIs to data warehouses to Facebook DNS hacks, today I am (for the most part) shutting the Technically Substack down… …and replacing it with Technically 2.0, an amazing software product I’ve been working with David Krevitt on for the past 6 months. But first… For a newsletter that started with an innocent tweet while I was bored in Haneda airport, this thing has come pretty far. 70K+ subscribers, yada yada. But you’re here for the story so here it is. It was December 2019, I was traveling before moving to SF to start at Retool, and like I said, I was bored. Late 2019 – what an amazing time to start a newsletter! There weren’t that many of them out there. And then came 2020. Everyone was stuck at home with nothing to do but sign up for more and more Substacks, and talk about them on the internet. Every day, another one of your friends was announcing a newsletter on Twitter. It was the golden era, no doubt, and many people like me combined hard work, a good idea, and the old fashioned “right place right time” streak of luck to build a really nice Substack business. I’ll never forget the day Ben Thompson referenced Technically in Stratechery. I must have gotten 50 texts from friends. Everyone was reading Stratechery at the time…it was like becoming a made man. There was this almost communal vibe in the air with these newsletters. Everyone was reading the same stuff, talking about the same stuff. It was a scene is what it was. But by 2022 things were changing. People were outside again, and had less free time to read newsletters. Interest rates were going up, and people were working more (even in offices). In the paid Substack group chats, most of us were reporting stalling or negative growth, even though we hadn’t changed anything on our end. And with 50% churn rates on these subscriptions, if you weren’t growing you were dying. I’m listening to Neil Young’s “After the Gold Rush” as I write this and it couldn’t be more fitting. Although I imagine Mr. Young himself would disapprove of the whole paid newsletter endeavor. What happened to newsletters? David and I call what’s going on “Substack Fatigue” – people are just tired of reading yet another newsletter, let alone paying for one. Newsletters are just not the thing anymore. There are some fast growing news ones focused on AI, but the same story is going to play out in a few years when everything cools down. Political newsletters are fully investing in video and podcasts. Newsletters are not the thing anymore. We rode a cultural wave and the wave is over. You don’t have to die, but you have to adjust. The wrench in this whole story is that Technically was only (very) part time for me. I’m pretty sure at one point I was generating the most revenue on Substack for someone who wasn’t focusing on their newsletter full time. Which is a sick flex no doubt, but was also a huge problem, because I just didn’t have the time or mental capacity to make the big moves required to reverse the trend. Technically started to slowly lose paid subscribers every month, but I was at peace with that. I was entering a new phase in my life, settling down a bit, enjoying spending time on cooking, cocktails, and music. Approaching 30 and feeling really good about everything. It’s OK for some things to be temporary, and I was content with Technically to continue to be useful to people…just not make as much money. But in the back of my head, I always knew that Technically had a lot more potential, and deserved more than I could give it. That there’s no reason this thing couldn’t be a $1M+/year business. I continue to believe that technical literacy is going to be one of the defining social problems of our era, and the progress in AI only makes this even more critical. It should be way more than a newsletter, it should be how everyone learns what the fuck is going on in this digital world. I needed some help. But I had a bad track record of getting people to work on Technically with me. It’s hard to share custody of your child. And I am extremely particular. I’m not always the easiest to work with. Worked with some contractors here and there, but never found a more long term partner. I’m extremely grateful that David Krevitt reached out to me when he did or this paragraph would end here. Instead, after regaling you with my boring tale for many paragraphs now, I can finally share what we’ve been working on since last year. It’s called Technically 2.0. It’s all of the content you know and love, but built as a piece of software specifically aimed at helping people get more technical. No more newsletter – it’s a learning platform now, complete with reading lists, bookmarks, a dictionary, and guided learning tracks. Our goal was to make a Wikipedia kind of experience: click around to follow your curiosity on whatever software you’re learning about. You can sign up on the Technically site ( You’re going to have to pay for it, but if your experience is anything like that of the other thousands of people who already have, you won’t regret it. Enjoy the soothing sounds of David's voice as he walks you through it in the video below. It’s hard to say goodbye completely to something you’ve been doing every week for 5 years. Any readers with their own long running newsletters will understand the odd, para-social relationship you develop with your audience. So I’m going to keep publishing on Substack a little – monthly roundups of the new stuff we’re publishing on Technically 2.0, plus some good sponsored posts. So while the newsletter might be dead, it is also only just beginning (or something). Hope to see you on the other side, ~ ❤️ Justin

sisyphus bar and grill

29,390 просмотров • 1 год назад

After seeing a scone recipe posted for Memorial Day, I’ve got a few things to say. And frankly, they won’t be particularly polite. I’m immensely proud to call both the United Kingdom and the United States home. I grew up with traditions from both countries, still split my time between them to this day, and my own children are being raised with that same dual identity. I understand the humour, customs, etiquette, history and cultural differences on both sides of the Atlantic probably better than most people. Which is exactly why this sort of performative nonsense winds up me so much. Because one thing that absolutely doesn’t translate is turning Memorial Day into some twee Instagram aesthetic involving scones, jam and curated “holiday weekend” content. To my fellow Britons, and to others outside the United States who may not fully understand the distinction, Memorial Day isn’t the American equivalent of a bank holiday garden party. Nor is it interchangeable with Veterans Day. Veterans Day in November honours all who have served in the United States military. Memorial Day is entirely different. Memorial Day is for the dead. It exists to honour the men and women who never came home. Just like Rememberance Day. It’s a day rooted in grief, remembrance and sacrifice. That distinction matters. Because of that, my company does not operate on Memorial Day or on Remembrance Day in Britain. That’s always been a hard rule for me and it always will be. The day before, we make one simple memorial post expressing gratitude, remembrance and respect for those who gave their lives. We also explain that we’ll be turning off sales on our website and stepping away from social media entirely for 24 hours. No promotional posts. No sales pitches. No “holiday weekend specials”. The socials go silent because some things deserve dignity rather than being turned into marketing opportunities. Freedom is not free. And reducing remembrance to a sales opportunity has always struck me as profoundly tacky. Which brings me to the scones. Seeing an American woman posting a scone recipe for Memorial Day genuinely made my skin crawl a bit. Not because scones themselves are offensive, obviously, but because the whole thing felt painfully artificial and culturally manufactured. Scones are not associated with Memorial Day in the United States. At all. The average American family gathering for Memorial Day is far more likely to involve a barbecue, burgers, hot dogs or a cookout than cream tea. The eternal British debate over whether the jam or cream goes first isn’t exactly dominating conversation in American cities. And let’s be honest here. Scones aren’t inherently American in the first place. They’re deeply associated with British culture. Tea culture. Country houses. Cream teas. The sort of thing people in Cornwall and Devon still somehow manage to argue about with complete sincerity. Like pineapple on pizza. So when a certain someone, who spent less than two years in the United Kingdom before fleeing back to California at warp speed, suddenly starts presenting herself as the patron saint of jam and scones for an American Memorial Day audience, it comes across as painfully contrived. And somehow even more absurd when the recipe itself was shared in grams and Celsius. I use both systems myself because I live between both countries, so I understood it perfectly well. But the overwhelming majority of Americans bake in teaspoons, tablespoons, cups and Fahrenheit. Marketing a very British-coded scone recipe in European measurements for an exclusively American audience on an American military holiday is such a bizarrely specific level of inauthentic branding that it almost feels like parody. What made it even stranger was the timing of the whole thing. The day before, the Prince of Wales was on a national radio programme being asked, as Duke of Cornwall, how he takes his scones. He said he takes them the same way Queen Elizabeth II did. Then the very next day, up pops an entire promotional post centred around scones, complete with a recipe for Memorial Day. What a coincidence. You could almost admire the opportunism if it weren’t so embarrassingly obvious. Because that’s what this increasingly feels like. Not authenticity. Not cultural appreciation. Branding. Very calculated branding. And very confused branding at that. This is a woman who publicly distanced herself from Britain, criticised the Royal Family, the institution, the press, the culture and the people. She then almost immediately pivoted into selling tea, spreads, biscuits and aggressively British coded lifestyle products. All of it is framed under a title she and her children only possess because of the very institution she claims damaged her. You cannot spend years positioning yourself as oppressed by Britain while simultaneously using British aristocratic styling via a royal peerage to market candles and preserves to Americans on Instagram. At some point the contradiction just becomes ridiculous. Even stranger is the fact this pantry line is only available in the United States while borrowing almost entirely from British imagery and British culinary aesthetics. Tea. Biscuits. Jam. Scones. And now Memorial Day apparently. Which again makes absolutely no cultural sense whatsoever. Memorial Day isn’t a whimsical lifestyle mood board of hers. It’s not a backdrop for curated brunch content. It’s not an excuse to cosplay English tea culture because your brand identity remains fundamentally incoherent. And yes, I feel exactly the same way about all companies running “Celebrate Memorial Day with 20% off!” mattress sales, car dealership blowouts or whatever. The language itself is grotesque. I will not “celebrate” the deaths of American servicemen and women. I’ll honour them. I’ll remember them. There’s a difference and it matters. As President Ronald Regan once said “The American flag does not fly because the wind moves it. It flies with the last breath of each soldier who died protecting it.” The names of those who died serving their country should not be reduced to discount codes, influencer engagement bait or twee social media recipes designed to sell fruit spread. But perhaps that’s the real issue underneath all of this. Nothing ever feels sincere. Every cultural reference, aesthetic choice, every carefully staged lifestyle moment feels reverse engineered for branding purposes rather than rooted in any genuine identity. Which is why the whole thing lands with such a thud. As someone who genuinely loves both Britain and America, I find it exhausting watching someone who barely spent five minutes in the UK attempt to monetise a fantasy version of Britishness whenever it becomes commercially useful. Particularly when it’s attached to a day that is supposed to be about remembering the fallen. It’s tasteless. It’s opportunistic. And it’s entirely on brand for her and her business.

༺𝐻𝑅𝐻 𝐿𝒶𝒹𝓎 𝒥༻ 👑

71,678 просмотров • 3 месяцев назад

Epstein Confirmed What We Knew. What Comes Next Will Define Us 🚨 The Epstein files dropped and what’s being weaponized isn’t truth. It’s tribalism. Bitcoin vs. XRP. Faction vs. faction. Ego vs. mission. Too many people screaming “vindication” and parking the car, instead of using that vindication to explain where this movement is going, what these disclosures mean, and what comes next. Some don’t know. Some never knew. Some have been faking the funk to grift, loud online, empty on substance. Meanwhile, anti-MAGA pretenders, liberals, infiltrators, and outright operatives are flooding the zone with misinformation, disinformation, AI-generated lies and anything they can weaponize to point the Epstein torch at President Trump. And once again, reality cuts the other way. The disclosures didn’t damn him. They vindicated him. Yet almost no one is asking the real questions: ….So Susie Wiles and Todd Blance… Why is intelligence being gatekept from the President? Why was Ed Martin removed as the Chief of the Weaponization Group? Why are key patriots being sidelined from positions we need them in right now? What agendas are operating quietly behind the curtain? We are not in a personality fight. We are not in a clout war. We are in a fight for the sovereignty of the United States of America….and ultimately, for the future trajectory of humanity itself. And too many are still trapped in me, myself, and I. Maybe it’s because I chose a life of service, in the military and law enforcement, where you learn quickly the difference between those who serve a mission and those who chase power, influence, and applause. But this new digital battlefield doesn’t need more spectators. It needs people with: •hearts of service •minds of intelligence •discipline of tactics •and the courage to use their voice We have less than 100 days. Read that again. Less than 100 days to wake up a massive portion of the American population to one unavoidable reality: The Senate matters. Core4 North Carolina. Maine. Georgia. Michigan. This is not about whether you like a candidate. This is not about vibes or personalities. This is about maintaining control of the Senate…period. Yes, I hope the President declares a national emergency over our elections. Yes, I hope he uses every lawful tool available with elections designated as critical infrastructure. Yes, I hope federal elections are secured decisively. But hear this clearly: The contingency is us. The people. Our energy. Our money. Our time. Our involvement. While elections are being secured, we must prepare for worst-case scenarios, not wish them away. And that preparation doesn’t happen on X threads alone. It happens locally. Daily conversations. Offline. Face-to-face. Friends. Family. Neighbors. Stop being a spectator who only watches videos and scrolls timelines. Information is warfare. Plant your flag in your community. Be the one who explains what others don’t yet see. Be the calm, informed voice when confusion hits. Run for local office or support someone who is. School boards. County boards. City councils. POAs. Even your HOA. It is time to put skin in the game. Empires historically last about 250 years. America is there. Which means this is not theoretical. This is not abstract. America either survives or dies on our watch. So stop wasting energy on bots, foreign trolls, and intel-op cosplay accounts chasing attention online. Stay on task. Stay on mission. We are in the window. And in this moment….only bullseyes count. Semper Fi, Alpha

ALPHAWARRIOR

16,883 просмотров • 7 месяцев назад

Dear ICP community, the Internet Computer has now been running strong for 5 years 👏👏👏 Here is a celebratory preview of ICP "cloud engines," the sovereign frontier cloud technology the network shall soon provide from Main points: — Cloud engines enable anyone to spin up their own sovereign frontier cloud. The technology involves an extraordinary inventive step, in which cloud is created from a mathematically secure network of nodes. The nodes run as part of the Internet Computer network ( but are selected and configured by the cloud engine's owner. — The frontier cloud provided by engines is strongly focused on enabling AI agents to build and update online applications and services for us. The world is changing fast, and nearly all new online apps and services are already being built with the help of AI, and thus cloud engines target the future of cloud. — Software hosted on cloud engines is tamperproof, which means that it is immune to infrastructure hacks, because it runs inside a mathematically secure network protocol, rather than on computers directly. This means that AI agents, and those building with them, don't need to have a security team in the loop, or to trust someone else's security team. This is crucial, because in the future, non technical people will demand the freedom to build with full automation — where they just need to issue instructions to AI about what to build, and don't need to worry about anything or anyone else. Of course, apps and services running on engines are also vastly safer from the new breed of hacker being enabled by frontier AI. (The cloud engines themselves are also "tamperproof." Even if a hacker gains physical access to some portion of a cloud engine's nodes, and can make arbitrary changes, the computations and data of the hosted apps and services cannot be corrupted or interrupted so long as the network's fault bounds aren't exceeded. The recent hack of Vercel, a major cloud platform, which gave hackers access to the apps it hosted, provides additional perspective on the importance of this advantage.) — Software hosted on cloud engines is guaranteed to run, so long as a sufficient number of the engine's nodes are running. This means that AI can build applications and services without the need to have a human systems admin team constantly tinkering with the underlying platform to keep it running, which is again crucial, because in the future, non technical people will expect the freedom to use AI to build without the support of others. — New frontier programming language technology, in the form of the Motoko language developed by Caffeine Labs, leverages seminal "orthogonal persistence" technology that unifies program logic and data to deliver further unlocks for AI (Motoko is the first computer language being developed that targets agents that are writing software rather than humans engineers per se). Nowadays, AI can build and update production apps at a prodigious rate, even at the speed of conversation. But it can also make mistakes, and there's a risk that an update it creates might be "lossy" in the sense it causes some transformed data to be lost. Again, in this new world, it's both undesirable and impractical for everyone to have to have a systems admin team on-hand to detect lossy updates and roll them back, but Motoko provides a solution: it can detect new software updates are lossy before they are applied, reducing potentially catastrophic errors by AI to harmless coding retries. — Software hosted on cloud engines is "serverless" but unlike traditional serverless software, directly it directly incorporates data through "orthogonal persistence." Another key purpose is simplify backend software logic and fuel the modeling power of AI by increasing abstraction (sorry for the technical language!!!). Put simply, this enables AI to produce more sophisticated backends, faster, and at dramatically lower costs, as measured by the number AI API tokens consumed during coding. (Tip for the technical: orthogonal persistence is a new paradigm where "the program is the database," and data lives inside program variables, which is possible because it's as if hosted software runs forever in persistent memory). — An expanding database of skills at shall make it possible to develop and directly deploy apps and services to your cloud engines directly from Claude Code, Perplexity, Codex and other AI platforms. Further, your account on can be connected, so that new apps and updates created through conversation automatically appear hosted from your cloud engine. In the future, R&D is going to be very seamless. You converse with AI, and your secure and unstoppable apps or services are created or updated. Cloud engines are designed to directly support this "self-writing cloud" future where we can work hands-free. — Tech sovereignty is becoming a huge issue worldwide, with governments and corporations seeking to create sovereign tech stacks owing to geopolitical tensions. Increasingly, people are realizing that tech provided by foreign nations can come with hidden backdoors and kills switches, from the base platform, right up through hosted apps and services. ICP technology is open source, and those building on ICP using AI own their own source code. When you have the source code, you can verify that there are no backdoors, and when you own the source code thanks to AI, you can update it at will, freeing you from vendor lock-in. But cloud engines take sovereignty much further... — You create a cloud engine by selecting the nodes that will be combined. You can choose the class of nodes used, and their number, but more importantly, you can choose who operates the nodes, and where they are located. Almost any configuration is possible, because the Internet Computer scales the security privileges afforded to hosted software within the network according to configuration (software hosted on cloud engines can directly interoperate with software on other engines and traditional subnets, but base restrictions are applied according to security rules). A cloud engine can be created within a region such as Europe, to comply with regs such as GDPR, or completely within a sovereign state like Switzerland or Pakistan. But cloud engines go further still... — Sovereignty is also about freedom from vendor lock-in. Cloud engines are essentially ICP (Internet Computer Protocol) network configurations, and this means the underlying compute nodes they combine can be swapped out without interrupting their hosted apps and services. This is a big deal. In addition, cloud engines now support nodes that are instances running on Big Tech's clouds, in addition to nodes that are dedicated specialized hardware, as per the Gen I and Gen II nodes that dominate the Internet Computer today. For example, it is possible to have an engine running across different AWS data centers, say, and then reconfigure the engine to run across a mixture of AWS, Google, Azure and Hetzner for even more resilience, without the users of hosted apps and services noticing a thing. That's true freedom. — Sovereign AI is becoming increasingly important too, and cloud engines allow special "AI nodes" to be added to them, so that hosted software can perform inference on hardware provisioned by the owner from a location the owner has selected. Even though the AI nodes are only accessible within the cloud engine, they can still benefit from the forthcoming Internet Intelligence Gateway (IG), which will make it possible to validate inference performed on key frontier open weights LLMs, even when the inference is performed on completely independent AI clouds. When the results of inference are received, this technology can verify that neither the prompt+context (input) nor the inference result (output) have been modified, and that the results were produced by the precise LLM expected. This ensures that AI clouds don't cheat by running inference on cheaper models than are being paid for, and bad actors aren't modifying the inputs or outputs to surreptitiously insert advertising into results, say, or change facts, or insert malware when code is being generated. What's super cool about this technology is the cost of the verification is scalable. A very valuable additional security can be achieved with only 1-2% of extra cost. — Scaling apps and services when they hit capacity limits is another thorny problem that cloud engines help the world address. Engines make scaling possible without rewriting or reconfiguring software. The query workload capacity of hosted software can be horizontally scaled simply by adding new nodes to an engine, and nodes can also be added in geographical proximity to demand. Meanwhile, update workload capacity can first be scaled-up by swapping an engine's nodes out for the next class up, and then when no larger class of node is available, horizontally scaled-out by "splitting" the engine into two, which doubles available capacity. (Technical tip: horizontally scaling update capacity by splitting engines requires multi-canister architectures). — For those who have been following how Caffeine builds apps that can efficiently store large numbers of files, I should mention that apps built on cloud engines will also support the new ICP Blob Storage cloud network (since cloud engines currently have up to about 3 TB of memory, which apps storing large amounts of files can easily exceed). We are also working on allowing blob storage nodes to be added to cloud engines, to enable sovereign mass blob storage within an engine, similarly to how AI nodes can be added currently. — Lastly, but certainly not least, I should mention that cloud engines are multi-blockchain capable, and ready for digital assets, thanks to the clever math at their core. For example, an e-commerce service built on a cloud engine can securely accept and custody stablecoin payments, or a multi-chain DEX could be hosted. Further, engines can support software autonomy (software orchestrated and controlled by other autonomous software, in a decentralized way) and can themselves be orchestrated by SNS technology, and thus run autonomously too. Today, though, the focus is on *mainstream* cloud. This year, the cloud industry will generate approximately one trillion dollars in revenue. That number is already huge, but is expected to grow to two trillion dollars by 2030. After years of continuous development, which have seen more than $500m spent on R&D, the Internet Computer network is now tacking directly toward this mainstream cloud market with cloud engine technology. In their first version, cloud engines are not meant to be a cloud panacea. For example, currently they are not ideal for working with big data. You should use something like DataBricks for that. Cloud engines are carefully targeted at enabling AI to produce traditional online applications and services, including SaaS, in a safer and more productive way, which represents a new market segment with tremendous potential. Of course, DFINITY will continue to work relentlessly to push forward ICP's capabilities, so expect further developments. It's worth mentioning that this cloud segment isn't just about creating new apps and services using AI, it's also about replacing legacy systems and apps built on super expensive SaaS services. Caffeine Labs is working to produce technology (Caffeine Snorkel) that can study an enterprise's legacy systems and app built on SaaS, create replacement systems and apps, and migrate the data, while supporting key stakeholders through the process over email and chat, with full automation. Thus the legacy systems and SaaS markets shall also be addressed by cloud engines. Zooming out, and reasoning in a more metaphysical way, we believe, as we always have, that there is room for a new kind of cloud created by mathematical networks, that provides seminal advances in the fields of security and resilience, as well as true sovereignty and freedom from lock-in. That this same technology, with the help of additional technologies like orthogonal persistence and Motoko, enables AI to build for us without the need for so much oversight, and to create more backend sophistication while consuming fewer AI API tokens, enables ICP to bring game-changing advances to the world. Cloud engines will work synergistically with the Intelligence Gateway, which will enable apps and services running on engines to seamlessly leverage AI, wherever that AI is running, while providing verifiability at extremely low cost for open weights frontier models. We believe that cloud engines represent an inflection point in the storied history of the Internet Computer project, and I'm very proud to be sharing the details with you on the network's fifth birthday 💪 I'll be back with more news soon!!

dom | icp

303,896 просмотров • 3 месяцев назад

Capas-born actor Brent Manalo has doubled down on his opposition to the proposed Pax Silica initiative, emphasizing that his identity as a native of Tarlac compelled him to speak out and protect his home province. Reflecting on his decision to raise awareness, the actor revealed that he immediately took the time to research the project after first learning about it a couple of weeks ago. While acknowledging that the development comes with possible benefits, he ultimately found that the risks far exceed the advantages. "Ako syempre, Tarlaqueño talaga ako, so once narinig ko 'to, I think a couple of weeks ago ko siya unang nalaman, I really did my research. May mga pros siya, but then, I think the pros were outweighed by the cons," Manalo shared with radar Entertainment during the media launch of his stage play “The Art of Breaking Up,” which is slated in November. For the actor, raising his voice against the project is both a civic duty and a personal responsibility to safeguard Tarlac's natural beauty and agricultural heritage from potential harm. "As a Tarlaqueño, you have to use your voice. It’s such a beautiful province na pwedeng masira because of this project. So I think I have to do my part as a Filipino and as a Tarlakenyo," he added. Manalo’s recent remarks come after his earlier post on X, where he flagged possible displacement among agricultural workers tied to the planned 1.6k-hectare AI and tech hub in New Clark City. The project is part of a US-led initiative that aims to build a “secure” and “innovation-driven” silicon and nickel supply chain—an area where the Philippines plays a major role, accounting for 95 percent of global nickel ore exports, based on 2025 data from the Philippine Nickel Industry Association. He pointed out that Tarlac has long depended on agriculture, and raised concerns that farmers could lose not just their land, but their main source of income. For him, the bigger question is simple: are these kinds of developments worth the cost? His stance echoes concerns from various groups, including environmental advocates, civil society organizations, and farmers, who have been sounding the alarm over possible land displacement, environmental damage, and even issues tied to national sovereignty. One of them, the Institute for Nationalist Studies, has gone as far as calling for the project’s outright rejection. The group claimed that the Philippine government is offering land and natural resources to the United States rent-free. "Under the guise of integration into global supply chains, Pax Silica is another false promise of technological development for the Philippines, while the US and its allies keep Filipino workers toiling at the most labor-intensive part of production," it said. As the conversation continues online, the debate has grown into a larger one: how to balance progress and innovation with the welfare of local communities. For now, Manalo remains among the public figures using their platform to keep that conversation going, especially for those who might be directly affected. (✍️🎥: Rafael Asonza) #radarPHEntertainment #radarPH

radar PH

498,200 просмотров • 1 месяц назад

Brazilian Judge Pushes Nationalist Conspiracy Theory To Weaponize Federal Police Against Defenders Of Free Speech Brazil’s Federal Police discuss me in new report commissioned by Supreme Court Justice Alexandre de Moraes Yesterday, a Brazilian Supreme Court Justice, who is also the President of the Superior Electoral Commission, lashed out angrily at X owner Elon Musk. At an event heavily promoted by Globo News, Alexandre de Moraes claimed that Musk is part of a vast extremist conspiracy to undermine Brazil’s sovereignty and democracy. He claimed that Musk was an “irresponsible mercantilist” motivated solely by profits who had “united” with “extremist Brazilian politicians.” But there is no evidence of any conspiracy. Musk did not know I would publish the Twitter Files Brazil. Nor did the Brazilian politicians who reacted to them. And many of the politicians and journalists who de Moraes is demonizing as “extremist” are advocates of freedom of speech, including the right to criticize de Moraes. It’s true that some of the people who de Moraes is censoring have urged a military intervention and have made unsubstantiated claims about elections and Covid. I do not agree with many of the statements made by the people whom de Moraes has censored. But freedom of speech means nothing if it does not protect people and ideas you disagree with. If we aren’t going to allow people to criticize democracy, elections, and vaccines, how will we ever know if they are bad? If people are spreading false information about democracy, elections, and vaccines, the best way to deal with the false information is with accurate information, not censorship. The real extremist spreading disinformation here is de Moraes. If Musk were solely motivated by money, then he would not have stood up to de Moraes, which resulted in the Brazilian government halting all advertising on X, the resignation of X’s top lawyer in Brazil, who feared for his safety, and may result in de Moraes shutting down X in Brazil. He is not simply demanding that social media platforms censor specific content by controversial journalists and politicians. He is demanding that all social media platforms ban them for life. He often does so through secret hearings without the right of appeal. In fact, it’s all much worse than that. You can’t be a politician or journalist if you can’t communicate on social media. And so de Moraes is not just violating the Brazilian constitution’s protections of free speech, he is also attacking the freedom of the press, destroying careers, and interfering in elections. De Moraes has acted unilaterally to invent entirely new laws. He is thus interfering and taking over the role of Congress and of the president. That means he is behaving like a dictator. And now de Moraes has weaponized the Federal Police, including against me, for publishing the Twitter Files in Brazil. The Federal Police delivered two reports to de Moraes, one on April 18 and the other on April 19. The reports consist of a gigantic conspiracy theory, suggesting connections and relationships that simply do not exist. The reports single me out and suggest it is somehow suspicious that I only have paid for one subscription on X, which is to Elon Musk. But there is nothing suspicious about this. I am paying Musk, not the other way around. And, as the Police report notes, Musk takes a percentage of the revenue of the people who subscribe to my content on X. And the reports claim that people who de Moraes had demanded be censored had gained limited access to communicate on X, in particular through X’s Spaces, which allows for live conversation. In other words, de Moraes is totally obsessed with silencing his enemies. It’s not enough for X to have blocked profiles. He also doesn’t want them to be able to use their voice. It helps that the Brazilian government directly pays the Brazilian news media. The new Lula government increased government funding by 60% for Globo alone. Globo is the biggest media in Brazil. It has been demanding more censorship and running propaganda for de Moraes. De Moraes is a brutish authoritarian. His censorship is as bad as the censorship imposed by Brazil’s military dictators. He is seeking, as a judge, to eliminate particularly politicians and journalists from public life. This is hardly the first time de Moraes has weaponized the Federal Police. And in calling Elon Musk a foreign mercantilist, de Moraes is using the exact same kind of nationalist rhetoric that he has attacked his enemies for using. Why does Moraes have so much power? In Brazil, people told me it was because de Moraes controls so many court cases involving rich and powerful people, including politicians and other judges. The solution is for Brazil’s Congress to open an investigation, known as a Parliamentary Commission of Inquiry (CPI). A CPI can evaluate judicial abuses of power, and that is obviously what is happening here. Under a CPI, Brazil’s Congress could gain access to communications between police and judges or anyone else. A CPI could also hear from the victims of censorship. It could bring light to thousands of cases under secrecy. And it could discover how social media platforms were compelled to obey or collaborate with the regime. Musk has taken extraordinary and historic actions to protect free speech. So, too has the US Congress. Now it’s time for Brazil’s Congress to act against the anti-democratic extremism of de Moraes. It must do so before the extremist de Moraes starts arresting his political enemies and shuts down X, and thus free speech, in Brazil.

Michael Shellenberger

12,409,462 просмотров • 2 лет назад