Podcasts about github copilot

  • 540PODCASTS
  • 1,079EPISODES
  • 55mAVG DURATION
  • 1DAILY NEW EPISODE
  • Oct 9, 2025LATEST

POPULARITY

20172018201920202021202220232024


Best podcasts about github copilot

Show all podcasts related to github copilot

Latest podcast episodes about github copilot

Scrum Master Toolbox Podcast
From Deterministic to AI-Driven—The New Paradigm of Software Development | Markus Hjort

Scrum Master Toolbox Podcast

Play Episode Listen Later Oct 9, 2025 44:17


AI Assisted Coding: From Deterministic to AI-Driven—The New Paradigm of Software Development, With Markus Hjort In this BONUS episode, we dive deep into the emerging world of AI-assisted coding with Markus Hjort, CTO of Bitmagic. Markus shares his hands-on experience with what's being called "vibe coding" - a paradigm shift where developers work more like technical product owners, guiding AI agents to produce code while focusing on architecture, design patterns, and overall system quality. This conversation explores not just the tools, but the fundamental changes in how we approach software engineering as a team sport. Defining Vibecoding: More Than Just Autocomplete "I'm specifying the features by prompting, using different kinds of agentic tools. And the agent is producing the code. I will check how it works and glance at the code, but I'm a really technical product owner." Vibecoding represents a spectrum of AI-assisted development approaches. Markus positions himself between pure "vibecoding" (where developers don't look at code at all) and traditional coding. He produces about 90% of his code using AI tools, but maintains technical oversight by reviewing architectural patterns and design decisions. The key difference from traditional autocomplete tools is the shift from deterministic programming languages to non-deterministic natural language prompting, which requires an entirely different way of thinking about software development. The Paradigm Shift: When AI Changed Everything "It's a different paradigm! Looking back, it started with autocomplete where Copilot could implement simple functions. But the real change came with agentic coding tools like Cursor and Claude Code." Markus traces his journey through three distinct phases. First came GitHub Copilot's autocomplete features for simple functions - helpful but limited. Next, ChatGPT enabled discussing architectural problems and getting code suggestions for unfamiliar technologies. The breakthrough arrived with agentic tools like Cursor and Claude Code that can autonomously implement entire features. This progression mirrors the historical shift from assembly to high-level languages, but with a crucial difference: the move from deterministic to non-deterministic communication with machines. Where Vibecoding Works Best: Knowing Your Risks "I move between different levels as I go through different tasks. In areas like CSS styling where I'm not very professional, I trust the AI more. But in core architecture where quality matters most, I look more thoroughly." Vibecoding effectiveness varies dramatically by context. Markus applies different levels of scrutiny based on his expertise and the criticality of the code. For frontend work and styling where he has less expertise, he relies more heavily on AI output and visual verification. For backend architecture and core system components, he maintains closer oversight. This risk-aware approach is essential for startup environments where developers must wear multiple hats. The beauty of this flexibility is that AI enables developers to contribute meaningfully across domains while maintaining appropriate caution in critical areas. Teaching Your Tools: Making AI-Assisted Coding Work "You first teach your tool to do the things you value. Setting system prompts with information about patterns you want, testing approaches you prefer, and integration methods you use." Success with AI-assisted coding requires intentional configuration and practice. Key strategies include: System prompts: Configure tools with your preferred patterns, testing approaches, and architectural decisions Context management: Watch context length carefully; when the AI starts making mistakes, reset the conversation Checkpoint discipline: Commit working code frequently to Git - at least every 30 minutes, ideally after every small working feature Dual AI strategy: Use ChatGPT or Claude for architectural discussions, then bring those ideas to coding tools for implementation Iteration limits: Stop and reassess after roughly 5 failed iterations rather than letting AI continue indefinitely Small steps: Split features into minimal increments and commit each piece separately In this segment we refer to the episode with Alan Cyment on AI Assisted Coding, and the Pachinko coding anti-pattern.  Team Dynamics: Bigger Chunks and Faster Coordination "The speed changes a lot of things. If everything goes well, you can produce so much more stuff. So you have to have bigger tasks. Coordination changes - we need bigger chunks because of how much faster coding is." AI-assisted coding fundamentally reshapes team workflows. The dramatic increase in coding speed means developers need larger, more substantial tasks to maintain flow and maximize productivity. Traditional approaches of splitting stories into tiny tasks become counterproductive when implementation speed increases 5-10x. This shift impacts planning, requiring teams to think in terms of complete features rather than granular technical tasks. The coordination challenge becomes managing handoffs and integration points when individuals can ship significant functionality in hours rather than days. The Non-Deterministic Challenge: A New Grammar "When you're moving from low-level language to higher-level language, they are still deterministic. But now with LLMs, it's not deterministic. This changes how we have to think about coding completely." The shift to natural language prompting introduces fundamental uncertainty absent from traditional programming. Unlike the progression from assembly to C to Python - all deterministic - working with LLMs means accepting probabilistic outputs. This requires developers to adopt new mental models: thinking in terms of guidance rather than precise instructions, maintaining checkpoints for rollback, and developing intuition for when AI is "hallucinating" versus producing valid solutions. Some developers struggle with this loss of control, while others find liberation in focusing on what to build rather than how to build it. Code Reviews and Testing: What Changes? "With AI, I spend more time on the actual product doing exploratory testing. The AI is doing the coding, so I can focus on whether it works as intended rather than syntax and patterns." Traditional code review loses relevance when AI generates syntactically correct, pattern-compliant code. The focus shifts to testing actual functionality and user experience. Markus emphasizes: Manual exploratory testing becomes more important as developers can't rely on having written and understood every line Test discipline is critical - AI can write tests that always pass (assert true), so verification is essential Test-first approach helps ensure tests actually verify behavior rather than just existing Periodic test validation: Randomly modify test outputs to verify they fail when they should Loosening review processes to avoid bottlenecks when code generation accelerates dramatically Anti-Patterns and Pitfalls to Avoid Several common mistakes emerge when developers start with AI-assisted coding: Continuing too long: When AI makes 5+ iterations without progress, stop and reset rather than letting it spiral Skipping commits: Without frequent Git checkpoints, recovery from AI mistakes becomes extremely difficult Over-reliance without verification: Trusting AI-generated tests without confirming they actually test something meaningful Ignoring context limits: Continuing to add context until the AI becomes confused and produces poor results Maintaining traditional task sizes: Splitting work too granularly when AI enables completing larger chunks Forgetting exploration: Reading about tools rather than experimenting hands-on with your own projects The Future: Autonomous Agents and Automatic Testing "I hope that these LLMs will become larger context windows and smarter. Tools like Replit are pushing boundaries - they can potentially do automatic testing and verification for you." Markus sees rapid evolution toward more autonomous development agents. Current trends include: Expanded context windows enabling AI to understand entire codebases without manual context curation Automatic testing generation where AI not only writes code but also creates and runs comprehensive test suites Self-verification loops where agents test their own work and iterate without human intervention Design-to-implementation pipelines where UI mockups directly generate working code Agentic tools that can break down complex features autonomously and implement them incrementally The key insight: we're moving from "AI helps me code" to "AI codes while I guide and verify" - a fundamental shift in the developer's role from implementer to architect and quality assurance. Getting Started: Experiment and Learn by Doing "I haven't found a single resource that covers everything. My recommendation is to try Claude Code or Cursor yourself with your own small projects. You don't know the experience until you try it." Rather than pointing to comprehensive guides (which don't yet exist for this rapidly evolving field), Markus advocates hands-on experimentation. Start with personal projects where stakes are low. Try multiple tools to understand their strengths. Build intuition through practice rather than theory. The field changes so rapidly that reading about tools quickly becomes outdated - but developing the mindset and practices for working with AI assistance provides durable value regardless of which specific tools dominate in the future. About Markus Hjort Markus is Co-founder and CTO of Bitmagic, and has over 20 years of software development expertise. Starting with Commodore 64 game programming, his career spans gaming, fintech, and more. As a programmer, consultant, agile coach, and leader, Markus has successfully guided numerous tech startups from concept to launch. You can connect with Markus Hjort on LinkedIn.

ITSPmagazine | Technology. Cybersecurity. Society
When the Coders Don't Code: What Happens When AI Coding Tools Go Dark? | A Musing On the Future of Cybersecurity with Sean Martin and TAPE9 | Read by TAPE9

ITSPmagazine | Technology. Cybersecurity. Society

Play Episode Listen Later Oct 8, 2025 9:35


In this issue of the Future of Cyber newsletter, Sean Martin digs into a topic that's quietly reshaping how software gets built—and how it breaks: the rise of AI-powered coding tools like ChatGPT, Claude, and GitHub Copilot.These tools promise speed, efficiency, and reduced boilerplate—but what are the hidden trade-offs? What happens when the tools go offline, or when the systems built through them are so abstracted that even the engineers maintaining them don't fully understand what they're working with?Drawing from conversations across the cybersecurity, legal, and developer communities—including a recent legal tech conference where law firms are empowering attorneys to “vibe code” internal tools—this article doesn't take a hard stance. Instead, it raises urgent questions:Are we creating shadow logic no one can trace?Do developers still understand the systems they're shipping?What happens when incident response teams face AI-generated code with no documentation?Are AI-generated systems introducing silent fragility into critical infrastructure?The piece also highlights insights from a recent podcast conversation with security architect Izar Tarandach, who compares AI coding to junior development: fast and functional, but in need of serious oversight. He warns that organizations rushing to automate development may be building brittle systems on shaky foundations, especially when security practices are assumed rather than applied.This is not a fear-driven screed or a rejection of AI. Rather, it's a call to assess new dependencies, rethink development accountability, and start building contingency plans before outages, hallucinations, or misconfigurations force the issue.If you're a CISO, developer, architect, risk manager—or anyone involved in software delivery or security—this article is designed to make you pause, think, and ideally, respond.

Lenny's Podcast: Product | Growth | Career
How to find hidden growth opportunities in your product | Albert Cheng (Duolingo, Grammarly, Chess.com)

Lenny's Podcast: Product | Growth | Career

Play Episode Listen Later Oct 5, 2025 85:25


Albert Cheng has led growth at three of the world's most successful consumer subscription companies: Duolingo, Grammarly, and Chess.com. A former Google product manager (and serious pianist!), Albert developed a unique approach to finding and scaling growth opportunities through rapid experimentation and deep user psychology. His teams run 1,000 experiments a year, discovering counterintuitive insights that have driven tens of millions in revenue.What you'll learn:1. How to use the explore-exploit framework to find new growth opportunities2. How showing premium features to free users doubled Grammarly's upgrades to paid plans3. What good retention looks like for a consumer subscription app4. Why resurrected users drive 80% of mature product growth5. Why “reverse trials” work better than time-based trials6. The three pillars of successful gamification: core loop, metagame, and profile —Brought to you by:Vanta—Automate compliance. Simplify security.Jira Product Discovery—Confidence to build the right thingMiro—A collaborative visual platform where your best work comes to life—Where to find Albert Cheng:• X: https://x.com/albertc248• LinkedIn: https://www.linkedin.com/in/albertcheng1/• Chess.com: https://www.chess.com/member/Goniners—Where to find Lenny:• Newsletter: https://www.lennysnewsletter.com• X: https://twitter.com/lennysan• LinkedIn: https://www.linkedin.com/in/lennyrachitsky/—Referenced:• How Duolingo reignited user growth: https://www.lennysnewsletter.com/p/how-duolingo-reignited-user-growth• Inside ChatGPT: The fastest-growing product in history | Nick Turley (Head of ChatGPT at OpenAI): https://www.lennysnewsletter.com/p/inside-chatgpt-nick-turley• Explore vs. Exploit: https://brianbalfour.com/quick-takes/explore-vs-exploit• Grammarly: https://www.grammarly.com/• Reforge: https://www.reforge.com/• Chess.com: https://www.chess.com/• Everyone's an engineer now: Inside v0's mission to create a hundred million builders | Guillermo Rauch (founder & CEO of Vercel, creators of v0 and Next.js): https://www.lennysnewsletter.com/p/everyones-an-engineer-now-guillermo-rauch• Building Lovable: $10M ARR in 60 days with 15 people | Anton Osika (CEO and co-founder): https://www.lennysnewsletter.com/p/building-lovable-anton-osika• Figma: https://www.figma.com/• Cursor: https://cursor.com/• The rise of Cursor: The $300M ARR AI tool that engineers can't stop using | Michael Truell (co-founder and CEO): https://www.lennysnewsletter.com/p/the-rise-of-cursor-michael-truell• Claude Code: https://www.anthropic.com/claude-code• GitHub Copilot: https://github.com/features/copilot• Noam Lovinsky on LinkedIn: https://www.linkedin.com/in/noaml/• The happiness and pain of product management | Noam Lovinsky (Grammarly, Facebook, YouTube, Thumbtack): https://www.lennysnewsletter.com/p/the-happiness-and-pain-of-product• Kyla Siedband on LinkedIn: https://www.linkedin.com/in/kylasiedband/• The Duolingo handbook: https://blog.duolingo.com/handbook/• Lenny's post on X about the Duolingo handbook: https://x.com/lennysan/status/1889008405584683091• The rituals of great teams | Shishir Mehrotra of Coda, YouTube, Microsoft: https://www.lennysnewsletter.com/p/the-rituals-of-great-teams-shishir• Duolingo on TikTok: https://www.tiktok.com/@duolingo• Kasparov vs. Deep Blue | The Match That Changed History: https://www.chess.com/article/view/deep-blue-kasparov-chess• Magnus Carlsen: https://en.wikipedia.org/wiki/Magnus_Carlsen• Elo rating system: https://www.chess.com/terms/elo-rating-chess• Stockfish: https://en.wikipedia.org/wiki/Stockfish_(chess)• AlphaGo on Prime Video: https://www.primevideo.com/detail/AlphaGo/0KNQHKKDAOE8OCYKQS9WSSDYN0• Statsig: https://www.statsig.com/• The State of Product in 2026: Navigating Change, Challenge, and Opportunity: https://www.atlassian.com/blog/announcements/state-of-product-2026• Erik Allebest on LinkedIn: https://www.linkedin.com/in/erikallebest/• Daniel Rensch on X: https://x.com/danielrensch• Chariot: https://en.wikipedia.org/wiki/Chariot_(company)• San Francisco 49ers: https://www.49ers.com/• Breville Barista Express: https://www.breville.com/en-us/product/bes870—Recommended books:• Snuggle Puppy!: A Little Love Song: https://www.amazon.com/Snuggle-Puppy-Little-Boynton-Board/dp/1665924985• Ogilvy on Advertising: https://www.amazon.com/Ogilvy-Advertising-David/dp/039472903X• Dark Squares: How Chess Saved My Life: https://www.amazon.com/Dark-Squares-Chess-Saved-Life/dp/1541703286—Production and marketing by https://penname.co/. For inquiries about sponsoring the podcast, email podcast@lennyrachitsky.com.Lenny may be an investor in the companies discussed. To hear more, visit www.lennysnewsletter.com

