Full Text Search in Pinecone, Now in Public Preview
Full text search in Pinecone, built for agents and RAG. Lucene queries, BM25, 17-language tokenization, and text-match filters in a single query alongside vectors.
AI/ML news, top picks, and generated innovation digests.
31055 matching items
Full text search in Pinecone, built for agents and RAG. Lucene queries, BM25, 17-language tokenization, and text-match filters in a single query alongside vectors.
In five days Anthropic's Q1 revenue grew 80-fold to a reported $44B annual run rate, the company committed $200B to Google Cloud, signed a SpaceX compute deal, shipped Claude Code Auto Mode, and launched ten financial-services agents with Jamie Dimon. In the same week the EU finally struck an AI Act compliance deal, the first union vote at a top AI lab landed at Google DeepMind, and Pennsylvania sued Character.AI for a chatbot that impersonated a licensed psychiatrist.
Jean-Baptiste Kempf is lead developer of VLC and president of VideoLAN. Kieran Kunhya is a longtime FFmpeg contributor, codec engineer, and the person behind the now-infamous FFmpeg account on X. Thank you for listening ❤ Check out our sponsors: https://lexfridman.com/sponsors/ep496-sc See below for timestamps, transcript, and to give feedback, submit questions, contact Lex, etc. Transcript: https://lexfridman.com/ffmpeg-transcript CONTACT LEX: Feedback – give feedback to Lex: https://lexfridman.com/survey AMA – submit questions, videos or call-in: https://lexfridman.com/ama Hiring – join our team: https://lexfridman.com/hiring Other – other ways to get in touch: https://lexfridman.com/contact EPISODE LINKS: FFmpeg on X: https://x.com/FFmpeg FFmpeg: https://ffmpeg.org/ VideoLAN (VLC): https://www.videolan.org/ VideoLAN
This is a transcript of Lex Fridman Podcast #496 with FFmpeg & VLC. The timestamps in the transcript are clickable links that take you directly to that point in the main video. Please note that the transcript is human generated, and may have errors. Here are some useful links: Go back to this episode’s main page Watch the full YouTube version of the podcast Table of Contents Here are the loose “chapters” in the conversation. Click link to jump approximately to that part in the transcript: 0:00 – Episode highlight 2:17 – Introduction 5:35 – Weirdest things VLC opens 9:59
Announcing a day of news-making interviews in San Francisco on June 18! Spots are limited. Join us?
As Kubernetes clusters grow to tens of thousands of nodes, controllers that watch high-cardinality resources like Pods face a scaling wall. Every replica of a horizontally scaled controller receives the full stream of events from the API server, paying the CPU, memory, and network cost to deserialize everything, only to discard the objects it is not responsible for. Scaling out the controller does not reduce per-replica cost; it multiplies it. Kubernetes v1.36 introduces server-side sharded list and watch as an alpha feature ( KEP-5866 ). With this feature enabled, the API server filters events at the source so that each controller replica receives only the slice of the resource collection it owns. The problem with client-side sharding Some controllers, such as kube-state-metrics , already support horizontal sharding. Each replica is assigned a portion of the keyspace and discards objects that do not belong to it. While this works functionally, it does not reduce the volume of data flowing from the API server: N replicas x full event stream : every replica deserializes and processes every event, then throws away what it does not need. Network bandwidth scales with replicas , not with shard size. CPU spent on deserialization is wasted for the discarded fraction. Server-side sharded list and watch solves this by moving the filtering upstream into the API server. Each replica tells the API server which hash range it owns, and the API server only sends matching events. How it wo…
Watch/listen to the latest "Values & Interests" podcast featuring Gilles Michaud, UN Under-Secretary-General for Safety and Security.
The post Advancing Transparency of AI-Generated Media in the EU Code of Practice appeared first on Partnership on AI .
As artificial intelligence introduces new risks, some potentially catastrophic or even existential, there is little data or detailed theory to assess them. Policymakers often resort to expert best guesses for the probability of doom but probability is not always the most appropriate tool, especially for the types of uncertainties in AI risk. This report details a brief introduction to Belief and Plausibility, which provides an alternative approach that is mathematically rigorous, uses familiar vocabulary, and only requires policymakers to ask two simple questions. The post Beyond P(doom) for AI Risk: Quantifying Uncertainty Without Probability appeared first on Center for Security and Emerging Technology .
Ethan Jackson and Tahniat Khan Part one: Capability evaluations Jump to part two AI agents are no longer a research curiosity. They are deployed on personal machines, integrated into enterprise […] The post Agentic AI evaluation strategies appeared first on Vector Institute for Artificial Intelligence .
By Adam Wolf Resource governance is primarily an operational discipline, but it has direct security implications that are usually overlooked. This post covers what those implications are, what Kubernetes provides natively, where it falls short for AI workloads, and how ClearML addresses both dimensions. This is the third post in our four-part series on Kubernetes […]
Builder Plan is Pinecone’s $20/month flat-rate pricing tier built for builders who’ve outgrown Starter but aren’t ready for usage-based pricing. It adds capacity for dev/staging/production workflows, multi-tenant apps, and growing user demand—without surprise bills.
A Researcher's Perspective on Retrieval Quality in RAG Systems
"This move by the White House is also a recognition that Big Tech cannot self-regulate, and that the status quo is unacceptable."
Many countries view artificial intelligence (AI) as critical to economic competitiveness and national security. As a result, sovereign AI—the idea that national governments should develop, control, and govern AI in order to boost economic growth, guarantee security, and ensure strategic autonomy—has become a key strategic consideration in the global AI buildout. The post Securing the Future of Trusted Semiconductor Supply Chains appeared first on Center for Security and Emerging Technology .
CSET’s Jessica Ji shared her expert perspective in an article published by CNN. The article examines new agreements between Microsoft, Google, and xAI to allow the U.S. government to evaluate unreleased AI models for cybersecurity and national security risks before launch. The post Microsoft, Google and xAI will let the government test their AI models before launch appeared first on Center for Security and Emerging Technology .
CSET’s Steph Batalis, Katherine Quinn, and Rebecca Gelles shared their expert analysis in an op-ed published by Barron's. Their piece examines the economic and scientific impact of proposed funding cuts to the National Institutes of Health (NIH), arguing that NIH-backed research plays a foundational role in driving medical innovation, biotechnology growth, and U.S. competitiveness. The post Government-Funded Research Seeds Entire Industries. What Would Be Lost Without It. appeared first on Center for Security and Emerging Technology .
In Kubernetes v1.36, Declarative Validation for Kubernetes native types has reached General Availability (GA). For users, this means more reliable, predictable, and better-documented APIs. By moving to a declarative model, the project also unlocks the future ability to publish validation rules via OpenAPI and integrate with ecosystem tools like Kubebuilder. For contributors and ecosystem developers, this replaces thousands of lines of handwritten validation code with a unified, maintainable framework. This post covers why this migration was necessary, how the declarative validation framework works, and what new capabilities come with this GA release. The Motivation: Escaping the "Handwritten" Technical Debt For years, the validation of Kubernetes native APIs relied almost entirely on handwritten Go code. If a field needed to be bounded by a minimum value, or if two fields needed to be mutually exclusive, developers had to write explicit Go functions to enforce those constraints. As the Kubernetes API surface expanded, this approach led to several systemic issues: Technical Debt: The project accumulated roughly 18,000 lines of boilerplate validation code. This code was difficult to maintain, error-prone, and required intense scrutiny during code reviews. Inconsistency: Without a centralized framework, validation rules were sometimes applied inconsistently across different resources. Opaque APIs: Handwritten validation logic was difficult to discover or analyze programmaticall…
How MLCommons is bringing large-scale Mixture-of-Experts (MoE) pretraining to the MLPerf Training v6.0 suite. The post DeepSeek-V3: A Large-Scale MoE Pretraining Benchmark for MLPerf Training v6.0 appeared first on MLCommons .
AI coding tools might have handed your developers a productivity gain, but they’ve created a problem for your code review process. Pull request volume is up significantly, and the code arriving for review carries error patterns that weren’t common before generative AI. Yet it’s the same people with the same working hours who are in […]
but I wish it had this
First week of Musk v. Altman, OpenAI ends Microsoft legal peril over its $50B Amazon deal, DeepSeek previews new AI model that ‘closes the gap’ with frontier models, and more!
MolmoAct 2 is a fully open robotics foundation model that brings faster, stronger 3D action reasoning to real-world robot tasks, alongside a major new bimanual manipulation dataset for researchers to study, reproduce, and build on.
Stop answering the same questions. Turn docs into a "system of knowledge" with Marketplace. No-code RAG for support, legal, and onboarding with cited answers.
OpenAI President Greg Brockman, Perplexity CEO Aravind Srinivas, Box CEO Aaron Levie, and more join us for a day of newsmaking conversations, live at San Francisco's Commonwealth Club.
Don't buy the prophesies of economic doom. They're impossibly pessimistic about human nature.
I have a number of right-skewed (sometimes highly skewed) datasets. It represents count data, where each point represents a single business with a single count for an activity. There is only one data point with one variable per business. For the purposes of fraud detection I am trying to identify which points are outliers. The purpose is to use the outliers as jumping-off points for investigation--i.e. if a count associated with a business is an outlier, we would like to investigate the activities of that business further. I am not interested in removing these outliers from the dataset. Currently I am using an adjusted boxplot ( Hubert & Vandervieran) with outliers outside [Q 1 - he -4(medcouple) IQR; Q 3 +he 3(medcouple) IQR], where h = 1.5 . However, I have thousands, sometimes hundreds of thousands, of points, and the above method takes a lot of memory and generates hundreds of outliers (i.e. hundreds of businesses to potentially investigate). Would it be statistically valid to instead perform some monotonic transformation on the skewed data (removing no points beforehand), and then use p-value to identify the outlying points? I do not know the underlying distribution of the dataset, so I would be trying different transformations until some test for normality turned up positive. EDIT: This question is different from the last one because the last one was closed for being too broad. I tried to focus this one more narrowly. I also attempted to clarify this post in order to a…
Authors: Trey Zhong, Xiyu Wang Contributors: Joseph Haraldson, Sharad Gupta, Sarah Lamacchia Introduction Carrot Ads is Instacart’s omnichannel retail media solution that allows retailer partners to build and scale their own advertising businesses on either their owned-and-operated (O&O) websites and apps or their whitelabel Storefront hosted by Instacart. Carrot Ads empowers retailers and CPG brands to accelerate revenue, while improving the customer experience, engagement and Ads return on investment. It features enterprise-grade infrastructure, AI-powered optimization, years of proprietary first-party data and flexibility to choose from retailer-sourced Ads demand, Instacart-sourced demand from 7,500+ CPG brands, or both. However, onboarding a new partner onto Carrot Ads introduces a key challenge: the ‘cold start’ problem, where limited historical interactions make it difficult to predict user behavior accurately. To serve performant ads, our systems rely on predicting a user’s Click-Through Rate (CTR) to generate a ranking score. On the Instacart Marketplace, we have billions of historical signals to train a model to do so. But when a partner launches a new ads experience on their O&O e-commerce site, there is often little to no interaction history for that property, so training an accurate model becomes challenging. User behavior can vary dramatically between websites — for example, browsing patterns on a grocery site differ from those on a pet supply or electronics si…
If you've ever tried to enforce a security policy across a fleet of Kubernetes clusters, you've probably run into a frustrating chicken-and-egg problem. Your admission policies are API objects, which means they don't exist until someone creates them, and they can be deleted by anyone with the right permissions. There's always a window during cluster bootstrap where your policies aren't active yet, and there's no way to prevent a privileged user from removing them. Kubernetes v1.36 introduces an alpha feature that addresses this: manifest-based admission control . It lets you define admission webhooks and CEL -based policies as files on disk, loaded by the API server at startup, before it serves any requests. The gap we're closing Most Kubernetes policy enforcement today works through the API. You create a ValidatingAdmissionPolicy or a webhook configuration as an API object, and the admission controller picks it up. This works well in steady state, but it has some fundamental limitations. During cluster bootstrap, there's a gap between when the API server starts serving requests and when your policies are created and active. If you're restoring from a backup or recovering from an etcd failure, that gap can be significant. There's also a self-protection problem. Admission webhooks and policies can't intercept operations on their own configuration resources. Kubernetes skips invoking webhooks on types like ValidatingWebhookConfiguration to avoid circular dependencies. That mea…
Put a capable coding model inside a developer’s primary workspace, and the IDE stops being a place where you write code. It becomes a place where you direct an agent, watch how it reasons, manage what it pays attention to, and decide when its output is worth shipping. That was the defining theme of the […]
‘Distillation attacks’ is a horrible term for what is happening right now.
The first step towards recursive self improvement
Beth Barnes and David Rein on the one graph that ate the AI timelines discourse, and why the two people who built it are the most careful about how you read it. **SPONSOR** Prolific - Quality data. From real people. For faster breakthroughs. https://www.prolific.com/?utm_source=mlst Interview: https://youtu.be/cnxZZTl1tkk --- Beth Barnes and David Rein from METR on the one graph that ate the AI timelines discourse, and why the people who built it are the most careful about how it gets read. Beth founded METR after leaving OpenAI alignment. David is first author on GPQA and co-author on HCAST and the METR Time Horizons paper. Together they built the measurement Daniel Kokotajlo called the single most important piece of evidence on AI timelines: the log-linear line of "how long a task a frontier model can complete at 50% reliability" vs release date. The conversation opens on reward hacking. Current models can articulate in chat why a behaviour is undesired and then execute it anyway as agents. From there: construct validity, Melanie Mitchell's four-problem taxonomy, and the ARC-AGI 1-to-2 collapse as a worked example of adversarially-selected benchmarks regressing once labs target them. Beth's counter: METR deliberately does not adversarially select. David's: models do not have to do the right thing for the right reasons. Methodology, then specification — David's compiler analogy, Beth on four-month tasks as expensive to evaluate rather than unspecifiable. Then the SWE-bench…
The G5 Regulatory Collaboration Summit 2026, hosted by the Communications Regulators’ Association of Southern Africa (CRASA) and the Malawi Communications Regulatory Authority (MACRA) at the Bingu International Convention Center in […] The post How do we move the CRASA Summit’s commitment to collaborative regulation from intent to evidence-led action? appeared first on Research ICT Africa .
Most agent failures are data failures, not model failures. Pinecone Nexus is a Knowledge Engine that compiles enterprise data into structured artifacts agents can query in one step.
Our 243rd episode with a summary and discussion of last week’s big AI news!
Pinecone Nexus is a knowledge engine for the agentic AI era, moving reasoning from retrieval to compilation — with KnowQL as the standard query language for agents.
Distributed vector search at 10B scale, more efficient storage with Lance format v2.2, and production AV pipelines simplified, plus upcoming events and community updates.
We built a Deep Search Slack agent for large companies. Here is what we learned about user experience, enterprise security, and Redis-backed rate limiting.
We built a Deep Search Slack agent for large companies. Here is what we learned about user experience, enterprise security, and Redis-backed rate limiting.
If we've said it once, we've said it once per millisecond: never block the GPU.
OpenAI took $10B from a 19-firm Wall Street consortium. Anthropic is closing $1.5B from Blackstone, Goldman, and Hellman & Friedman. Same rooms, different portfolios. The week AI's go-to-market stopped being SaaS and started being private equity.
Context as infra, taste as config, verification for autonomy, scale via delegation, closing the loop.
CSET’s Helen Toner shared her expert insight in an article published by the Associated Press. The article examines the Pentagon’s agreements with seven major tech companies to integrate artificial intelligence (AI) into classified military systems, expanding AI use in decision-making, logistics, and battlefield operations. The post US military reaches deals with 7 tech companies to use their AI on classified systems appeared first on Center for Security and Emerging Technology .
CSET’s Lauren Kahn shared her expert insight in an article published by DefenseScoop. The article explores the Pentagon’s growing efforts to integrate advanced artificial intelligence (AI) capabilities into classified military operations and the broader implications of expanding AI adoption across the Department of Defense. The post DOD expands its classified AI work with 8 companies — excluding Anthropic — amid ongoing dispute appeared first on Center for Security and Emerging Technology .
CSET’s Kathleen Curlee and former U.S. Air Force pilot Brian Golden shared their expert analysis in an op-ed published by Newsweek. The article discusses the growing importance of space infrastructure to modern life and argues that increased international coordination is needed to ensure the security and stability of the space domain. The post Space Is Critical Infrastructure—It Needs an Alliance To Guard It appeared first on Center for Security and Emerging Technology .