AI 资讯
GitHub pauses the Kimi K3 rollout in Copilot while it works a GitHub Actions incident
A GitHub product launch is being held back by the CI/CD platform underneath it. On August 6 GitHub filed a Changelog entry announcing that Kimi K3, an open-weight model, is now generally available in GitHub Copilot, then added an editor's note the same day: the rollout is temporarily paused while GitHub mitigates an incident with GitHub Actions. What the entry says, and what it does not Per the note, GitHub will resume the rollout as soon as possible and update the docs with Kimi K3 pricing: $3 per 1M input tokens, $15 per 1M output tokens, and $0.30 per 1M cached input tokens. That is the extent of the disclosure. The Changelog does not describe the Actions incident, does not put a scale on its blast radius, and does not commit to a resume time. It also does not explain how a Copilot model rollout ends up gated on Actions in the first place; a reader can infer that some provisioning or feature-flag step rides the same platform, but the entry does not say so. Availability is qualified in a way worth flagging. Kimi K3 is GA on paper, but the switch that actually turns it on for end users is paused. The operational read There is a coupling here worth naming plainly. GitHub sells Actions as CI/CD for everyone else, and it also uses Actions to ship its own products. When Actions has a bad day, GitHub's launch calendar has a bad day too, in public. That is not a scandal; it is what dogfooding looks like when the changelog is a live document. It is also a data point for any team running a rollout on top of a hosted CI platform: your feature-flag flip is downstream of somebody else's incident queue, and you inherit that queue's MTTR whether or not it is on your status page. Two follow-ups are worth watching. First, whether the resumed rollout entry names the incident and its cause, or whether it stays silent. Second, whether Kimi K3's published pricing survives the pause unchanged. Until then, the GA label is doing work the runtime cannot back up.
AI 资讯
Three Ways Your Training Data Lies to You (And None of Them Throw an Error)
Every failure I am about to describe produced a clean run. No exception, no stack trace, no red build. Each one produced a plausible number that I believed for longer than I should have. That is the category of bug I have come to fear most. A crash tells you it crashed. A silently broken dataset tells you nothing at all, and your metrics will politely agree with it. Here are three from the last year, all from my own work, all found late. 1. The dataset that was 92% one category I had a training set of 688 records for a multi-category vision-language task. Thirteen categories. Reasonable size for a fine-tune, already used in a completed training run whose results I had written up. While preparing a stratified split, I joined the records back against the source annotations and actually counted the categories. 630 of 688 were a single category: scene captions. Zero examples of traffic signals. Zero of planning. Zero of uncertainty. Several categories the evaluation explicitly measured had no representation in training at all. The previous fine-tune had shown gains on some of those very categories. I had interpreted this as the model learning the task. The real explanation was duller and more useful: the model had learned the answer format from caption supervision, and format alignment alone was enough to move a multiple-choice score. Nothing category-specific had been learned, because nothing category-specific had been shown. The root cause was upstream and boring. The conversion script I inherited only rewrote file paths and dropped records with missing frames. It faithfully preserved a caption-only selection made further up the chain. It had no opinion about balance because nobody had asked it to have one. What I changed: the composition of a training set is now an artifact I generate and inspect before any run, not a property I assume. A category histogram takes seconds. I had not looked, for months. 2. The 18-hour run that converged perfectly to nothing Large model
AI 资讯
Google open-sources an AI model it says can help with earlier hurricane warnings
WeatherNext can deliver a 15-day forecast predicting storms' track and intensity.
AI 资讯
Suno hopes to go legit with watermarks for AI-generated music
Suno plans watermarks and download limits to stop "large-scale abuse."
AI 资讯
AI is now making new viruses
What could possibly go wrong?
AI 资讯
Why Normal People Aren’t Using AI Agents
The tech industry is realizing it needs to build agents based on what regular consumers want, not just what its AI models can do.
AI 资讯
ICE’s DNA Collection Increases, SpaceX’s Rocket Crashes Into the Moon, and the AI Backlash Grows
In today’s episode of Uncanny Valley, we discuss how ICE has been collecting DNA samples of people with no criminal convictions, including children, which end up in an FBI database indefinitely.
AI 资讯
Large genome models used to design new viruses
The AI system makes genetically distant versions of a bacteria-killing virus.
开发者
I am building gitlab/forgejo alternative using #dsci #rakulang and #golang . Big game, will I succeed or even finish? 😉😂😊
AI 资讯
Canonical Cover Explained for Beginners (Introduction & Foundations) — The Interview Guide
If you've started learning DBMS for software engineering interviews, you've probably come across terms like Functional Dependency , Attribute Closure , Candidate Key , Normalization , and Canonical Cover . For many beginners, Canonical Cover feels like another algorithm to memorize. It isn't. Before you ever learn how to compute a Canonical Cover, you should understand why it exists . This article focuses only on the Introduction and Foundations . We intentionally won't discuss the algorithm yet. What Is the Interviewer's Intent? When interviewers ask about Canonical Cover , they are usually not testing your memorization . Instead, they want to know whether you understand: How databases represent business rules Why redundant rules create problems Whether you can simplify complex dependency sets Whether you understand the foundations of normalization In interviews, Canonical Cover often appears before questions on: Normal Forms Dependency Preservation Lossless Decomposition BCNF Schema Design Interviewers are checking your understanding of database design , not your ability to recite definitions. Why Do Interviewers Ask Canonical Cover? Imagine a database contains hundreds of dependency rules. Many of those rules may: Repeat the same information Contain unnecessary attributes Be derivable from other rules A good software engineer should recognize unnecessary complexity. Canonical Cover is essentially about answering one question: "Can we represent exactly the same constraints using fewer and simpler rules?" That's why interviewers ask it. They want to see whether you appreciate: simplicity correctness maintainability efficient schema design Where Does Canonical Cover Fit Inside DBMS? Think of DBMS topics as a learning roadmap. DBMS | -------------------------------- | | Database Design Transactions | | Functional Dependencies | Attribute Closure | Candidate Keys | Canonical Cover | Normalization | 2NF → 3NF → BCNF Canonical Cover belongs to the database design portio
创业投融资
Bumble teases a swipe-free future as it doubles down on IRL meetups
Bumble says it’s moving beyond swiping and deeper into real-world social experiences as it courts Gen Z users.
AI 资讯
Parasitic zombie-ant fungus thrives in mosses, too
This may help fungi survive host scarcity and explains why infected hosts prefer the mosses as death sites.
科技前沿
Moderna's mRNA flu shot earns FDA approval after rollercoaster review
Moderna's new flu vaccine, mFLUSIVA, is approved for all adults ages 50 and up.
AI 资讯
DeepMind Says Its AI Can Predict Hurricanes Earlier Than Everyone Else
Its WeatherNext model, which will be open-sourced, can accurately predict both a storm’s track and intensity using lower-resolution weather data. Researchers don't yet fully understand how it does this.
创业投融资
TikTok lays off 250 employees, shutters its Nashville office
The social media giant is shuttering an office that housed some members of TikTok’s content-moderation team.
AI 资讯
Gen Z dating apps like Ditto ditch swiping in favor of AI matchmaking
This generation of 20-somethings is so disillusioned with swipe-based dating apps that they'll try literally anything else -- even an AI matchmaker.
开发者
There’s No Good Way to Talk About Celebrities and Eating Disorders
Online speculation over the weight loss of celebrities like Ariana Grande—even out of genuine concern—can make things worse for people struggling with eating disorders.
AI 资讯
5 Best AI Notetakers (2026), Tested and Reviewed
A growing collection of pocket-size gadgets lets you easily make recordings and extract info from them. Here are our favorites.
科技前沿
Meteor Showers, Eclipses, and More Are on the August 2026 Astronomical Calendar
Here’s when some of this year’s most anticipated astronomical events will happen and the best way to observe them.
科技前沿
Microsoft’s Quantum Chief Doesn’t Care That Scientists Don’t Believe His Results
Zulfi Alam thinks his team doesn’t need to “prove” they engineered a new state of matter in their bid to reinvent computing. Science would disagree.