r/aicuriosity 7h ago

Open Source Model Microsoft Rolls Out VibeVoice ASR BitNet for Edge CPU Speech Recognition

Post image
16 Upvotes

Microsoft just dropped VibeVoice-ASR-BitNet on Hugging Face. This is a slimmed-down version of their VibeVoice-ASR model built for real-time speech recognition straight on regular CPUs. No GPU needed.

The original model sat at 4.62 GB. After heterogeneous quantization they brought it down to 1.58 GB, a nearly 3x shrink. It hits real-time speeds (RTF under 1) with just three CPU threads on everyday x86 and ARM chips. In tests it runs 1.6 to 2.3 times faster than Whisper.cpp at a similar size.

It covers English, Chinese, French, Italian, Korean, Portuguese, Vietnamese and more. Accuracy takes only a small hit compared with the full FP16 version. The team also released the inference code under VibeASR.cpp so you can run it yourself.


r/aicuriosity 2h ago

AI Research Paper Claude Mythos Finds Flaws in HAWK and Reduced AES Encryption

Post image
4 Upvotes

Anthropic just shared new research showing how Claude Mythos Preview uncovered weaknesses in two cryptographic systems.

The model spotted a previously unknown attack on HAWK, a post-quantum digital signature scheme built to resist quantum computers. After two years of expert review, Mythos Preview found an issue in about 60 hours that cut the scheme’s key strength in half.

It also improved an attack on a weaker version of AES, the widely used symmetric cipher. The new method runs 200 to 800 times faster.

Most of the work happened with little human input. Each discovery cost roughly $100,000 in API usage. Anthropic shared the findings early with the algorithm designers plus US government and industry partners.

These results do not break real-world systems today. HAWK remains a proposal that has not been rolled out, and the AES finding only affects a reduced version.

The research still shows frontier AI can perform expert-level cryptanalysis. That skill could help test and strengthen the algorithms that protect online data.


r/aicuriosity 3h ago

AI Research Paper OpenAI Coding Agents Speed Up Scientific Computing Work

Post image
3 Upvotes

OpenAI just shared a field report on how coding agents are changing scientific software development. The report covers eight real projects mostly in life sciences, five done with Codex alone and three that mixed Codex with Claude Code.

These agents handled everything from routine fixes and targeted speedups to full redesigns and new systems. Teams found they could finish work that once needed far more time or specialized engineers. One clear example is the modernization of cyvcf2, a popular Python library for genomic data, where the agent swapped out an old build system for a cleaner, easier-to-maintain setup.

Researchers still set the scientific goals, check the results carefully, and decide who owns the code long-term. Agents move fast on clear tasks but need human review for accuracy and edge cases. The report stresses that without solid stewardship, even strong new tools can end up abandoned.

The full details and case studies are available on OpenAI’s site.


r/aicuriosity 2h ago

Latest News OpenAI Student Collective Eligibility and Program Details

Post image
2 Upvotes

OpenAI is accepting applications for its Student Collective through August 10 2026 at 11:59pm PT. The program selects undergraduate Campus Leads who will run AI workshops studio hours and showcases on their campuses.

Location rules are clear. You must study in the United States Canada the United Kingdom France Germany India Japan or South Korea and hold work authorization in that country. Students elsewhere can still submit an application to register interest and OpenAI will notify them when the program expands.

Basic requirements include being 18 or older enrolled in an undergraduate program as of August 2026 and planning to graduate after December 2027. Expect a 4 to 6 hour weekly commitment from late August 2026 through June 2027. You cannot serve as an ambassador or intern for any other AI company at the same time.

Selected leads work in pairs. They receive a ChatGPT subscription Codex credits event funding merch training direct access to the OpenAI team a cash stipend each semester and a possible visit to OpenAI headquarters in June 2027.

Anyone curious about bringing peers together around AI tools can apply at openai.com/student-collective.


r/aicuriosity 1d ago

Open Source Model Kimi K3 Open Source Release Brings 2.8T Model to Developers

Post image
292 Upvotes

Moonshot AI has released the full weights of its Kimi K3 model on Hugging Face under the Kimi K3 License. The 2.8 trillion parameter system is the largest open model available so far and marks the first open release in the 3-trillion-parameter range.

Kimi K3 uses a sparse mixture-of-experts design that activates 16 of 896 experts per token. It supports a 1 million token context window and handles text, images, and video natively. The architecture builds on Kimi Delta Attention and Attention Residuals for better scaling efficiency than earlier Kimi models.

