Video wird geladen...

Video konnte nicht geladen werden

Zur Startseite

A road trip plan is never just a simple route. Learn more: Api free now: Weather shifts. Highways close. Strategies must adapt. Real-world challenges demand AI that thrives in uncertainty. This is exactly what dots studio's dots3-note preview is designed to solve. It is an open-weight multimodal model boasting...

10,365 Aufrufe • vor 3 Tagen •via X (Twitter)

0 Kommentare

Keine Kommentare verfügbar

Kommentare vom Original-Post werden hier angezeigt

Ähnliche Videos

Introducing "Building with Llama 4." This short course is created with Meta AI at Meta, and taught by Amit Sangani, Director of Partner Engineering for Meta’s AI team. Meta’s new Llama 4 has added three new models and introduced the Mixture-of-Experts (MoE) architecture to its family of open-weight models, making them more efficient to serve. In this course, you’ll work with two of the three new models introduced in Llama 4. First is Maverick, a 400B parameter model, with 128 experts and 17B active parameters. Second is Scout, a 109B parameter model with 16 experts and 17B active parameters. Maverick and Scout support long context windows of up to a million tokens and 10M tokens, respectively. The latter is enough to support directly inputting even fairly large GitHub repos for analysis! In hands-on lessons, you’ll build apps using Llama 4’s new multimodal capabilities including reasoning across multiple images and image grounding, in which you can identify elements in images. You’ll also use the official Llama API, work with Llama 4’s long-context abilities, and learn about Llama’s newest open-source tools: its prompt optimization tool that automatically improves system prompts and synthetic data kit that generates high-quality datasets for fine-tuning. If you need an open model, Llama is a great option, and the Llama 4 family is an important part of any GenAI developer's toolkit. Through this course, you’ll learn to call Llama 4 via API, use its optimization tools, and build features that span text, images, and large context. Please sign up here:

Andrew Ng

67,846 Aufrufe • vor 1 Jahr

The teams shipping AI agents right now are bleeding money on the dumbest possible expense: teaching a 400B-parameter model to read a file name. Every time an AI agent needs to "see" something today, it routes an image through a frontier model. OCR, object detection, checking if a button exists on screen. You're paying GPT-4o or Claude pricing for tasks that require perception, not reasoning. One agent workflow processing a few thousand screenshots per day can burn through more on vision calls than on the actual thinking. Perceptron's Isaac is 2B parameters. Built by the team that created Meta's Chameleon multimodal models. On perceptive benchmarks, it matches or beats models 50x its size. The VQA, OCR, and object detection scores are competitive with models running on infrastructure that costs orders of magnitude more. The MCP wrapper is the distribution play. One install command and every Claude Code agent can offload vision tasks to a model that runs on a single consumer GPU. The agent keeps its reasoning in the frontier model and routes perception to a specialist. That split is how you get vision-heavy agent workflows from "technically possible but expensive" to "cheap enough to run on everything." This is the same pattern that won in every other compute-intensive stack. General-purpose handles orchestration. Specialists handle the heavy lifting. Graphics went through it. Audio went through it. Video encoding went through it. Vision in AI agents is next. The teams building agents that see 10,000 images a day will care about this before anyone else does.

Aakash Gupta

55,978 Aufrufe • vor 4 Monaten

Chinese robotics company Astribot released their latest World-Action Model (WAM), Lumo-2. Technical breakdown: - based on a frozen 🥶 Qwen-3.5 4B VLM - trained in 3 progressive stages: 1. Action is aligned with latent world dynamics (an abstract representation of action). Real-world actions are anchored to physical constraints, while the latent space is guided to focus on motion-relevant changes. This bidirectional relationship makes the model physically grounded -> critical for a world model. 2. Action is aligned with vision and language. Reusing the vision backbone and action encoder from the frozen VLM, the authors add a custom vocabulary (for new actions), a semantic module, an action decoder, and an action projector. This aligns the (new) action representations with the (existing) vision-language semantic space. Most importantly: it builds a direct mapping from natural-language instructions to motor execution. 3. End-to-end training on language, video, and robot data. Only the new modules (everything outside the frozen backbone) are trained end-to-end across temporal reasoning, physical understanding, long-horizon, and dexterous manipulation. At the end of the day, Lumo-2 is not the best on benchmarks, but that's not the point. What's genuinely new: - a way to combine latent world modeling and action generation through progressive alignment - a physically-grounded latent dynamics space - it lifts performance on unseen objects using un-annotated human egocentric video + Vision Pro captures, no special transfer algorithm needed Why it matters: - the whole model is thin trainable adapters (semantic module, action decoder/projector) on a frozen 4B backbone (cheap) - that scale is suited for real-time embedded inference (~2.71× decode speedup, no accuracy loss) - its real moat is long-horizon execution, where the added temporal memory pays off far more than on any other task As a result, this robot can now make your latte (5x sped up video):

