Folgen

  • Episode 34: One Year Annivesrary
    Jul 15 2026

    The conversation covers the release of Grok 4.5, the comparison between Cursor and Claude code, and the evolution of AI coding tools. It also delves into the impact of these tools on coding workflows and the changing landscape of AI-powered development. The conversation delves into the impact of AI on job roles, the evolution of software development, and the need for market integration for software products. It explores the changing landscape of job roles due to AI, the rapid evolution of software development processes, and the necessity for a new approach to market integration for software products.

    Takeaways

    • Grok 4.5 release
    • Cursor vs. Claude code
    • Evolution of AI coding tools Impact of AI on Job Roles
    • Evolution of Software Development
    • Market Integration for Software Products

    Chapters

    • 00:00 Grok 4.5 Release and SpaceX IPO
    • 02:32 Comparison: Cursor vs. Claude Code
    • 03:02 Evolution of AI Coding Tools
    • 39:41 The Impact of AI on Job Roles
    • 41:25 Evolution of Software Development
    • 01:20:11 Market Integration for Software Products
    Mehr anzeigen Weniger anzeigen
    1 Std. und 23 Min.
  • Episode 33: Agentic Loops
    Jun 30 2026

    The episode delves into the concept of forward deployed engineering (FDE) and its significance, highlighting the challenges faced by established companies in adopting AI. It also explores the shift from SaaS to utilities and the impact on SaaS companies. The tool of the week, 'Loops,' is discussed in detail, emphasizing its power in automating recurring tasks and enabling self-improvement. The conversation delves into advanced prompts and loops, the concept of goals and verifiable end states, financial optimization in AI spend, the shift to agent-based workloads, the future of AI models and providers, quality assurance and AI tools, token usage and model optimization, misconceptions about AI training, government work and AI training, and upcoming episode announcements.

    Takeaways

    • The premise of forward deployed engineering and its role in integrating and ushering people into AI usage
    • The shift from SaaS to utilities and the impact on SaaS companies, as well as the value of platforms AI models and providers are evolving rapidly, impacting market dynamics and competition.
    • Balancing token optimization with model quality is a critical challenge in AI implementation.

    Chapters

    • 00:00 Introduction to Forward Deployed Engineering
    • 08:00 Challenges for Established Companies
    • 28:26 Exploring the Tool of the Week: Loops
    • 38:22 Advanced Prompts and Loops
    • 44:13 Financial Optimization and AI Spend
    • 51:30 Future of AI Models and Providers
    • 01:00:29 Token Usage and Model Optimization
    • 01:06:48 Government Work and AI Training
    Mehr anzeigen Weniger anzeigen
    1 Std. und 8 Min.
  • Episode 32: Cursor
    Jun 5 2026

    The conversation covers the introduction to Cursor, the transition to Riverside, experimenting with Cursor and Crow, SpaceX's acquisition of Cursor, Cursor's evolution and future predictions, features of Cursor and comparison with other tools, Nvidia's RTX Spark, and a discussion on AI usage and Apple's AI performance. The conversation covers a range of topics including Apple's AI competition, Siri 2 and Gemini integration, challenges with AI assistants, GitHub's Co-Pilot billing shift, the AI coding arms race, recent AI model releases, new AI tools and models, Grok subscription and plateauing, Claude Code's workflows feature, understanding workflows and goals, US government's stake in OpenAI, implications of government involvement, executive orders and AI regulation, and Anthropic's position and government relations.

    Takeaways

    • Cursor's evolution and future predictions
    • Nvidia's RTX Spark and its impact on AI usage Competition in the AI space is intensifying, with new releases and features from major players.
    • Government involvement in AI regulation and oversight is a growing concern.

    Chapters

    • 00:00 Introduction to Cursor and News
    • 08:20 Experimenting with Cursor and Crow
    • 16:27 Cursor's Evolution and Future Predictions
    • 26:18 Nvidia's RTX Spark and Apple's AI Platform
    • 37:14 Apple's AI Competition
    • 43:12 Grok Build and Composer Integration
    • 52:21 Implications of Government Involvement
    • 57:23 Executive Orders and AI Regulation
    • 01:05:04 Government's Oversight of AI Models
    Mehr anzeigen Weniger anzeigen
    1 Std. und 7 Min.
  • Episode 31: Sam Kassoumeh, Co-Founder @ SecurityScorecard
    May 22 2026

    The conversation covers the topics of AI security gateways, SaaS-based companies, AI in coding, the evolution of Security Scorecard, and the impact of AI on threat intelligence data. The conversation delves into the transformative impact of AI and Threat Intel on data analysis, product development, and organizational workflows. It explores the exponential growth in interconnectivity and observation data, the value of net flow data when run through models, and the automation of manual tasks in identifying and cross-correlating data sets. The intersection of AI and Threat Intel is redefining the assessment process, transforming workflows, and changing the roles and responsibilities within organizations.

    Takeaways

    • AI security gateways are a hot commodity in the security space.
    • SaaS companies are doing more with less, leveraging AI and automation.
    • AI is changing the way coding is done, reducing the need for human intervention.
    • Security Scorecard was founded to address the growing dependency on supply chain partners and third parties.
    • AI has revolutionized threat intelligence data, uncovering deeper insights and network connections. Exponential growth in interconnectivity and observation data
    • Value of net flow data when run through models
    • Redefining the assessment process and transforming workflows

    Chapters

    • 00:00 AI Security Gateways in the Security Space
    • 07:35 AI's Impact on Coding and Automation
    • 28:44 AI's Impact on Threat Intelligence Data
    • 34:31 Value of Net Flow Data When Run Through Models
    Mehr anzeigen Weniger anzeigen
    1 Std. und 5 Min.
  • Episode 1: Kilo Code
    Jul 8 2025

    Kilo Code, Cloudflare Blocks, and Apple Intelligence Shifts

    Mehr anzeigen Weniger anzeigen
    1 Std. und 1 Min.
  • Episode 6: Model Context Protocol (MCP)
    Sep 2 2025

    This episode discussion AI coding topics, starting with MCP ("Model Context Protocol"), an open-source framework by Anthropic for reflective APIs. MCP enables LLMs to self-discover and use external capabilities dynamically, bypassing traditional API integration. It comprises four primitives:


    - **Resources**: Read-only data access (e.g., databases, files) via path-like queries, ensuring security by limiting to retrieval. Example: Exposing a CRM database for LLM queries without write access. Authentication mirrors standard APIs.


    - **Prompts**: Templated, guided interactions provided by the server (e.g., Facebook's pre-built prompts for timeline queries).


    - **Tools**: Action-oriented, enabling agentic behavior (e.g., posting on Facebook). Includes LLM-ready docs on usage, inputs, and outputs.


    - **Sampling**: Allows servers to request responses from the client's LLM, distributing load or enabling conversations between LLMs (e.g., personal assistant LLM negotiating with a salesperson LLM for tickets). This fosters nuanced, non-atomic interactions beyond rigid APIs, like customizing orders or human-in-loop support. Hosts envision LLM-to-LLM chats simulating human negotiations, reducing need for sales teams.


    They experimented with MCP servers like Playwright (for browser testing/screenshots), Context7 (distilled docs for libraries), and Kubernetes. Compared to bash tools, MCP offers better security and standardization.


    Next, "Insecure SUS" (possibly "Is Source Code Necessary?") debates if programming languages matter in AI coding. Hosts argue source code remains essential for auditing, debugging, and compliance, as LLMs aren't superintelligent yet—hallucinations and flaws require human oversight. In the future, direct binary generation might emerge, but currently, code enables precise communication with AI. Engineers won't vanish; AI augments like chainsaws did lumberjacks.


    They praise Grok Code (Grok-code-fast-one), a fast, chain-of-thought model from xAI, free until Sept 10 in tools like Cursor. It's non-sycophantic, tool-savvy, outperforming Claude in speed/smarts, though not a full IDE like Claude Code. Cursor improvements: Better terminal handling, user interactions.


    **News or Noise**:

    - OpenAI enhances teen protections (trusted contacts) amid LLM use as therapists; collaborates with Anthropic on model evaluations.

    - Survey: 50% of workers hide AI use to avoid judgment; C-suite hides more (53%). Gen Z/juniors lack training, risking security gaps. Hosts warn of "shadow AI" if companies ignore it—urge guardrails and education.

    - AI stethoscope detects 3 heart conditions in 15s.

    Episode teases future topics: Tools like Light LLM for LLM misuse prevention, Warp IDE. Hosts explain podcast name: Securing AI interactions "before the commit" in coding pipelines.

    Mehr anzeigen Weniger anzeigen
    59 Min.
  • Episode 24: Codex
    Feb 18 2026

    This video discusses OpenAI's Codex, a GPT model for coding, and its implications for cybersecurity and software development. The speakers, Sam and Dustin, explore various aspects of Codex, comparing it to other AI coding tools like Claude.They begin by touching upon OpenAI's warning that Codex could be used for powerful cyberattacks, with Dustin humorously suggesting it might be a sales tactic. They acknowledge the validity of the security concerns, noting that AI models like Claude have already been implicated in cyberattacks. OpenAI's warning is seen as a way to highlight their model's capabilities, even for malicious purposes.The conversation then shifts to Codex's features and user experience. Dustin shares his initial impressions after a week of testing, finding it impressive and noting the commoditization of AI coding agents and models. He compares Codex's GPT 5.3 model to Opus-level quality and highlights its multi-platform availability (macOS app, CLI, web app, VS Code extension). A key advantage of the macOS app is its unified UI for managing multiple work trees and sessions across different repositories, a feature he finds particularly useful compared to his setup with Claude code.Codex also introduces "Automations," a feature akin to cron jobs, allowing users to schedule tasks for the AI. Dustin found this feature innovative, envisioning its use for bug detection or regular file monitoring. He also touches upon Codex's "Skills" feature, which functions similarly to Claude code's skills, and notes the threaded UI for managing multiple sessions within a codebase.A significant portion of the discussion revolves around pricing and user experience differences between Codex and Claude. While both offer subscription models, Codex has a more direct price jump from $20 to $200, whereas Claude has tiered pricing. They also discuss the higher API costs of Claude compared to OpenAI's models, speculating on Anthropic's pricing strategy.The speakers delve into the nuances of AI coding tools, describing them as having distinct personalities. Codex is characterized as a highly detailed, thorough, and structured tool, almost like a textbook on software development, catering to users who need guidance. Claude, on the other hand, is described as more artistic, taking creative liberties and requiring less detailed input. This difference is attributed to the target audiences: Codex aiming for a broader, potentially less technical user base, while Claude targets power users and engineers.The conversation also touches upon the evolving landscape of AI in software development. They discuss the claims made by CEOs about AI replacing software engineers within months, contrasting this with the reality that skilled engineers are becoming even more valuable by leveraging AI tools to amplify their productivity. They differentiate between "coders" or "programmers" (who might be displaced) and "software engineers" (who orchestrate and leverage AI), suggesting the latter role will remain crucial.Finally, they briefly mention related topics like Open Claw, Google's Anti-Gravity, and XAI, noting the competitive market and the potential for future developments. They acknowledge the hype surrounding AI agents while also cautioning against their misuse, particularly in the context of security threats and data mining. The discussion concludes with reflections on the changing nature of software engineering and the increasing importance of AI literacy for professionals.

    Mehr anzeigen Weniger anzeigen
    1 Std. und 12 Min.
  • Episode 12: Speech to Text
    Oct 22 2025

    OpenAI's "Atlas" browser is seen as a strategic move to secure market share, with some calling it a "Chrome killer". By owning a piece of the web browser, OpenAI gains leverage in the search market, challenging Google. The browser's key feature is using the current web page as context for AI queries, effectively turning it into a "true super assistant". This represents a shift in the AI boom from the race for the best LLM performance to securing dominance in agentic applications. Google is countering this by integrating a Gemini button into Chrome that includes page context in searches.

    Anthropic is also moving into the application space, releasing Cloud Code for the web, allowing users to delegate coding tasks directly from their browser to an Anthropic-managed cloud infrastructure. This further solidifies the trend toward a more declarative style of software engineering.

    AI has accelerated the development of speech-to-text technology, moving it beyond older applications like Dragon Naturally Speaking. New, highly accurate cloud-based tools (like Whisper Flow and Voicy) are now available.

    The primary benefit is a massive productivity gain, increasing input speed from an average typing rate of 40-50 words per minute to 150-200 words per minute when speaking. This speed enables a new style of interaction: the "rambling speech-to-text prompt".

    Unlike traditional search, where concise keyword searching is key , LLMs benefit from rambling because the additional context is additive. The LLM can follow the user's thought process and dismiss earlier ideas for later ones, making the output significantly better than a lazy prompt.

    Security Warning: Cloud-based speech-to-text sends data over the web. Features like automatic context finding, which look at your screen for context (e.g., variable names or email content), pose a serious security risk and should be avoided with sensitive data.

    The KiLLM Chain is an example of an indirect prompt injection attack. As LLM agents read external data (like product reviews on a website), a malicious user could embed a harmful command (e.g., "delete my account now") in the user-generated content. The LLM, treating the review as context, might be tricked into execution.

    Defenses include wrapping external data with metadata to define its source in the LLM's context. Fundamentally, you must apply the principle of least privilege: never give the LLM the ability to take an action you don't want it to take. Necessary safeguards include guardrails and a human-in-the-loop approval process for potentially dangerous steps.

    AI is disrupting the movie industry, with costs potentially being reduced by up to ninety percent. The appearance of Tilly Norwood, an AI-generated actress, highlights the trend of using AI likenesses.

    For brands, AI actors offer high margins and lower risk compared to human talent. This shift is analogous to the one occurring in software engineering: the Director (the architect/product manager) gains more control over their creative vision, while the value of the individual Actor (the coder) who executes the work decreases. The focus moves from execution to vision and product-level thinking.

    Mehr anzeigen Weniger anzeigen
    1 Std. und 11 Min.