LeRobot can now see in 3D ๐๐ค Depth cameras... feed straight into training data end-to-end in v0.6.0: 12-bit precision preserved through encoding, or fully lossless raw storage if you'd rather skip compression altogether. Same release also opens up every video encoding parameter for RGB, plus a live benchmark leaderboard to help you tune it. This exact depth pipeline powers Stanford Vision and Learning Lab's BEHAVIOR-1K 2026 dataset: 20,000 simulated manipulation episodes, depth included. More on how it works below:show more

LeRobot
27,233 Aufrufe โข vor 3 Tagen
I'll always root for a team that open-sources its... best work, and Robbyant just did it properly. Robbyant, Ant Group's embodied-AI company, released LingBot-Vision, a vision foundation model for robots, and the part I love is the data. They trained it on 161M images, filtered down from 2B raw ones and mostly pulled straight from the open web, with no human labels, no edge detectors, no depth sensors anywhere in the loop. It learns the exact edges of objects from raw pixels. That's roughly a tenth of the data DINOv3 saw, and under a third of the training. And it shows in the results. On depth, working out how far away things are, the 1B model edges out a 7B on NYU-Depth. It also powers LingBot-Depth 2.0, which reads the surfaces cameras usually choke on, glass and mirrors, and halves indoor depth error. LingBot-Vision is fully open. Weights from the 1.1B flagship down to a tiny 21M version, code, and the paper. This is the timeline I want more of. Robbyantshow more

Chubbyโจ๏ธ
48,249 Aufrufe โข vor 16 Tagen
Some updates on the multiview vistadream pipeline with Rerun!... Rerun came in extremely useful here, as being able to visualize depths at each stage of the pipeline allowed me to debug some nasty bugs. Since the last time, I was only working with a single image input. I've added in VGGT as my multiview pose + depth estimator. It works REALLY well for getting camera poses, but the depths are not that great. To try and fix that, I estimated depth maps from MoGeV2 for each of the views, and scale+shift aligned them so that they would match up to the confident sections of VGGT's depth predictions. You can see in the video just how much sharper the visualized 2d depth maps are! The biggest issue continues to be the multiview consistency ๐ซ That's up next, along with actually training the Gaussian splat. Lots of work went into actually understanding inputs+outputs for VGGT. I had some funky bugs where the confidence values would all collapse to true I'm also really excited for this pipeline to use Difix3D+ Nvidia instead of Flux Inpainting, it seems like a better suited for a multiview pipeline.show more

Pablo Vela
29,904 Aufrufe โข vor 11 Monaten
Robots can now reconstruct 3D scenes in real time... from a single RGB camera. [๐ Projects page + paper] No depth sensor. No retraining. 30 FPS. Researchers at the Imperial College London introduced KV-Tracker, a training-free method that makes heavy models like ฯยณ and Depth Anything 3 fast enough for real-time tracking. The idea is simple. These models use global self-attention, which is powerful but computationally expensive. KV-Tracker caches the key and value pairs from selected keyframes and reuses them for new frames. That cache becomes an implicit scene representation. Result: โข Up to 30 FPS โข 10 to 15x speedup โข Accurate 6-DoF tracking on benchmarks like TUM RGB-D and 7-Scenes โข Works with monocular RGB only It also supports object-level tracking with masks and allows saving the KV-cache for later reuse. For robotics, this reduces hardware constraints and moves real-time 3D perception closer to practical deployment. Credit to Marwan Taher (Marwan Taher) at Imperialโs Dyson Robotics Lab and many others who contributed to this! ๐ Save projects page + paper for later: Video: โโ- if it matters in AI or Robotics you'll read it here first:show more