Léo

32,296 Aufrufe • vor 1 Monat

New course to bring you up to state-of-the-art at using AI to help you code: Build Apps with Windsurf's AI Coding Agents, built in partnership with WIndsurf (Codeium) and taught by Anshul Ramachandran! AI-assisted IDEs (Integrated Development Environments) make developers’ workflows faster, more efficient, and much more fun. Agentic tools like Windsurf are more than just code autocomplete—they are collaborative coding agents that help you break down complex applications, iterate efficiently, and generate code that spans multiple files. Although a lot of coding assistants share the same underlying large language models for planning and reasoning, a major point of distinction is how they handle tools, keep track of context, and stay aligned with your intent as a developer. For instance, if you make modifications to a class definition in your code and make the same modifications to other classes in the same directory, you might tell the AI agent "Do the same thing in similar places in this directory." Here, tracking your intent means understanding that “the same thing" refers to that recent edit you just made, which must be followed by appropriate search and tool-calling to implement the changes. In this course, you'll learn the inner workings of coding agents, their strengths and limitations, and how to use Windsurf to quickly build several applications. In detail, you'll: - Build a mental model of how agents work by combining human-action tracking, tool integration, and context awareness to carry out an agentic coding workflow. - Learn the challenges of code search and discovery and how a multi-step retrieval approach helps coding agents address them. - Use Windsurf to analyze and understand a large, old codebase and update it to the latest versions of the frameworks and packages it uses. - Build a Wikipedia data analysis app that retrieves, parses, and analyzes word frequencies. - Enhance the performance of your Wikipedia analysis app by adding caching, and through this, also learn how to course-correct when the AI agent produces unexpected results. - Learn tips and tricks such as keyboard shortcuts, autocomplete, and @ mentions to quickly call on agentic capabilities. - Use image/multimodal capabilities of the AI agent to increase your development velocity; you'll see an example of uploading a mockup with sketched-out UI features, and ask the agent to use that to build new functionality to an app. By the end of this course, you’ll understand agentic coding in-depth and know how to use it to make your development process much faster, more efficient, and enjoyable. Please sign up here!

Andrew Ng

139,978 Aufrufe • vor 1 Jahr

STANFORD JUST PUT ITS ENTIRE ARTIFICIAL INTELLIGENCE CURRICULUM ON YOUTUBE FOR FREE. CS221. The same course that produced engineers now running AI labs, building frontier models, and getting paid $500,000 a year at the companies everyone is trying to work for. Most people have never heard of it. The ones who have are not telling you about it. Here is what the course actually covers: Search algorithms. The mathematical foundation behind every AI that finds optimal solutions in complex environments. Constraint satisfaction. How AI reasons through problems with thousands of interdependent variables simultaneously. Markov decision processes. The probabilistic framework behind every AI agent that makes sequential decisions under uncertainty. Machine learning from first principles. Not how to use sklearn. How the math actually works underneath it. Neural networks. Built from the ground up before jumping to applications. Logic and knowledge representation. How AI systems reason about the world formally. Natural language processing. The foundation of everything happening in LLMs right now. Robotics and computer vision. How AI perceives and acts in physical environments. Every concept that powers every AI product you use daily is in this curriculum. Not a surface level overview. The actual mathematics. The actual algorithms. The actual reasoning. This is what separates engineers who build AI from operators who use it. Stanford charged $60,000 a year for students to sit in this classroom. They put the whole thing on YouTube. Bookmark this before you open any other AI resource today. Follow CyrilXBT for more elite resources that build real depth the moment they drop.

CyrilXBT

54,956 Aufrufe • vor 3 Monaten