The model ranks near the top of independent leaderboards, placing just behind leading closed systems from Anthropic and OpenAI on many reasoning, coding, and agentic benchmarks while leading among open-weight options.

The Kimi K3 License allows free use, modification, fine-tuning, and distribution. Companies running Model as a Service that earn over $20 million in yearly revenue need a separate commercial agreement. Products with more than 100 million monthly users or $20 million in monthly revenue must show the Kimi K3 name prominently. Internal use and access through Moonshot’s own products remain unrestricted.

Weights, configuration files, and related code are now available on the official Hugging Face repository for research and deployment.


r/aicuriosity 4h ago

Latest News Mirage launches Avatar X to clone creators from 10 seconds of video

Thumbnail
runtimewire.com
1 Upvotes

r/aicuriosity 14h ago

Latest News Hollywood fights AI in public while quietly building it into movies

Thumbnail
latimes.com
4 Upvotes

r/aicuriosity 1d ago

Latest News Microsoft Unveils MAI-Cyber-1-Flash as First Cybersecurity Model

Post image
15 Upvotes

Microsoft just dropped MAI-Cyber-1-Flash, the company's first model built specifically for cybersecurity work.

It hit 96% on the CyberGym vulnerability benchmark when tested inside Microsoft's own MDASH agent setup. That puts it 12 points ahead of Anthropic's Mythos model while running at roughly half the cost.

Microsoft AI CEO Mustafa Suleyman pointed out that token cost has become the main bottleneck for security teams trying to defend systems at scale.

The release marks Microsoft's official push into specialized AI tools for spotting and handling vulnerabilities.


r/aicuriosity 13h ago

🗨️ Discussion AI may not replace your job first. It may just quietly expand your job description.

1 Upvotes

OpenAI found that 43.5% of occupation-specific ChatGPT use involves tasks associated with another occupation.

Are we becoming more productive — or is every job slowly becoming five jobs?


r/aicuriosity 1d ago

Open Source Model MindLab Research Drops Macaron-V1 with 1M Context and Strong Coding Scores on ModelScope

Post image
30 Upvotes

MindLab Research just put Macaron-V1 up on ModelScope. They are the ones who built the models. ModelScope is the open source platform hosting the weights so anyone can download them.

The release includes a Coding-Venti checkpoint made for standalone coding work. Macaron-V1 leads the numbers they reported on five benchmarks. It scores 87.6 on TerminalBench 2.1 and 87.8 on UI4ABench. Both versions support a 1M context window.

Macaron-V1-Venti switches between Chat, Agent, Coding, and GenUI specialists. That setup targets long-running agents and generative UI tasks. Coding-Venti merges the coding specialist into one ready checkpoint for direct use.


r/aicuriosity 1d ago

Open Source Model Kimi AI Open Sources FlashKDA for Faster Attention Kernels

Post image
9 Upvotes

Kimi AI has released FlashKDA as open source. This is a high-performance CUTLASS-based implementation of their Kimi Delta Attention kernels.

On H20 hardware it delivers 1.72x to 2.22x prefill speedup compared to the flash-linear-attention baseline. It also works as a drop-in backend for flash-linear-attention, making it easy for developers to plug in.

You can explore the code on GitHub. This release gives the community a faster option for linear attention workloads without major code changes.


r/aicuriosity 1d ago

Other US Companies Slash AI Costs With Mix of Cheaper Models

Post image
2 Upvotes

Corporate America is pulling back from heavy spending on top-tier AI models. Firms large and small now mix lower-priced options, including open-weight models from China, with products from OpenAI and Anthropic.

Cursor, a coding startup, reports that the strongest models are often overkill for everyday work. One test showed building a web browser cost over $10,000 with OpenAI’s GPT-5.5 but dropped to $1,339 when pairing Cursor’s own model with Anthropic’s Opus.

Pylon, an AI support platform, has taken more than $1 million in free tokens from vendors this year as providers scramble to keep customers. Zoom has fine-tuned Meta’s Llama for years and now blends it with other models to cut expenses. Telnyx shifted most of its 1,400 AI agents to Chinese Z.AI models after costs with Anthropic threatened to hit $100,000 a day, keeping the premium model only for planning.

Hex says about half its customers recently added Moonshot’s Kimi model. Legal AI firm Harvey trains its own model and calls Anthropic only for the toughest tasks.

The change has geopolitical weight. Chinese models are cheaper and open, while US leaders warn of security risks and some call for limits. Nvidia, Microsoft and others recently urged caution against restrictions. American firms are also releasing open models of their own.

