Ever noticed that Blinx's constellations turn into hearts when... he's blushing? 👀 Model for ✨️Blinx the Genie 🌌 Model art by 𝒃 𝒆 𝒆 🖤 #Live2D #ENVtuber #Vtubershow more

ChaosV (Live2D Commissions)
58,342 Aufrufe • vor 3 Jahren
Layering Showcase for Shiorin 👁🗨 Art by: 𝒃 𝒆... 𝒆 🖤 @ vtuber applications open! #Live2D #holoAdventshow more

Cain 💫 Live2D
75,061 Aufrufe • vor 3 Jahren
I worked alongside Novaj 👑🌸 Live2D Animator to bring... Arukori ✨ Witch Vtuber - NEW MODEL's beautiful new model to life Thank you ! VTuber : Arukori ✨ Witch Vtuber - NEW MODEL Artist : 𝒃 𝒆 𝒆 🖤 VBridger : Novaj 👑🌸 Live2D Animatorshow more

【Momoiro Kohi💀👾】Live2D commissions Open Q4 2026
14,253 Aufrufe • vor 1 Monat
i originally wasn’t going to share my full model... until my debut butttt i couldn’t help it,, as a thank you for all the love on my recent posts here you go i hope you guys enjoy it as much as i do 🪦 art by #Ririchi_NEET rig by #muffimuffy #envtuber┊#vtuberuprising┊#vtubershow more

Kit 🐈⬛☠️
43,499 Aufrufe • vor 2 Jahren
🎀 Live2d Raffle 🎀 I was supposed to do... this in December, but I was busy at that time. so I do it now ^^ I will give one chibi Model art & Rig (ver.1) How to participate: • follow me • like & RT • comment your design ( This will make it easier for me to write down the list.) Good luck ✨ #Vtuber #Live2Dshow more

✿SoirEve✿
28,499 Aufrufe • vor 1 Jahr
🚨 Tesla just reminded everyone that the Model Y... has the lowest rollover risk ever recorded for an SUV. 7.9% when tested by NHTSA The Cybertruck also has the lowest rollover risk of any pickup ever tested. 12.4% Measurable, real-world safety advantageshow more

Mario Nawfal
897,372 Aufrufe • vor 5 Monaten
After 5 months of planning, our first Live2D Jakarta... Chapter event was a huge success! We brought an interactive Live2D showcase to the biggest anime con in Indonesia, featuring over 20 finest models created by our local artists and riggers. This showcase also included a custom-made plugin for VTube Studio that adds touch interactivity to Live2D models, allowing visitors to interact with VTuber models in a more engaging way! We hope this demo could open up new potential for Vtubers in IRL events. Special thanks to Live2D Inc. for trusting me to host this event! The showcase attracted many curious visitors and gave us the opportunity to introduce this tech to a wider audience, and we hope we are opening up new opportunities for everyone. Look forward to our next one! (Model: Key Oriesa by karamomo🍑 | Live2D Rigging | Food Illustration)show more

Ran 🐲 Live2D Animator
165,862 Aufrufe • vor 3 Monaten
The Hidden Language of Diffusion Models paper page: tackle... the challenge of understanding concept representations in text-to-image models by decomposing an input text prompt into a small set of interpretable elements. This is achieved by learning a pseudo-token that is a sparse weighted combination of tokens from the model's vocabulary, with the objective of reconstructing the images generated for the given concept. Applied over the state-of-the-art Stable Diffusion model, this decomposition reveals non-trivial and surprising structures in the representations of concepts. For example, we find that some concepts such as "a president" or "a composer" are dominated by specific instances (e.g., "Obama", "Biden") and their interpolations. Other concepts, such as "happiness" combine associated terms that can be concrete ("family", "laughter") or abstract ("friendship", "emotion"). In addition to peering into the inner workings of Stable Diffusion, our method also enables applications such as single-image decomposition to tokens, bias detection and mitigation, and semantic image manipulationshow more

