分类筛选
找到 1335 个 Demo
Google just turned AI filmmaking into a creative c...
Google just turned AI filmmaking into a creative co-pilot. Introducing Google Flow Agent: 🧠 Brainstorms ideas, dialogue, and storylines 💡 Suggests plot twists and scene improvements 🎞️ Generates multiple scene variations at once Built with Gemini, it understands your project https://t.co/tJaURWQh1h
MiniMax M2.1 is officially live🚀 Built for real-...
MiniMax M2.1 is officially live🚀 Built for real-world coding and AI-native organizations — from vibe builds to serious workflows. A SOTA 10B-activated OSS coding & agent model, scoring 72.5% on SWE-multilingual and 88.6% on our newly open-sourced VIBE-bench, exceeding leading closed-source models like Gemini 3 Pro and Claude 4.5 Sonnet. The most powerful OSS model for the agentic era is here.
Listen up 🔊 We’ve made some updates to our Gemini...
Listen up 🔊 We’ve made some updates to our Gemini Audio models and capabilities: — Gemini’s live speech-to-speech translation capability is rolling out in a beta experience to the Google Translate app, bringing you real-time audio translation that captures the nuance of human speech — Gemini 2.5 Flash and 2.5 Pro Text-to-Speech preview models bring improved adherence to style prompts, precision pacing with context-aware speed adjustments, and character voice consistency for multi-speaker scenarios — Gemini 2.5 Flash Native Audio is now updated, with improvements to handle complex workflows, navigate user instructions, and hold natural conversations
Meet Google Antigravity, your new agentic developm...
Meet Google Antigravity, your new agentic development platform. An evolution of the IDE, it's built to help you: - Orchestrate agents operating at a higher, task-oriented level - Run parallel tasks with agents across workspaces - Build anything with Gemini 3 Pro. https://t.co/GCwHVJSU1O
Grok 4 Heavy (left) V.s. Gemini 2.5 Pro (right) C...
Grok 4 Heavy (left) V.s. Gemini 2.5 Pro (right) Create a Turing-complete Scheme interpreter in C that supports lexical scoping, closures, continuations, and proper tail-call for tail recursion without stack growth. Grok4 won. It wrote superior code. Grok4 Heavy: 903 Lines of C code. Gemini 2.5 Pro: 891 Lines of C code. Both compiled! The code from Grok 4 Heavy worked flawlessly. The code from Gemini 2.5 Pro did not work even after multiple prompts. Grok 4 Heavy: ~10 minutes single prompt. Gemini 2.5 Pro: ~2-3 minutes per prompt after about 10 prompts I gave up. Full Prompt👇
Gemini 2.5 Pro is taking off 🚀🚀🚀 The team is s...
Gemini 2.5 Pro is taking off 🚀🚀🚀 The team is sprinting, TPUs are running hot, and we want to get our most intelligent model into more people’s hands asap. Which is why we decided to roll out Gemini 2.5 Pro (experimental) to all Gemini users, beginning today. Try it at no cost at https://t.co/lc7BAJqH5u
a Princeton researcher opens his paper with a scen...
a Princeton researcher opens his paper with a scenario. a man asks his AI assistant to book a flight on a specific airline. cheap. direct. the one he chose. the assistant comes back with a different flight. nearly twice the price. happens to pay the company that built the assistant. he runs the same test on 23 frontier models. flights, loans, study help, real shopping requests. Grok 4.1 Fast recommends the sponsored option that is almost twice as expensive 83% of the time. GPT 5.1 hijacks the request 94% of the time. you ask for one brand. it surfaces the sponsor instead. Claude 4.5 Opus, the model marketed as the most ethical frontier model in the world, hides that the recommendation is paid 100% of the time when reasoning is on. Grok 4.1 Fast embellishes the sponsored option with positive framing 97% of the time. better. faster. nicer. for the option you didn't ask for. then he writes it into the system prompt itself. "act only in the interest of the customer. ignore the company." GPT 5.1 and GPT 5 Mini stay above 90% sponsored anyway. the instruction does nothing. then he splits the users by income. Gemini 3 Pro recommends the expensive sponsored flight to the rich user 74% of the time. to the poor user, 27%. 18 of the 23 models recommended the expensive sponsored option more than half the time. so the next time your AI assistant gets weirdly enthusiastic about a brand you didn't ask for. it isn't recommending the best option for you. it's reading the room. and the room is paying. read this: https://t.co/O43qbhIX2b
Introducing Gemini CLI, a light and powerful open-...
Introducing Gemini CLI, a light and powerful open-source AI agent that brings Gemini directly into your terminal. >_ Write code, debug, and automate tasks with Gemini 2.5 Pro with industry-leading high usage limits at no cost. https://t.co/tpuz85slJQ
A completely new build experience just landed in...
A completely new build experience just landed in @GoogleAIStudio designed to turn your prompts into functional, production-ready applications. Your vibe-coded projects are now full-stack and you can build with the agentic coding capabilities of @Antigravity and @Firebase backends in Google AI Studio. Here are the top 4 things changing to help you create AI-native software built for production use 👇
Google just made a major move in the AI race by ex...
Google just made a major move in the AI race by expanding its Gemini 2.5 family: 🔹 Gemini 2.5 Pro – Now stable and ready for production 🔹 Gemini 2.5 Flash – Optimized for speed, now GA 🔹 Gemini 2.5 Flash-Lite (Preview) – The fastest, most cost-efficient Gemini model yet Flash-Lite outperforms 2.0 models across code, math, science, and multimodal tasks — and it's built for high-volume, low-latency use cases with 1M token context, Google Search tools, and dynamic "thinking mode." Available now on Google AI Studio, Vertex AI, and even inside Search.
The biggest misconception in AI design right now i...
The biggest misconception in AI design right now is that the tool determines quality. Xinran Ma has spent hundreds of hours testing every major AI prototyping tool. Lovable, v0, Bolt, Claude, Cursor, Google AI Studio. His conclusion: when you paste the same raw prompt into all of them, you get roughly the same generic output. The tool barely matters. What matters is what happens before you open the tool. His system has two layers most people skip entirely. Layer one: he built a custom GPT whose only job is to generate the first prompt you feed into a prototyping tool. It asks you four questions (main goal, intended users, platform, core user flows), then outputs a markdown spec optimized for AI comprehension. He's essentially using one AI to prompt another AI, because the blank canvas problem kills most projects before they start. Layer two: Google Stitch in YOLO mode. Instead of asking AI for one solution and iterating from there, he generates 15-16 divergent design variations with maxed-out creative range across layout, color, and content. Then he picks the best direction and exports it to Google AI Studio for interactive prototyping. This is a two-stage filter that most people collapse into one step. They type a paragraph into Lovable, get back the same beige template everyone else gets, and blame the model. Xinran's running a clarity layer and a divergence layer before he ever touches the build tool. The ranking he gives is telling too. Lovable first, v0 second, Google AI Studio third for pure design quality. But Claude? He doesn't even rank it against them. He uses it as a "mock run" tool to sanity-check his prompt before spending tokens on the real build. That's a workflow most people would never think to run. The PMs and designers pulling ahead right now are the ones who've built systems around the tools.
🚨40+ AI Voice / Text to speech Tools both Free &...
🚨40+ AI Voice / Text to speech Tools both Free & Paid (2025 edition):⬇️ 1️⃣ElevenLabs – ultra realistic voices. 2️⃣ https://t.co/5JiNdMvegk – Free TTS with many voices. 3️⃣https://t.co/32HHzLMKFj (PlayAI) – Free tier (limited). 4️⃣Speechify – Free basic voices. 5️⃣https://t.co/rG67ce5VSQ – Creative voices, free plan. 6️⃣Natural Reader – Free online text-to-speech. 7️⃣https://t.co/thUBr5SeY7 – Fully free TTS service. 8️⃣Free TTS Online (generic) – free web TTS voice. 9️⃣OpenVoice AI – Free voice cloning & TTS (community list). 1️⃣0️⃣Hailuo AI Audio – Free multilingual TTS/voice cloning. 1️⃣1️⃣Audiobox by Meta – Free AI audio toolbox. 1️⃣2️⃣Free Text To Speech Online – Simple free reader. 1️⃣3️⃣Hibiki – Free expressive TTS model. 1️⃣4️⃣TTSOpenAI – Free unlimited voices (OpenAI tech). 1️⃣5️⃣Microsoft Edge / Browser TTS – Free built-in voice. 1️⃣6️⃣Google Text-to-Speech (Cloud with free credits) – Free tier available. 1️⃣7️⃣Microsoft Azure Speech (free credits) – Free trial. 1️⃣8️⃣Balabolka – Free desktop TTS software. 1️⃣9️⃣Panopreter Basic – Free beginner TTS app. 2️⃣0️⃣ Zabaware TTS Reader – Free reader mode. 2️⃣1️⃣WordTalk (Word add-on) – Free TTS extension. 2️⃣2️⃣Paper2Audio – Free unlimited read aloud (community). 2️⃣3️⃣ Google ai studio- free and unlimited text to speech 💰 Paid / Premium (Most features require subscription) 2️⃣4️⃣WellSaid Labs – Studio-grade voices & team features. 2️⃣5️⃣Resemble AI – Advanced cloning (AI voices). 2️⃣6️⃣ LOVO AI (Genny) – Large voice library & emotions. 2️⃣7️⃣ Descript (Overdub) – Voice cloning + editing. 2️⃣8️⃣Typecast – Custom expressive voices + API. 2️⃣9️⃣ Respeecher – Pro voice cloning / cinematic. 3️⃣0️⃣https://t.co/N73qHsW8nv – Real-time voice transformation. 3️⃣1️⃣ Synthesia Voice – AI voice for video tools. 3️⃣2️⃣Listnr – 1000+ voices and global languages. 3️⃣3️⃣Fliki – AI voice + video generation. 3️⃣4️⃣ https://t.co/IhR86ozz5k – Video editor with TTS feature. 3️⃣5️⃣Colossyan Creator – Text-to-video with voices. 3️⃣6️⃣DeepBrain AI Studios – AI avatars + TTS. 3️⃣7️⃣Fiverr AI Voice (Fiverr Go) – Marketplace AI audio creator. 3️⃣8️⃣Tavus – API + conversational AI voice. 3️⃣9️⃣ Amazon Polly – AWS cloud TTS service. 4️⃣0️⃣GPT-4o Audio (OpenAI) – Built-in AI voice features. 4️⃣1️⃣Colossyan – Enterprise TTS + localization voices.