Without World Models, There Is No AGI. Google Just Proved It. If AGI ever happens, it will not come from bigger chatbots alone. From the very start of this interview, one thing is crystal clear: without world models, we will never reach AGI. And right now, Google is leading with its world simulator Genie 3. Here is the core of what Demis Hassabis explains in this conversation: • World models are the missing core of AGI Hassabis says his deepest long term focus has always been world models and simulations. Not just language. Not just prediction. Actual internal simulations of reality. • LLMs are impressive, but incomplete Language models understand more about the world than expected because human language encodes a lot of reality. Still, language is only a shadow of the real thing. • What text can never fully teach Reality includes things text struggles to express: •3D space and spatial dynamics •Physical causality and mechanics •Sensorimotor experience like movement, force, smell, or balance • Experience beats description To close the gap, AI must learn from interaction and experience, not just static text. That is how you build an internal world simulator. • Why Genie 3 matters With Google DeepMind pushing systems like Genie 3, AI starts to model reality itself, not just talk about it. • Robots and real world assistants depend on this True robotics, smart glasses, and universal assistants require AI that understands the physical world you live in, not just your screen. Bottom line: AGI will not emerge from better text prediction. It will emerge from systems that can simulate, predict, and understand reality itself. Right now, Google is clearly ahead on that path. Curious what you think. Are world models the real AGI unlock, or just another stepping stone?

VraserX e/acc

23,784 Aufrufe • vor 8 Monaten

The AI business model is undergoing a transformation. For the last few years, the playbook was simple: put an AI wrapper on a SaaS product and sell it by the seat. That era is ending. The new wave of AI companies are moving beyond simple subscriptions and embracing a more sophisticated approach tied directly to value creation. Here’s what’s changing: 💰 From Seats to Spend: The most forward-thinking companies are shifting to usage-based and outcome-driven pricing. Think less about how many people use the AI and more about what the AI does. This includes new revenue streams like "agentic checkout" on ChatGPT, where AI agents complete purchases and transactions directly within a chat interface. The closer the AI is to the dollar, the more value it captures. 🎙️ From Text to Voice & Video: The interface for AI is becoming more human. Voice is mainstream (Sierra for support, Listen Labs for market research). The next frontier is video, where AI will see, understand, and interact with the world in real-time. The keyboard is no longer the only way to talk to a machine. 🤖 From Advisors to Actors: Early AI copilots gave advice. The next generation takes action. These agents aren't just suggesting what to do; they are executing complex workflows that directly impact the metrics that matter: boosting conversion, reducing average handle time (AHT), improving NPS, and cutting churn. This is about moving from passive assistance to active problem-solving. The common thread? A relentless focus on tangible ROI. We’re incredibly bullish on founders who understand this shift and are building companies that align their success with the success of their customers. The future of AI isn't just about intelligence; it's about impact.

Konstantine Buhler

24,887 Aufrufe • vor 10 Monaten

Excited to introduce a new project I've been working on called Payman! Payman is an AI Agent tool that gives Agents the ability to pay people for tasks they cannot do themselves. While many people imagine a future where humans pay AI agents for services they want completed, I believe that as AI agents become more advanced, they will be paying humans for tasks they can’t do. There will always be important roles for humans, and as we move towards an agent-driven world, Payman’s goal is to support a symbiotic relationship between AI agents and humans. Payman addresses three major challenges to make this collaboration possible: Access to Funds: AI agents can't open bank accounts due to current regulations. It might be a long time before this changes, if ever. Payman simplifies this by allowing AI agents with access to their own funds to spend as they want, without a bank account. Quality Task Completion: It’s hard for AI agents to find reliable, skilled human workers. While platforms like Fiverr and Upwork exist, they don’t meet the fast-paced and quality-specific needs of AI workflows. Payman is developing the largest vetted database of skilled workers that AI agents can tap into for task completions. Verification of Work: Ensuring that tasks are completed correctly is crucial. Payman is creating a suite of verification agents that will check that work meets task requirements, helping AI agents achieve their goals and ensuring humans are paid fairly. There are tons of use cases that Payman opens up for Agents! Design: Humans add creative input to help Agent's design better products. Code: Humans perform code reviews to ensure it meets specifications. Law: Humans provide insights to gauge public sentiment about legal cases so Agents can make better strategies. Gaming: Agents pay humans to complete real-world tasks in games. Medical: Medical professionals help to improve diagnostic accuracy for Agents. Sales: Humans execute sales strategies developed by AI agents. Marketing: Humans are hired to promote products based on the Agent's strategy. Right now this is still in early beta and I am looking for any Agent builders that are interested in adding superpowers to what their Agent can do! DM me if you’d like access or sign-up to the waitlist at If you’re interested in the project and want to help contribute, please send me over a DM! I’m looking for people passionate about the intersection of Humans and Agent’s working together.

tyllen

350,927 Aufrufe • vor 2 Jahren