Ilir Aliu
53,911 Aufrufe โข vor 3 Monaten
You can't 3D reconstruct glass from images... ...WRONG! Thanks... for video diffusion, now just about anything is possible! Introducing...Diffusion Knows Transparency (DKT) Transparent and reflective objects usually break robot vision and photogrammetry pipelines because they don't follow the "solid object" rules standard cameras expect. DKT is a new AI model that repurposes the "internal physics engine" found in video generation models to solve this problem. Researchers took a massive video diffusion model (WAN) and fine-tuned it using a custom-built synthetic dataset to turn it into a high-precision depth sensor. To train the AI, they built the first massive synthetic video library of transparent objects, 1.32 million frames of perfectly labeled glass and metal objects in motion. Without ever seeing a "real" labeled video of glass during training, the model (DKT) outperformed all previous specialized systems on real-world benchmarks (ClearPose, DREDS). They created a "lightweight" 1.3B parameter version that runs fast enough (0.17s per frame) to be used on actual robot hardware. Two reasons I find this project important: 1. It further proves that synthetic data will be essential for training the next generation vision models. 2. In real-world robotic tests, using DKT's depth maps nearly doubled the success rate of robot arms trying to pick up objects on tricky reflective or translucent surfaces. At home robots will need to interact with these types of objects on a daily basis. Check out the project page here: Code is LIVE! #Computervision #Robotics #AIshow more

Jonathan Stephens
17,712 Aufrufe โข vor 6 Monaten
This work makes a humanoid robot do simple parkour... moves by looking with a depth camera and choosing the right move on the fly. The big deal is that it turns lots of small human moves into long, real-time robot behavior, without hand-coding every transition or retraining for each new course. A humanoid robot is usually good at steady walking, but it often fails when it has to do fast moves like jumping up, vaulting, or rolling, and then keep going to the next obstacle. The hard part is that you cannot easily collect training data for every possible obstacle shape, distance, and mistake, so robots end up learning a few moves that only work in a narrow setup. This work starts from short clips of real human parkour moves, like stepping over, vaulting, climbing, and rolling. It uses motion matching, which is basically a smart โpick the next clip that fits best right nowโ search, to stitch those short clips into a long, smooth plan that looks like a human doing a whole course. Then it trains a controller with reinforcement learning (RL), which means the robot learns by trial and error to copy that plan while staying balanced and not falling. After training separate expert controllers for different moves, it compresses them into 1 controller that uses only onboard depth sensing and a simple โgo this fast in this directionโ command. In real tests on a Unitree G1 humanoid, it can clear multiple obstacles in a row, adapt when obstacles get moved, and climb a wall up to 1.25m.show more

Rohan Paul
37,121 Aufrufe โข vor 5 Monaten
Something big is happening in robotics - and itโs... hiding in plain sight. This post is not about dancing robots but in the data that powers them. Open robotics datasets have exploded this year, turning the field into a more scalable and collaborative ecosystem. In just two years, Hugging Face datasets grew from 11k to over 600k - and robotics is by far the fastest-growing segment. We went from 1k robotics datasets in 2024 to 27k in 2025! For comparison, text generation, the second-largest category, has only around 5k datasets in 2025. That gap is massive. Open datasets are important because robotics lives and dies by real-world robot data - video, actions, sensors, failures. By making this data easy to upload, reuse, and benchmark, researchers, startups, and large players are now releasing real-robot datasets that would have stayed locked inside labs just a few years ago. Major contributors include NVIDIA, LeRobot initiative, and a rapidly growing maker community. This surge is also enabled by cheaper video storage, better tooling, and an open-source AI culture now spilling into the physical world. And it really matters: open robotics data dramatically lowers entry barriers, accelerates learning-by-doing, and speeds up progress toward generalist and humanoid robots. Robotics wonโt scale through hardware alone - but to a large extent through shared data. Viz below from AI World - link to the story and more viz/filters in comment.show more

Pierre-Alexandre Balland
185,895 Aufrufe โข vor 7 Monaten
Introducing ml-intern, the agent that just automated the post-training... team Hugging Face It's an open-source implementation of the real research loop that our ML researchers do every day. You give it a prompt, it researches papers, goes through citations, implements ideas in GPU sandboxes, iterates and builds deeply research-backed models for any use case. All built on the Hugging Face ecosystem. It can pull off crazy things: We made it train the best model for scientific reasoning. It went through citations from the official benchmark paper. Found OpenScience and NemoTron-CrossThink, added 7 difficulty-filtered dataset variants from ARC/SciQ/MMLU, and ran 12 SFT runs on Qwen3-1.7B. This pushed the score 10% โ 32% on GPQA in under 10h. Claude Code's best: 22.99%. In healthcare settings it inspected available datasets, concluded they were too low quality, and wrote a script to generate 1100 synthetic data points from scratch for emergencies, hedging, multilingual etc. Then upsampled 50x for training. Beat Codex on HealthBench by 60%. For competitive mathematics, it wrote a full GRPO script, launched training with A100 GPUs on watched rewards claim and then collapse, and ran ablations until it succeeded. All fully backed by papers, autonomously. How it works? ml-intern makes full use of the HF ecosystem: - finds papers on arxiv and reads them fully, walks citation graphs, pulls datasets referenced in methodology sections and on - browses the Hub, reads recent docs, inspects datasets and reformats them before training so it doesn't waste GPU hours on bad data - launches training jobs on HF Jobs if no local GPUs are available, monitors runs, reads its own eval outputs, diagnoses failures, retrains ml-intern deeply embodies how researchers work and think. It knows how data should look like and what good models feel like. Releasing it today as a CLI and a web app you can use from your phone/desktop. CLI: Web + mobile: And the best part? We also provisioned 1k$ GPU resources and Anthropic credits for the quickest among you to use.show more

