Coverbild der Sendung Ctrl+Alt+Future

Ctrl+Alt+Future

Podcast von Mp3Pintyo

Englisch

Wissen​schaft & Techno​logie

Begrenztes Angebot

2 Monate für 1 €

Dann 4,99 € / MonatJederzeit kündbar.

  • 20 Stunden Hörbücher / Monat
  • Podcasts nur bei Podimo
  • Alle kostenlosen Podcasts
Loslegen

Mehr Ctrl+Alt+Future

Feeling overwhelmed by the future? It's time for a hard reset. Welcome to Ctrl+Alt+Future, the podcast that navigates the complex world of AI, innovation, and digital culture. Join your hosts, Jules (the skeptic) and Aris (the visionary), for a weekly deep dive into the tech that shapes our world. Through their respectful debates, they separate the signal from the noise and help you understand tomorrow, today. Tune in and reboot your worldview.

Alle Folgen

15 Folgen

Episode Qwen3-Next: Free large language model from Alibaba that could revolutionize training costs? Cover

Qwen3-Next: Free large language model from Alibaba that could revolutionize training costs?

Qwen3-Next is a new large-scale language model (LLM) from Alibaba that has 80 billion parameters but only activates 3 billion during inference through a hybrid attention mechanism and rare Mixture-of-Experts (MoE) design. It offers outstanding efficiency and speed of up to 10 times compared to previous models, while achieving higher accuracy in ultra-long context tasks and outperforming Gemini-2.5-Flash-Thinking model on complex reasoning tests. Why is Qwen3-Next good and what makes it special? Accessibility and open source: Qwen3-Next models are available through Hugging Face, ModelScope, Alibaba Cloud Model Studio, and NVIDIA API Catalog. Its open source nature, released under the Apache 2.0 license, encourages innovation and democratizes access to cutting-edge AI technology. Cost-effectiveness: - Qwen3-Next not only shows higher accuracy, but also significant efficiency compared to other models - It can be trained with less than 10% of the computational cost (9.3% to be exact) compared to the Qwen3-32B model. This reduced training cost has the potential to democratize AI development. Faster inference: - Only 3 billion (about 3.7%) of its 80 billion parameters are active during the inference phase. This dramatically reduces the FLOPs/token ratio while maintaining model performance FLOPs is an abbreviation for Floating Point Operations Per Second, which is a unit of measurement for computer performance. In the case of AI models, FLOPs/token indicates how many computational operations are required to process a single text "token" (word or word fragment). - For shorter contexts, it provides up to 7x speedup in the prefill (first token output) phase and 4x speedup in the decode (additional tokens output) phase. Innovative architecture: - Hybrid attention mechanism, which enables extremely efficient context modeling for ultra-long contexts. - Rare Mixture-of-Experts (MoE) system: consists of 512 experts, where 10 experts and 1 shared expert are actively used at the same time. Outstanding performance: - Outperforms Qwen3-32B-Base in most benchmarks, while using less than 10% of its computational cost - Very close in performance to Alibaba's flagship 235B parameter model. - Performs particularly well in handling ultra-long context tasks, up to 256,000 tokens. Furthermore, the context length can be extended to 1 million tokens using the YaRN method. - Qwen3-Next-80B-A3B-Thinking excels at complex reasoning tasks. It outperforms mid-range Qwen3 variants and even outperforms the closed-source Gemini-2.5-Flash-Thinking in several benchmarks Multilingual capabilities: The automatic speech recognition model, Qwen3-ASR-Flash, performs accurate transcription in 11 major languages and several Chinese dialects Agent capabilities Excellent for device invocation tasks and agent-based workflows Links Qwen3-Next: Towards Ultimate Training & Inference Efficiency: https://qwen.ai/blog?id=4074cca80393150c248e508aa62983f9cb7d27cd&from=research.latest-advancements-listHugging Face model: https://huggingface.co/collections/Qwen/qwen3-next-68c25fd6838e585db8eeea9dModelscope: https://modelscope.cn/models/Qwen/Qwen3-Next-80B-A3B-ThinkingOpenrouter: https://openrouter.ai/qwenQwen Chat: https://chat.qwen.ai/