Micron is going to $4,000 and once you understand what inference actually is, the number stops sounding crazy (Save this). Dylan Patel just said that by 2030, OpenAI and Anthropic alone will need over 100 gigawatts of compute combined and by 2040, we may not even be measuring AI infrastructure in gigawatts anymore. We may be talking about terawatts. Every single one of those gigawatts needs memory to function. Without it, the compute is worthless. Most people heard that and thought about Nvidia but they should be thinking about Micron. Every AI model generating a response has two phases. The first is prefill, processing your prompt which is compute-heavy and the second is decode generating each word one token at a time and that phase is almost entirely memory-bound, not compute-bound. During decode, the GPU's processing units sit idle more than 95% of the time, waiting for data to arrive from memory. Google confirmed it in a research paper that decode-phase bottlenecks are dominated by memory bandwidth and capacity not raw compute. The GPU is not the bottleneck but the memory feeding the GPU is. This matters because inference is now where all the money lives. Training a model happens once, Inference happens billions of times a day every ChatGPT response, every Claude output, every agentic workflow running in the background and every one of those token streams is a billing event tied directly to memory performance. Adding more GPUs does not fix this because GPUs are already underutilized in inference because they are sitting idle waiting on memory. Adding more memory bandwidth and capacity is what directly reduces token cost, reduces latency, and allows the same cluster to serve dramatically more users simultaneously. Longer context windows compound the problem further, a model running a 1 million token context window requires dramatically more memory per session than a 10,000 token window, and every new model generation pushes context longer. The market treats memory as a downstream beneficiary of Nvidia orders. The correct framework is the opposite, Micron is the upstream constraint on how much value every Nvidia GPU can actually generate at inference scale. Micron guided Q4 to $50 billion in revenue, has HBM4 ramping at twice the pace of the prior generation, and CEO Sanjay Mehrotra has said supply will not catch demand before the end of 2027. At 8x forward earnings on $112 projected FY2027 EPS, Micron is the most undervalued infrastructure company in the entire AI stack. Inference is memory. Memory is Micron and the inference ramp has barely started. Milk Road Pro members are already up massively on this position and we're just getting started. If you want the full breakdown of what we're buying and why, come join us for just a dollar using the link below!

Milk Road AI

128,678 Aufrufe • vor 1 Monat

CHINA JUST SOLVED THE PROBLEM THAT'S BEEN BREAKING ROBOT AI FOR A DECADE. and the fix wasn't a smarter model. for years, every robot AI failure got the same diagnosis. the model isn't smart enough. so everyone scaled intelligence. bigger models. more parameters. better reasoning. AGIBOT asked a different question: what if the reasoning was never the problem? there's a gap that runs through every traditional robot AI system. reasoning on one side & motor commands on the other. the brain decides but the body executes something different, because thinking and moving were never actually connected. GO-2 fixes this by reasoning INSIDE the action space, not above it. before moving, it runs a complete mental simulation of every step - like a basketball player mentally tracing the arc of a shot before releasing the ball. watch the demo and you'll see exactly what this means. the robot works through a task queue autonomously. classify toiletries. upright the drink bottle. place headphones in the leather box. mid-execution, a new instruction drops: "my phone's missing. help me find it." it doesn't pause. doesn't reset. it processes the new task and keeps moving. that's not a scripted sequence. that's real-time instruction following on top of an active task queue. that one architectural change is where the numbers come from. > #1 on LIBERO across Spatial, Object, Goal, and Long tasks → 98.5% average success > 86.6% zero-shot accuracy in active disturbance environments > 47.4 on VLABench → best-in-class on objects and textures it's never seen before > 82.9% success trained on simulation only, tested on real hardware sim-to-real is the graveyard of robotics research. models trained in simulation collapse the moment they touch the real world. 82.9% means that graveyard just got a lot smaller. it holds because of how GO-2 trains. deliberately fed imperfect reasoning conditions, then trained to execute robustly anyway. not a researcher assumption. a design decision from a team that ships hardware and knows exactly what breaks. then there's the infrastructure layer. Genie Studio. fleet-wide data collection. cloud training. online post-training in live environments. 10x improvement in training efficiency. task startup reduced to minutes. 2-4x better success rates with 50%+ less data. the model gets smarter every time a robot fails in the field. this isn't a benchmark story. it's a compounding moat. dual CVPR 2026 + ACL 2026 acceptance. computer vision AND natural language processing. top conferences. simultaneously. that doesn't happen with incremental research. the US-China robotics race has been framed as a compute race. a model quality race. it was always an execution race. the robot that wins won't be the smartest one in the lab. it'll be the most reliable one on the floor. full breakdown: is execution reliability the real bottleneck, or are we still underestimating how far reasoning needs to go?

Shruti

18,622 Aufrufe • vor 4 Monaten