Skip to content
TopicTracker
出典 martinalderson.com原文を表示
翻訳言語翻訳言語

Claudeの新たな100万トークンコンテキスト長が重要な理由

AnthropicがOpus 4.6とSonnet 4.6で実現した100万トークンのコンテキストウィンドウは真の技術的ブレークスルーであり、追加料金なしで提供される点も注目に値します。

関連記事

  • Qwen3.6-27B is a new open weight AI model that claims flagship-level coding performance while being significantly smaller than its predecessor. The 27-billion parameter model outperforms the previous 397-billion parameter Qwen3.5-397B-A17B on coding benchmarks. The author tested a quantized 16.8GB version locally and demonstrated its capabilities by generating SVG images from text prompts.

  • Microsoft released VibeVoice, an MIT-licensed speech-to-text model with built-in speaker diarization. A test on a MacBook Pro transcribed one hour of audio in about 9 minutes, using up to 61.5GB of RAM. The model outputs JSON with text, timestamps, and speaker IDs, but is limited to one hour per run.

  • Google Meet is rolling out a speech translation feature for mobile devices that translates spoken conversation between languages with a short delay, using a rough imitation of the original speaker's voice. Currently supporting English, Spanish, French, German, Portuguese, and Italian, the feature is still in early alpha and showed inconsistent results across different devices.

  • The Servo browser engine is now available as an embeddable library on crates.io. A CLI tool called servo-shot was created to take screenshots of webpages using the new crate. While compiling Servo to WebAssembly isn't feasible, a playground was built for experimenting with html5ever and markup5ever_rcdom crates in WebAssembly.