Aksel
1,265,134 Aufrufe โข vor 3 Monaten
This week is already so hot. ๐ฅ Massive release... from Decart : Lucy 2.0 a World Editing Model running at 1080p, 30FPS in realtime. This is truly exciting, the era of real-time generative reality is here. We are moving from watching AI video to living inside AI video. A breakthrough model capable of transforming the visual world in real-time. Moving beyond offline rendering, Lucy 2.0 delivers high-fidelity 1080p video generation with near-zero latency. Lucy 2.0 literally "redraws" the entire world pixel-by-pixel, while you are watching it. e.g. If you want to be an anime character, it doesn't just put a mask on you. It turns your skin into anime skin, your hair into anime hair, and the lighting in your room into anime lighting. Lucy 2.0 is also trained to stop the generated video from slowly falling apart over time, so the same stream can run much longer without faces and details drifting. So why is this a "Massive Deal"? Traditional AI video-generation model takes a prompt, you wait 10โ20 minutes, and the computer "bakes" a video for you. You couldn't touch it or change it while it was happening. But Lucy 2.0 works like a mirror. It happens in real-time (30 frames per second). There is no waiting. You move your hand, the AI character moves its hand instantly. The craziest part isn't the visuals; it's the physics. Usually, AI hallucinations are glitchyโhands merge into faces, walls melt. Lucy 2.0 understands how the world works without being told. It knows that if you take off a helmet, there is hair underneath. It knows that if you splash water, droplets fly. It learned "physics" just by watching millions of videos. The physical behavior you see emerges from learned visual dynamics, not from engineered geometry or explicit physics engines. Their official technical report explicitly states that the model does not use traditional 3D engines, depth maps, or wireframes. It is a "pure diffusion model."show more

Rohan Paul
12,761 Aufrufe โข vor 5 Monaten
๐จ A HYDROGEN FUEL CELL SUBMARINE DRONE JUST ACHIEVED... WHAT BATTERY-POWERED AUVs HAVE FAILED AT FOR 15 YEARS LONG ENDURANCE, DEEP DEPTH, AND ACOUSTIC STEALTH ALL AT ONCE. The Envoy AUV from Cellula Robotics completed a fully submerged mission covering 2,023 km over 385 hours. Crucially, it did this with a realistic, punishing profile: more than 4,000 turns and maneuvers, not a simple straight-line test. It also operates at depths up to 3,000 meters and produces almost no acoustic signature. Powered by proton exchange membrane (PEM) hydrogen fuel cells, the only byproduct is water. This breaks the long-standing trade-off in autonomous underwater vehicle design where improving one capability (range, depth, or stealth) usually destroys the others. Why this matters: โข Battery AUVs have been fundamentally limited by energy density adding more batteries increases weight and drag, which cancels out the gains โข Hydrogen fuel cells deliver more than twice the energy density of lithium-ion batteries while enabling true long-endurance missions without frequent surfacing โข The vehicle can loiter on the seabed using a suction anchor for days or weeks, dramatically changing operational concepts for pipeline inspection, cable monitoring, and naval surveillance โข It is already in the hands of Defence Research and Development Canada The deeper implication: This is more than just an impressive endurance record. It represents a genuine shift in what is possible for persistent, covert subsea operations. For navies and offshore industries that have spent years compromising between mission duration, depth capability, and detectability, hydrogen fuel cells are now offering a practical way to stop making those trade-offs. As these systems mature and scale, we could see a new generation of autonomous underwater platforms that operate for weeks or months with minimal support fundamentally changing how we monitor critical infrastructure, conduct scientific surveys, and maintain undersea awareness. How do you think hydrogen-powered AUVs will change subsea operations compared to todayโs battery-limited systems? Follow for more frontier robotics, energy, and defense technology.show more