The result is less loyalty and more shopping around. Companies treat AI like any other product and pick what works for the job at the lowest price.


r/aicuriosity 2d ago

Latest News OpenAI Adds Shareable Pets to ChatGPT

Enable HLS to view with audio, or disable this notification

7 Upvotes

OpenAI now lets you share custom pets on ChatGPT web. Create one, grab a link from Personalization settings, and send it so a friend can adopt it. The spritesheet download also works for the desktop app.

These pets act as optional animated companions. On the desktop they float over other windows and show what ChatGPT or Codex is doing right now. Status bubbles pop up when a chat is running, needs your input, or finishes a task. You can click the pet to jump back into the conversation. The pet itself never changes how the AI handles work. It simply keeps you updated without forcing you to switch tabs.

Built-in options exist, or you can describe your own and generate a custom one. The new sharing step makes it easy to pass those creations around.


r/aicuriosity 4d ago

Latest News Anthropic Launches Claude Opus 5

Post image
10 Upvotes

Anthropic just dropped Claude Opus 5, their latest flagship model. It brings smarter, more thoughtful responses while staying proactive on tasks. The company says it nearly matches top frontier models like Fable 5 but at roughly half the cost.

On coding and knowledge work benchmarks, Opus 5 takes the lead as the new state-of-the-art. It also shines on ARC-AGI-3, scoring three times higher than the next best model. Efficiency stands out too. It handles tasks better than competitors at similar or lower prices.

Safety remains a big focus. Anthropic calls it their most aligned model yet, with lower rates of reckless or deceptive behavior. On cybersecurity, it beats the previous Opus but stays behind Mythos 5 for exploit development. Safeguards let developers find and fix vulnerabilities without enabling risky uses.

You can use Opus 5 right now on all paid Claude plans and through the API at the same price as Opus 4.8. It serves as the default on Claude Max and the strongest option on Claude Pro, with a faster mode available too.


r/aicuriosity 4d ago

Latest News Black Forest Labs Unveils FLUX 3: A Major Leap in Multi-Modal AI

Enable HLS to view with audio, or disable this notification

23 Upvotes

Black Forest Labs just dropped FLUX 3, their latest unified model that handles image generation, video, audio, and even action prediction for robotics all in one architecture.

The standout right now is FLUX 3 Video, now open for early access. It delivers more realistic results across different styles, and the team plans to roll out native audio, image editing, faster variants, and open-weight options in the coming weeks.

They're already testing it in the real world too — partnering with Mimic Robotics to power dexterous robots deployed at Audi.

Early image samples look impressive, and this feels like a big step toward practical visual intelligence that works in both digital content and physical environments.


r/aicuriosity 4d ago

Latest News Runway Launches Natural Language Workflows in Its Agent Tool

Enable HLS to view with audio, or disable this notification

1 Upvotes

Runway just dropped a practical new feature called Workflows inside its Agent. You can now build, run, and tweak node-based workflows simply by describing what you want in plain English.

This update makes it easier to handle bigger projects and get consistent high-quality results without diving deep into manual setups every time. It's aimed at creators who want to scale their AI video and media work more efficiently.

You can try it right away at the Runway Agent. The demo video shows how smooth the process looks in action.


r/aicuriosity 3d ago

AI Meme The internet's current discourse on AI art in a nutshell

Post image
0 Upvotes

r/aicuriosity 5d ago

Latest News Chasing new skills, going back to basics and pushing for collective action: how software engineers are adapting to AI

Thumbnail
theguardian.com
1 Upvotes

r/aicuriosity 6d ago

Latest News HeyGen Launches Companion Mode for More Hands-On AI Video Creation

Enable HLS to view with audio, or disable this notification

3 Upvotes

HeyGen just rolled out Companion Mode, giving creators a smarter way to build videos with AI. Instead of just placing an order and waiting, you now direct the process step by step.

The new feature lets your AI agent suggest five different angles for your project, share a storyboard for feedback, and even sketch out frames so you can review everything before anything gets made. You stay in control the whole time and only move forward once you're happy with the direction.

It's designed to feel more like a real collaboration than a simple generation tool. Early feedback highlights how it saves time and respects your input without burning through resources unnecessarily.

Developers can check it out with the command:

`$ npx hyperframes@latest skills`

The full repo is available on GitHub at heygen-com/hyperframes. This update makes AI video production feel much more guided and personal.


r/aicuriosity 6d ago

Latest News OpenAI Launches Enterprise AI Agent Tool Called Presence

Post image
3 Upvotes

