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

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

На главную

XcodeBuildMCP 2.6 is here, and the UI automation tools got a serious glow-up. 🚀 Same task, same simulator, side by side: ⏱ 70% faster (6m57s → 2m06s) 🧠 68% fewer tokens (232.8k → 75k) 🔧 76% fewer tool calls (86 → 21) Watch them race 👇

28,467 просмотров • 1 месяц назад •via X (Twitter)

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

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

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

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

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,834 просмотров • 1 год назад

I designed a new test specifically for multimodal models: fill out a paper form. And it's much harder than it sounds. This isn't typing into an electronic field that captures your text. The form is just an image. The model has to place each form element: text, checkmarks — at the correct pixel position on the canvas itself. Results: 🟢 Kimi K2.6 → done in 3:45, 16.7k output tokens 🟡 Step 3.7 Flash → half the fields, 57k output tokens 🔴 Gemini 3.5 Flash → 489k output tokens, never finished. I had to kill it. Gemini burned ~29x more output tokens than Kimi on the exact same task, and Kimi's was the only form that actually looked filled out. The test, a mocked application form, contains some challenging parts, such as one-character-per-box fields. I provided every model the same set of tools: > get canvas size > drop probe markers to find coordinates > add text > add checkmarks > move elements > take a screenshot anytime to check their own work > ... etc So it's vision + spatial reasoning + tool use + long context, all at once. Small models (Qwen, Gemma) can't really complete this test, so I skipped them. What happened: > Kimi nailed name, DOB, ID, gender, marital status, nationality, email, phone, address, postal code — placement slightly loose, but content correct. 15 turns. Clean. > Step got maybe half right — fields dropped, "United States" landed in the email line, data floating outside boxes. Burned 1.24M input tokens doing it (81 turns of re-reading the canvas). > Gemini almost got there visually... then spiraled. By turn 40 it was issuing a delete_elements call wiping element IDs 365–425, basically erasing its own work. 31 minutes, 489k output tokens, still streaming. Terminated. The takeaway isn't "Gemini bad." This test is indeed difficult. But token efficiency is capability now. A model that needs 30x the tokens and still can't converge is going to be 30x the cost in production. Kimi K2.6 just quietly did the thing.

stevibe

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

I deleted half of my AI-video prompt — and the result got better. 😶 Here's the before/after that changed how I prompt, and the skill I open-sourced from it. 🧵 We've been prompting video models like a film shot list: 24mm, f/1.4, "volumetric fluid simulation," frame-by-frame timing. But a lot of the time you don't need to — the smarter the model gets, the simpler the prompt can be: tell the story, the texture of the air, the emotion, and let it pick the shots, light, and rhythm. ByteDance shipped this idea with Seedance 2.0 and called it "Vibe Creating" — I open-sourced the skill and the philosophy behind it. Same scene, two prompts 👇 🔧 Regular: "85mm f1.4 macro, 120fps, dolly 0.6x, freeze the sweat at 1/250…" ✨ Vibe: "Late-night street stall. The cook flicks the wok; a ball of orange flame lights up his sweating face. Noodles fly. He plates them and wipes his brow." Same model. One of them feels alive. The skill is built for story-driven video — concept shorts, micro-narratives, emotional or atmosphere pieces, anything where you'd rather describe the moment than dictate the camera. Feed it your idea (or your over-stuffed prompt) and it hands back the version the model actually shoots better. The one place it won't go: UI demos, step-by-step tutorials, or exact dialogue sync — there it'll tell you it's the wrong tool rather than flatten a prompt that needed to stay precise. Try it on your next prompt — repo 👇

Alisa Qian

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

R.I.P. dev agencies ☠️ There's now an AI that debugs your app, clicks through the UI, finds what's broken, and fixes it on its own. And it hits a 97% success rate. Max isn’t a “code assistant.” It behaves like a full software engineer that never gets tired, never drifts, and never waits for your next instruction. You give it a goal. Max writes the code, tests it, checks the UI, finds the issues, fixes them, and loops until the task is done. Not theory. Actual work. Max handled things that normally eat entire days: • Debugging a Stripe checkout that refused to load • Solving a login-on-refresh issue by tracking network behavior step by step • Building a full Teams & Invites feature UI, routes, tokens, emails, tests while I focused on another part of the product 97 percent of the problems I threw at it got solved without me stepping in. The wild part is how Max operates: It sees the app. It clicks around. It interacts with the environment. It rewrites code. It retries until it works. Goal → attempt → improve → retry → done. Some tasks take 100 moves. Some run for 30 minutes. Most finish before I even finish a coffee. This flips the entire dev workflow on its head. Instead of “write code and hope it works,” you define outcomes and watch the engineer in the background get it done. Every once in a while a tool shows up that changes the tempo of an entire industry. Anything Max is one of them.