TheNewPhysics
110,556 Aufrufe โข vor 1 Monat
A Letter to Our Community: The Road Ahead for... Robotics To our Community and Partners, As we step into 2026, our mission at Axis is clearer than ever: Constructing the definitive End-to-End Scaling Layer for Robotics. Our goal is to accelerate the transfer of diverse human intelligence into Robotics General Intelligence (RGI). By owning the critical path of intelligence creation, we are turning the physical limitations of robotics into a scalable, software-driven future. Here is our strategic outlook and roadmap for the year ahead. The Core Thesis: Simulation is the Only Way Out The path to RGI is currently blocked by Data Scarcity, Generalization Fragility, and Hardware Fragmentation. At Axis, we believe Simulation is the only way out. Our Simulation Data Platform and Data Augmentation Engine transform raw data into "Synthetic Gold". Backed by academic milestones like Roboverse, Skill Blending, and GraspVLA, we have proven that pure simulation can achieve the generalization required for the real world. We donโt just collect data; we architect it. The Engine: Why Crypto? We believe RGI should come from all, not a few. Crypto is not just a feature; it is the primitive that powers our entire ecosystem flywheel: - Incentive Mechanism: Democratizing contribution and rewarding the trainers and developers. - Assetization: Turning proprietary data and refined models into liquid, ownable assets. - Verifiable Workflow: We are opening the "Black Box" of AI. By bringing total transparency to the Task Generation โ Data Collection โ Model Training pipeline, we ensure every byte of intelligence is verifiable, traceable, and secure. 2026 Strategic Deliverables This year, we are committed to delivering three foundational pillars: - The World's Largest Training Dataset for Robots: A robot training setโdiverse, high-quality interaction data at an unprecedented scale. - A Robotics Foundation Model: A universal robotic brain trained on our pure simulation and synthetic data, capable of robust cross-embodiment transfer and open-world adaptability. - Evolvable Robot Hardware: Robots deployed with Axis models that autonomously evolve through continuous interaction, turning every deployment into a self-improving node within our RGI network. The Ultimate Vision We are building more than models; we are architecting the Distributed Machine Economy. A future where every dataset, model, and robotic embodiment is a verifiable asset in a global, autonomous network. Thank you for building the future of intelligence with usโ๏ธ๐ทshow more

Axis Robotics
27,858 Aufrufe โข vor 6 Monaten
This is the easiest way to make $10k/month with... organic affiliate and AI Arcads launched an ai ugc studio that lets you build an entire army of hyper-real AI actors Then you turn any static image into a high-quality video showcasing any product go to TikTok and make an account + warm it up using arcads you can run an entirely AI UGC account using the same character over and over, making it seem like an authentic TT page Mix the content up with slideshows and videos with the same character Here's the AI stack gameplan: - Claude to help you write scripts - Arcads to generate an image of an AI girlie that fits your product demographic Scroll tiktok and save + download every video / slideshow you see made by clippers promoting a product (there's literally loads) Your going to find an offer on whop for making money online or spirituality and target it towards girls feed all these videos you scraped into a custom google gemini gem trained to deconstruct hooks / angles for you for easy hook inspiration + ideas Deconstruct the hooks, put them into Claude and ask it to give you hooks for the same style of video put for your products your promoting For the videos do caption and reaction + showcase formats Generate the reactions using the character you made in arc ads then manually record the showcasing of the product or proof of the product working Also for caption generate a 8-10 second video you can put text over Include your CTA in the video for reaction style and captions for caption style Plus generate images with the same character and make slideshows directed to your product Now rinse and repeat this make multiple accounts with multiple different avatars and printshow more

