Through the AI Fog: The Architectural Decision Agentic Security Depends On — Manoj Nair, Snyk

AI Engineer · 2026-07-20

Manoj Nair, CTO & Chief Innovation Officer at Snyk, discusses the critical role of security in AI development, highlighting that security isn't an accidental track at the AI Engineer World's Fair. He emphasizes the need for independent validation of AI-generated software and the agents running it. Nair outlines three core problems defining AI security in 2026: automated AI attacks, untrusted agentic development leading to vulnerable code and environments, and ungoverned AI applications due to a lack of visibility and control. He introduces Snyk's approach to these challenges, focusing on a continuous, self-improving defense loop that combines offensive and defensive agents with shared knowledge graphs.

read more

Manoj Nair's keynote at the AI Engineer World's Fair emphasizes that security is fundamental to AI and not merely an afterthought. He argues that the increasing reliance on AI-generated code and autonomous agents necessitates a paradigm shift in how we approach software security, moving towards independent validation and continuous defense mechanisms.

Nair identifies three core problems that will define AI security in 2026:

1. Automated AI Attacks: The landscape of cybersecurity threats is evolving, with AI-driven attacks operating at machine speed. Traditional application security (AppSec) backlogs are becoming unmanageable, with issue volume outpacing remediation by over 108% in the last year across 4,800+ customers. Attackers are chaining low-severity issues into critical exploits, targeting architectural and business-logic flaws that current scanners miss. Nair cites warnings from the Five Eyes Alliance that AI will bypass cybersecurity systems in months, not years, highlighting the urgency of this threat. This shift means that security can no longer rely on manual processes or slow remediation cycles; it needs to operate at AI speed to counter AI threats.

2. Untrusted Agentic Development: AI agents are generating code that is inherently more vulnerable than human-written code. Snyk’s research indicates that 48% of AI-generated code is vulnerable. Beyond the code itself, the development environment and the behavior of the agents pose significant risks. Nair points to ‘Toxic Skills’—AI models carrying flaws (36.82% of those found in the wild) or actively malicious components (76 confirmed malicious). He also highlights the vulnerability of environments where agents run, using the example of the ‘GitHub MCP Exploit’ where a single malicious issue could leak a private repository. Moreover, one in twelve developers using MCP servers currently has a high or critical finding, demonstrating the widespread nature of the problem. The ‘PocketOS’ example, where production was wiped in 9 seconds because an agent, despite knowing the rules, made a decision that led to data loss, underscores the critical need for agents to not just know the rules but to be safely and securely governed.

3. Ungoverned AI Applications: Organizations cannot govern what they don't know exists. AI’s real operational footprint is often three times larger than its reported model inventories, making it impossible to enforce policies or maintain an audit trail. Nair shares data showing that while frontier models may excel at PII extraction (0% detected in their tests), open models (like some LLMs) achieve 100% PII extraction, raising significant privacy concerns. Furthermore, the decision-override rates (43% for Frontier Model 1, 25% for Frontier Model 2, and 0% for Open Model) indicate varying levels of control and predictability. This lack of visibility and control over deployed AI applications presents a massive governance challenge. Once you know what it is, you need to know how risky it is and how to control it dynamically.

Snyk's solution centers around the concept of one independent validator underneath the entire AI development lifecycle, forming a continuous, self-improving defense loop.

For Automated AI Attacks, Snyk offers Studio + Remediation Agent. This involves offensive agents that proactively identify and exploit vulnerabilities, coupled with remediation agents that automatically fix them. This enables organizations to achieve 'zero backlog' by remediating thousands of critical issues at scale, as demonstrated by an FMAX7 company that remediated 16,000 critical issues using this approach. For Untrusted Agentic Development, Snyk provides Agentic Development Security. This focuses on securing the environment, output, skills, and behavior of coding agents. It ensures that agents do not pick malicious packages, write insecure code (like SQL injections), or make undesirable decisions. The demo showed how Snyk's tools analyze open-source dependencies for vulnerabilities and maintenance status, allowing developers to choose healthy packages and prevent the use of unmaintained or potentially malicious ones. * For Ungoverned AI Applications, Snyk offers AI Security Posture Management. This involves real-time monitoring and enforcement of policies across all AI applications, ensuring that risks are understood and controlled dynamically. This means moving beyond static documentation to active governance within the development and operational loops, providing visibility and control over all agentic components and their interactions.