Alex Veremeyenko

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

Atomic Agent beat Hermes on GAIA: 69.8% vs 58.5%, and it was 1.6x faster! We ran both agents through the full GAIA Level 1 benchmark, 53 real-world tasks, same 4-bit qwen-3.6-35b on the same Apple M4 Max. Results: ✦ Atomic Agent: 37 of 53 solved, done in 3h 12m ✦ Hermes Agent: 31 of 53 solved, took 5h 10m Atomic solved 6 more tasks and finished nearly 2 hours sooner. Hermes ran into the 900s timeout on 7 tasks; Atomic on just 2. Hermes burned 71% of its total time on tasks it still failed, Atomic, 48%. Where it showed: ✦ Audre Lorde poem, which stanza is indented: Atomic pushed through a dead source, switched tools, and answered in 7.6 min. Hermes ran the full clock and returned a blank. ✦ Vietnamese specimens, which city they ended up in: Atomic pulled it from the first source and normalized the answer in 33s. Hermes spent 7.3 min and never answered. ✦ The dinosaur featured-article nominator: Atomic walked the Wikipedia chain to "FunkMonk" in 57s. Hermes guessed a wrong name after 11 min. Atomic keeps a byte-stable prompt prefix, so llama-server reuses the KV-cache instead of re-encoding the whole context every turn, and it emits one JSON array of tool calls per inference, then compresses results back instead of pasting them in full, so the context never balloons and a small model stays sharp deep into a task. On top of that a no-progress guard vetoes repeated identical tool calls (warn at 3, hard veto at 5) and forces a reply, so Atomic never sinks 15 minutes into re-scanning one page the way Hermes did. Both agents missed some of the same questions, and on a few Hermes got there and Atomic did not, usually format slips where Atomic computed the right number but printed the working instead of the bare value. But on identical hardware and identical weights, the runtime that reuses its cache and refuses to spin came out ahead on accuracy and speed. Getting this from the runtime alone is wild. Run the same 53 GAIA tasks on Atomic Agent!

Atomic Agent

53,348 просмотров • 1 день назад

To every NEET candidate and parent - please watch this. A few minutes that could save you serious money and stress this week. Scammers on Telegram were running two rackets targeting you: 1️⃣ Channels demanding ₹14,000 to ₹25,000 - some even ₹10 lakh - claiming they'll send you the re-exam paper. They won't. There is no leaked paper for the re-exam. The money is gone the moment you transfer it. Your admit card and WhatsApp number, if you sent them, become the tools they use to scam the next student. 2️⃣ Fake "proof" videos showing chats from before the exam. The trick: on Telegram, whoever runs a channel can edit any old message AND change what's inside it, while the date on the message stays the same. So a message edited on the 4th can be made to look exactly like it was sent on the 1st. The full explanation is in the video below — please watch and share with anyone you know who's preparing 👇 🎥 The same trick will be tried again after 21st June. Don't fall for it. Don't forward it. Don't pay anyone. ✅ Focus on your prep - you've earned this ✅ Trust only and verified NTA handles ✅ Tell your friends - especially anyone anxious enough to be tempted 📞 Report any scam: National Cyber-Crime Helpline 1930 or Your hard work is what will get you through this exam. Not a Telegram channel. We're on your side. 💪 🎥 Prof. V. Kamakoti, Director, IIT Madras, also explains the technical side clearly - his videos are in the replies below.

National Testing Agency

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

10 repos that cut your ai agent token bill by up to 80% 1. microsoft/LLMLingua → cuts prompt size by up to 95% compresses prompts before the api call. 20x compression. published at EMNLP + ACL. near-zero quality loss. 6,100 stars 2. mem0ai/mem0 → replaces full conversation history in context stores what matters. retrieves only what's needed. 10,000 token history → 200 token memory. per agent. 54,800 stars 3. BerriAI/litellm → routes each call to the cheapest model simple task → haiku. complex task → sonnet. tracks cost per agent, per call, per day. 45,700 stars 4. run-llama/llama_index → replaces sending full documents rag: 100-page doc → 3 relevant chunks → same answer. 98% fewer tokens per query. 49,100 stars 5. chroma-core/chroma → replaces keyword search in full context vector store. finds the closest match. feeds only that. 50-200 tokens per query instead of thousands. 27,800 stars 6. letta-ai/letta → replaces infinite context window crashes paged memory for agents. loads only relevant memory. stops your agent from hitting limits and retrying. 22,400 stars 7. guidance-ai/guidance → cuts output token bloat by 30-50% structured generation. constrains model output natively. no more 100-token prompts to get json back. 21,400 stars 8. Aider-AI/aider → replaces pasting entire codebases builds a repo map. sends only files relevant to the task. not your whole project. just what the agent needs. 44,300 stars 9. openai/tiktoken → count tokens before you send know the exact cost before the api call happens. not after the bill arrives. 18,100 stars 10. simonw/ttok → hard cap on what gets sent cli tool: count tokens, truncate to budget limit. pipe any text in. get truncated output back. 389 stars most agents are expensive not because the model is expensive. because nobody checked what was being sent to it.