Pounds
32,407 Aufrufe โข vor 6 Monaten
How 2 psyop yourself to success ๐ธ๐ฅ Visualization >... + unmatchable lvls of desire (for a specific goal other than money) >> get addicted to work. [ and most importantly DREAM big, DREAM about it, think about it, work for it, and do it every single day, while your sleeping think about it, when you eat, do it, when your walking do it, when your working think about it] In lab studies Iโve compiled tons of data for behavior in hopes of using it for marketing purposes However, it also if curated shows you the triggers people react to The mindset changes that curate and sway them to do more of x (in this case work and create insane drive to achieving a goal or YOUR goals) Remember, every stimuli, every reaction curates your mind. When you come in contact with whatever it may be it sways your future behavior & current attitude/ psychological state So at all times if you want it bad enough you should try to curate your environment (special music that gets you in the mood or NO music, depends on the person bc music distracts you thus means you work less OR if youโre brain storming then it helps) Take out all negative energy, comments, or bs that distracts you and breaks your momentum because one it breaks from the smallest thing then that snowballs and has a negative effect going forward Another thing that I personally like to do is read and put myself into those shoes. For me itโs business and mindset related books and nothing compares to John D. Rockefellerโs mindset, work ethic and GRIT, his absolute desire for SUCCESS : I like his 38 letters to his son, John D the founding fathers of the rockefellers, and a study in power. And most importantly you need to just want it bad enough. Lose sleep for it, not because you want it but because you want it so bad that youโre working nonstop to get to it. This is how Rockefeller succeeded How Elon musk succeeded James Dyson Andrew Carnegie And most importantly how Peter kell succeeded All these billionaires and killers got hyper successful because of their drive and mindsets. Itโs so important. If you believe something so strongly itโs revisited your mind to making it reality. Ex. Study DOI: 2003.11.018 > strongly visualizing exceedingly finger abductors boosted muscle strength by 35% Another study showed that basketball players who visualized making free throws showed significant improvement over others. And so on and so on. We as marketers have practiced this forever. We know when we tell a emotional story it changes the viewers mind, and we can lead that into a sale at a much higher conversion rate To get a brutal mindset focused on a dream you have that you truly want with your entire being is the result of the same hormones and neuro pathways after they have been curated and triggered by specific stimuli like in a VSL or ad You need to build your mind, you need to build a dream and want it, give yourself inspiration with books and ideas and positive energy. Build motivation and joy by watching others do it and building proof elements that it can really be done in your mind. Break the barriers and limits Movies are good for this, I like edits for this exact reason because yes it can lead you to doom scrolling but also it can be so so valuable in making you see that goal, want it even more and go for it. I personally really like war dogs, lord of war, limitless, and probably a lot more Iโm forgetting. But you get the idea. Your success is in your hands alone, if you believe it fully and truly with a pure heart, then it will happen. Good luck๐ฅ P.s. * I will drop data, sauce, and more info about this and the methods & stimuli I talked about in this thread continuously so bookmark and come back to check them out.show more

Krma
112,579 Aufrufe โข vor 6 Monaten
$25K+ profit daily from 1 wallet, with OpenClaw. I... have the exact step-by-step guide, giving it free for 24 hours. To get it: 1. Comment "OpenClaw" 2. Like and Retweet. 3. Follow me Himanshu Kumar ( So, i can send you DM) I ran a simple script last night with Claude Code. Pull on-chain data from Polymarket, sort by win rate on 15 minute BTC markets. 20 minutes later, 100s of wallets showed up. Most were losing money or barely breaking even. Then I spotted 1 address. 200+ trades daily, every single week profitable, timing so precise it looked robotic. Because it is. I fed the wallet address back into Claude Code. Asked it to reverse engineer the strategy. 20 mins later the full breakdown appeared on my screen. Here is how it works: Bot monitors Binance and Bybit every 100ms. Waiting for BTC volatility compression to drop below 0.08%. When it hits that level, it buys both Up and Down contracts at 25 to 35 cents each. Classic straddle play. 1 contract loses, the other rockets to a dollar. Entry at 30 cents means 3x to 4x return every time. Repeats dozens of times per day. Result: $13K to $25K profit daily from 1 wallet. No human intuition, no insider tips. Just an algorithm exploiting a gap in market mechanics. I searched to see if anyone else found this wallet. Turns out yes. There is a Telegram bot that auto-copies trades from wallets like this. I connected it to the same address. Every entry matched what my terminal showed. You can now copy-trade an algorithm in real time. That capability did not exist 12 months ago. Comment "OpenClaw" and I will send you everything. Must Follow me Himanshu Kumar to get the DM.show more