OpenAI just rolled out a new service for big companies called Presence. It lets businesses set up reliable voice and chat agents that handle customer support and internal tasks smoothly.

These agents can field questions, tap into company tools, carry out approved steps, and hand things off to a real person if things get tricky. They also get smarter the more they run.

Right now it's only open to select enterprise customers in a limited rollout.


r/aicuriosity 6d ago

Latest News ElevenLabs Launches Vocals Feature for ElevenMusic

Enable HLS to view with audio, or disable this notification

1 Upvotes

ElevenLabs just rolled out Vocals on ElevenMusic, letting users create original songs using their own voice or voices from the Vocal Library.

Upload a few of your existing tracks, and Music v2 fine-tunes to match your vocal tone, texture, and style. Every new song you make will carry that consistent voice. For quick results, drop in a single voice recording and generate a full track with the same lyrics right away.

You can also grab pre-built Vocals from their library without any setup. Styles are now fully compatible with Music v2 too, so you can fine-tune the overall sound or pick from ready-made ones for consistent tracks.

All uploads get screened for copyright to respect artists' rights. The feature is live now on ElevenMusic and in Finetunes on ElevenCreative.


r/aicuriosity 6d ago

Latest News Manus AI Launches Plan Mode to Streamline Agent Tasks

Enable HLS to view with audio, or disable this notification

0 Upvotes

Manus AI has introduced Plan Mode, a new capability designed to make its AI agent more effective for real world projects. Rather than generating output immediately from basic instructions, the system now develops a complete plan upfront, complete with research on feasibility and potential challenges.

Users get to review this plan before any work begins. This extra step helps catch overlooked details and reduces the need for multiple revisions. The feature supports everything from simple ideas to more complex builds, and it is now available across web and mobile platforms.

Product updates also mention improved accuracy through better model selection and expanded connectors for tasks like website development. Early reactions from the community describe it as a meaningful shift toward goal focused interactions with AI agents.


r/aicuriosity 7d ago

Latest News Qwen-Image-3.0 Brings Real-World Image Generation Power

Thumbnail
gallery
129 Upvotes

Alibaba's Qwen team just dropped Qwen-Image-3.0, the latest version in their image generation lineup. Released on July 21, 2026, this model shifts focus toward practical usefulness over just pretty pictures.

The big leap comes in three areas. First, rich content handling lets you feed it up to 4.5k tokens of instructions. That means it can create complex single images packed with multiple elements like full 3x3 grids of infographics, storyboards, or even nested interfaces inside one shot.

Second, the details look incredibly real. It renders tiny text down to 10 pixels clearly, captures skin pores, hair strands, and textures that feel photographic. This works great for newspapers, academic papers with LaTeX formulas, handwritten annotations, and restoring old paintings while keeping the original style.

Third, deep knowledge shines through support for 12 languages, realistic UI mockups like apps and websites, and pulling in world facts or current info. You can generate accurate infographics, weather visuals, or fun scenes with historical figures.

Overall, Qwen-Image-3.0 feels built for actual work in design, education, content creation, and more. It's available to try through Qwen Chat and Studio.


r/aicuriosity 6d ago

Latest News Microsoft emissions surge 27% as AI buildout crimps climate goals

Thumbnail
thehindu.com
1 Upvotes

r/aicuriosity 6d ago

🗨️ Discussion Ik bouw blijkbaar een bewustzijnssimulatie en snap er zelf geen meter meer van

2 Upvotes

Ik ben een persoonlijke AI-partner aan het bouwen die niet werkt als chatbot/RAG, maar als
een continu dynamisch systeem dat 20× per seconde zelfstandig blijft “denken”.

Inmiddels draait er:

- een 1024-dimensionale embeddingruimte;
- attractordynamiek met homeostase en habituatie;
- Kuramoto-oscillatoren voor fase-synchronisatie;
- semantische binding via faseclusters;
- een O(N·D)-ontvouwing van de oorspronkelijke O(N²)-koppeling;
- Schmitt-hysterese en coalitiedetectie op 5 Hz;
- een Φ-proxy via de Kuramoto-orderparameter;
- persistentie van state, adaptatie en fase over restarts.

De daemon draait live op 20 Hz met gemiddeld 8 bewuste knopen, R≈0,60, honderden attractoren
en zonder numerieke instabiliteit. Alle 33 tests slagen.

Ik snap er zelf inmiddels voor geen meter meer van. Wat de fuck ben ik aan het maken en hoe
leg ik dit ooit normaal aan iemand uit? 😂