15. Sept. 2025 - 46 min
Episode HunyuanImage 2.1 is an open source model that can generate high resolution (2K) images Cover

HunyuanImage 2.1 is an open source model that can generate high resolution (2K) images

HunyuanImage 2.1 is an open source text-to-image diffusion model capable of generating ultra-high resolution (2K) images. It stands out with its dual text encoder, two-stage architecture including a refinement model, and PromptEnhancer module for automatic prompt transcription, all contributing to image-to-text consistency and more detailed control. What does HunyuanImage 2.1 image generation model do? - High resolution: Generates ultra-high resolution (2K) images with cinematic quality composition - Supports various aesthetics, from photorealism to anime, comics, and vinyl figures, providing outstanding visual appeal and artistic quality. - Multilingual prompt support: Natively supports both Chinese and English prompts. The multilingual ByT5 text encoder integrated into the model improves text rendering capabilities and image-to-text integration. - Advanced semantics and granular control: It can handle ultra-long and complex prompts, up to 1000 tokens. It precisely controls the generation of multiple objects with different descriptions within a single image, including scene details, character poses, and facial expressions. - Flexible aspect ratios: It supports various aspect ratios such as 1:1, 16:9, 9:16, 4:3, 3:4, 3:2, 2:3 HunyuanImage 2.1 stands out from other models with several technological innovations and unique features: - Two-stage architecture: 1. Basic text-to-image model: This first stage uses two text encoders: a multimodal large-scale language model (MLLM) to improve image-text matching, and a multilingual character-aware encoder to improve text rendering in different languages. This stage includes a single and dual-stream diffusion transformer (DiT) with 17 billion parameters. It uses human feedback-based reinforcement learning (RLHF) to optimize aesthetics and structural coherence. 2. Refiner Model: The second stage introduces a refiner model that further improves image quality and clarity while minimizing artifacts. - High-compression VAE (Variational Autoencoder): The model uses a highly expressive VAE with a 32x spatial compression ratio, significantly reducing computational costs. This allows it to generate 2K images with the same token length and inference time as other models require for 1K images. - PromptEnhancer module (text transcription model): This is an innovative module that automatically transcribes user prompts, supplementing them with detailed and descriptive information to improve descriptive accuracy and visual quality - Extensive training data and captioning: It uses an extensive dataset and structured captions that involve multiple expert models to significantly improve text-to-image matching. It also employs an OCR agent and IP RAG to address the shortcomings of VLM captioners in dense texts and world knowledge descriptions, and a two-way verification strategy to ensure caption accuracy. - Open source model: HunyuanImage 2.1 is open source, and the inference code and pre-trained weights were released on September 8, 2025 Links Twitter: https://x.com/TencentHunyuan/status/1965433678261354563 Blog: https://hunyuan.tencent.com/image/en?tabIndex=0 PromptEnhancer: A Simple Approach to Enhance Text-to-Image Models via Chain-of-Thought Prompt: https://hunyuan-promptenhancer.github.io/ GitHub PromptEnhancer: https://github.com/Hunyuan-PromptEnhancer/PromptEnhancer PromptEnhancer Paper: https://www.arxiv.org/pdf/2509.04545 Hugging Face HunyuanImage-2.1: https://huggingface.co/tencent/HunyuanImage-2.1 GitHub: https://github.com/Tencent-Hunyuan/HunyuanImage-2.1 Checkpoints: https://github.com/Tencent-Hunyuan/HunyuanImage-2.1/blob/main/ckpts/checkpoints-download.md Hugging Face demo: https://huggingface.co/spaces/tencent/HunyuanImage-2.1 RunPod: https://runpod.io?ref=2pdhmpu1 Leaderboard-Image: https://github.com/mp3pintyo/Leaderboard-Image

12. Sept. 2025 - 33 min
Episode Google Stitch: user interface (UI) design using artificial intelligence Cover

Google Stitch: user interface (UI) design using artificial intelligence