Himanshu Kumar
13,170 Aufrufe โข vor 4 Monaten
Gemini Omni + GPT Images 2 + Claude Code... is f*cking cracked i just built an AI animation ad generator that turns any product into a fully scripted AI 3D explainer video drop in your product photos and a one-line pitch. the system analyzes your brand, pitches you 4 proven ad concepts with hooks and shot lists, then renders the whole thing end-to-end. scripted, voiced, stitched, ready to post. if you're still paying editors $200+ per video or waiting days for revisions this replaces that entire workflow. here's how it works: > set up your brand kit with product photos and a one-line pitch > hit analyze and the AI pitches you 4 different proven ad concepts > pick one and hit generate the system then scripts every shot, renders each clip in parallel, adds voiceover, QC checks and stitches it into a finished vertical ad 3 minute setup and 4-12 min per ad. each 30 second ad costs under $3 in API credits which is cheaper than any editor and 10x faster. RT + reply "ANIMATION" and i'll send you the full app + setup guide (must follow so i can dm)show more

Miko
168,070 Aufrufe โข vor 1 Monat
Heres an actual way to make $10k a month... from TikTok + organic affiliate TT slides is probably the best way to make AI content for a few reasons > easy and not time consuming to make > much harder to detect images are AI > slideshows rarely get the AI label from TT (especially if you do what Iโm gonna show you) >slideshows require less engagement to go viral (more consistent virality) >CTA can be more natural this AI slideshow format is going insanely viral consistently on brand new accounts and no one is even detecting itโs AI theyโre super easy to make and use a story telling format thatโs really smart you can take the exact same formula to promote sweeps offers from Glitchy and make $10k a month pretty easily hereโs the blueprint >Content creation to create the slides realistic you can simply take a photo from Pinterest and put it into Gemini or Chat GPT and ask it to give you an EXACT JSON to recreate the image add in any details you want to add like โmake her hair blondeโ โmake her eyes blueโ take that JSON and put it into Nana Banana If you want her in certain backgrounds do the same process and add it in with the JSON of the girl youโve created or just describe it Now clear the meta data from said image to stop getting the AI label If you still get it go to a meta data analysis site and put the data in ChatGPT Ask if their is anything in the meta data that is signalling this to TT >Writing scripts The reason these go so well itโs because they have a negative scroll stopping hook that instantly make you want to know what the slides going to say next โgot fired from my jobโ โfailed my examsโ Along with the music that sets the emotion of the video It wouldnโt work as well if they had a random viral song thatโs up beat plus the cherry on top is that the image correlates with whatโs being said in the hook itโs self acting as a visual hook It wouldnโt work aswell if it was just an image of a girl on her bedroom >how to interpret sweeps Choose an sweeps offer from Glitchy for a retail store (Walmart/target) follow the same format of scroll stopping negative hook Example: โbroke my armโ then you would tell a story that paints a bad working environment, maybe she got fired for breaking her arm and is now exposing secrets and your CTA would then be โthey donโt promote this but they have a secret feedback programโ this is just to give you inspiration but there is literally countless ways >account set up - US proxy / US sim - Download TT with US proxy on - Buy aged account (to help with account trust and getting banned due to proxy issues) - warm up for 2 days (scroll vids all the way through, like, comment authentic things relating to video) Then you post This is a very good way to at least reach a couple K a month but Iโd be surprised if you donโt reach $10k beyondshow more

Pounds
10,886 Aufrufe โข vor 5 Monaten
As a graphics engine coder I think when you... look at a flickering bug like this one in the video below itโs not immediately obvious what is going on. The key here is observation - to study this flickering/bugged render carefully - what do we see? Firstly for me it was very obvious that nearly all of the scene shadows were flashing on and off - but (but!) there was a secondary issue where some buildings and parts of the sky were also flashing purple. Hmmmm. Interesting. I initially thought then this might be two separate bugs - but because the sky purple element could only based on full screen post fx and not 3D rendering I looked at this first with a few GPU captures to step through all our post processing to find the rendering stage which made these pixels turn purple: When I did this I found the colour 3D texture LUT grading that makes our different biomes have unique colour palettes was going very wrong - colours near 0 or 1 were wrapping and making the purple elements that we see in the said sky and base parts. The only way this could happen was if the texture was corrupt (which it was not) or if the 3D texture sampling was wrapping and not clamped as intended. That was the Eureka moment - because if the post fx had the wrong texture sampler then the disappearing shadows which also require an exact texture sampler for comparing depth might be also wrong because of the same kind of texture sampling issue! So with this idea that the engine was using the wrong texture samplers, but only in very high draw call scenes like the big base here I the looked at some engine limits and found the bug very quickly - a circular dx12 descriptor buffer for samplers running out over multiple frames, reusing the wrong data for new scenes inflight. Hence the flickering, as the GPU randomly got wrong samplers for some post textures or shadow depth. Easy to fix with triple limits for future expansion and also adding an assert/debug spam in case this limit is ever reached again - QA testers would see this message and report if they ever saw a flicker with this style of bug. My bug and my bad from 2017 porting NMS to DX12 without foreseeing how massively complex bases and our game would grow.show more