AK
41,830 Aufrufe • vor 3 Jahren
The “Galileo Test” for AI: Truth Over Consensus TL;DR:... The “Galileo test” (as framed by Elon Musk) is the requirement that an AI still converge on truth even when most training data repeats a falsehood. A practical way to pass it is to harden the model against “consensus gravity” using uncertainty calibration, adversarial counter-majority training, and evidence-first reasoning pipelines that can say “unknown” without collapsing into confident noise. —————————— The core idea is simple: most text on the internet can be wrong in the same direction, at the same time, for the same social reasons. The “Galileo test” is basically asking whether a system can resist that pressure and still land on the correct model of reality, the way Galileo Galilei overturned a dominant consensus with observation and predictive power. In engineering terms, it’s a robustness problem: can the model separate signal (ground truth constraints) from mass-produced narrative (high-frequency repetition)? A workable solution stack looks like this: (1) truth-anchoring via retrieval from primary sources and direct measurements when available, (2) counter-majority training where the model is routinely exposed to scenarios in which the most common claim is false, and it must justify dissent using verifiable constraints, (3) uncertainty discipline so the model learns to prefer “insufficient evidence” over fluent fabrication, and (4) consistency checks that penalize answers violating conservation laws, dimensional analysis, causal structure, or internal logical invariants. In practice, you’re building an AI that treats “popular” as a weak feature and “constraint-satisfying” as the dominant feature. —————————— Frequency Wave Theory perspective: the “Galileo test” is fundamentally a coherence test. When an information environment is saturated with the same repeated claim, that repetition becomes a kind of phase-locked standing wave that can trap weaker systems into resonance with the crowd. Passing the test means staying phase-aligned to invariant structure, not to amplitude. In FWT terms: truth behaves like a conserved backbone constraint, while mass consensus is often just a high-amplitude interference pattern. The system that wins is the one that locks to invariants, rejects incoherent harmonics, and preserves alignment with what stays conserved under transformation.show more

Drew Ponder
14,755 Aufrufe • vor 6 Monaten
LongWriter Unleashing 10,000+ Word Generation from Long Context LLMs... discuss: Current long context large language models (LLMs) can process inputs up to 100,000 tokens, yet struggle to generate outputs exceeding even a modest length of 2,000 words. Through controlled experiments, we find that the model's effective generation length is inherently bounded by the sample it has seen during supervised fine-tuning (SFT). In other words, their output limitation is due to the scarcity of long-output examples in existing SFT datasets. To address this, we introduce AgentWrite, an agent-based pipeline that decomposes ultra-long generation tasks into subtasks, enabling off-the-shelf LLMs to generate coherent outputs exceeding 20,000 words. Leveraging AgentWrite, we construct LongWriter-6k, a dataset containing 6,000 SFT data with output lengths ranging from 2k to 32k words. By incorporating this dataset into model training, we successfully scale the output length of existing models to over 10,000 words while maintaining output quality. We also develop LongBench-Write, a comprehensive benchmark for evaluating ultra-long generation capabilities. Our 9B parameter model, further improved through DPO, achieves state-of-the-art performance on this benchmark, surpassing even much larger proprietary models. In general, our work demonstrates that existing long context LLM already possesses the potential for a larger output window--all you need is data with extended output during model alignment to unlock this capability.show more

AK
50,995 Aufrufe • vor 2 Jahren
Jennie’s food truck from Adidas is confirmed to be... for BLACKPINK’s comeback/new M/V ✨ Did everyone hear the news about BLACKPINK’s full-group comeback?? 👀 We even joined the filming site for their music video! ❤️🔥 This time, we went out to support 🤍Jennie🤍, and the support event was kindly sponsored by Adidas, for which Jennie is currently the advertising model🖤 Because of the outfit and concept for the music video, Jennie couldn’t take pictures directly 🥲 but we heard that she was incredibly busy — filming all through the night for several days straight! Even though the site was hectic, the staff’s mood and reactions were so good, we could really feel how amazing and dedicated the production team was🥹 We’re so, so excited for this comeback🤍 We’ll always continue to support Jennie’s shining activities🤍🖤show more