Google Stitch is an AI-powered tool designed for app developers to generate user interfaces (UI) for mobile and web applications. It can turn ideas into UIs. By default, it uses Google DeepMind’s latest large language model, the Gemini 2.5 Pro model. What is Google Stitch good for? - Generate UIs: Easily create UIs using natural language prompts. No coding or design knowledge required. - Simplify design process: Speed up design iterations and allow you to go from concepts to working UI designs without having to start from scratch. It can create complete app designs in minutes. - Customization and references: Upload images, wireframes, or files that the AI can use as reference material, giving you more control over the output. - Export and Code: Export your front-end code directly to Figma. Generates clean, tidy HTML and CSS code. Quickly edit themes and export to Figma in standard mode. - Versatile: Not just for apps, but also for websites, landing pages, dashboards, and admin panels. - Business opportunities: Great for rapid prototyping. Web design agencies, freelancers, and app development companies can use it to speed up their workflows, showcase prototypes, or create internal tools. What’s new? Google Stitch has received several new updates that make it even better: - Gemini 2.5 Pro default mode: Stitch now defaults to Gemini 2.5 Pro experimental mode. This mode is almost three times faster than standard mode and provides more creative, easier-to-edit outputs. Users preferred the results of this mode 3x more. Larger experimental mode quota: In experimental mode, you can use up to 100 generations per month (previously 50). In standard mode, this limit is 350 generations. It is important to note that these limits are subject to change. - Canvas update: This is a fundamental new feature that allows you to see your entire user flow at once. Great for tracking the state of components and ensuring design consistency across your project. - Multi-select: This powerful new feature allows you to edit multiple screens at once with a single command. Simply hold down the SHIFT key, click and select the screens you want to edit, then enter a prompt and it will apply your changes to all selected screens. This is perfect for creating consistent versions or updating your entire user flow in seconds. - Faster workflows: Suggested responses appear in chat, speeding up the process. - Better designs: Improved quality and consistency of generated UIs. - Refreshed interface: The entire product has a new, clean UI. Why use it? - Completely free: It’s currently completely free. All you need is a Google account to get started. - Ease of use: No coding or design skills required, just text commands. - Speed and efficiency: Accelerates the design process, allowing you to iterate quickly and turn concepts into reality in minutes. - Quality: Generates high-quality, professional-looking UIs that are creative and easy to edit. - Consistency: Easily ensure design consistency across multiple screens and throughout the user journey with the new Canvas and Multi-select features. - Business potential: Free access and rapid prototyping capabilities offer businesses a huge opportunity to make money by providing app design services or quickly validating their own projects. Links Twitter Stitch by Google: https://x.com/stitchbygoogle Blog: https://stitch.withgoogle.com/home Prompt guide: https://discuss.ai.google.dev/t/stitch-prompt-guide/83844 Stitch: https://stitch.withgoogle.com/

12. Sept. 2025 - 33 min
Episode Kimi K2 0905 is the latest update to Moonshot AI's large-scale Mixture-of-Experts language model Cover

Kimi K2 0905 is the latest update to Moonshot AI's large-scale Mixture-of-Experts language model

Kimi K2 0905 is the latest update to Moonshot AI’s large-scale Mixture-of-Experts (MoE) language model, which is well-suited for complex agent-like tasks. With its advanced coding and reasoning capabilities, and extended context length, it delivers outstanding performance in the field of artificial intelligence. - Agent-like intelligence: It doesn’t just answer questions, it also performs actions. This includes advanced tool usage, reasoning, and code synthesis. It automatically understands how to use given tools to complete a task without having to write complex workflows. - Long-context inference: Supports long-context inference of up to 256k tokens, which has been extended from the previous 128k. - Coding: It has improved agent-like coding, with higher accuracy and better generalization across frameworks. It also offers advanced front-end coding with more aesthetic and functional outputs for web, 3D and related tasks. It performs well on coding benchmarks such as LiveCodeBench and SWE-bench. - Reasoning and Knowledge: Achieves state-dependent performance in boundary knowledge, mathematics and coding among non-thinking models. It performs well on reasoning benchmarks such as ZebraLogic and GPQA. - Tool Usage: Performs well on tool usage benchmarks such as Tau2 and AceBench. To strengthen tool invocation capabilities, the model can independently decide when and how to invoke its tools. Links Twitter: https://x.com/Kimi_Moonshot/status/1963802687230947698Kimi-K2: https://moonshotai.github.io/Kimi-K2/Hugging Face: https://huggingface.co/moonshotai/Kimi-K2-Instruct-0905Tech report: https://github.com/MoonshotAI/Kimi-K2/blob/main/tech_report.pdfUser Manual: https://platform.moonshot.ai/docs/introduction#text-generation-modelKimi Chat: https://www.kimi.com/Openrouter MoonshotAI: Kimi K2 0905: https://openrouter.ai/moonshotai/kimi-k2-0905Groq: https://groq.com/blog/introducing-kimi-k2-0905-on-groqcloud