Nair concludes by inviting the community to collaborate on building this future, emphasizing that the goal is to empower AI security engineers with the tools and systems to unleash AI innovation securely, transitioning from being 10x engineers to super-pilots capable of navigating the complex and evolving AI security landscape.

Who’s Afraid of Chinese Models?

Simon Willison · 2026-07-20 · 2 min read

Ben Thompson proposes that the US should legalize training data collection as fair use and prohibit terms of service that ban distillation, which would level the playing field between US and Chinese AI labs by allowing open-weight US models to freely build on each other's outputs the same way Chinese models like Qwen already can. This matters because distillation restrictions in current ToS (like OpenAI's) are largely unenforceable anyway, and the policy gap is actively disadvantaging US open-source model development against state-backed Chinese competitors who face no such constraints.

This $12 billion startup finally shipped something...

Fireship · 2026-07-20

Thinking Machines, founded by ex-OpenAI CTO Mira Murati, released Inkling, a fully open-weights, Mixture-of-Experts (MoE) transformer model. While not the strongest in raw intelligence compared to leading frontier models, Inkling is highly efficient and controllable, offering configurable 'thinking effort' and processing raw audio/pixels directly for multimodal capabilities. It also excels in forecasting due to its epistemics training, and its Apache 2.0 license promotes broader adoption for fine-tuning via their Tinker API and Tinker Studio for building AI-powered apps.

read more

Thinking Machines, a startup founded by Mira Murati (ex-CTO of OpenAI) along with other OpenAI veterans like John Schulman and Barret Zoph, recently launched their flagship AI model, Inkling, and their Tinker API for fine-tuning.

Inkling is a fully open-weights Mixture-of-Experts (MoE) transformer model, built from scratch and pre-trained on 45 trillion tokens of diverse content (text, images, audio, video). It supports a 1 million token context window. Uniquely, Inkling directly processes raw audio and pixel data, bypassing intermediate encoder models often used by other multimodal models. Instead of aiming for the absolute highest scores on raw intelligence benchmarks, Inkling focuses on efficiency and controllability. It features a novel 'thinking effort' dial, allowing users to adjust the model's computational intensity and latency, effectively balancing cost with performance for specific tasks. When running at lower effort, it achieves similar performance to models like Nemotron 3 Ultra with significantly fewer tokens.

Architecturally, Inkling has 975 billion total parameters, but due to its MoE design, only 41 billion parameters are actively used per token. This sparse activation contributes to its efficiency. The model's weights are released under an Apache License, Version 2.0, making it more permissive for commercial use compared to some other open models (like Meta's Llama family). While its raw intelligence benchmarks are not top-tier compared to proprietary models like Fable 5 or GPT-5.6 Sol, its unique strengths lie in its customizable efficiency and advanced epistemics training.

Epistemics refers to Inkling's training for calibration, instruction following, and resistance to censorship. It was specifically rewarded for abstention-aware responses, meaning it's incentivized to admit when it doesn't know an answer rather than confidently hallucinating. This makes it particularly adept at forecasting future events, outperforming models like GPT-5.5 and Opus 4.8 in this domain. Interestingly, during extensive reinforcement learning (over 30 million rollouts), the model's internal 'chain of thought' became more concise, dropping grammatical overhead to save tokens, resulting in a 'caveman-speak' internal monologue while retaining comprehension and performance.