Develpreneur: Become a Better Developer and Entrepreneur
Coding Options: No-Code, Low-Code & AI Vibe

Develpreneur: Become a Better Developer and Entrepreneur

Play Episode Listen Later Oct 2, 2025 33:40


Season 26 of the Building Better Developers podcast is all about Building Better Foundations. In Episode 2, hosts Rob Broadhead and Michael Meloche explore today's most flexible coding options—no-code, low-code, and a rising trend called vibe coding. Understanding Modern Coding Options Software creation no longer requires writing every line by hand. Today's coding options range from drag-and-drop builders to AI-generated code, giving teams new ways to move quickly from idea to launch. No-Code Coding Options for Rapid Builds No-code platforms enable you to assemble applications visually using pre-built components and workflows—ideal for creating landing pages, prototypes, or internal dashboards. The trade-offs for this coding option are scalability, security, and platform lock-in. Low-Code Coding Options for Integrated Workflows Low-code combines visual design with the ability to add custom logic where needed. Need email integration or payment processing? This coding option strikes a balance between speed and targeted customization. Even Excel with VBA macros fits here. Vibe Coding: The AI-Driven Coding Option Vibe coding utilizes large-language-model assistants, such as GitHub Copilot and ChatGPT, to generate code from natural language prompts. Treated like a junior developer, this coding option is powerful for prototypes and boilerplate but still requires human review and testing. Choosing the Right Coding Option Match project goals to the best coding option: Fast MVP or marketing site: No-code. Workflows that need integrations: Low-code. Quick prototypes or repetitive tasks: Vibe coding with code reviews. Scaling and Securing Your Coding Options Regardless of which coding option you start with, protect the future: Document architecture and dependencies early. Pin framework and library versions to avoid drift. Run security and performance tests with real data. Budget time for manual reviews—even when AI writes the code. Final Thoughts on Coding Options The expanding menu of coding options gives developers unprecedented flexibility. No-code speeds experiments, low-code balances speed with control, and vibe coding adds AI power. By understanding each approach's strengths and limits, you can launch quickly while building a foundation that lasts. Stay Connected: Join the Developreneur Community We invite you to join our community and share your coding journey with us. Whether you're a seasoned developer or just starting, there's always room to learn and grow together. Contact us at info@develpreneur.com with your questions, feedback, or suggestions for future episodes. Together, let's continue exploring the exciting world of software development. Additional Resources Developer Career Growth: Breaking Through Stagnation Dealing with Legacy Code: When to Let Go and Start Anew Code Refactoring: Maintaining Clean, Efficient Code The Developer Journey Videos – With Bonus Content Building Better Developers With AI Podcast Videos – With Bonus Content

INspired INsider with Dr. Jeremy Weisz
[Top Agency Series] The Art of Strategic Software Partnerships With Alex Natskovich

INspired INsider with Dr. Jeremy Weisz

Play Episode Listen Later Sep 30, 2025 47:08


Alex Natskovich is the Founder and CEO of MEV, LLC, a technology services firm that builds custom software and modernizes digital systems for life sciences, real estate, and pharma companies. With over 20 years in software engineering, he has led 200+ projects across diverse industries and specializes in distributed systems, cloud computing, and large-scale data processing. Under his leadership, MEV has delivered major projects for clients such as Cartier, Novo Nordisk, and Daiichi Sankyo. In this episode… Surviving economic chaos can forge an entrepreneurial spirit that thrives in uncertainty. What lessons can be drawn from growing up in a place where scarcity and improvisation are part of daily life, and how do those lessons translate into building successful teams and technology today? Alex Natskovich, a veteran software engineer and product leader, believes resilience and resourcefulness are the foundation of innovation. He shares how early hardships taught him to adapt quickly, think creatively, and focus on core values when hiring talent. From avoiding common product pitfalls, like untested assumptions and weak data privacy, to embracing AI tools such as GitHub Copilot and Fireflies for smarter development, his insights reveal how to build scalable, market-ready products. These experiences underscore the importance of aligning strategy, technology, and culture to win in competitive markets. In this episode of the Inspired Insider Podcast, Dr. Jeremy Weisz sits down with Alex Natskovich, Founder and CEO of MEV, to discuss how early-life resilience shaped his leadership in software development. He explores hiring based on core values over technical skills, lessons from guiding Hawaii Information Service's MLS platform overhaul, and the impact of AI on client expectations and product development.

.NET in pillole
312 - Insegna a GitHub Copilot il tuo stile di codice

.NET in pillole

Play Episode Listen Later Sep 29, 2025 20:12


In questa puntata ti parlo di come utilizzare i file di prompt e di instructions in Visual Studio per personalizzare GitHub Copilot, rendendolo più aderente alle regole del tuo progetto e più utile nelle attività ripetitive, con esempi pratici in C# e Blazor.https://github.com/github/awesome-copilothttps://devblogs.microsoft.com/dotnet/prompt-files-and-instructions-files-explained/https://code.visualstudio.com/docs/copilot/customization/custom-instructions#copilot #visualstudio #github #podcast #dotnetinpillole

Vanishing Gradients
Episode 59: Patterns and Anti-Patterns For Building with AI

Vanishing Gradients

Play Episode Listen Later Sep 23, 2025 47:37


John Berryman (Arcturus Labs; early GitHub Copilot engineer; co-author of Relevant Search and Prompt Engineering for LLMs) has spent years figuring out what makes AI applications actually work in production. In this episode, he shares the “seven deadly sins” of LLM development — and the practical fixes that keep projects from stalling. From context management to retrieval debugging, John explains the patterns he's seen succeed, the mistakes to avoid, and why it helps to think of an LLM as an “AI intern” rather than an all-knowing oracle. We talk through: - Why chasing perfect accuracy is a dead end - How to use agents without losing control - Context engineering: fitting the right information in the window - Starting simple instead of over-orchestrating - Separating retrieval from generation in RAG - Splitting complex extractions into smaller checks - Knowing when frameworks help — and when they slow you down A practical guide to avoiding the common traps of LLM development and building systems that actually hold up in production. LINKS: Context Engineering for AI Agents, a free, upcoming lightning lesson from John and Hugo (https://maven.com/p/4485aa/context-engineering-for-ai-agents) The Hidden Simplicity of GenAI Systems, a previous lightning lesson from John and Hugo (https://maven.com/p/a8195d/the-hidden-simplicity-of-gen-ai-systems) Roaming RAG – RAG without the Vector Database, by John (https://arcturus-labs.com/blog/2024/11/21/roaming-rag--rag-without-the-vector-database/) Cut the Chit-Chat with Artifacts, by John (https://arcturus-labs.com/blog/2024/11/11/cut-the-chit-chat-with-artifacts/) Prompt Engineering for LLMs by John and Albert Ziegler (https://amzn.to/4gChsFf) Relevant Search by John and Doug Turnbull (https://amzn.to/3TXmDHk) Arcturus Labs (https://arcturus-labs.com/) Watch the podcast on YouTube (https://youtu.be/mKTQGKIUq8M) Upcoming Events on Luma (https://lu.ma/calendar/cal-8ImWFDQ3IEIxNWk)

Hashtag Trending
Judges Slam Lawyers For Phoney ChatGPT Documents

Hashtag Trending

Play Episode Listen Later Sep 23, 2025 17:27 Transcription Available


Hashtag Trending: Nvidia's Massive Investment in OpenAI, AI Job Disruptions, Legal Missteps with AI, and Microsoft's Surprising Choice for Coding In this episode of Hashtag Trending, host Jim Love reports on various critical events and developments in the tech world. Key topics include a cyber attack affecting European airports and a physical disruption in the US, both revealing weaknesses in aging aviation systems. Nvidia announces a $100 billion investment in OpenAI, raising questions about its benefits. Legal professionals increasingly cite fake AI-generated cases, with significant penalties from courts. OpenAI's Sam Altman predicts customer service jobs will be the first to fall to AI, leading to significant job market shifts. Lastly, Microsoft surprises by choosing Anthropic's Claude over OpenAI's GPT-4 for its GitHub Copilot coding tasks, despite a substantial investment in OpenAI. The episode underscores the rapid, sometimes chaotic, advancements in AI and their broad impacts. 00:00 Introduction and Sponsor Message 01:05 Air Travel Chaos: Cyber Attacks and Aging Infrastructure 03:14 Nvidia's Massive Investment in OpenAI 07:28 AI Hallucinations in Legal Cases 10:34 The Future of Customer Service Jobs and AI 13:43 Microsoft's Surprising Choice for GitHub Copilot 16:31 Conclusion and Listener Engagement

Rails with Jason
268 - Joel Drapper

Rails with Jason

Play Episode Listen Later Sep 22, 2025 95:46 Transcription Available


In this episode I talk with Joel Drapper about open source development, the joy of coding without constraints, AI tools like GitHub Copilot, and our shared discomfort with the phrase "duplication is better than the wrong abstraction." We explore abstraction, technical debt versus "technical poison," and our mutual search for high-quality work environments.Joel Drapper on LinkedInPhlexNonsense MonthlySaturnCI

.NET in pillole
311 - AI e programmatori alle prime armi: alleato o scorciatoia pericolosa?

.NET in pillole

Play Episode Listen Later Sep 22, 2025 22:24


In questa puntata ti parlo di come strumenti come GitHub Copilot e ChatGPT stiano cambiando il modo in cui studenti e programmatori alle prime armi imparano a scrivere codice. Vediamo insieme vantaggi, rischi e consigli pratici per usare l'AI come alleato formativo senza cadere nella trappola della dipendenza o della comprensione superficiale.https://arxiv.org/html/2506.10051v1https://youtu.be/gieL0bxyTUU?si=MX-vqyiLFh2JmpO9#copilot #ChatGpt #development #podcast #dotnetinpillole