Martin Griffiths
72,828 Aufrufe โข vor 1 Jahr
Introducing Glidepath. A new way for builders on Bankr... to take profit -- without nuking their own chart, or their reputation. The problem: Builders earn fees in their own token. The second they sell into the pool, the chart craters, holders get wrecked, and trust evaporates. And they torch their own long-term upside doing it. First -- what Glidepath is not: It doesn't pull liquidity. It never touches your pool's LP. Pulling liquidity makes trading your token inefficient and unappealing. It's your own tokens, fed back into the pool in slices so small the market barely registers them, each one sized by the Bankr AI agent to live conditions. Why that's healthy for the chart, not harmful: Every slice is a tiny fraction of pool depth, spread over time. Organic buy volume absorbs it, price can keep trending instead of taking a wick. A small, steady, absorbable flow is nothing like a full clip. It actually gets better. Once "the dev might dump" is off the table, buyers price in less risk. The overhang that caps every launch disappears. Less rug risk โ stronger bid. Committing to a Glidepath can be bullish. And it's not optโin. Selling your fee token straight into the pool through Bankr is now turned off -- Glidepath is the only way to sell it on Bankr. So "the dev might dump" stops being a promise holders have to trust, and becomes a rule they can see. Credible commitment -- enforced, not just offered. And here's the part builders sleep on: Before you commit, Glidepath shows what that same stack is worth at higher market caps. You don't have to dump to fund your project. Grind the coin up, and the same tokens fund you many times over. Your treasury grows with your chart, not against it. Once you commit: โ tokens are locked to a vesting wallet โ after a short heads-up window (48hr), they exit in small slices using the AI generated sell plan โ each slice capped to a fraction of real liquidity -- the AI can size under the cap, never over And it's all in the open. Your token page shows a live exit plan for everyone to see -- committed, sold, remaining -- with the exact timing fuzzed so it can't be front-run. Holders see a capped, transparent glide. No hidden float. No 3am chart nuke. Bottom line: Creators -- take profit on your terms, chart and reputation intact. Holders -- "the dev might dump" becomes a known, capped, visible number known up front. For once, you and your holders want the exact same thing: number go up. This is what launching on Bankr should mean: credible commitment, built in. Glidepath now live in your Bankr terminalshow more

Bankr
97,592 Aufrufe โข vor 1 Monat
Are you safer with LIDAR, or are you safer... with vision? This is a false dichotomy. The more pertinent question today is "do you have something, or do you have nothing?" As you can see from the clips below, vision based systems avoid countless potential collisions every day. The difference between a crash and no crash isn't what sensor suite you chose โ it's whether you have any AI on your car at all. Even if we concede that LIDAR may help prevent some additional crashes, we are really debating whether it is 1% of crashes or 0.00001% of crashes. Not all crashes are super complex and require lasers to detect. Most are simple, routine, and can easily be prevented by today's vision based AI. In fact, evidence is mounting that computer vision based systems can actually outperform more traditional approaches to self-driving. Why? Because the low cost of cameras enables you to create a much larger, more varied, and more diverse dataset. If you want to have expensive custom cars that's fine, but you're going to get fewer vehicles for the same budget. Seeing what's in front of you now is actually less important than predicting what's going to happen next โ and the large scale datasets used to train pure vision systems are the best for predicting what's next. Counter-intuitively, the simpler and lower cost sensor actually has properties that make it better suited for training advanced AI. Computer vision based self-driving is often framed by LIDAR proponents as "cheaping out" on the sensor suite to save money. But it's not about being cheap, it's about bringing the technology to everyone. 1.2 million people die on the road every year around the world. That's around 39 million people who've died on the roads around the world since I was born โ equivalent to a city the size of Tokyo or New Delhi getting wiped off the map. The status quo is simply unacceptable, and something has to be done to fix it as soon as possible. Of the 1.2 million people that will die on the roads this year, about 40,000 will be Americans. That's about 3%. So if we moved entirely to self-driving cars in America and brought crashes down to 0, 97% of the world's crash fatalities would still be taking place as usual. Deploying a $200,000+ retrofitted self-driving car may work in a few American cities, but it is not going to make sense in most places around the world where fares are much cheaper. Most often, the choice is not between LIDAR and vision. It's between vision or nothing. The best system is the system that's there running on my car when I need it to save my life. To say that all self-driving cars must have LIDAR is to sentence most of the world to death. We can't write off computer vision if we want to make a serious dent in this problem. It's going to be a key piece of the solution. Let LIDAR based players build the best self-driving car they can, and let vision based players do the same. We need to be trying everythingshow more