Thinking Machines also launched Tinker, an API that allows developers to fine-tune open-weight models without managing their own GPU infrastructure. Tinker Studio provides a platform for building AI-powered applications. The combination of Inkling's open-weights, efficiency, and the Tinker fine-tuning platform suggests a strategy of democratizing access to powerful, customizable AI, rather than directly competing with large, closed frontier models on raw capabilities. This approach is beneficial for developers who need specialized, cost-effective AI agents for specific tasks, especially when deployed at scale.

China's K3 Model Reveals the Problem With Open Weights

Nate B Jones · 2026-07-20

This video discusses the release of Kimi K3, a large 2.8 trillion parameter open-weight AI model from Chinese AI lab Moonshot AI. While it shows impressive coding performance, rivaling models like Claude Fable 5, the model's significant computational requirements and higher token usage challenge the traditional notion of open-source models being cheap and efficient to run. The speaker highlights implications for AI safety due to readily available powerful models and emphasizes the need for robust cyber defense strategies and a focus on human imagination to leverage AI effectively, rather than just relying on pre-determined uses.

read more

The video focuses on the release of Kimi K3, a new 2.8 trillion parameter multimodal open-weight reasoning model from Chinese AI lab Moonshot AI. The model is described as their "most capable model to date" and an open-weight release is promised by July 27, 2026 (the video was released on July 16, 2026). This release is significant because it challenges traditional assumptions about open-source AI models.

Kimi K3 is a very big model. It requires 64 accelerator cores for top performance, which the speaker notes is a "corporate installation kind of footprint," not something most individuals would have at home. This contrasts with the common perception that open-source models are cheap and efficient to run on limited compute resources. While there are smaller open-source models that fit this description, Kimi K3 does not. The good news is that for this high compute requirement, Kimi K3 delivers strong performance, reportedly achieving near Claude Fable 5 coding performance. It is also highlighted for its ability to help fine-tune models, which closed-source models like Fable are guard-railed against.

However, Kimi K3's cloud pricing is relatively expensive. It is priced at $3 per million input tokens and $15 per million output tokens, placing it in the "frontier pricing tiers." Furthermore, Kimi K3 uses more tokens to get to an answer compared to other frontier models like OpenAI's GPT-5.5 or GPT-5.6 Sol, or Claude Fable 5. This means that while these other models are expensive per token, they are more token-efficient for a given task. This challenges the narrative of Chinese model makers being incredibly efficient in serving models; the evidence suggests that OpenAI and Anthropic are more efficient in this regard, with Chinese model makers being behind in serving models efficiently. The speaker clarifies that this isn't to say there isn't great innovation in China, but that the idea of their models being inherently more efficient for serving may not be true.

The speaker then draws three core lessons from the emergence of models like Kimi K3:

Lesson One: AI safety and cyber risk. The widespread availability of open models, especially powerful ones, means they can be used for cyber abuse by bad actors. The speaker emphasizes that with Kimi K3, we have crossed a frontier where open-source models can be considered cyber threats and used as cyber weapons. This necessitates individuals and companies to proactively implement safety plans and robust cyber defense strategies. Key recommendations include: Model Review: Using strong models to audit existing software for weak spots. Layered Identity Security: Employing defense-in-depth strategies, such as strong, unique passwords, authenticator apps (not just SMS-based 2FA), and security keys. One compromised layer should not expose everything. For families, he suggests a family safe phrase—a shared secret word never used in normal conversation—to verify identity in cases of voice or video cloning.

Lesson Two: Imagination plus AI. As models become stronger, human imagination matters more. The speaker stresses that the "alpha" (new value) will not come from pre-determined uses of AI, but from people's ability to ask better, more creative questions of these powerful models. He gives an example of brainstorming with someone who initially dismissed Fable, but upon deeper engagement, discovered three novel use cases. This underscores the need to find people who can help you grab onto that imagination and start to ask bigger questions, leading to powerful and creative responses from strong models, whether they are open-source like Kimi K3 or closed-source like Fable or GPT-5.6.