Effekten: digitalisering - kunskap
Vad är Vibe coding? Miguel förklarar framtidens kodning (# 235)

Effekten: digitalisering - kunskap

Play Episode Listen Later Sep 22, 2025 23:11


"Hypen är här, viben är här." Jonas Jaani intervjuar och kommenterar detta avsnitt av Effekten. Ämnet är vibecoding, ett begrepp som susar genom branschen just nu. För att reda ut vad det egentligen innebär gästas podden av Miguel Sjunnesson Exposito från Sogeti, som delar med sig av sina närmast revolutionerande upplevelser. Och det blir snabbt tydligt att vibecoding är mer än bara ett nytt verktyg – det är en känsla, ett "mindshift". "Jag känner mig som Professor Balthazar" Så vad är vibecoding? För Miguel, med sin bakgrund som kodare, handlar det om att använda sin intuition för att lösa problem på ett helt nytt sätt. "Jag nyttjar min intuition och jag får skapa glädje," förklarar Miguel. "Jag känner mig faktiskt som professor Baltasar när jag vibecodar." I praktiken innebär det att han skriver en prompt, en önskan om vad som ska skapas och låter AI:n generera koden. Han går inte in och ändrar i själva koden, utan fortsätter istället att prompta. "Jag pratar med min polare, helt enkelt," säger han. Jonas Jaani flikar in med sin egen "wow"-upplevelse: att kunna få upp en hel minisajt, med både kod och innehåll, på bara tio minuter. Från noll till expert på en timme Det är när Miguel berättar om sina konkreta projekt som kraften i vibecoding verkligen blir tydlig. Han beskriver hur en kollega ville förstå bildanalys, ett ämne Miguel själv inte hade någon erfarenhet av. Med hjälp av GitHub Copilot (som han kallar "polaren Per") i Visual Studio Code lyckades han på en timme göra följande: Installera hela den nödvändiga virtuella miljön. Skapa ett program som identifierade alla 26 ansikten på Svenska damlandslagets lagfoto (tog 1,5 minut). Analysera en film och räkna antalet människor och fordon i realtid. Aktivera sin webbkamera för att identifiera ett ansikte och avgöra om personen var glad eller ledsen, samt gissa åldern. "Hjärnan, det bara sprutar i hjärnan. Man vill bara göra mer och mer grejer," skrattar Miguel. "Det där hade tagit lång tid för mig... Jag tror inte ens jag hade kommit dit." Dessutom kunde han be "polaren Per" att förklara koden i detalj och lägga in kommentarer – på svenska. Han fick en senior expert i ämnet bredvid sig, omedelbart. En hel dataplattform före middagen Om exemplet med bildanalys var imponerande, är nästa projekt nästan svindlande. Miguel fick i uppdrag att testa att bygga en end-to-end dataplattform för fordonsdata med Microsoft Fabric. Han kände till begrepp som "Data Lake" och "IoT Hub", men var långt ifrån expert. Genom att prompta sig fram byggde han, steg för steg: En fordonsdatasimulator i .NET. Kopplingen som skickade datat till en IoT-hubb. Hela datalake-strukturen (där AI:n förklarade "medaljong-arkitekturen" från brons till guld). Rapporter i Power BI som visade datat. Total tid för att få upp en fungerande prototyp: sju timmar. "Det hade tagit mig flera veckor," konstaterar Miguel. Är det bara "fort och fel"? Här lyfter Jonas en viktig invändning: Blev det inte bara "fort och fel"? Hur är det med kvalitet, säkerhet och förvaltning? Miguel är noga med att poängtera skillnaden mellan en prototyp och en färdig produkt. "Jag är ju väldigt medveten om att den här lösningen... inte är hållbar i det skicket. För det krävs ju så många, många fler lager," säger han. Men det är inte poängen. Värdet ligger i att kraftigt accelerera fasen från idé till prototyp. Man kan snabbt validera koncept, lära sig nya domäner och sedan ta in experterna för att granska och kvalitetssäkra. Det "demokratiserar kodningen". Koden som genererades inom hans expertområde (.NET) bedömde han var "minst lika bra, kanske till och med bättre" än vad han själv hade skrivit. Uppmaningen: "Experimentera!" Så, var lämnar detta oss? Utvecklingen går i en rasande takt. Verktygen som finns idag är ljusår från vad som fanns för bara ett år sedan. Miguels viktigaste råd till alla – oavsett om du är utvecklare, projektledare,

Windows Weekly (MP3)
WW 950: Coding Makes Me Cry - Will Microsoft Listen to Consumer Reports' Plea?

Windows Weekly (MP3)

Play Episode Listen Later Sep 17, 2025 163:09 Transcription Available


With Windows 10's end-of-life looming, Paul and Leo dissect the real risks, questionable hardware requirements, and whether dumping old PCs in landfills is an acceptable trade-off for modern security. Plus, why is Apple finally buying up touchscreen displays for MacBooks after years of resistance, and what could that mean for the future of both Mac and Windows hardware? Windows Consumer Reports asks Microsoft to continue Windows 10 support Reminder: Windows 11 25H2 ISOs are available... x64 only, in Insider Preview. Arm version is from Dev channel and is a VHDX Dev (25H2) and Beta (24H2) - Copilot prompt in Click to Do, Prompt recommendations in Start, controller navigation for gaming handhelds, SCOOBE, agents in the Store, more Release Preview (24H2 AND 25H2) - Click to Do table detection, action tags, and Summarize improvements; agent in Settings improvements, Hardware indicator improvements, more Quick Machine Recovery is a solid addition to your recovery toolbox Microsoft releases Windows 365 Cloud Apps in Preview A MacBook with a touch screen? Oh the irony Microsoft 365 Microsoft finally settles Teams antitrust case with EU and you're not going to believe what happens next Microsoft 365 desktop apps (i.e. "Office") gets Copilot chat even for free - Web grounded? That's ungrounded, right? Microsoft 365 commercial pulls in previously separate sales, service, and financial services Outlook Lite is heading off to a farm to chase rabbits No more Office file editing in Microsoft 365 Copilot app for iPhone and iPad AI OpenAI and Microsoft hint at another major restructuring of their partnership Auto AI model selection comes to Visual Studio Code. Your orchestration is showing Visual Studio 2026 on .NET Rocks and the recent news about configuring GitHub Copilot in VS 20xx. Hardware October is going to be a big month for new hardware Apple rumored for October Google Home on October 1 with Gemini Amazon devices (September 30, close enough) Where are the next-gen PC chips? Xbox & games Third-party store integration comes to Xbox app on Windows Microsoft kicks off another big half month for Xbox Game Pass Epic Games can't stop beating Google in court Tips & Picks Tip of the week: Improve Windows 11 security App pick of the week: Google app for Windows Hosts: Leo Laporte and Paul Thurrott Download or subscribe to Windows Weekly at https://twit.tv/shows/windows-weekly Check out Paul's blog at thurrott.com The Windows Weekly theme music is courtesy of Carl Franklin. Join Club TWiT for Ad-Free Podcasts! Support what you love and get ad-free shows, a members-only Discord, and behind-the-scenes access. Join today: https://twit.tv/clubtwit Sponsors: uscloud.com helixsleep.com/twit

All TWiT.tv Shows (MP3)
Windows Weekly 950: Coding Makes Me Cry

All TWiT.tv Shows (MP3)

Play Episode Listen Later Sep 17, 2025 163:09 Transcription Available


With Windows 10's end-of-life looming, Paul and Leo dissect the real risks, questionable hardware requirements, and whether dumping old PCs in landfills is an acceptable trade-off for modern security. Plus, why is Apple finally buying up touchscreen displays for MacBooks after years of resistance, and what could that mean for the future of both Mac and Windows hardware? Windows Consumer Reports asks Microsoft to continue Windows 10 support Reminder: Windows 11 25H2 ISOs are available... x64 only, in Insider Preview. Arm version is from Dev channel and is a VHDX Dev (25H2) and Beta (24H2) - Copilot prompt in Click to Do, Prompt recommendations in Start, controller navigation for gaming handhelds, SCOOBE, agents in the Store, more Release Preview (24H2 AND 25H2) - Click to Do table detection, action tags, and Summarize improvements; agent in Settings improvements, Hardware indicator improvements, more Quick Machine Recovery is a solid addition to your recovery toolbox Microsoft releases Windows 365 Cloud Apps in Preview A MacBook with a touch screen? Oh the irony Microsoft 365 Microsoft finally settles Teams antitrust case with EU and you're not going to believe what happens next Microsoft 365 desktop apps (i.e. "Office") gets Copilot chat even for free - Web grounded? That's ungrounded, right? Microsoft 365 commercial pulls in previously separate sales, service, and financial services Outlook Lite is heading off to a farm to chase rabbits No more Office file editing in Microsoft 365 Copilot app for iPhone and iPad AI OpenAI and Microsoft hint at another major restructuring of their partnership Auto AI model selection comes to Visual Studio Code. Your orchestration is showing Visual Studio 2026 on .NET Rocks and the recent news about configuring GitHub Copilot in VS 20xx. Hardware October is going to be a big month for new hardware Apple rumored for October Google Home on October 1 with Gemini Amazon devices (September 30, close enough) Where are the next-gen PC chips? Xbox & games Third-party store integration comes to Xbox app on Windows Microsoft kicks off another big half month for Xbox Game Pass Epic Games can't stop beating Google in court Tips & Picks Tip of the week: Improve Windows 11 security App pick of the week: Google app for Windows Hosts: Leo Laporte and Paul Thurrott Download or subscribe to Windows Weekly at https://twit.tv/shows/windows-weekly Check out Paul's blog at thurrott.com The Windows Weekly theme music is courtesy of Carl Franklin. Join Club TWiT for Ad-Free Podcasts! Support what you love and get ad-free shows, a members-only Discord, and behind-the-scenes access. Join today: https://twit.tv/clubtwit Sponsors: uscloud.com helixsleep.com/twit

Radio Leo (Audio)
Windows Weekly 950: Coding Makes Me Cry

Radio Leo (Audio)

Play Episode Listen Later Sep 17, 2025 150:23 Transcription Available


With Windows 10's end-of-life looming, Paul and Leo dissect the real risks, questionable hardware requirements, and whether dumping old PCs in landfills is an acceptable trade-off for modern security. Plus, why is Apple finally buying up touchscreen displays for MacBooks after years of resistance, and what could that mean for the future of both Mac and Windows hardware? Windows Consumer Reports asks Microsoft to continue Windows 10 support Reminder: Windows 11 25H2 ISOs are available... x64 only, in Insider Preview. Arm version is from Dev channel and is a VHDX Dev (25H2) and Beta (24H2) - Copilot prompt in Click to Do, Prompt recommendations in Start, controller navigation for gaming handhelds, SCOOBE, agents in the Store, more Release Preview (24H2 AND 25H2) - Click to Do table detection, action tags, and Summarize improvements; agent in Settings improvements, Hardware indicator improvements, more Quick Machine Recovery is a solid addition to your recovery toolbox Microsoft releases Windows 365 Cloud Apps in Preview A MacBook with a touch screen? Oh the irony Microsoft 365 Microsoft finally settles Teams antitrust case with EU and you're not going to believe what happens next Microsoft 365 desktop apps (i.e. "Office") gets Copilot chat even for free - Web grounded? That's ungrounded, right? Microsoft 365 commercial pulls in previously separate sales, service, and financial services Outlook Lite is heading off to a farm to chase rabbits No more Office file editing in Microsoft 365 Copilot app for iPhone and iPad AI OpenAI and Microsoft hint at another major restructuring of their partnership Auto AI model selection comes to Visual Studio Code. Your orchestration is showing Visual Studio 2026 on .NET Rocks and the recent news about configuring GitHub Copilot in VS 20xx. Hardware October is going to be a big month for new hardware Apple rumored for October Google Home on October 1 with Gemini Amazon devices (September 30, close enough) Where are the next-gen PC chips? Xbox & games Third-party store integration comes to Xbox app on Windows Microsoft kicks off another big half month for Xbox Game Pass Epic Games can't stop beating Google in court Tips & Picks Tip of the week: Improve Windows 11 security App pick of the week: Google app for Windows Hosts: Leo Laporte and Paul Thurrott Download or subscribe to Windows Weekly at https://twit.tv/shows/windows-weekly Check out Paul's blog at thurrott.com The Windows Weekly theme music is courtesy of Carl Franklin. Join Club TWiT for Ad-Free Podcasts! Support what you love and get ad-free shows, a members-only Discord, and behind-the-scenes access. Join today: https://twit.tv/clubtwit Sponsors: uscloud.com helixsleep.com/twit

Windows Weekly (Video HI)
WW 950: Coding Makes Me Cry - Will Microsoft Listen to Consumer Reports' Plea?

Windows Weekly (Video HI)

Play Episode Listen Later Sep 17, 2025 149:53 Transcription Available


With Windows 10's end-of-life looming, Paul and Leo dissect the real risks, questionable hardware requirements, and whether dumping old PCs in landfills is an acceptable trade-off for modern security. Plus, why is Apple finally buying up touchscreen displays for MacBooks after years of resistance, and what could that mean for the future of both Mac and Windows hardware? Windows Consumer Reports asks Microsoft to continue Windows 10 support Reminder: Windows 11 25H2 ISOs are available... x64 only, in Insider Preview. Arm version is from Dev channel and is a VHDX Dev (25H2) and Beta (24H2) - Copilot prompt in Click to Do, Prompt recommendations in Start, controller navigation for gaming handhelds, SCOOBE, agents in the Store, more Release Preview (24H2 AND 25H2) - Click to Do table detection, action tags, and Summarize improvements; agent in Settings improvements, Hardware indicator improvements, more Quick Machine Recovery is a solid addition to your recovery toolbox Microsoft releases Windows 365 Cloud Apps in Preview A MacBook with a touch screen? Oh the irony Microsoft 365 Microsoft finally settles Teams antitrust case with EU and you're not going to believe what happens next Microsoft 365 desktop apps (i.e. "Office") gets Copilot chat even for free - Web grounded? That's ungrounded, right? Microsoft 365 commercial pulls in previously separate sales, service, and financial services Outlook Lite is heading off to a farm to chase rabbits No more Office file editing in Microsoft 365 Copilot app for iPhone and iPad AI OpenAI and Microsoft hint at another major restructuring of their partnership Auto AI model selection comes to Visual Studio Code. Your orchestration is showing Visual Studio 2026 on .NET Rocks and the recent news about configuring GitHub Copilot in VS 20xx. Hardware October is going to be a big month for new hardware Apple rumored for October Google Home on October 1 with Gemini Amazon devices (September 30, close enough) Where are the next-gen PC chips? Xbox & games Third-party store integration comes to Xbox app on Windows Microsoft kicks off another big half month for Xbox Game Pass Epic Games can't stop beating Google in court Tips & Picks Tip of the week: Improve Windows 11 security App pick of the week: Google app for Windows Hosts: Leo Laporte and Paul Thurrott Download or subscribe to Windows Weekly at https://twit.tv/shows/windows-weekly Check out Paul's blog at thurrott.com The Windows Weekly theme music is courtesy of Carl Franklin. Join Club TWiT for Ad-Free Podcasts! Support what you love and get ad-free shows, a members-only Discord, and behind-the-scenes access. Join today: https://twit.tv/clubtwit Sponsors: uscloud.com helixsleep.com/twit

All TWiT.tv Shows (Video LO)
Windows Weekly 950: Coding Makes Me Cry

All TWiT.tv Shows (Video LO)

Play Episode Listen Later Sep 17, 2025 149:53 Transcription Available


With Windows 10's end-of-life looming, Paul and Leo dissect the real risks, questionable hardware requirements, and whether dumping old PCs in landfills is an acceptable trade-off for modern security. Plus, why is Apple finally buying up touchscreen displays for MacBooks after years of resistance, and what could that mean for the future of both Mac and Windows hardware? Windows Consumer Reports asks Microsoft to continue Windows 10 support Reminder: Windows 11 25H2 ISOs are available... x64 only, in Insider Preview. Arm version is from Dev channel and is a VHDX Dev (25H2) and Beta (24H2) - Copilot prompt in Click to Do, Prompt recommendations in Start, controller navigation for gaming handhelds, SCOOBE, agents in the Store, more Release Preview (24H2 AND 25H2) - Click to Do table detection, action tags, and Summarize improvements; agent in Settings improvements, Hardware indicator improvements, more Quick Machine Recovery is a solid addition to your recovery toolbox Microsoft releases Windows 365 Cloud Apps in Preview A MacBook with a touch screen? Oh the irony Microsoft 365 Microsoft finally settles Teams antitrust case with EU and you're not going to believe what happens next Microsoft 365 desktop apps (i.e. "Office") gets Copilot chat even for free - Web grounded? That's ungrounded, right? Microsoft 365 commercial pulls in previously separate sales, service, and financial services Outlook Lite is heading off to a farm to chase rabbits No more Office file editing in Microsoft 365 Copilot app for iPhone and iPad AI OpenAI and Microsoft hint at another major restructuring of their partnership Auto AI model selection comes to Visual Studio Code. Your orchestration is showing Visual Studio 2026 on .NET Rocks and the recent news about configuring GitHub Copilot in VS 20xx. Hardware October is going to be a big month for new hardware Apple rumored for October Google Home on October 1 with Gemini Amazon devices (September 30, close enough) Where are the next-gen PC chips? Xbox & games Third-party store integration comes to Xbox app on Windows Microsoft kicks off another big half month for Xbox Game Pass Epic Games can't stop beating Google in court Tips & Picks Tip of the week: Improve Windows 11 security App pick of the week: Google app for Windows Hosts: Leo Laporte and Paul Thurrott Download or subscribe to Windows Weekly at https://twit.tv/shows/windows-weekly Check out Paul's blog at thurrott.com The Windows Weekly theme music is courtesy of Carl Franklin. Join Club TWiT for Ad-Free Podcasts! Support what you love and get ad-free shows, a members-only Discord, and behind-the-scenes access. Join today: https://twit.tv/clubtwit Sponsors: uscloud.com helixsleep.com/twit

Radio Leo (Video HD)
Windows Weekly 950: Coding Makes Me Cry

Radio Leo (Video HD)

Play Episode Listen Later Sep 17, 2025 149:53 Transcription Available


With Windows 10's end-of-life looming, Paul and Leo dissect the real risks, questionable hardware requirements, and whether dumping old PCs in landfills is an acceptable trade-off for modern security. Plus, why is Apple finally buying up touchscreen displays for MacBooks after years of resistance, and what could that mean for the future of both Mac and Windows hardware? Windows Consumer Reports asks Microsoft to continue Windows 10 support Reminder: Windows 11 25H2 ISOs are available... x64 only, in Insider Preview. Arm version is from Dev channel and is a VHDX Dev (25H2) and Beta (24H2) - Copilot prompt in Click to Do, Prompt recommendations in Start, controller navigation for gaming handhelds, SCOOBE, agents in the Store, more Release Preview (24H2 AND 25H2) - Click to Do table detection, action tags, and Summarize improvements; agent in Settings improvements, Hardware indicator improvements, more Quick Machine Recovery is a solid addition to your recovery toolbox Microsoft releases Windows 365 Cloud Apps in Preview A MacBook with a touch screen? Oh the irony Microsoft 365 Microsoft finally settles Teams antitrust case with EU and you're not going to believe what happens next Microsoft 365 desktop apps (i.e. "Office") gets Copilot chat even for free - Web grounded? That's ungrounded, right? Microsoft 365 commercial pulls in previously separate sales, service, and financial services Outlook Lite is heading off to a farm to chase rabbits No more Office file editing in Microsoft 365 Copilot app for iPhone and iPad AI OpenAI and Microsoft hint at another major restructuring of their partnership Auto AI model selection comes to Visual Studio Code. Your orchestration is showing Visual Studio 2026 on .NET Rocks and the recent news about configuring GitHub Copilot in VS 20xx. Hardware October is going to be a big month for new hardware Apple rumored for October Google Home on October 1 with Gemini Amazon devices (September 30, close enough) Where are the next-gen PC chips? Xbox & games Third-party store integration comes to Xbox app on Windows Microsoft kicks off another big half month for Xbox Game Pass Epic Games can't stop beating Google in court Tips & Picks Tip of the week: Improve Windows 11 security App pick of the week: Google app for Windows Hosts: Leo Laporte and Paul Thurrott Download or subscribe to Windows Weekly at https://twit.tv/shows/windows-weekly Check out Paul's blog at thurrott.com The Windows Weekly theme music is courtesy of Carl Franklin. Join Club TWiT for Ad-Free Podcasts! Support what you love and get ad-free shows, a members-only Discord, and behind-the-scenes access. Join today: https://twit.tv/clubtwit Sponsors: uscloud.com helixsleep.com/twit

Daily Tech Headlines
The US Version of TikTok May Continue To Use The Chinese Algorithm – DTH

Daily Tech Headlines

Play Episode Listen Later Sep 16, 2025


The U.S. version of TikTok may continue to use the Chines version of the Algorithm, a U.S. Court of Appeals denied Google’s request to pause Play Store reforms, and Microsoft is integrating Anthropic’s Claude Sonnet 4 into Visual Studio Code for GitHub Copilot. MP3 Please SUBSCRIBE HERE for free or get DTNS Live ad-free. AContinue reading "The US Version of TikTok May Continue To Use The Chinese Algorithm – DTH"

The New Stack Podcast
ServiceNow Says Windsurf Gave Its Engineers a 10% Productivity Boost

The New Stack Podcast

Play Episode Listen Later Sep 12, 2025 57:39


In this episode of The New Stack Agents, ServiceNow CTO and co-founder Pat Casey discusses why the company runs 90% of its workloads—including AI infrastructure—on its own physical servers rather than the public cloud. ServiceNow maintains GPU hubs across global data centers, enabling efficient, low-latency AI operations. Casey downplays the complexity of running AI models on-prem, noting their team's strong Kubernetes and Triton expertise. The company recently switched from GitHub Copilot to its own AI coding assistant, Windsurf, yielding a 10% productivity boost among 7,000 engineers. However, use of such tools isn't mandatory—performance remains the main metric. Casey also addresses the impact of AI on junior developers, acknowledging that AI tools often handle tasks traditionally assigned to them. While ServiceNow still hires many interns, he sees the entry-level tech job market as increasingly vulnerable. Despite these concerns, Casey remains optimistic, viewing the AI revolution as transformative and ultimately beneficial, though not without disruption or risk.  Learn more from The New Stack about the latest in AI and development in ServiceNow ServiceNow Launches a Control Tower for AI AgentsServiceNow Acquires Data.World To Expand Its AI Data Strategy Join our community of newsletter subscribers to stay on top of the news and at the top of your game. 

Azure Friday (HD) - Channel 9
Azure Code Optimizations

Azure Friday (HD) - Channel 9

Play Episode Listen Later Sep 10, 2025


This week on Azure Friday, Scott Hanselman meets with Jan Kalis to demo Azure Code Optimizations for .NET. See how Azure's AI-driven capabilities help you find real-world performance issues in your apps, ground Copilot suggestions with production data, and even help auto-generate PRs with benchmarked code fixes with GitHub Copilot software agent. Watch the live demo and learn how to level up your .NET performance using insights for your running .NET applications on Azure! Chapters 00:00 - Introduction 00:32 - See how Code Optimizations helps improve app performance 03:00 - Demo – part 1 – Review your Code Optimizations on Azure portal 06:20 - Demo – part 2 – Optimize code with GH Copilot for Azure in VS Code 10:16 - Demo – part 3 – Move faster from insights to PR with GH Copilot software agent Recommended resources Check your Code Optimizations recommendations Documentation Feedback Connect Scott Hanselman | Twitter/X: @SHanselman Jan Kalis | LinkedIn: Jan Kalis Azure Friday | Twitter/X: @AzureFriday Azure | Twitter/X: @Azure

Azure Friday (Audio) - Channel 9
Azure Code Optimizations

Azure Friday (Audio) - Channel 9

Play Episode Listen Later Sep 10, 2025


This week on Azure Friday, Scott Hanselman meets with Jan Kalis to demo Azure Code Optimizations for .NET. See how Azure's AI-driven capabilities help you find real-world performance issues in your apps, ground Copilot suggestions with production data, and even help auto-generate PRs with benchmarked code fixes with GitHub Copilot software agent. Watch the live demo and learn how to level up your .NET performance using insights for your running .NET applications on Azure! Chapters 00:00 - Introduction 00:32 - See how Code Optimizations helps improve app performance 03:00 - Demo – part 1 – Review your Code Optimizations on Azure portal 06:20 - Demo – part 2 – Optimize code with GH Copilot for Azure in VS Code 10:16 - Demo – part 3 – Move faster from insights to PR with GH Copilot software agent Recommended resources Check your Code Optimizations recommendations Documentation Feedback Connect Scott Hanselman | Twitter/X: @SHanselman Jan Kalis | LinkedIn: Jan Kalis Azure Friday | Twitter/X: @AzureFriday Azure | Twitter/X: @Azure

Microsoft Business Applications Podcast
How Copilot Is Saving 40+ Minutes a Day

Microsoft Business Applications Podcast

Play Episode Listen Later Sep 3, 2025 21:56 Transcription Available


HTML All The Things - Web Development, Web Design, Small Business
Web News: Was the Coinbase CEO Too Harsh? (AI Firings)

HTML All The Things - Web Development, Web Design, Small Business

Play Episode Listen Later Aug 30, 2025 32:01


In this edition of the Web News, Matt and Mike discuss Coinbase CEO Brian Armstrong's controversial decision to fire engineers who refused to adopt AI tools like GitHub Copilot and Cursor. After purchasing enterprise licenses, Armstrong gave employees just one week to integrate the tools into their workflows, even holding a Saturday meeting to enforce compliance. Was this “heavy-handed” approach justified, or did it cross the line? We break down the story, explore the ethics of forcing AI adoption, and consider what this means for the future of engineering culture. Show Notes: https://www.htmlallthethings.com/podcast/was-the-coinbase-ceo-too-harsh-ai-firings

PodRocket - A web development podcast from LogRocket
Navigating the AI bubble, the 10x AI engineer, and the Cloudflare vs. Perplexity data grab

PodRocket - A web development podcast from LogRocket

Play Episode Listen Later Aug 28, 2025 44:26


Is the AI industry an unsustainable bubble built on burning billions in cash? We break down the AI hype cycle, the tough job market for developers, and whether a crash is on the horizon. In this panel discussion with Josh Goldberg, Paige Niedringhaus, Paul Mikulskis, and Noel Minchow, we tackle the biggest questions in tech today. * We debate if AI is just another Web3-style hype cycle * Why the "10x AI engineer" is a myth that ignores the reality of software development * The ethical controversy around AI crawlers and data scraping, highlighted by Cloudflare's recent actions Plus, we cover the latest industry news, including Vercel's powerful new AI SDK V5 and what GitHub's leadership shakeup means for the future of developers. Resources Anthropic Is Bleeding Out: https://www.wheresyoured.at/anthropic-is-bleeding-out The Hater's Guide To The AI Bubble: https://www.wheresyoured.at/the-haters-gui No, AI is not Making Engineers 10x as Productive: https://colton.dev/blog/curing-your-ai-10x-engineer-imposter-syndrome Cloudflare Is Blocking AI Crawlers by Default: https://www.wired.com/story/cloudflare-blocks-ai-crawlers-default Perplexity is using stealth, undeclared crawlers to evade website no-crawl directives: https://blog.cloudflare.com/perplexity-is-using-stealth-undeclared-crawlers-to-evade-website-no-crawl-directives GitHub just got less independent at Microsoft after CEO resignation: https://www.theverge.com/news/757461/microsoft-github-thomas-dohmke-resignation-coreai-team-transition Chapters 0:00 Is the AI Industry Burning Cash Unsustainably? 01:06 Anthropic and the "AI Bubble Euphoria" 04:42 How the AI Hype Cycle is Different from Web3 & VR 08:24 The Problem with "Slapping AI" on Every App 11:54 The "10x AI Engineer" is a Myth and Why 17:55 Real-World AI Success Stories 21:26 Cloudflare vs. AI Crawlers: The Ethics of Data Scraping 30:05 Vercel's New AI SDK V5: What's Changed? 33:45 GitHub's CEO Steps Down: What It Means for Developers 38:54 Hot Takes: The Future of AI Startups, the Job Market, and More We want to hear from you! How did you find us? Did you see us on Twitter? In a newsletter? Or maybe we were recommended by a friend? Fill out our listener survey (https://t.co/oKVAEXipxu)! Let us know by sending an email to our producer, Em, at emily.kochanek@logrocket.com (mailto:emily.kochanek@logrocket.com), or tweet at us at PodRocketPod (https://twitter.com/PodRocketpod). Follow us. Get free stickers. Follow us on Apple Podcasts, fill out this form (https://podrocket.logrocket.com/get-podrocket-stickers), and we'll send you free PodRocket stickers! What does LogRocket do? LogRocket provides AI-first session replay and analytics that surfaces the UX and technical issues impacting user experiences. Start understanding where your users are struggling by trying it for free at LogRocket.com. Try LogRocket for free today. (https://logrocket.com/signup/?pdr)

IT Privacy and Security Weekly update.
257.5 Deep Dive. The Super Intelligent IT Privacy and Security Weekly Update for the week ending August 26th 2025

IT Privacy and Security Weekly update.

Play Episode Listen Later Aug 28, 2025 19:04


Organizations today face escalating cyber risks spanning state-sponsored attacks, supply chain compromises, and malicious apps. ShinyHunters' breaches of Salesforce platforms (impacting Google and Farmers Insurance) show how social engineering—like voice phishing—can exploit trusted vendors. Meanwhile, Russian actors (FSB-linked “Static Tundra”) continue to leverage old flaws, such as a seven-year-old Cisco Smart Install bug, to infiltrate U.S. infrastructure. Malicious apps on Google Play (e.g., Joker, Anatsa) reached millions of downloads before removal, proving attackers' success in disguising malware. New technologies bring fresh vectors: Perplexity's Comet browser allowed prompt injection–driven account hijacking, while malicious RDP scanning campaigns exploit timing to maximize credential theft.Responses vary between safeguarding and asserting control. The FTC warns U.S. firms against weakening encryption or enabling censorship under foreign pressure, citing legal liability. By contrast, Russia mandates state-backed apps like MAX Messenger and RuStore, raising surveillance concerns. Microsoft, facing leaks from its bug-sharing program, restricted exploit code access to higher-risk countries. Open-source projects like LibreOffice gain traction as sovereignty tools—privacy-first, telemetry-free, and free of vendor lock-in.AI-powered wearables such as Halo X smart glasses blur lines between utility and surveillance. Their ability to “always listen” and transcribe conversations augments human memory but erodes expectations of privacy. The founders' history with facial recognition raises additional misuse concerns. As AI integrates directly into conversation and daily life, the risks of pervasive recording, ownership disputes, and surveillance intensify.Platforms like Bluesky are strained by conflicting global regulations. Mississippi's HB 1126 requires universal age verification, fines for violations, and parental consent for minors. Lacking resources for such infrastructure, Bluesky withdrew service from the state. This illustrates the tension between regulatory compliance, resource limits, and preserving open user access.AI adoption is now a competitive imperative. Coinbase pushes aggressive integration, requiring engineers to embrace tools like GitHub Copilot or face dismissal. With one-third of its code already AI-generated, Coinbase aims for 50% by quarter's end, supported by “AI Speed Runs” for knowledge-sharing. Yet, rapid adoption risks employee dissatisfaction and AI-generated security flaws, underscoring the need for strict controls alongside innovation.Breaches at Farmers Insurance (1.1M customers exposed) and Google via Salesforce illustrate the scale of third-party risk. Attackers exploit trusted platforms and human error, compromising data across multiple organizations at once. This shows security depends not only on internal defenses but on continuous vendor vetting and monitoring.Governments often demand access that undermines encryption, privacy, and transparency. The FTC warns that backdoors or secret concessions—such as the UK's (later retracted) request for Apple to weaken iCloud—violate user trust and U.S. law. Meanwhile, Russia's mandatory domestic apps exemplify sovereignty used for surveillance. Companies face a global tug-of-war between privacy, compliance, and open internet principles.Exploited legacy flaws prove that vulnerabilities never expire. Cisco's years-old Smart Install bug, still unpatched in many systems, allows surveillance of critical U.S. sectors. Persistent RDP scanning further highlights attackers' patience and scale. The lesson is clear: proactive patching, continuous updates, and rigorous audits are essential. Cybersecurity demands ongoing vigilance against both emerging and legacy threats.

Windows Weekly (MP3)
WW 947: Hallucinated Clown Shoes - Microsoft v. protesters, round 3. Or 4. Or something

Windows Weekly (MP3)

Play Episode Listen Later Aug 27, 2025


Protesters take over Microsoft's Building 34, objecting to the company's technology being allegedly used by Israel. Is it more than simply cybersecurity usage, and how is Microsoft handling employee activism? In other news, Gemini suddenly vaults to the front of AI image editing capability, and the OG Gears of War has been remastered at least twice (but now it's cross-platform). Windows 11 Resume from your (Android) phone in testing in Dev and Beta channels Copilot app gets semantic search and new home page across all Insider channels 25H2 feature focus: Administrator Protection probably works but it's more disruptive than even UAC was Windows 11 gets a nice Bluetooth quality update Parallels Desktop 26 for Mac is out, but it's a minor update for individuals Microsoft 365 Microsoft to fix one of the biggest issues with Word Reminder: OneNote for Windows 10 hits EOL in October AI Apple's AI floundering continues as it considers a Perplexity or Mistral acquisition And tests a Gemini AI model for Siri in-house Perplexity offers a $5 per month Comet Plus subscription that pays content makers Anthropic sort of brings Claude extension to Chrome NotebookLM audio and video overviews are now available in over 80 languages And AI Mode is now available in Search in over 180 countries Norton's AI web browser gets off to a rough start Proton Lumo gets a big update Rant: The real problem with the Windows 2030 talk, and why everyone (on both sides) is wrong about AI Dev Microsoft lets Visual Studio devs tune-down GitHub Copilot, finally Microsoft makes some progress with improving Windows App SDK, supposedly Xbox and gaming Xbox Cloud Gaming expands to Xbox Game Pass Core Standard, adds PC games for the first time Steam and other stores come to Xbox app on PC Activision says it will reverse some of the stupidity it introduced in Call of Duty: Black Ops 6 Nintendo invented the 30 percent fee that's still common today in digital app/game stores, but when it did so, the fee actually made sense... and it still does today, but only for the videogame industry Tips & Picks Tip of the week: Edit images with Gemini Tip of the week: Subscribe to Chris's new newsletter, The Windows ReadMe App pick of the week: Gears of War App pick of the week: NVIDIA Broadcast app Hosts: Leo Laporte and Paul Thurrott Guest: Chris Hoffman Download or subscribe to Windows Weekly at https://twit.tv/shows/windows-weekly Check out Paul's blog at thurrott.com The Windows Weekly theme music is courtesy of Carl Franklin. Join Club TWiT for Ad-Free Podcasts! Support what you love and get ad-free shows, a members-only Discord, and behind-the-scenes access. Join today: https://twit.tv/clubtwit Sponsor: cachefly.com/twit

All TWiT.tv Shows (MP3)
Windows Weekly 947: Hallucinated Clown Shoes

All TWiT.tv Shows (MP3)

Play Episode Listen Later Aug 27, 2025 Transcription Available


Protesters take over Microsoft's Building 34, objecting to the company's technology being allegedly used by Israel. Is it more than simply cybersecurity usage, and how is Microsoft handling employee activism? In other news, Gemini suddenly vaults to the front of AI image editing capability, and the OG Gears of War has been remastered at least twice (but now it's cross-platform). Windows 11 Resume from your (Android) phone in testing in Dev and Beta channels Copilot app gets semantic search and new home page across all Insider channels 25H2 feature focus: Administrator Protection probably works but it's more disruptive than even UAC was Windows 11 gets a nice Bluetooth quality update Parallels Desktop 26 for Mac is out, but it's a minor update for individuals Microsoft 365 Microsoft to fix one of the biggest issues with Word Reminder: OneNote for Windows 10 hits EOL in October AI Apple's AI floundering continues as it considers a Perplexity or Mistral acquisition And tests a Gemini AI model for Siri in-house Perplexity offers a $5 per month Comet Plus subscription that pays content makers Anthropic sort of brings Claude extension to Chrome NotebookLM audio and video overviews are now available in over 80 languages And AI Mode is now available in Search in over 180 countries Norton's AI web browser gets off to a rough start Proton Lumo gets a big update Rant: The real problem with the Windows 2030 talk, and why everyone (on both sides) is wrong about AI Dev Microsoft lets Visual Studio devs tune-down GitHub Copilot, finally Microsoft makes some progress with improving Windows App SDK, supposedly Xbox and gaming Xbox Cloud Gaming expands to Xbox Game Pass Core Standard, adds PC games for the first time Steam and other stores come to Xbox app on PC Activision says it will reverse some of the stupidity it introduced in Call of Duty: Black Ops 6 Nintendo invented the 30 percent fee that's still common today in digital app/game stores, but when it did so, the fee actually made sense... and it still does today, but only for the videogame industry Tips & Picks Tip of the week: Edit images with Gemini Tip of the week: Subscribe to Chris's new newsletter, The Windows ReadMe App pick of the week: Gears of War App pick of the week: NVIDIA Broadcast app Hosts: Leo Laporte and Paul Thurrott Guest: Chris Hoffman Download or subscribe to Windows Weekly at https://twit.tv/shows/windows-weekly Check out Paul's blog at thurrott.com The Windows Weekly theme music is courtesy of Carl Franklin. Join Club TWiT for Ad-Free Podcasts! Support what you love and get ad-free shows, a members-only Discord, and behind-the-scenes access. Join today: https://twit.tv/clubtwit Sponsor: cachefly.com/twit

Radio Leo (Audio)
Windows Weekly 947: Hallucinated Clown Shoes

Radio Leo (Audio)

Play Episode Listen Later Aug 27, 2025 Transcription Available


Protesters take over Microsoft's Building 34, objecting to the company's technology being allegedly used by Israel. Is it more than simply cybersecurity usage, and how is Microsoft handling employee activism? In other news, Gemini suddenly vaults to the front of AI image editing capability, and the OG Gears of War has been remastered at least twice (but now it's cross-platform). Windows 11 Resume from your (Android) phone in testing in Dev and Beta channels Copilot app gets semantic search and new home page across all Insider channels 25H2 feature focus: Administrator Protection probably works but it's more disruptive than even UAC was Windows 11 gets a nice Bluetooth quality update Parallels Desktop 26 for Mac is out, but it's a minor update for individuals Microsoft 365 Microsoft to fix one of the biggest issues with Word Reminder: OneNote for Windows 10 hits EOL in October AI Apple's AI floundering continues as it considers a Perplexity or Mistral acquisition And tests a Gemini AI model for Siri in-house Perplexity offers a $5 per month Comet Plus subscription that pays content makers Anthropic sort of brings Claude extension to Chrome NotebookLM audio and video overviews are now available in over 80 languages And AI Mode is now available in Search in over 180 countries Norton's AI web browser gets off to a rough start Proton Lumo gets a big update Rant: The real problem with the Windows 2030 talk, and why everyone (on both sides) is wrong about AI Dev Microsoft lets Visual Studio devs tune-down GitHub Copilot, finally Microsoft makes some progress with improving Windows App SDK, supposedly Xbox and gaming Xbox Cloud Gaming expands to Xbox Game Pass Core Standard, adds PC games for the first time Steam and other stores come to Xbox app on PC Activision says it will reverse some of the stupidity it introduced in Call of Duty: Black Ops 6 Nintendo invented the 30 percent fee that's still common today in digital app/game stores, but when it did so, the fee actually made sense... and it still does today, but only for the videogame industry Tips & Picks Tip of the week: Edit images with Gemini Tip of the week: Subscribe to Chris's new newsletter, The Windows ReadMe App pick of the week: Gears of War App pick of the week: NVIDIA Broadcast app Hosts: Leo Laporte and Paul Thurrott Guest: Chris Hoffman Download or subscribe to Windows Weekly at https://twit.tv/shows/windows-weekly Check out Paul's blog at thurrott.com The Windows Weekly theme music is courtesy of Carl Franklin. Join Club TWiT for Ad-Free Podcasts! Support what you love and get ad-free shows, a members-only Discord, and behind-the-scenes access. Join today: https://twit.tv/clubtwit Sponsor: cachefly.com/twit

Windows Weekly (Video HI)
WW 947: Hallucinated Clown Shoes - Microsoft v. protesters, round 3. Or 4. Or something

Windows Weekly (Video HI)

Play Episode Listen Later Aug 27, 2025 168:06


Protesters take over Microsoft's Building 34, objecting to the company's technology being allegedly used by Israel. Is it more than simply cybersecurity usage, and how is Microsoft handling employee activism? In other news, Gemini suddenly vaults to the front of AI image editing capability, and the OG Gears of War has been remastered at least twice (but now it's cross-platform). Windows 11 Resume from your (Android) phone in testing in Dev and Beta channels Copilot app gets semantic search and new home page across all Insider channels 25H2 feature focus: Administrator Protection probably works but it's more disruptive than even UAC was Windows 11 gets a nice Bluetooth quality update Parallels Desktop 26 for Mac is out, but it's a minor update for individuals Microsoft 365 Microsoft to fix one of the biggest issues with Word Reminder: OneNote for Windows 10 hits EOL in October AI Apple's AI floundering continues as it considers a Perplexity or Mistral acquisition And tests a Gemini AI model for Siri in-house Perplexity offers a $5 per month Comet Plus subscription that pays content makers Anthropic sort of brings Claude extension to Chrome NotebookLM audio and video overviews are now available in over 80 languages And AI Mode is now available in Search in over 180 countries Norton's AI web browser gets off to a rough start Proton Lumo gets a big update Rant: The real problem with the Windows 2030 talk, and why everyone (on both sides) is wrong about AI Dev Microsoft lets Visual Studio devs tune-down GitHub Copilot, finally Microsoft makes some progress with improving Windows App SDK, supposedly Xbox and gaming Xbox Cloud Gaming expands to Xbox Game Pass Core Standard, adds PC games for the first time Steam and other stores come to Xbox app on PC Activision says it will reverse some of the stupidity it introduced in Call of Duty: Black Ops 6 Nintendo invented the 30 percent fee that's still common today in digital app/game stores, but when it did so, the fee actually made sense... and it still does today, but only for the videogame industry Tips & Picks Tip of the week: Edit images with Gemini Tip of the week: Subscribe to Chris's new newsletter, The Windows ReadMe App pick of the week: Gears of War App pick of the week: NVIDIA Broadcast app Hosts: Leo Laporte and Paul Thurrott Guest: Chris Hoffman Download or subscribe to Windows Weekly at https://twit.tv/shows/windows-weekly Check out Paul's blog at thurrott.com The Windows Weekly theme music is courtesy of Carl Franklin. Join Club TWiT for Ad-Free Podcasts! Support what you love and get ad-free shows, a members-only Discord, and behind-the-scenes access. Join today: https://twit.tv/clubtwit Sponsor: cachefly.com/twit

The Product Podcast
Twilio CPO on Integrating AI into Product Strategy to Grow Revenue | Inbal Shani | E272

The Product Podcast

Play Episode Listen Later Aug 27, 2025 41:42


In this episode, Carlos Gonzalez de Villaumbrosia interviews Inbal Shani, Chief Product Officer at Twilio, the $18B customer engagement powerhouse trusted by over 320,000 businesses worldwide.Inbal is a trailblazer in AI-first product development. Before joining Twilio, she led the launch of GitHub Copilot—one of the most transformative AI tools for developers, reshaping how engineers write code. Now at Twilio, she's steering a product portfolio that infuses AI into the heart of customer communications, helping companies unlock smarter, more personalized digital experiences at scale.In this conversation, Inbal shares why successful AI adoption goes far beyond adding models to features—it requires a rethinking of product strategy itself. She also dives into how Twilio measures real business impact from AI, why PMs need technical fluency more than ever, and what it takes to lead a product org into the AI-native future.What you'll learn:- How GitHub Copilot shaped Inbal's approach to building AI-native products.- Why AI adoption alone is not a product strategy—and what to focus on instead.- The metrics Twilio uses to evaluate AI's business impact.- The evolving technical skill set required for PMs in the age of AI.Key Takeaways

All TWiT.tv Shows (Video LO)
Windows Weekly 947: Hallucinated Clown Shoes

All TWiT.tv Shows (Video LO)

Play Episode Listen Later Aug 27, 2025 168:06 Transcription Available


Protesters take over Microsoft's Building 34, objecting to the company's technology being allegedly used by Israel. Is it more than simply cybersecurity usage, and how is Microsoft handling employee activism? In other news, Gemini suddenly vaults to the front of AI image editing capability, and the OG Gears of War has been remastered at least twice (but now it's cross-platform). Windows 11 Resume from your (Android) phone in testing in Dev and Beta channels Copilot app gets semantic search and new home page across all Insider channels 25H2 feature focus: Administrator Protection probably works but it's more disruptive than even UAC was Windows 11 gets a nice Bluetooth quality update Parallels Desktop 26 for Mac is out, but it's a minor update for individuals Microsoft 365 Microsoft to fix one of the biggest issues with Word Reminder: OneNote for Windows 10 hits EOL in October AI Apple's AI floundering continues as it considers a Perplexity or Mistral acquisition And tests a Gemini AI model for Siri in-house Perplexity offers a $5 per month Comet Plus subscription that pays content makers Anthropic sort of brings Claude extension to Chrome NotebookLM audio and video overviews are now available in over 80 languages And AI Mode is now available in Search in over 180 countries Norton's AI web browser gets off to a rough start Proton Lumo gets a big update Rant: The real problem with the Windows 2030 talk, and why everyone (on both sides) is wrong about AI Dev Microsoft lets Visual Studio devs tune-down GitHub Copilot, finally Microsoft makes some progress with improving Windows App SDK, supposedly Xbox and gaming Xbox Cloud Gaming expands to Xbox Game Pass Core Standard, adds PC games for the first time Steam and other stores come to Xbox app on PC Activision says it will reverse some of the stupidity it introduced in Call of Duty: Black Ops 6 Nintendo invented the 30 percent fee that's still common today in digital app/game stores, but when it did so, the fee actually made sense... and it still does today, but only for the videogame industry Tips & Picks Tip of the week: Edit images with Gemini Tip of the week: Subscribe to Chris's new newsletter, The Windows ReadMe App pick of the week: Gears of War App pick of the week: NVIDIA Broadcast app Hosts: Leo Laporte and Paul Thurrott Guest: Chris Hoffman Download or subscribe to Windows Weekly at https://twit.tv/shows/windows-weekly Check out Paul's blog at thurrott.com The Windows Weekly theme music is courtesy of Carl Franklin. Join Club TWiT for Ad-Free Podcasts! Support what you love and get ad-free shows, a members-only Discord, and behind-the-scenes access. Join today: https://twit.tv/clubtwit Sponsor: cachefly.com/twit

Radio Leo (Video HD)
Windows Weekly 947: Hallucinated Clown Shoes

Radio Leo (Video HD)

Play Episode Listen Later Aug 27, 2025 168:06 Transcription Available


Protesters take over Microsoft's Building 34, objecting to the company's technology being allegedly used by Israel. Is it more than simply cybersecurity usage, and how is Microsoft handling employee activism? In other news, Gemini suddenly vaults to the front of AI image editing capability, and the OG Gears of War has been remastered at least twice (but now it's cross-platform). Windows 11 Resume from your (Android) phone in testing in Dev and Beta channels Copilot app gets semantic search and new home page across all Insider channels 25H2 feature focus: Administrator Protection probably works but it's more disruptive than even UAC was Windows 11 gets a nice Bluetooth quality update Parallels Desktop 26 for Mac is out, but it's a minor update for individuals Microsoft 365 Microsoft to fix one of the biggest issues with Word Reminder: OneNote for Windows 10 hits EOL in October AI Apple's AI floundering continues as it considers a Perplexity or Mistral acquisition And tests a Gemini AI model for Siri in-house Perplexity offers a $5 per month Comet Plus subscription that pays content makers Anthropic sort of brings Claude extension to Chrome NotebookLM audio and video overviews are now available in over 80 languages And AI Mode is now available in Search in over 180 countries Norton's AI web browser gets off to a rough start Proton Lumo gets a big update Rant: The real problem with the Windows 2030 talk, and why everyone (on both sides) is wrong about AI Dev Microsoft lets Visual Studio devs tune-down GitHub Copilot, finally Microsoft makes some progress with improving Windows App SDK, supposedly Xbox and gaming Xbox Cloud Gaming expands to Xbox Game Pass Core Standard, adds PC games for the first time Steam and other stores come to Xbox app on PC Activision says it will reverse some of the stupidity it introduced in Call of Duty: Black Ops 6 Nintendo invented the 30 percent fee that's still common today in digital app/game stores, but when it did so, the fee actually made sense... and it still does today, but only for the videogame industry Tips & Picks Tip of the week: Edit images with Gemini Tip of the week: Subscribe to Chris's new newsletter, The Windows ReadMe App pick of the week: Gears of War App pick of the week: NVIDIA Broadcast app Hosts: Leo Laporte and Paul Thurrott Guest: Chris Hoffman Download or subscribe to Windows Weekly at https://twit.tv/shows/windows-weekly Check out Paul's blog at thurrott.com The Windows Weekly theme music is courtesy of Carl Franklin. Join Club TWiT for Ad-Free Podcasts! Support what you love and get ad-free shows, a members-only Discord, and behind-the-scenes access. Join today: https://twit.tv/clubtwit Sponsor: cachefly.com/twit

Develpreneur: Become a Better Developer and Entrepreneur
Enhancing Developer Productivity: Proven Skills, Tools, and Mindsets for Success

Develpreneur: Become a Better Developer and Entrepreneur

Play Episode Listen Later Aug 26, 2025 28:57


In this episode of Building Better Developers with AI, Rob Broadhead and Michael Meloche revisit an earlier conversation: “Building a Strong Developer Toolkit – Enhancing Skills and Productivity.” This time, they explore how AI and modern practices shape the discussion. The takeaway: enhancing developer productivity isn't just about tools—it's about habits, problem-solving, and continuous growth.

Azure DevOps Podcast
Jonathan Peppers: GitHub Copilot for Maui Applications - Episode 364

Azure DevOps Podcast

Play Episode Listen Later Aug 25, 2025 36:51


Today's guest is Jon Peppers, Principal Software Engineer on the .NET MAUI team at Microsoft. Before building developer tools, Jonathan was a Xamarin MVP and the lead developer behind various cross-platform Maui apps. With a deep background in C#, from WPF-based self-checkout systems to home automation software featured on Extreme Home Makeover, Jonathan brings a wealth of experience in both app development and the frameworks that power them.   Topics of Discussion: [1:59] Jonathan recounts his first job after college, working on C# for self-checkout software and migrating to WPF. [4:40] How much on the continuum are we right now with Copilot agent mode? [7:11]  The process of setting up Maui development, including installing Visual Studio and the Maui workload. [12:40] Using Copilot for multi-language debugging. [18:42]  Copilot's effectiveness in deleting unnecessary files and finding errors in string localization files. [19:10] Copilot coding agent. [21:20] The process of assigning issues to Copilot, which creates a branch, opens a pull request, and updates the description with its plan. [27:36]  The availability of different models in VS Code, including Claude and GPT, and the anticipation of new models being released. [31:36] The potential for using LLMs on-device for privacy concerns, especially in healthcare. [35:01] Jonathan encourages developers to try Copilot in their IDEs and explore its code completions and suggestions. [35:17] Jonathan's Cat Swipe dating site!   Mentioned in this Episode: Clear Measure Way Architect Forum Software Engineer Forum How the .NET Maui Team uses GitHub Copilot for Productivity Jonathan on LinkedIn Jonathan Peppers   Want to Learn More? Visit AzureDevOps.Show for show notes and additional episodes.  

Cabeça de Lab
GITHUB COPILOT

Cabeça de Lab

Play Episode Listen Later Aug 21, 2025 59:01


Neste episódio do Cabeça de Lab, falamos sobre a chegada do GitHub Copilt ao LuizaLabs. Exploramos o que é a ferramenta, como foi o processo de implementação em larga escala e os desafios de automatizar a governança para milhares de desenvolvedores. Também discutimos os ganhos esperados em produtividade, qualidade de código e segurança, além de refletir sobre o impacto cultural do Copilot no dia a dia das equipes e no futuro do desenvolvimento de software.Se você quer entender como a inteligência artificial está transformando a forma de programar e como ela pode potencializar o trabalho dos devs, este episódio é para você. Dê o play e descubra os bastidores dessa jornada. Se você quer entender melhor como levar sua solução de IA generativa a outro nível, dê o play e descubra como os grafos podem turbinar a sua RAG.Edição completa por Rádiofobia Podcast e Multimídia: ⁠⁠https://radiofobia.com.br/⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠---Nos siga no Twitter e no Instagram: @luizalabs @cabecadelabDúvidas, cabeçadas e sugestões, mande e-mail para o cabecadelab@luizalabs.com⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠ ou uma DM no InstagramParticipantes: LIVIA FACCHIN | https://www.linkedin.com/in/lívia-facchin-43ab5b12HENRIQUE MITTER | https://www.linkedin.com/in/henriquemitterLUCAS DOURADO | https://www.linkedin.com/in/lucdouraRAISSA XAVIER | https://www.linkedin.com/in/raissaxavierANA CAROLINA FONSECA BARRETO | https://www.linkedin.com/in/anacarolinafonsecabarreto

Microsoft Business Applications Podcast
How AI Agents Are Quietly Reshaping the Workplace

Microsoft Business Applications Podcast

Play Episode Listen Later Aug 20, 2025 20:37 Transcription Available


Dev Interrupted
You can't have AI without DevOps | GitHub's Martin Woodward

Dev Interrupted

Play Episode Listen Later Aug 19, 2025 57:36


The single biggest predictor of success with AI isn't the model you choose, it's the DevOps culture you've already built. Martin Woodward, VP of Developer Relations at GitHub - and the sixth person to ever use Copilot - joins us to explain why this surprising insight is key to the new era of autonomous coding agents. He traces the evolution of GitHub Copilot from a simple autocomplete to a powerful agent that opens its own pull requests, arguing that AI's true power is as a massive accelerant for the iterative loops high-performing teams have already perfected.Martin explains that teams with strong guardrails for shipping quickly and safely are best equipped to leverage this AI revolution because they can trust the accelerated output. He also reveals how top teams use the key technique of custom instructions to guide Copilot toward writing the code of the future, not just mimicking the code of the past. This conversation uncovers how new agentic workflows are 'tricking' developers into improving their communication and documentation skills, providing a crucial look at the cultural foundations required to thrive in the AI-accelerated enterprise.Check out:AI code review tools: 2025 evaluation guideFollow the hosts:Follow BenFollow AndrewFollow today's guest(s):Martin's GitHub Galaxy Keynote: Watch "The AI-Accelerated Enterprise”GitHub Copilot:  Learn more about the tools and featuresGitHub Universe Conference: Look out for announcements for the upcoming conferenceConnect with Martin:  Martin's Social Media Hub (Martin.Social)Connect with Erika on LinkedIn Referenced in today's show:GPT-5: Overdue, overhyped and underwhelming. And that's not the worst of it.Auf Wiedersehen, GitHub ♥️I Tried Every Todo App and Ended Up With a .txt File[BUG] Claude says "You're absolutely right!" about everything · Issue #3382 Why MCP's Disregard for 40 Years of RPC Best Practices Will Burn EnterprisesSupport the show: Subscribe to our Substack Leave us a review Subscribe on YouTube Follow us on Twitter or LinkedIn Offers: Learn about Continuous Merge with gitStream Get your DORA Metrics free forever

Sports Geek - A look into the world of Sports Marketing, Sports Business and Digital Marketing
Meta Smart Glasses Under $1K, Sky's Record Premier League Deal and ChatGPT's $2B Mobile Success - Sports Geek Rapid Rundown

Sports Geek - A look into the world of Sports Marketing, Sports Business and Digital Marketing

Play Episode Listen Later Aug 18, 2025 4:00


Sports Geek Rapid Rundown is a daily sports business podcast curated by Sports Geek Reads. We publish it on Sports Geek twice per week. In this episode: Discover Meta's affordable Celeste smart glasses with neural wristband controls, Sky Media's landmark Premier League sponsorship deal with six major brands, and ChatGPT's explosive $2 billion mobile revenue growth. Plus cybersecurity risks for college athletes and GPT-5's debut in GitHub Copilot - all curated by Sports Geek Reads. Subscribe at https://sportsgeekhq.com/rapidrundown

The New Stack Podcast
The Top AI Tool for Devs Isn't GitHub Copilot, New Report Finds

The New Stack Podcast

Play Episode Listen Later Aug 15, 2025 36:47


In this week's episode ofThe New Stack Agents, Scott Carey, editor-in-chief of LeadDev, discussed their first AI Impact Report, which explores how engineering teams are adopting AI tools. The report shows that two-thirds of developers are actively using AI, with another 20% in pilot stages and only 2% having no plans to use AI — a group Carey finds particularly intriguing. Popular tools include Cursor (43%) and GitHub Copilot (37%), with others like OpenAI, Gemini, and Claude following, while Amazon Q and Replit lag behind.Most developers use AI for code generation, documentation, and research, but usage for DevOps tasks like testing, deployment, and IT automation remains low. Carey finds this underutilization frustrating, given AI's potential impact in these areas. The report also highlights concern for junior developers, with 54% of respondents expecting fewer future hires at that level. While many believe AI boosts productivity, some remain unsure — a sign that organizations still struggle to measure developer performance effectively.Learn more from The New Stack about the latest insights about the AI tool adoption: AI Adoption: Why Businesses Struggle to Move from Development to Production3 Strategies for Speeding Up AI Adoption Among DevelopersAI Everywhere: Overcoming Barriers to AdoptionJoin our community of newsletter subscribers to stay on top of the news and at the top of your game. 

Azure DevOps Podcast
Burke Holland: GitHub Copilot Agent - Episode 362

Azure DevOps Podcast

Play Episode Listen Later Aug 11, 2025 41:41


Burke Holland is a Principal Developer Advocate at Microsoft who leads the Developer Tools Advocacy team. He's done so much in developer tools, like growing VS Code from 6M to 40M+ users. He's a frequent speaker at conferences like Microsoft Build, Ignite, GitHub Universe, QCon, and VS Code Day, which he helped create. He's led many product launches for GitHub Copilot, Codespaces, and more. He has a very popular YouTube channel talking about developer tech.   Topics of Discussion: [3:33] Burke describes his transition from being a good developer to an evangelist, inspired by a Visual Studio evangelist he met. [6:27] The rapid pace of change in the software development world compared to other industries. [9:22] AI-driven development and the various modes available in VS Code, including ask mode, edit mode, and agent mode. [15:41] Burke describes the current moment in AI developer tooling — no one really knows yet what the end product is supposed to be. Everyone agrees AI will help developers, but exactly how is still being figured out. [16:39] What are the right questions to ask AI? [17:41] The importance of providing the AI with the right context to ensure accurate and efficient development. [25:05] AI's unpredictability makes it difficult to rely on it for consistent development tasks, which is frustrating and foreign to most developers. [32:18] Burke explains that while local AI models can handle small, scoped tasks like generating a function's contents, they still fall far short of the performance needed for more complex jobs compared to models like GPT-4 or Claude. [37:18] Co-Pilot's competition. [38:23] Inspiration to people that as long as you are the software architect, you can do anything.   Mentioned in this Episode: Clear Measure Way Architect Forum Software Engineer Forum Programming with Palermo — New Video Podcast! Email us at programming@palermo.net. VS Code Day 2024 Youtube.com/@BurkeHolland/videos Burkeholland.github.io/resume/ Build.microsoft.com/en-US/speakers/0e476452-35ca-4750-ac78-393c0d8c4cb3 Linkedin.com/in/burkeholland/   Want to Learn More? Visit AzureDevOps.Show for show notes and additional episodes.

Everyday AI Podcast – An AI and ChatGPT Podcast
EP 585: GPT-5 Released: 7 big trends you should know

Everyday AI Podcast – An AI and ChatGPT Podcast

Play Episode Listen Later Aug 8, 2025 48:59


Obvious: ChatGPT's GPT-5 is here and it's really good.Not so obvious: the gap between novice and experts just shrunk 90%. In a short few hours, OpenAI gave even free users access to now the world's most powerful model. As the most used AI chatbot in the world by a wide margin, the quality work we all produce has also just gotten a huge bump. But there's a lot beneath the surface. Join us as we dissect what's new in GPT-5 and 7 big trends you probably don't know but should pay attention to. Newsletter: Sign up for our free daily newsletterMore on this Episode: Episode PageJoin the discussion: Thoughts on this? Join the convo and connect with other AI leaders on LinkedIn.Upcoming Episodes: Check out the upcoming Everyday AI Livestream lineupWebsite: YourEverydayAI.comEmail The Show: info@youreverydayai.comConnect with Jordan on LinkedInTopics Covered in This Episode:GPT-5 Official Release OverviewGPT-5 User Rollout to 700 MillionGPT-5 Unified Hybrid Model ArchitectureAuto Model Switching and User ControlMajor Upgrade for Free ChatGPT UsersGPT-5 Benchmark and Accuracy ImprovementsGPT-5 Vibe Coding and Canvas FeaturesAdvanced Voice Mode in Custom GPTsReduced Hallucinations and SycophancyMicrosoft Copilot Instant GPT-5 UpgradeImpact on Enterprise Software and APIsGPT-5 Disruptive API Pricing StructureTrends in Corporate AI AdoptionTimestamps:00:00 "Everyday AI Insights"05:54 "Adaptive Model Response Modes"08:14 GPT4O Model Critique11:17 GPT4O Nano Upgrade Impact17:26 GPT Model Selection Simplified20:53 Canvas Code Rendering and Quick Answer Feature24:09 "GPT5 Model Routing Overview"26:44 "GPT-5: Your New Daily Driver"30:08 AI Model Advances: Game-Changing Improvements33:43 Advanced Voice Mode in GPTs37:45 Massive Microsoft Copilot Upgrade38:49 Software Access and Licensing Challenges43:09 AI Implementation Challenges in Top Companies46:37 "GPT-5 Testing and Trends"Keywords:GPT-5, GPT5, OpenAI, AI model update, Large Language Model, flagship model, hybrid model, AI technology, model auto-switching, deep thinking mode, fast response mode, model router, free AI access, paid ChatGPT users, ChatGPT free users, model selection, GPT-4O, GPT-4 Turbo, model reasoning, hallucination rate, sycophancy reduction, advanced voice mode, GPTs custom models, Canvas mode, Vibe coding, API pricing, API tokens, Microsoft Copilot, Microsoft 365 Copilot, GitHub Copilot, enterprise AI upgrade, LM arena, ELO score, Anthropic, Claude 4.1, Claude Sonnet, Gemini 2.5 Pro, personalized AI assistant, software innovation, coding capabilities, Inc 5000 companies, enterprise adoption, custom instructions, Pro plan, Plus plan, thinking mode, human preference, automated rSend Everyday AI and Jordan a text message. (We can't reply back unless you leave contact info) Ready for ROI on GenAI? Go to youreverydayai.com/partner

Decoder with Nilay Patel
GitHub's CEO says AI coding is ‘here to stay'

Decoder with Nilay Patel

Play Episode Listen Later Aug 7, 2025 61:14


This is Alex Heath, deputy editor at The Verge. My guest today is GitHub CEO Thomas Dohmke. In many ways, GitHub Copilot set off the current AI coding boom. But since Thomas was on the show a year ago, the rise of vibe coding has shifted the buzz to newer platforms like Cursor and Windsurf. As you'll hear in our conversation, Thomas is thinking a lot about the competition, and GitHub's role in the future of software development.  Links: Developers, Reinvented | Thomas Dohmke / GitHub Developer Odyssey | Thomas Dohmke / GitHub Why tech is racing to adopt AI coding, with Cursor's Michael Truell | Decoder GitHub CEO Thomas Dohmke says AI needs competition to thrive | ⁠⁠Decoder⁠⁠ Up to 30 percent of some Microsoft code is now written by AI | Verge GitHub launches its AI app-making tool in preview | Verge Microsoft is getting ready for GPT-5 with a new Copilot smart mode | Verge Zuckerberg: AI will write most Meta code within 18 months | Engadget Credits: Decoder is a production of The Verge and part of the Vox Media Podcast Network. Our producers are Kate Cox and Nick Statt. This episode was edited by Xander Adams. The Decoder music is by Breakmaster Cylinder. Learn more about your ad choices. Visit podcastchoices.com/adchoices

Windows Weekly (MP3)
WW 944: Shakin' the Treats - Microsoft becomes a $4 trillion company

Windows Weekly (MP3)

Play Episode Listen Later Aug 6, 2025 153:55


Microsoft's fiscal year ended on a high note, assuming you didn't just get laid off. WinSAT's formal assessment will give you some interesting PC performance information, similar to the old WEI score from Windows Vista. And Proton finally makes a standalone authenticator app; How to transition from whatever you're currently using and why you'll need to keep using Microsoft Authenticator too.Microsoft Earning Quarterly: net income of $27.2 billion on revenues of $76.4 billion. Those figures represent gains of 24 percent and 18 percent, respectively, year-over-year (YOY) Annual: a net income of $101.8 billion (up 16 percent YOY) on revenues of $281.7 billion (up 15 percent) Another look at layoffs, which are nothing new under Satya Nadella - Over 17,000 in CY 2025 so far, despite over $100 billion in profits in FY Headcount "unchanged" YOY Big announcements below were likely made to avoid Qs about layoffs and it almost worked AI spending in FY was about $85 billion, higher than promised AI spending in this quarter will jump to $30 billion (!!!!) Azure earned $75 billion in revenues in FY, its first-ever disclosure of this number - Fun with math, that means $56 billion in revenues in previous FY. How far back can we go? Microsoft's market cap exceeded $4 trillion after earnings release "Copilot" has over 100 million MAUs, really M365 Copilot, which even Nadella thinks is a new M365 tier GitHub Copilot has over 20 million MAUs, probably most are free HUGE gains in Microsoft Gaming/Xbox, discussed below Windows 11 But first, something completely different: Microsoft's "vision" for Windows in 2030 David Weston a curious choice for this video, first in a series - he's in security Daily work life changes thanks to AI - less toil work, less eyes and more talking, multimodal interactions Security - customers want appliance-level security, "it just works" security - Degenerates into a general security discussion Back to AI, reclaiming our lives Windows 11 SE, RIP - We hardly knew you. Literally. Insider: Changes to Home view in File Explorer for Work and School sign-ins, Settings app changes in Dev (25H2) and Beta (24H2) More earnings AMD - HUGE gains in its PC businesses! Qualcomm up 10% Apple up 9.6% Amazon up 13% AI & dev OpenAI releases its first open-weight reasoning models and Microsoft gives them away for free Apple is trying to Sherlock ChatGPT Of course Alexa+ will get ads Dev: Microsoft has a native app problem on Windows Microsoft says it will fix Windows App SDK Paul just switched .NETpad to the Windows App SDK and can confirm it's a nightmare WPF is half-assed... and last year, it took Microsoft over 9 months to deliver the first Windows Copilot Runtime capabilities to devs, but you still can't use this in production. Also, it's not called that anymore Xbox & games Microsoft Gaming has over 500 million MAUs - More fun with math COD has 50 million MAUs Microsoft has nearly 40 games in development Xbox Game Pass has $5 billion in revenues in FY, over 500 million hours played in FY Gaming Copilot (Beta) is available on Game Bar for Windows PC for Xbox Insiders enrolled in the PC Gaming Preview Assassin's Creed Mirage and more coming to Game Pass this month OG Switch models now cost more thanks to tariffs Tips & Picks Tip of the week: These show notes have been truncated due to length. For the full show notes, visit https://twit.tv/shows/windows-weekly/episodes/944 Hosts: Leo Laporte, Paul Thurrott, and Richard Campbell Sponsors: 1password.com/windowsweekly uscloud.com

All TWiT.tv Shows (MP3)
Windows Weekly 944: Shakin' the Treats

All TWiT.tv Shows (MP3)

Play Episode Listen Later Aug 6, 2025 153:55


Microsoft's fiscal year ended on a high note, assuming you didn't just get laid off. WinSAT's formal assessment will give you some interesting PC performance information, similar to the old WEI score from Windows Vista. And Proton finally makes a standalone authenticator app; How to transition from whatever you're currently using and why you'll need to keep using Microsoft Authenticator too.Microsoft Earning Quarterly: net income of $27.2 billion on revenues of $76.4 billion. Those figures represent gains of 24 percent and 18 percent, respectively, year-over-year (YOY) Annual: a net income of $101.8 billion (up 16 percent YOY) on revenues of $281.7 billion (up 15 percent) Another look at layoffs, which are nothing new under Satya Nadella - Over 17,000 in CY 2025 so far, despite over $100 billion in profits in FY Headcount "unchanged" YOY Big announcements below were likely made to avoid Qs about layoffs and it almost worked AI spending in FY was about $85 billion, higher than promised AI spending in this quarter will jump to $30 billion (!!!!) Azure earned $75 billion in revenues in FY, its first-ever disclosure of this number - Fun with math, that means $56 billion in revenues in previous FY. How far back can we go? Microsoft's market cap exceeded $4 trillion after earnings release "Copilot" has over 100 million MAUs, really M365 Copilot, which even Nadella thinks is a new M365 tier GitHub Copilot has over 20 million MAUs, probably most are free HUGE gains in Microsoft Gaming/Xbox, discussed below Windows 11 But first, something completely different: Microsoft's "vision" for Windows in 2030 David Weston a curious choice for this video, first in a series - he's in security Daily work life changes thanks to AI - less toil work, less eyes and more talking, multimodal interactions Security - customers want appliance-level security, "it just works" security - Degenerates into a general security discussion Back to AI, reclaiming our lives Windows 11 SE, RIP - We hardly knew you. Literally. Insider: Changes to Home view in File Explorer for Work and School sign-ins, Settings app changes in Dev (25H2) and Beta (24H2) More earnings AMD - HUGE gains in its PC businesses! Qualcomm up 10% Apple up 9.6% Amazon up 13% AI & dev OpenAI releases its first open-weight reasoning models and Microsoft gives them away for free Apple is trying to Sherlock ChatGPT Of course Alexa+ will get ads Dev: Microsoft has a native app problem on Windows Microsoft says it will fix Windows App SDK Paul just switched .NETpad to the Windows App SDK and can confirm it's a nightmare WPF is half-assed... and last year, it took Microsoft over 9 months to deliver the first Windows Copilot Runtime capabilities to devs, but you still can't use this in production. Also, it's not called that anymore Xbox & games Microsoft Gaming has over 500 million MAUs - More fun with math COD has 50 million MAUs Microsoft has nearly 40 games in development Xbox Game Pass has $5 billion in revenues in FY, over 500 million hours played in FY Gaming Copilot (Beta) is available on Game Bar for Windows PC for Xbox Insiders enrolled in the PC Gaming Preview Assassin's Creed Mirage and more coming to Game Pass this month OG Switch models now cost more thanks to tariffs Tips & Picks Tip of the week: These show notes have been truncated due to length. For the full show notes, visit https://twit.tv/shows/windows-weekly/episodes/944 Hosts: Leo Laporte, Paul Thurrott, and Richard Campbell Sponsors: 1password.com/windowsweekly uscloud.com

Radio Leo (Audio)
Windows Weekly 944: Shakin' the Treats

Radio Leo (Audio)

Play Episode Listen Later Aug 6, 2025 153:55


Microsoft's fiscal year ended on a high note, assuming you didn't just get laid off. WinSAT's formal assessment will give you some interesting PC performance information, similar to the old WEI score from Windows Vista. And Proton finally makes a standalone authenticator app; How to transition from whatever you're currently using and why you'll need to keep using Microsoft Authenticator too.Microsoft Earning Quarterly: net income of $27.2 billion on revenues of $76.4 billion. Those figures represent gains of 24 percent and 18 percent, respectively, year-over-year (YOY) Annual: a net income of $101.8 billion (up 16 percent YOY) on revenues of $281.7 billion (up 15 percent) Another look at layoffs, which are nothing new under Satya Nadella - Over 17,000 in CY 2025 so far, despite over $100 billion in profits in FY Headcount "unchanged" YOY Big announcements below were likely made to avoid Qs about layoffs and it almost worked AI spending in FY was about $85 billion, higher than promised AI spending in this quarter will jump to $30 billion (!!!!) Azure earned $75 billion in revenues in FY, its first-ever disclosure of this number - Fun with math, that means $56 billion in revenues in previous FY. How far back can we go? Microsoft's market cap exceeded $4 trillion after earnings release "Copilot" has over 100 million MAUs, really M365 Copilot, which even Nadella thinks is a new M365 tier GitHub Copilot has over 20 million MAUs, probably most are free HUGE gains in Microsoft Gaming/Xbox, discussed below Windows 11 But first, something completely different: Microsoft's "vision" for Windows in 2030 David Weston a curious choice for this video, first in a series - he's in security Daily work life changes thanks to AI - less toil work, less eyes and more talking, multimodal interactions Security - customers want appliance-level security, "it just works" security - Degenerates into a general security discussion Back to AI, reclaiming our lives Windows 11 SE, RIP - We hardly knew you. Literally. Insider: Changes to Home view in File Explorer for Work and School sign-ins, Settings app changes in Dev (25H2) and Beta (24H2) More earnings AMD - HUGE gains in its PC businesses! Qualcomm up 10% Apple up 9.6% Amazon up 13% AI & dev OpenAI releases its first open-weight reasoning models and Microsoft gives them away for free Apple is trying to Sherlock ChatGPT Of course Alexa+ will get ads Dev: Microsoft has a native app problem on Windows Microsoft says it will fix Windows App SDK Paul just switched .NETpad to the Windows App SDK and can confirm it's a nightmare WPF is half-assed... and last year, it took Microsoft over 9 months to deliver the first Windows Copilot Runtime capabilities to devs, but you still can't use this in production. Also, it's not called that anymore Xbox & games Microsoft Gaming has over 500 million MAUs - More fun with math COD has 50 million MAUs Microsoft has nearly 40 games in development Xbox Game Pass has $5 billion in revenues in FY, over 500 million hours played in FY Gaming Copilot (Beta) is available on Game Bar for Windows PC for Xbox Insiders enrolled in the PC Gaming Preview Assassin's Creed Mirage and more coming to Game Pass this month OG Switch models now cost more thanks to tariffs Tips & Picks Tip of the week: These show notes have been truncated due to length. For the full show notes, visit https://twit.tv/shows/windows-weekly/episodes/944 Hosts: Leo Laporte, Paul Thurrott, and Richard Campbell Sponsors: 1password.com/windowsweekly uscloud.com

Windows Weekly (Video HI)
WW 944: Shakin' the Treats - Microsoft becomes a $4 trillion company

Windows Weekly (Video HI)

Play Episode Listen Later Aug 6, 2025 153:55


Microsoft's fiscal year ended on a high note, assuming you didn't just get laid off. WinSAT's formal assessment will give you some interesting PC performance information, similar to the old WEI score from Windows Vista. And Proton finally makes a standalone authenticator app; How to transition from whatever you're currently using and why you'll need to keep using Microsoft Authenticator too.Microsoft Earning Quarterly: net income of $27.2 billion on revenues of $76.4 billion. Those figures represent gains of 24 percent and 18 percent, respectively, year-over-year (YOY) Annual: a net income of $101.8 billion (up 16 percent YOY) on revenues of $281.7 billion (up 15 percent) Another look at layoffs, which are nothing new under Satya Nadella - Over 17,000 in CY 2025 so far, despite over $100 billion in profits in FY Headcount "unchanged" YOY Big announcements below were likely made to avoid Qs about layoffs and it almost worked AI spending in FY was about $85 billion, higher than promised AI spending in this quarter will jump to $30 billion (!!!!) Azure earned $75 billion in revenues in FY, its first-ever disclosure of this number - Fun with math, that means $56 billion in revenues in previous FY. How far back can we go? Microsoft's market cap exceeded $4 trillion after earnings release "Copilot" has over 100 million MAUs, really M365 Copilot, which even Nadella thinks is a new M365 tier GitHub Copilot has over 20 million MAUs, probably most are free HUGE gains in Microsoft Gaming/Xbox, discussed below Windows 11 But first, something completely different: Microsoft's "vision" for Windows in 2030 David Weston a curious choice for this video, first in a series - he's in security Daily work life changes thanks to AI - less toil work, less eyes and more talking, multimodal interactions Security - customers want appliance-level security, "it just works" security - Degenerates into a general security discussion Back to AI, reclaiming our lives Windows 11 SE, RIP - We hardly knew you. Literally. Insider: Changes to Home view in File Explorer for Work and School sign-ins, Settings app changes in Dev (25H2) and Beta (24H2) More earnings AMD - HUGE gains in its PC businesses! Qualcomm up 10% Apple up 9.6% Amazon up 13% AI & dev OpenAI releases its first open-weight reasoning models and Microsoft gives them away for free Apple is trying to Sherlock ChatGPT Of course Alexa+ will get ads Dev: Microsoft has a native app problem on Windows Microsoft says it will fix Windows App SDK Paul just switched .NETpad to the Windows App SDK and can confirm it's a nightmare WPF is half-assed... and last year, it took Microsoft over 9 months to deliver the first Windows Copilot Runtime capabilities to devs, but you still can't use this in production. Also, it's not called that anymore Xbox & games Microsoft Gaming has over 500 million MAUs - More fun with math COD has 50 million MAUs Microsoft has nearly 40 games in development Xbox Game Pass has $5 billion in revenues in FY, over 500 million hours played in FY Gaming Copilot (Beta) is available on Game Bar for Windows PC for Xbox Insiders enrolled in the PC Gaming Preview Assassin's Creed Mirage and more coming to Game Pass this month OG Switch models now cost more thanks to tariffs Tips & Picks Tip of the week: These show notes have been truncated due to length. For the full show notes, visit https://twit.tv/shows/windows-weekly/episodes/944 Hosts: Leo Laporte, Paul Thurrott, and Richard Campbell Sponsors: 1password.com/windowsweekly uscloud.com

All TWiT.tv Shows (Video LO)
Windows Weekly 944: Shakin' the Treats

All TWiT.tv Shows (Video LO)

Play Episode Listen Later Aug 6, 2025 153:55 Transcription Available


Microsoft's fiscal year ended on a high note, assuming you didn't just get laid off. WinSAT's formal assessment will give you some interesting PC performance information, similar to the old WEI score from Windows Vista. And Proton finally makes a standalone authenticator app; How to transition from whatever you're currently using and why you'll need to keep using Microsoft Authenticator too.Microsoft Earning Quarterly: net income of $27.2 billion on revenues of $76.4 billion. Those figures represent gains of 24 percent and 18 percent, respectively, year-over-year (YOY) Annual: a net income of $101.8 billion (up 16 percent YOY) on revenues of $281.7 billion (up 15 percent) Another look at layoffs, which are nothing new under Satya Nadella - Over 17,000 in CY 2025 so far, despite over $100 billion in profits in FY Headcount "unchanged" YOY Big announcements below were likely made to avoid Qs about layoffs and it almost worked AI spending in FY was about $85 billion, higher than promised AI spending in this quarter will jump to $30 billion (!!!!) Azure earned $75 billion in revenues in FY, its first-ever disclosure of this number - Fun with math, that means $56 billion in revenues in previous FY. How far back can we go? Microsoft's market cap exceeded $4 trillion after earnings release "Copilot" has over 100 million MAUs, really M365 Copilot, which even Nadella thinks is a new M365 tier GitHub Copilot has over 20 million MAUs, probably most are free HUGE gains in Microsoft Gaming/Xbox, discussed below Windows 11 But first, something completely different: Microsoft's "vision" for Windows in 2030 David Weston a curious choice for this video, first in a series - he's in security Daily work life changes thanks to AI - less toil work, less eyes and more talking, multimodal interactions Security - customers want appliance-level security, "it just works" security - Degenerates into a general security discussion Back to AI, reclaiming our lives Windows 11 SE, RIP - We hardly knew you. Literally. Insider: Changes to Home view in File Explorer for Work and School sign-ins, Settings app changes in Dev (25H2) and Beta (24H2) More earnings AMD - HUGE gains in its PC businesses! Qualcomm up 10% Apple up 9.6% Amazon up 13% AI & dev OpenAI releases its first open-weight reasoning models and Microsoft gives them away for free Apple is trying to Sherlock ChatGPT Of course Alexa+ will get ads Dev: Microsoft has a native app problem on Windows Microsoft says it will fix Windows App SDK Paul just switched .NETpad to the Windows App SDK and can confirm it's a nightmare WPF is half-assed... and last year, it took Microsoft over 9 months to deliver the first Windows Copilot Runtime capabilities to devs, but you still can't use this in production. Also, it's not called that anymore Xbox & games Microsoft Gaming has over 500 million MAUs - More fun with math COD has 50 million MAUs Microsoft has nearly 40 games in development Xbox Game Pass has $5 billion in revenues in FY, over 500 million hours played in FY Gaming Copilot (Beta) is available on Game Bar for Windows PC for Xbox Insiders enrolled in the PC Gaming Preview Assassin's Creed Mirage and more coming to Game Pass this month OG Switch models now cost more thanks to tariffs Tips & Picks Tip of the week: These show notes have been truncated due to length. For the full show notes, visit https://twit.tv/shows/windows-weekly/episodes/944 Hosts: Leo Laporte, Paul Thurrott, and Richard Campbell Sponsors: 1password.com/windowsweekly uscloud.com

DevOps Paradox
DOP 309: Using AI Agents in Daily Development Tasks

DevOps Paradox

Play Episode Listen Later Jul 30, 2025 29:40


#309: In this episode, Darin and Viktor discuss their personal experiences and insights related to the rapid advancements in AI technology, particularly focused on AI agents like GitHub Copilot, Cursor, and Claude Code. They examine the paradigm shift in development practices due to these technologies, providing a critical evaluation of their effectiveness and efficiency. The conversation delves into the role of agents, how they operate alongside large language models (LLMs), and the intricacies of context management. They also reflect on the challenges and benefits of restarting projects when they veer off course, emphasizing the impact of AI in such scenarios. Additionally, they address the hurdles and considerations for integrating and managing multiple AI tools and agents in a development environment. This episode sets the stage for future discussions on how developers can adapt to and leverage these evolving AI tools effectively.   Gartner Predicts Over 40% of Agentic AI Projects Will Be Canceled by End of 2027 https://www.gartner.com/en/newsroom/press-releases/2025-06-25-gartner-predicts-over-40-percent-of-agentic-ai-projects-will-be-canceled-by-end-of-2027   YouTube channel: https://youtube.com/devopsparadox   Review the podcast on Apple Podcasts: https://www.devopsparadox.com/review-podcast/   Slack: https://www.devopsparadox.com/slack/   Connect with us at: https://www.devopsparadox.com/contact/

Software Defined Talk
Episode 530: His proper name is Sasquatch

Software Defined Talk

Play Episode Listen Later Jul 25, 2025 47:37


This week, we cover AI going rogue, Cloudflare declaring independence, and the secure container craze. Plus, Matt bravely judges 9 new emoji. Watch the YouTube Live Recording of Episode (https://www.youtube.com/live/lRlWChvJ_m8?si=cZJ-0kzBrEH5ERZh) 530 (https://www.youtube.com/live/lRlWChvJ_m8?si=cZJ-0kzBrEH5ERZh) Runner-up Titles VP of getting it on Neutral trombone Good Margin Independent from what? The New Benevolence I have plenty of cynicism for other things Rundown Emojis Australian Bigfoot (https://en.wikipedia.org/wiki/Yowie) Unicode's new emoji refuses to put respect on Bigfoot's name (https://www.engadget.com/mobile/unicodes-new-emoji-refuses-to-put-respect-on-bigfoots-name-184412935.html) Matt's Rankings: Hairy Creature Trombone Treasure Chest Fight Cloud Orca Landslide Apple Core Ballet Dancers Distorted Face AI coding platform goes rogue during code freeze and deletes entire company database — Replit CEO apologizes after AI engine says it 'made a catastrophic error in judgment' and 'destroyed all production data' (https://www.tomshardware.com/tech-industry/artificial-intelligence/ai-coding-platform-goes-rogue-during-code-freeze-and-deletes-entire-company-database-replit-ceo-apologizes-after-ai-engine-says-it-made-a-catastrophic-error-in-judgment-and-destroyed-all-production-data) Cloudflare Cloudflare 1.1.1.1 Incident on July 14, 2025 (https://blog.cloudflare.com/cloudflare-1-1-1-1-incident-on-july-14-2025/) Content Independence Day: no AI crawl without compensation! (https://blog.cloudflare.com/content-independence-day-no-ai-crawl-without-compensation/) Accidental Tech Podcast: 649: Prove It With Cameras (https://atp.fm/649) Anubis Web AI Firewall (https://github.com/TecharoHQ/anubis) Announcing Model Context Protocol (MCP) Server for AWS Price List (https://aws.amazon.com/about-aws/whats-new/2025/07/model-context-protocol-server-price-list/) Chainguard builds a market, everyone else wants in. (https://redmonk.com/jgovernor/2025/07/18/chainguard-builds-a-market-everyone-else-wants-in/) Bitnami Secure Images (https://github.com/bitnami/charts/issues/35164) Relevant to your Interests Browser extensions turn Trojan and infect 2.3 million Chrome and Edge users (https://cybernews.com/security/chrome-edge-hijacked-by-eighteen-malicious-extensions/) Code was the least interesting part of my multi-agent app, and here's what that means to me (https://seroter.com/2025/07/17/code-was-the-least-interesting-part-of-my-multi-agent-app-and-heres-what-that-means-to-me/) Dell employees are not OK (https://www.yahoo.com/news/dell-employees-not-ok-135038218.html) How Uber Became A Cash-Generating Machine (https://len-sherman.medium.com/how-uber-became-a-cash-generating-machine-ef78e7a97230) Clouded Judgement 7.18.25 - The Return of the Point Solution (https://cloudedjudgement.substack.com/p/clouded-judgement-71825-the-return?utm_source=post-email-title&publication_id=56878&post_id=168595292&utm_campaign=email-post-title&isFreemail=true&r=2l9&triedRedirect=true&utm_medium=email) Mid-Year 2025 CNCF Open Source Project Velocity (https://www.cncf.io/blog/2025/07/18/a-mid-year-2025-look-at-cncf-linux-foundation-and-the-top-30-open-source-projects/) new Date("wtf") (https://jsdate.wtf/) Intel axes Clear Linux, the fastest distribution on the market — company ends support, effective immediately (https://www.tomshardware.com/software/linux/intel-axes-clear-linux-the-fastest-distribution-on-the-market-company-ends-support-effective-immediately) The Epic Battle for AI Talent—With Exploding Offers, Secret Deals and Tears (https://www.wsj.com/tech/ai/meta-ai-recruiting-mark-zuckerberg-sam-altman-140d5861?st=pBmtib&reflink=article_copyURL_share) Cursor snaps up enterprise startup Koala in challenge to GitHub Copilot (https://techcrunch.com/2025/07/18/cursor-snaps-up-enterprise-startup-koala-in-challenge-to-github-copilot/) Lovable becomes a unicorn with $200M Series A just 8 months after launch (https://techcrunch.com/2025/07/17/lovable-becomes-a-unicorn-with-200m-series-a-just-8-months-after-launch/) Apple details how it trained its new AI models, see highlights (https://9to5mac.com/2025/07/21/apple-details-how-it-trained-its-new-ai-models-4-interesting-highlights/) Instacart's former CEO is taking the reins of a big chunk of OpenAI (https://www.theverge.com/openai/710836/instacarts-former-ceo-is-taking-the-reins-of-a-big-chunk-of-openai) The Enshittification of American Power (https://www.wired.com/story/enshittification-of-american-power/) Customer guidance for SharePoint vulnerability CVE-2025-53770 (https://msrc.microsoft.com/blog/2025/07/customer-guidance-for-sharepoint-vulnerability-cve-2025-53770/) Mike Lynch's Estate Ordered to Pay Hewlett Packard $945 Million (https://www.nytimes.com/2025/07/22/business/dealbook/mike-lynch-hp.html) OpenAI announces ChatGPT agent for web browsing (https://mashable.com/article/openai-announces-chatgpt-agent-web-browsing) OpenAI's new ChatGPT Agent can control an entire computer and do tasks for you (https://www.theverge.com/ai-artificial-intelligence/709158/openai-new-release-chatgpt-agent-operator-deep-research) ChatGPT Numbers (https://www.threads.com/@axios/post/DMXssSjuHax?xmt=AQF0UNyFv8CGZkBsSBbi7XWeXnW67U-Y-ZWQEwDod8lyhA) Move Mesos to the Attic (https://lists.apache.org/list.html?dev@mesos.apache.org) Anthropic hired back two of its employees — just two weeks after they left for a competitor. (https://www.theverge.com/ai-artificial-intelligence/708521/anthropic-hired-back-two-of-its-employees-just-two-weeks-after-they-left-for-a-competitor) Investors Float Deal Valuing Anthropic at More Than $100 Billion (https://www.theinformation.com/articles/investors-float-deal-valuing-anthropic-100-billion) Nonsense Coldplay's Kiss Cam Exposes Astronomer's CEO Andy Byron Alleged Affair With HR Chief Kristin Cabot (https://www.yahoo.com/entertainment/articles/coldplay-kiss-cam-exposes-astronomer-142620411.html) Unicode's new emoji refuses to put respect on Bigfoot's name (https://www.engadget.com/mobile/unicodes-new-emoji-refuses-to-put-respect-on-bigfoots-name-184412935.html) Atari Is Re-Releasing Its 2600+ To Celebrate Pac-Man's 45th Birthday (https://www.timeextension.com/news/2025/07/atari-is-re-releasing-its-2600plus-to-celebrate-pac-mans-45th-birthday) Conferences Sydney Wizdom Meet-Up (https://www.wiz.io/events/sydney-wizdom-meet-up-aug-2025), Sydney, August 7. Matt will be there. SpringOne (https://www.vmware.com/explore/us/springone?utm_source=organic&utm_medium=social&utm_campaign=cote), Las Vegas, August 25th to 28th, 2025. See Coté's pitch (https://www.youtube.com/watch?v=f_xOudsmUmk). Explore 2025 US (https://www.vmware.com/explore/us?utm_source=organic&utm_medium=social&utm_campaign=cote), Las Vegas, August 25th to 28th, 2025. See Coté's pitch (https://www.youtube.com/shorts/-COoeIJcFN4). Wiz Capture the Flag (https://www.wiz.io/events/capture-the-flag-brisbane-august-2025), Brisbane, August 26. Matt will be there. SREDay London (https://sreday.com/2025-london-q3/), Coté speaking, September 18th and 19th. Civo Navigate London (https://www.civo.com/navigate/london/2025), Coté speaking, September 30th. Texas Linux Fest (https://2025.texaslinuxfest.org), Austin, October 3rd to 4th. CFP closes August 3rd (https://www.papercall.io/txlf2025). CF Day EU (https://events.linuxfoundation.org/cloud-foundry-day-europe/), Frankfurt, October 7th, 2025. AI for the Rest of Us (https://aifortherestofus.live/london-2025), Coté speaking, October 15th to 16th, London. SDT News & Community Join our Slack community (https://softwaredefinedtalk.slack.com/join/shared_invite/zt-1hn55iv5d-UTfN7mVX1D9D5ExRt3ZJYQ#/shared-invite/email) Email the show: questions@softwaredefinedtalk.com (mailto:questions@softwaredefinedtalk.com) Free stickers: Email your address to stickers@softwaredefinedtalk.com (mailto:stickers@softwaredefinedtalk.com) Follow us on social media: Twitter (https://twitter.com/softwaredeftalk), Threads (https://www.threads.net/@softwaredefinedtalk), Mastodon (https://hachyderm.io/@softwaredefinedtalk), LinkedIn (https://www.linkedin.com/company/software-defined-talk/), BlueSky (https://bsky.app/profile/softwaredefinedtalk.com) Watch us on: Twitch (https://www.twitch.tv/sdtpodcast), YouTube (https://www.youtube.com/channel/UCi3OJPV6h9tp-hbsGBLGsDQ/featured), Instagram (https://www.instagram.com/softwaredefinedtalk/), TikTok (https://www.tiktok.com/@softwaredefinedtalk) Book offer: Use code SDT for $20 off "Digital WTF" by Coté (https://leanpub.com/digitalwtf/c/sdt) Sponsor the show (https://www.softwaredefinedtalk.com/ads): ads@softwaredefinedtalk.com (mailto:ads@softwaredefinedtalk.com) Recommendations Brandon: Magic Keyboard with Touch ID and Numeric Keypad for Mac (https://www.apple.com/shop/product/MXK83LL/A/magic-keyboard-with-touch-id-and-numeric-keypad-for-mac-models-with-apple-silicon-usb-c-us-english-black-keys?fnode=9586aab2077eb774c28648c4795309d1121a0be316d0cef51e8ecb4f03f94a17a88ca466c99d3d3ce977c5a3933a01e4a9d465d8c36e6a9db43dcd2fdd97c814f69fee0a947209242f7e16f10d07223c5fa2dd831c66ffc4bca1a0c99c10f58ec0b7562aa4f1a834e276771b7ef3bfa8&fs=f%3Dkeyboard%26fh%3D36f4%252B4603) Matt: Spirited (https://www.imdb.com/title/tt1524415/) Photo Credits Header (https://unsplash.com/photos/a-statue-of-a-gorilla-sitting-on-top-of-a-wooden-bench-p9uwu_LDmoc)