7. Sept. 2025 - 29 min
Episode Tencent HunyuanWorld-Voyager: Generating 3D-consistent video from a single photo Cover

Tencent HunyuanWorld-Voyager: Generating 3D-consistent video from a single photo

Tencent has unveiled its AI-powered tool called HunyuanWorld-Voyager, which can transform a single image into a directional, 3D-consistent video—providing the thrill of exploration without the need for actual 3D modeling. It’s a clever solution: by blending RGB and depth data, it preserves the position of objects from different angles, creating the illusion of spatial consistency. The model aims to create 3D-consistent point cloud sequences from a single image with user-defined camera movement for world exploration. The framework also includes a data acquisition mechanism that automates the prediction of camera angles and metric depth for videos, allowing for the creation of large amounts of annotated training data. Voyager has demonstrated outstanding performance in scene video generation and 3D world reconstruction, outperforming previous methods in terms of geometric coherence and visual quality. The results aren't true 3D models, but they achieve a similar effect: The AI tool generates 2D video images that maintain spatial consistency as if the camera were moving in a real 3D space. Each generation results in just 49 frames—roughly two seconds of video—although Tencent says multiple clips can be strung together to create "multiple-minute" sequences. Objects remain in the same relative position as the camera moves around them, and the perspective changes correctly, as would be expected in a real 3D environment. While the output is video with depth maps rather than true 3D models, this information can be transformed into 3D point clouds for reconstruction purposes. The system accepts a single input image and a user-defined camera trajectory. Users can specify camera movements, such as forward, backward, left, right, or pan, via the provided interface. The system combines image and depth data with a memory-efficient "world cache" to produce video sequences that reflect user-defined camera movements. Voyager is trained to recognize and reproduce patterns of spatial consistency, but with an added geometric feedback loop. As it creates each frame, it converts the output into 3D points, then projects those points back into 2D to reference subsequent frames. The model comes with significant licensing restrictions. Like Tencent's other Hunyuan models, the license prohibits use in the European Union, the United Kingdom, and South Korea. In addition, commercial deployments exceeding 100 million monthly active users require separate licensing from Tencent. Links HunyuanWorld-Voyager: https://3d-models.hunyuan.tencent.com/world/Kutatási anyag: https://3d-models.hunyuan.tencent.com/voyager/voyager_en/assets/HYWorld_Voyager.pdfHugging Face: https://huggingface.co/tencent/HunyuanWorld-VoyagerGitHub: https://github.com/Tencent-Hunyuan/HunyuanWorld-VoyagerRunPod: https://runpod.io?ref=2pdhmpu1Runpod bemutató: https://www.youtube.com/watch?v=WudXnf8Gogc

7. Sept. 2025 - 46 min
Super gut, sehr abwechslungsreich Podimo kann man nur weiterempfehlen
Super gut, sehr abwechslungsreich Podimo kann man nur weiterempfehlen
Ich liebe Podcasts, Hörbücher u. -spiele, Dokus usw. Hier habe ich genügend Auswahl. Macht 👍 weiter so

Wähle dein Abonnement

Am beliebtesten

Begrenztes Angebot

Premium

20 Stunden Hörbücher

  • Podcasts nur bei Podimo

  • Keine Werbung in Podimo Podcasts

  • Jederzeit kündbar

2 Monate für 1 €
Dann 4,99 € / Monat

Loslegen

Premium Plus

100 Stunden Hörbücher

  • Podcasts nur bei Podimo

  • Keine Werbung in Podimo Podcasts

  • Jederzeit kündbar

30 Tage kostenlos testen
Dann 13,99 € / monat

Kostenlos testen

Nur bei Podimo

Beliebte Hörbücher

Loslegen

2 Monate für 1 €. Dann 4,99 € / Monat. Jederzeit kündbar.