Lesson Three: Policy risk. There is an increased risk of governments getting more involved in hampering the distribution of models over the next six months. As models scale and become more capable, governments become more concerned and will likely implement more scrutiny and distribution limits. This applies to both American and potentially Chinese governments, with rumors already circulating about China restricting certain tiers of open-source models. Organizations and individuals should plan for this disruption and not be vulnerable to a single point of failure in their AI model access. This includes using local models for owned access, cloud models for frontier access, and having a second path or backup strategy to ensure resilience. The overall trend is towards all computing being tokenized, and to compete effectively, relying on a single provider for models is risky due to potential disruptions or policy changes.

The largest open model ever #kimi #k3 #ai #agenticengineering #aimodel

Agentic Engineering · 2026-07-20

Moonshot AI has released Kimi K3, a 2.8 trillion parameter Mixture of Experts (MoE) model with native vision and a 1 million token context window. While its open weights are anticipated, running K3 locally is challenging, requiring clusters of at least 64 accelerators. This highlights a growing trend where large open models, despite approaching frontier capabilities, demand significant infrastructure, shifting the open-source competition from merely model accessibility to the ability to deploy and customize these complex systems efficiently.

read more

Moonshot AI has recently unveiled Kimi K3, a massive 2.8 trillion parameter model. This model utilizes a Mixture of Experts (MoE) architecture, containing approximately 900 specialized experts but only activating 16 for each token. This sparsity makes it more computationally practical for its size. K3 boasts native vision capabilities and an impressive 1 million token context window.

Benchmarks indicate that K3 performs strongly, placing slightly behind top-tier models like GPT-5.6-sol and Claude Fable 5 overall. However, it surpasses several other frontier models in specific domains, particularly coding and agentic tasks.

One of K3's notable achievements is reaching the number one spot in Arena's blind front-end and code evaluation. This suggests strong performance in practical coding challenges and front-end development scenarios.

Despite the excitement around its scale and capabilities, a critical point emphasized in the video is the practical challenge of running such a large model. Moonshot AI recommends serving K3 on clusters of at least 64 accelerators. This substantial hardware requirement means that most engineering teams will likely consume K3 through an API endpoint or via a specialized hosting provider, rather than deploying it locally.

An interesting observation regarding its efficiency through an API was made by Simon Willison. He noted that while K3 used 21% fewer input tokens than its predecessor, Kimi K2.8, for a specific image generation task (his favorite Pelican SVG image), it outputted over 16,000 tokens (mostly internal reasoning) and cost 25 cents for that single image. This suggests that while token input might be optimized, the internal processing and subsequent output can still be quite extensive and costly for certain tasks.

This release from Moonshot AI, coupled with Thinking Machines' earlier release of Inkling (another open-weights MoE model with about 1 trillion parameters and a 1 million token context), reveals a significant pattern in the AI landscape. Open models are rapidly advancing, closing the gap with proprietary frontier models in terms of capability. However, they are simultaneously moving 'upstairs' into an infrastructure paradigm that resembles operating a distributed cloud system more than simply downloading and running a model locally. The future competition in open-source AI is less about merely having access to open weights and more about who can transform these complex open-weight models into deployable, customizable, and affordable solutions for regular engineers.

The 50/50 Rule for Building AI Agents (Engineering Reality) #aiagents #agenticai #ai

Derick Chen - BuildWithDC · 2026-07-20

This video, titled 'AI Hype Reality Check,' addresses the prevalent hype around fully autonomous AI agents that can run companies or solve complex business problems with a single prompt. The speaker emphasizes that creating such systems is a blend of AI models and 'harness'—referring to the orchestration, memory loops, guardrails, and deterministic code that hold everything together. He highlights that while we are transitioning towards goal-oriented, agentic AI, this evolution involves constant trade-offs, such as trading predictability for flexibility, low latency for reasoning, and cloud budget for token consumption.

read more

The speaker begins by noting the current tech hype around the future of AI, where fully autonomous AI agents are portrayed as already here, capable of running entire companies, writing complex software, and solving significant business problems with a single prompt. He quickly counters this narrative by asserting that the reality of creating an autonomous AI system is about 50% AI and 50% 'harness'. This 'harness' encompasses critical engineering components beyond just the AI model itself.