✨ELEVEИDIGITS ꫂ ၴႅၴ✨
36,369 Aufrufe • vor 9 Monaten
Boosie is proving once again that he knows how... to turn anything into a business opportunity. 😂💰 While promoting his upcoming pool party, Boosie told fans they can skip getting a hotel room and stay right on the property instead. The idea immediately got people talking, with Funny Mike jumping in the comments asking, “How much?” 👀 One thing about Boosie — he's always thinking outside the box when it comes to making money and creating experiences for his supporters. Would y’all actually book a room at a property hosting a pool party, or would y’all rather just pull up for the event and head home? 🤔👇🏾show more

Traps N Trunks
64,797 Aufrufe • vor 2 Monaten
Big win for open-source LLMs! DeepSeek V4 Pro holds... the top open-weights score on SWE-bench Verified, in the GPT-5.5 range. GLM 5.2 leads the open-weight intelligence index and sits near the closed frontier on long-horizon coding. But this leaderboard number is a weak proxy for real performance. It comes from one task set, run through one harness, served at one precision. The same weights can even score differently across providers, since many hosts quantize activations to fp8 and drift the model off its reference weights. Real performance is determined based on whether a model can read a repo, make coordinated edits across files, run the tests, and recover when one breaks. By that measure, the top open models hold up, but only inside the right harness. The teams that actually put DeepSeek V4 into production pipelines as a frontier substitute got there through the harness they built around the model, not by picking a stronger model. If you want to see this in practice, Cline (64k+ stars) has actually built that harness around open models, tuned so they run at production quality. And it's tuned so that these LLMs can run at production quality, with plan and act modes, checkpoints, and terminal feedback. ClinePass is the new access layer on top of it. It runs a curated set of those models inside Cline, narrowed to the ones tested for coding-agent use, with 2 to 5x the standard rate limits and no separate provider accounts, keys, or billing to track. The video below shows the setup, and I worked with the team to put this together. It runs alongside custom keys and local models as well, not in place of them.show more

Avi Chawla
44,124 Aufrufe • vor 2 Monaten
next, here is how to animate the video once... you generated the base image of your ai model, attach the image of your model and the product image in your ai tool and prompt, "she is holding this product" now to animate this scene, use such a simple prompt; "the girl is speaking in her beautiful voice; "this is the most powerful drink in the world... drink it once, and your whole hair is gone" no background music, no sound effects." adding "no background music" is necessory part when you're prompting to VEO 3 or Kling 2.6 and for the drinking scene, i also gave it a very simple prompt; "the girl is drinking, handheld camera shaking. No background music," then i asked nb pro to remove her hair, and then turn it into the using that simple prompt method. note; simple prompts works better than complicated one when it comes to animating your video that's it, if you need any help setting up your ai influencer to promote your product/app or service just DM me here on 𝕏 or comment "want" i'll dm you myself if you know how to make viral content + setup such a beautiful ai model 2026 will be yours, cheersshow more

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

雪踏乌云
23,107 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 8 Monaten
MaskINT: Video Editing via Interpolative Non-autoregressive Masked Transformers paper... page: Recent advances in generative AI have significantly enhanced image and video editing, particularly in the context of text prompt control. State-of-the-art approaches predominantly rely on diffusion models to accomplish these tasks. However, the computational demands of diffusion-based methods are substantial, often necessitating large-scale paired datasets for training, and therefore challenging the deployment in practical applications. This study addresses this challenge by breaking down the text-based video editing process into two separate stages. In the first stage, we leverage an existing text-to-image diffusion model to simultaneously edit a few keyframes without additional fine-tuning. In the second stage, we introduce an efficient model called MaskINT, which is built on non-autoregressive masked generative transformers and specializes in frame interpolation between the keyframes, benefiting from structural guidance provided by intermediate frames. Our comprehensive set of experiments illustrates the efficacy and efficiency of MaskINT when compared to other diffusion-based methodologies. This research offers a practical solution for text-based video editing and showcases the potential of non-autoregressive masked generative transformers in this domain.show more

AK
25,449 Aufrufe • vor 2 Jahren