self.dll

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

Jensen Huang just drew a line through the entire global workforce. One sentence. No ambiguity. Huang: “If your job is the task, then you’re very highly going to be disrupted.” Not might be. Not eventually. Very highly going to be. That single distinction between a job and a task is the most important career diagnosis anyone will hear this decade. If you show up every day to execute a repeatable process, you are the process. And the machine runs processes better than you. Faster. Cheaper. Without breaks. Without errors. Without a salary negotiation. The moment your role can be written as a checklist, the checklist gets automated. And your desk gets cleared. That is not a warning about the future. That is a description of what is already underway. But Huang did not stop at the diagnosis. He handed you the prescription in the same breath. Huang: “If your job’s purpose includes you certain tasks, then it is vital that you go learn how to use AI to automate those tasks.” Your job includes tasks. But your job is not the tasks. Your job is the judgment around them. The decisions. The context. The instinct for why the work matters and what to do when everything breaks. That stays human. Everything else gets handed to the machine. And the person who hands it over first does not lose their job. They become more valuable than everyone still doing it by hand. Because they just converted every hour they used to spend on execution into hours spent thinking. The accountant who automates data entry does not get replaced. They become the strategist who used to be buried in spreadsheets. The marketer who automates reporting does not get fired. They become the creative who used to be trapped building dashboards. The person who refuses to automate anything becomes the most expensive way to do the cheapest work. Huang: “It is the case that the technology will dislocate and will eliminate many tasks. And because it will automate it.” No softening. No hopeful footnote. Dislocation is coming. Tasks will be eliminated. That part is settled. The only open question is which side of that line you are standing on. The side that lost the tasks. Or the side that gave them away on purpose and kept the work that actually matters. One side gets disrupted. The other side gets dangerous. The gap between those two outcomes is not talent. Not credentials. Not experience. It is whether you learned to use the machine before the machine learned to replace you. That window is still open. It is closing faster than most people are willing to believe. And it does not reopen.

Dustin

142,553 просмотров • 4 месяцев назад

🚨MEMESCOPE MONDAY WARNING🚨 Yes, I am that guy again. And that is exactly why big accounts hate me. Tomorrow, March 30, Solana CT will dress this up as "the biggest liquidity event on the timeline". What it really means is simple. A mass scale feeding event for bots, bundlers, insiders, and serial grifters. Memescope is not a safety tool, not alpha. It is not due diligence. It is just a faster conveyor belt for fresh garbage. We all know around 98.6% of Pumpfun tokens and 93% of Raydium pools showed signs of fraud, manipulation, or rug mechanics. The machines gets paid no matter how many people get slaughtered. The social layer is no better. CoinWire analyzed 1,567 memecoins promoted by 377 X influencers. 76% of those influencers promoted dead memecoins. MASTR research thinks this number is likely 95%. 86% of the coins they pushed lost 90% of their value fast. Many do not even need that long. They die in hours. Sometimes minutes. So what should you expect tomorrow? Bundled launches. Fake hype. Snipers. Fake momentum. Insider unloading. Fast rugs. Paid shills. Fake excitement from people who need your money more than you need their lies. If you are buying because a chart is green, because some KOL is barking, or because a platform screams 0% fees..... .....you are the exit liquidity. That is the whole model. The house gets paid first. The scammers rotate. Retail gets stripped for parts. Check wallet concentration. Check linked wallets. Check liquidity. Check holder distribution. Check bundling patterns. If you cannot verify it, do not touch it. My recommendation is the same as always. If you are not desperate enough to willingly feed a scam machine, keep your hands off this filth and support real builders. Memescope Monday is not a festival of alpha but a public harvesting operation. Like and repost this so fewer people walk into the slaughterhouse smiling.

MASTR

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