Whole Mars Catalog
45,801 Aufrufe โข vor 1 Jahr
Thereโs a reason the LimeWire name still hits people... instantly. If you were around in the early internet days, LimeWire was everywhere. Music discovery, file sharing, chaos, excitement. It shaped how a whole generation interacted with the web. That kind of brand memory doesnโt fade and LimeWire is proving it can be reused in a serious way. Whatโs different now is the foundation. LimeWire Network is the decentralized storage layer of LimeWire, built on BNB Chain. It is not a nostalgia project. It is infrastructure. Storage, transfers, and usage are happening on chain, designed to scale for real applications rather than demos. The growth backs that up. Looking at recent data on lmwrscan, LimeWire Network has already moved into tens of terabytes of stored data, with tens of thousands of uploads and consistent daily activity. Network usage keeps climbing, not spiking once and disappearing. That kind of curve usually shows real users, not incentive farming. And the economics are clear. The $LMWR token sits at the center of the system. Users pay in LMWR to use storage. Node operators earn LMWR for providing resources. Rewards and payments stay inside the ecosystem instead of leaking out to third parties. That loop matters. Most decentralized storage networks struggle because nobody knows they exist. LimeWire doesnโt have that problem. The brand alone opens doors, pulls attention, and lowers the friction for new users to try the product. When you combine that with live usage data and a functioning token economy, the upside starts to look asymmetric. Built on BNB Chain, LimeWire Network also gets the scalability needed if adoption keeps accelerating. That choice signals intent to grow, not just experiment. This feels like a rare case where nostalgia is not the product, it is the distribution layer. Curious how you see it. Are you watching LimeWire because of the brand comeback, the LimeWire Network growth, or the role of the LMWR token in the long run?show more

ryu ้พ
25,416 Aufrufe โข vor 5 Monaten
I used to manually juggle several metrics every time... I scoped out a trade things like on chain whale transfers, funding rate divergences, social sentiment spikes, and order book imbalances. Hereโs how AYA could replace those tedious checks: Whale Movement Alerts: Instead of digging through wallet explorers for large transfers, let the AI Agents Index spot and notify you when a significant amount of BTC, ETH, or key altcoins move on chain. Funding Rate Divergence: I used to pull funding rate data across perpetuals and compare them in spreadsheets. AYAโs automated pattern recognition can flag when funding flips to extreme levels, so you catch those crowded vs. under leveraged setups instantly. Social Sentiment Trends: Rather than scrolling X and Telegram channels for trending hashtags or keywords, AYAโs cross chain sentiment analysis surfaces emerging narratives often before the crowd even notices. OrderโBook Heatmap Monitoring: Instead of staring at depth charts for hours, AI can detect sudden shifts in bid/ask walls or spoofing behavior, so you know when liquidity is about to dry up or liquidity providers are stepping in. Correlation & Divergence Scans: I used to manually chart coin pair correlations to find arbitrage or hedge opportunities. AYA runs these correlation matrices continuously, highlighting when a previously tight pair starts decoupling. By automating these data points, you reclaim dozens of hours each week and more importantly, youโre reacting to fresh, AIโverified signals instead of stale manual notes. If youโre still tracking these things by hand, itโs worth giving the Mindshare Surge program a shot before it wraps up 5M $AYAZ on the table! How would you use that extra time once your data feeds are fully automated? ๐show more

Honey.Eth
18,268 Aufrufe โข vor 1 Jahr