Key components of this 'harness' include orchestration, which involves managing and coordinating various AI models and external tools; memory loops, crucial for agents to retain context and learn from past interactions over time; guardrails, which are essential safety mechanisms and constraints to ensure the AI operates within defined ethical and operational boundaries; and deterministic code, the traditional software engineering that provides structure and reliability, holding the entire complex system together.

The speaker identifies the current period as a massive paradigm shift, moving away from deep, single-function generative AI applications towards a broad, goal-oriented, agentic mindset. This new paradigm involves AI systems that can span across multiple applications and business domains, rather than being confined to narrow, specific tasks.

However, as a senior software engineer, the speaker cautions that every step towards autonomy and higher complexity in AI architecture comes with inherent trade-offs. These trade-offs are a constant negotiation during the architectural design and implementation phases:

Deterministic predictability vs. flexibility: As AI systems become more autonomous and flexible, their behavior can become less predictable. Engineers must balance the need for predictable outcomes with the desire for adaptable and versatile AI. Low latency vs. reasoning: Achieving advanced reasoning capabilities in AI often requires more computational resources and processing time, potentially leading to higher latency. This is a crucial trade-off for real-time applications where quick responses are paramount. * Cloud budget vs. token consumption: The cost associated with running advanced AI models, particularly large language models (LLMs), is often directly tied to token consumption. More complex reasoning or extended memory usage will consume more tokens, increasing operational costs. Engineers need to manage these costs against the desired sophistication of the AI's capabilities.

In essence, the video suggests that while the capabilities of AI models are rapidly advancing, the true challenge and engineering effort lie in building robust, reliable, and practical autonomous systems that effectively integrate these models with traditional software engineering principles and carefully manage the inherent trade-offs involved.

The skills that matter when AI writes your code

Beyond Coding · 2026-06-28

This video emphasizes that the landscape for junior software engineers is changing, creating an equal playing field with seniors in specific areas. While seniors possess knowledge and history, juniors can excel through their proficiency with modern tooling, which is critical as interviews shift from coding skills to system thinking and design. The speaker advises aspiring engineers to proactively build and showcase their projects, acting as if they already have the job, and to focus on demonstrating genuine care and eagerness for the role.

Questionable Advice: Is there a path back from CTO to engineer?

Charity Majors · 2022-07-29 · 8 min read

TLDR: Returning to hands-on engineering after years in leadership requires genuine re-immersion, not a shortcut through a senior title. Re-enter as a regular senior engineer for 6-9 months, writing code daily — your tactical skills (coding, debugging, production instincts) degrade in ways your leadership skills don't, and skipping this step will leave you technically hollow regardless of what your title says. If the seniority cut is politically untenable, negotiate a staff/principal title but explicitly commit to spending the first 6+ months heads-down in the codebase.

Why On-Call Pain Is A Sociotechnical Problem

Charity Majors · 2022-06-30 · 10 min read

TLDR: Painful on-call rotations aren't an unavoidable cost of owning production code — they're a symptom of organizational and technical failure that management is responsible for fixing. Engineers should expect to be woken up only a few times a year; anything more means management isn't allocating time to address reliability issues and tech debt. Solving it requires both technical fixes (SLOs, two-tier alerting, clear ownership) and social ones (accommodating human constraints, distributing load fairly) — neither alone is sufficient.

Quoting Sam Altman

Simon Willison · 2026-07-20 · 1 min read

A 2022 internal email from Sam Altman, surfaced in the Musk v. Altman lawsuit, reveals that OpenAI's stated rationale for releasing an open-source model wasn't altruism but competitive strategy — specifically to flood the market and make it harder for rivals to get funded. This matters because it directly contradicts OpenAI's public positioning around open source and transparency, and gives engineers concrete evidence of how incumbent AI labs think about open-source releases as a defensive moat rather than a community contribution.