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

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

На главную

AI that doesn’t just understand your screen—it can actually use it. Nex-N2.5 Pro is built for long-horizon Computer Use, combining multimodal vision, reasoning, and continuous interaction to handle complex tasks autonomously. In this demo, it starts Pokémon Platinum from a fresh game and independently works through the adventure toward...

36,473 просмотров • 1 день назад •via X (Twitter)

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

Фото профиля Fred-New
Fred-New1 день назад

First Gym Badge in Pokémon. Next: my taxes

Фото профиля The CASPER 🇳🇬
The CASPER 🇳🇬1 день назад

I love this 😀

Фото профиля Sakuna
Sakuna1 день назад

Good luck

Фото профиля InsomniaLK
InsomniaLK1 день назад

That's wild watching an AI boot up Pokémon Platinum on its own feels like sci-fi becoming real.

Фото профиля Ella Tech & Tool
Ella Tech & Tool23 часов назад

This is wild 🤯 AI playing Pokémon solo is crazy

Фото профиля Aina Ai | Tools & Updates
Aina Ai | Tools & Updates23 часов назад

Not just watching the screen but playing it Nex N2.5 is game changing

Фото профиля Atia Ai
Atia Ai1 день назад

AI agents are becoming truly capable.

Фото профиля Deevya
Deevya1 день назад

its amazing ai

Фото профиля OG
OG1 день назад

Which game is this

Фото профиля Lydia Zhao
Lydia Zhao1 день назад

Wow that's amazing

Фото профиля Liam
Liam1 день назад

This is a huge leap for AI seeing the screen is one thing, but actually reasoning, clicking, and completing a long task autonomously is next-level.

Фото профиля Rebica
Rebica1 день назад

I like your content

Фото профиля Ajibade Mubarak
Ajibade Mubarak1 день назад

I’m actually playing through it step by step.

Фото профиля Francis ❤️❤️
Francis ❤️❤️1 день назад

I really don’t have an ideal about this at all

Фото профиля Sobi Ai
Sobi Ai1 день назад

That is amazing

Фото профиля Dr Bloodline | AI
Dr Bloodline | AI23 часов назад

Awesome

Фото профиля Elsa Ai
Elsa Ai1 день назад

AI actually playing Pokémon is wild

Фото профиля Debabrata Ghosh
Debabrata Ghosh1 день назад

This is not for all.

Фото профиля Arva
Arva1 день назад

Eine großartige Perspektive, vielen Dank, dass Sie diese wertvollen Erkenntnisse heute mit uns allen geteilt haben, das wird sehr geschätzt.

Фото профиля Mbeumo Era
Mbeumo Era1 день назад

But sometimes it makes mistakes

Фото профиля polina🇺🇸
polina🇺🇸1 день назад

Great perspective, thanks for sharing such valuable insights with everyone today, truly appreciated.

Фото профиля shah_zadii
shah_zadii1 день назад

AI agents are getting impressive

Фото профиля Hope Ai
Hope Ai1 день назад

Pokémon is a great test for this

Фото профиля Nnaemeka
Nnaemeka1 день назад

I like as it’s well detailed

Фото профиля Naaz Khan Habibi
Naaz Khan Habibi1 день назад

This is where AI gets seriously interesting seeing the screen is one thing, but actually reasoning, acting, and adapting over a long task is a whole different level.

Фото профиля Noor Tech
Noor Tech22 часов назад

Navee Al: Nex-N2.5 Pro handles long-horizon computer use. Demo shows it starting Pokémon Platinum autonomously with vision and reasoning.

Фото профиля lisa
lisa1 день назад

Yeah you are right dear

Фото профиля darkfun
darkfun1 день назад

This is good game I am seeing after a long time

Фото профиля NWA-ADA NNEWI SOUTH
NWA-ADA NNEWI SOUTH1 день назад

I will think about it

Фото профиля Malika Ai
Malika Ai1 день назад

Long-horizon tasks just got more exciting.

Фото профиля Naveed
Naveed1 день назад

AI that can actually take action.

Фото профиля Alice The Ai Expert
Alice The Ai Expert1 день назад

This is what real Computer Use looks like not just seeing the screen, but actually playing through it step by step.

Фото профиля Saeed Anwar AI
Saeed Anwar AI1 день назад

Nice

Фото профиля Special
Special1 день назад

I play this game a lot than

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

Our first short course with Anthropic! Building Towards Computer Use with Anthropic. This teaches you to build an LLM-based agent that uses a computer interface by generating mouse clicks and keystrokes. Computer Use is an important, emerging capability for LLMs that will let AI agents do many more tasks than were possible before, since it lets them interact with interfaces designed for humans to use, rather than only tools that provide explicit API access. I hope you will enjoy learning about it! This course is taught by Anthropic's Head of Curriculum, Colt_Steele. You'll learn to apply image reasoning and tool use to "use" a computer as follows: a model processes an image of the screen, analyzes it to understand what's going on, and navigates the computer via mouse clicks and keystrokes. This course goes through the key building blocks, and culminates in a demo of an AI assistant that uses a web browser to search for a research paper, downloads the PDF, and finally summarizes the paper for you. In detail, you’ll: - Learn about Anthropic's family of models, when to use which one, and make API requests to Claude - Use multi-modal prompts that combine text and image content blocks, and also work with streaming responses - Improve your prompting by using prompt templates, using XML to structure prompts, and providing examples - Implement prompt caching to reduce cost and latency - Apply tool-use to build a chatbot that can call different tools to respond to queries - See all these building blocks come together in Computer Use demo Please sign up here:

Andrew Ng

170,541 просмотров • 1 год назад

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 просмотров • 5 месяцев назад

Introducing Dola Seed 2.0 Pro, referred to below as Seed 2.0 Pro We have launched Seed 2.0 Pro, our most capable model in the Dola Seed 2.0 series, engineered to power the next generation of autonomous AI agents. Enterprise AI is moving beyond models that simply analyze text or images. What businesses increasingly need are agents that can understand, reason, use tools, and execute tasks across complex workflows. That is exactly what Seed 2.0 Pro is built for. Seed 2.0 Pro combines strong reasoning with advanced image understanding and video understanding, giving enterprise agents the ability not only to interpret information, but also to take action. It is designed for high-value, multi-step enterprise workflows, with strong performance in: - tool calling - workflow execution across enterprise systems - agentic task completion - browser and computer use This makes Seed 2.0 Pro a powerful engine for a wide range of agent scenarios, from daily office automation and deep web research to in-depth report drafting, financial analysis, content moderation, physical inspection, and video creation workflows. It is also highly optimized for OpenClaw🦞 and ReAct architectures, helping enterprises build agents that can navigate digital interfaces, enter information, and complete tasks with high reliability. In short, Seed 2.0 Pro is not just built to generate insights. It is built to serve as the brain and execution engine for enterprise AI agents. And it brings these capabilities at a highly attractive price point, making advanced agent deployment more practical for enterprise teams. Try Seed 2.0 Pro for free: Or book a free consultation: #BytePlus #DolaSeed #EnterpriseAI #AIAgents #ImageUnderstanding #VideoUnderstanding #ReasoningModel #ModelArk #openclaw

BytePlus

96,329 просмотров • 5 месяцев назад