Podcasts about CTO

  • 9,126PODCASTS
  • 27,289EPISODES
  • 39mAVG DURATION
  • 5DAILY NEW EPISODES
  • Oct 9, 2025LATEST

POPULARITY

20172018201920202021202220232024

Categories




    Best podcasts about CTO

    Show all podcasts related to cto

    Latest podcast episodes about CTO

    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.

    Omni Talk
    What Will You Do When E-Commerce No Longer Requires A Website? | Ask An Expert

    Omni Talk

    Play Episode Listen Later Oct 9, 2025 44:21


    Are you ready for commerce without websites? In this Omni Talk Expert Series conversation, hosts Chris Walton and Anne Mezzenga sit down with Jon Cleaver (CTO, Sportshoes.com) and Malte Ubl (CTO, Vercel) to explore how composable architecture and AI are reshaping retail's future. Jon shares the inside story of Sportshoes.com's aggressive 7-month website transformation... moving from a frustrating monolithic system to a flexible, composable stack. Malte reveals how modern infrastructure makes it possible to scale from zero to 100,000 compute instances instantly, and why retailers must think API-first to survive the agentic commerce revolution. Key topics covered: • Why composable commerce beats monolithic systems for AI readiness • How to transform your website in 7 months (and keep your job) • The real cost of AI in retail and how to manage it • Why your website won't disappear... but how customers will use it will • Starting your agentic AI experiments with logged-in customers • The critical role of product data enrichment for AI discovery Whether you're a CTO evaluating your tech stack or a merchant trying to understand where retail is heading, this conversation delivers practical insights you can act on today. #RetailTech #ComposableCommerce #AgenticAI #Ecommerce #RetailInnovation #APIFirst #DigitalTransformation

    PROCO360 -

      “(I recognized that)… having machines see stuff could now be more lucrative… I started to think about trash as an underappreciated problem.” Matanya Horowitz, Founder & CTO, AMP  

    SHIFT
    Building AI's Roadmaps

    SHIFT

    Play Episode Listen Later Oct 8, 2025 15:56


    How we build products, why we build them, and what we think they're for have always changed, but these days developers and engineers who love things like product roadmaps might find the current AI scene a little disorienting. That's because there often isn't a roadmap. If there is? It's constantly changing.This week, we meet the CTO of IBM Research and she tells us about the current landscape and what she imagines for the future. This episode was recorded at TEDAI in Vienna, Austria. We Meet:  IBM Research CTO Anna Topol Credits:This episode of SHIFT was produced by Jennifer Strong with help from Emma Cillekens, and special thanks to Dajana Doskoc and Alina Nikoloau at TEDAI Vienna. It was mixed by Garret Lang, with original music from him and Jacob Gorski. Art by Meg Marco.

    The Great Battlefield
    Helping Found Catalist and now Using VR to Help Neurodiverse Learners with Vijay Ravindran

    The Great Battlefield

    Play Episode Listen Later Oct 6, 2025 54:24


    Vijay Ravindran joins The Great Battlefield podcast to talk about his career in tech, being the founding CTO of Catalist (the longest running data trust in progressive politics) and founding Floreo, a firm that brings VR tools to help neurodiverse learners.

    Modern CTO with Joel Beasley
    Scale Differently in the Age of AI with Robert Duffy, CTO at HealthEdge

    Modern CTO with Joel Beasley

    Play Episode Listen Later Oct 6, 2025 46:43


    Technology is moving faster than it ever has, so how do you actually scale? Today, we're talking to Robert Duffy, CTO at HealthEdge. We discuss how AI is changing traditional scaling strategies, why rapidly bootstrapping trust is crucial in merged organizations, and how assuming positive intent can transform leadership and team dynamics. All of this right here, right now, on the Modern CTO Podcast!  To learn more about HealthEdge, check out their website here.

    Frontend Weekend
    #211 – Александр Зинченко о том, как заводские ошибки привели инженера с визуальным мышлением в IT

    Frontend Weekend

    Play Episode Listen Later Oct 6, 2025 38:16


    Александр Зинченко, CTO Яндекс 360, в гостях у Андрея Смирнова из Weekend Talk. Конференция avito.tech.conf | leads&managers – https://clc.to/44ybKw Телеграм-канал Андрея Смирнова – https://t.me/itsmirnov 00:00 Начало 00:35 Чем можешь быть известен моей аудитории? 01:13 Рекламная пауза 02:27 Что стало поворотным моментом, когда ты решил уйти с завода в IT? 10:52 Куда можно расти, если ты уже стал CTO? 16:55 Почему визуальные метафоры и рисунки так хорошо работают в IT-командах? 22:55 Кем бы ты стал, если бы не было IT-сферы? 28:24 Для чего нужен был личный бренд, когда ты писал статьи на Хабре? 34:54 В чём сейчас главная проблема современного IT? Ссылки по теме: 1) Статья про разработку игр на Svelte – https://habr.com/p/726462/ 2) Выступление про сторителлинг с помощью рисунков – https://youtu.be/sgo2REZZKBU

    The Tech Blog Writer Podcast
    3439: Zeta and the Future of AI-Powered Marketing That Drives Real ROI

    The Tech Blog Writer Podcast

    Play Episode Listen Later Oct 3, 2025 22:18


    Zeta Global's CTO, Chris Monberg talks about building AI that helps brands grow with repeatable, scalable programs without losing the spark that makes a brand feel human. Zeta's promise is simple to say and hard to do. Help marketers deliver better results with less waste by pairing strong data, clear identity, and practical AI inside the Zeta Marketing Platform. What stood out first was Chris's view of design as a contact sport. He hires builders who live in the work, and he still enjoys rolling up his sleeves himself. That mindset shows up in how Zeta approaches AI for marketing. Rather than shouting for the next click, he wants systems that perceive intent and context. He described an early lesson from retail floors in Seattle. The best experience came from people who noticed a customer's posture and pace before speaking.  Empathetic design translates that awareness into algorithms that understand latent signals and respond with care, not noise. We also dug into a tension many leaders feel. Automation is exciting, but nobody wants generic content. Chris answered with a practical frame. Give marketers a way to create a personal “super agent” that learns from their choices, their brand voice, and the paths they take through the platform. Offload the repetitive chores, keep creative control, and grow pride of ownership. That pride matters because it breeds adoption. When teams feel the system reflects them, they keep using it and keep improving it. Another thread was trust. In Chris's words, the market still underestimates what these tools can do, partly because users are unsure where the value comes from. Zeta is leaning into transparency so teams can see how decisions are made and how results tie back to their inputs. Data and identity are the moat, but privacy and compliance are the foundation. He was candid about the weekly grind of meeting new regulatory needs region by region. That operational discipline shapes how Zeta decides to build, buy, or partner. Acquisitions must make sense on day one and integrate fast, with people as the primary asset. Chris also spoke directly to younger builders who feel stuck. There are no shortcuts. The only way through is work, curiosity, and a willingness to learn in public. He sees small teams pushing new protocols and patterns forward, and he wants more marketers and technologists to join that frontier with clear eyes and a bias for doing. We closed on culture. Zeta Live in New York brings sports and tech onto the same stage, and there is a reason. When the wider world pays attention, ideas travel further. If you care about marketing that respects customers and still moves the needle, this episode will give you a practical blueprint. It is about AI that makes room for people, systems that earn trust, and a product leader who still enjoys getting a little grease under his nails.

    The Tech Blog Writer Podcast
    3440 Blackline CIO and CTO on Governing AI Inside the Enterprise

    The Tech Blog Writer Podcast

    Play Episode Listen Later Oct 3, 2025 33:56


    What happens when a CTO and a CIO of a global tech company sit down together to talk about AI? That's the starting point of today's episode, where I'm joined by Jeremy Ung, CTO at Blackline, and Sumit Johar, the company's CIO. Rather than chasing the hype, we focus on what AI really means for executive decision making, governance, and business outcomes. Both leaders open up about how their partnership is blurring the traditional lines between product and IT, and why the board is demanding answers on topics that once sat deep in the technology stack. Jeremy and Sumit explain why AI is not just another SaaS subscription and why expectations have changed so dramatically. For decades, technology was seen as predictable, a rules-based engine that followed instructions without error. AI feels different because it speaks, reasons, and sometimes makes mistakes. That human-like experience is what excites employees, but it is also what unsettles them. This is where education and governance come in, helping teams learn how to question, verify, and trace AI outputs before they make critical decisions. We also explore how AI agents are beginning to work across tools like SharePoint and email, raising new compliance and security questions that CIOs and CTOs must answer together. The conversation turns to AI sprawl, a problem that mirrors the SaaS explosion of a decade ago. With new AI tools emerging every week, enterprises risk overlapping investments and fragmented initiatives. Sumit shares how Blackline uses two governance councils to keep projects aligned. One is dedicated to risk, pulling in voices from legal, security, and privacy. The other is focused on transformation, evaluating whether requests for new AI capabilities make sense, or whether they duplicate what already exists. The signal that sprawl is taking root, he says, is when requests for tools suddenly jump from a few each month to a dozen. We also tackle the build versus buy dilemma. Budgets haven't magically increased just because AI is hot. Jeremy argues that building only makes sense when it reinforces a company's core advantage. Everything else should be bought, integrated, and kept flexible so that organizations can pivot as the AI landscape changes. Both leaders stress that trust, auditability, and value delivery must sit at the center of every investment decision.  

    Practical Founders Podcast
    #164: SaaS Founders Save Millions With Fractional Senior Engineers - Praveen Ghanta

    Practical Founders Podcast

    Play Episode Listen Later Oct 3, 2025 57:28


    Praveen Ghanta, founder of Fraction and former CEO of HiddenLevers, shares how he turned his experience scaling a bootstrapped SaaS company into a fast-growing fractional talent marketplace. After HiddenLevers reached $8M in ARR and sold for over $100M, he realized that senior fractional engineers were the secret to delivering efficiently without expensive full-time hires. Fraction now serves over 100 SaaS clients with a vetted pool of 500 senior U.S.-based engineers and CTOs. Typical engagements run 10–30 hours a week, helping founders tackle scaling challenges in vertical SaaS, AI engineering, DevOps, and legacy system conversions. The company has reached $10M ARR in just three years while keeping half its own team fractional. Praveen explains how clients use Fraction to save costs, speed development, and even prepare for M&A due diligence with fractional CTOs. He also highlights how AI has boosted senior developer productivity by 4x, why U.S.-only context matters, and how fractional-to-full-time hiring often becomes a win-win path. This interview is perfect for SaaS founders at $1M–10M ARR, hitting scaling issues, vertical SaaS leaders needing senior engineers without VC funding, and founders considering AI-powered product features and engineering talent. Key Takeaways Fractional Individual Contributors: Not just execs—senior engineers deliver hands-on code, marketing, and DevOps part-time. AI Productivity Boost: Senior developers using AI tools are delivering 2–4x more than peers without them. Cost Advantage: Starting at $5K/month, founders access senior dev talent without $200K+ full-time salaries. Best ICP Fit: Vertical SaaS companies at $1–10M ARR facing scaling issues or legacy migrations. Developer Productivity: Fraction leveraged its experience with over 100 clients to build DevHawk.ai, a tool that manages fractional talent and delivers results even more efficiently. This Interview Is Perfect For SaaS founders stuck at scaling challenges without a budget for big teams Bootstrappers and practical founders looking for senior engineering firepower Founders facing legacy code, scaling issues, or AI feature rollouts Non-technical founders struggling to manage offshore or junior dev teams Quote from Praveen Ghanta, founder of Fraction “There are a lot of very experienced engineers who get into a senior developer role, but if they're not going to become the manager of the team, there's not a really good and obvious career path for them. “They start to get bored because they know their job inside and out and it's relatively easy for them to keep delivering.  “So working on a startup on the side is actually a way for both for them to sort of enrich their career and see new things and have that creative satisfaction, but at the same time, not take the risk. There are plenty of folks that want to be full-time at the startup, but there's risk in being at a startup.”  Links Praveen Ghanta on LinkedIn Fraction on LinkedIn Fraction website (fraction.work) DevHawk website Podcast Sponsor – Fraction This podcast is sponsored by Fraction. Fraction gives you access to senior US-based engineers and CTOs — without full-time costs or hiring risks. Get 10 to 30 hours per week from vetted and experienced US-based talent. Find your next fractional senior engineer or CTO at fraction.work. You can start with a one-week, risk-free trial to test it out. The Practical Founders Podcast Tune into the Practical Founders Podcast for weekly in-depth interviews with founders who have built valuable software companies without big funding. Subscribe to the Practical Founders Podcast using your favorite podcast app or view on our YouTube channel. Get the weekly Practical Founders newsletter and podcast updates at practicalfounders.com. Practical Founders CEO Peer Groups Be part of a committed and confidential group of practical founders creating valuable software companies without big VC funding.  A Practical Founders Peer Group is a committed and confidential group of founders/CEOs who want to help you succeed on your terms. Each Practical Founders Peer Group is personally curated and moderated by Greg Head.

    Matt Brown Show
    MBS933-Turning Video into Data with Douglas Chrystall of TruVideo

    Matt Brown Show

    Play Episode Listen Later Oct 3, 2025 48:01


    Send us a textIn this episode, Matt Brown sits with Douglas Chrystall, Co-founder and CTO of TruVideo, to explore how enterprise video delivers real transparency in complex workflows. Douglas explains how TruVideo dominated automotive service before expanding into heavy trucking and marine, why fitting natively into daily operations beats any feature checklist, and how the team uses AI to produce accurate translations and turn video into structured data that proves process compliance. They dig into prompt craft, combating hallucinations, training on first-party media at scale, and the difference between skinning an LLM and building domain-native capability. They also touch on personal AI use, skepticism around .ai branding, and whether agents will disrupt aggregators and change the role of websites.Support the show

    The EdUp Experience
    What "Authentic Engagement" Actually Means in the Age of ChatGPT - Dr. Joseph Brown, Dir., Academic Integrity, & Dr. Sarah Gutierrez, Ast. Dir. for Student Conduct Services, Colorado State University

    The EdUp Experience

    Play Episode Listen Later Oct 2, 2025 47:49


    It's YOUR time to #EdUpIn this episode, part of our Academic Integrity Series, sponsored by ⁠Pangram Labs,⁠YOUR guests are Dr. Joseph F. Brown, Director, Academic Integrity Program, The Institute for Learning & Teaching, & Dr. Sarah Gutierrez, Assistant Director for Student Conduct Services, The Student Resolution Center, Colorado State UniversityYOUR cohost is ⁠Bradley Emi , ⁠Cofounder & CTO, ⁠Pangram Labs⁠YOUR host is ⁠Elvin Freytes⁠How does redefining academic integrity as "authentic engagement with learning" change everything about how universities approach AI & student misconduct?What happens when time management at 2am becomes the #1 reason students cheat & how do you build proactive support systems instead of reactive punishment?How do you convince students their work has value when AI can produce "smarter-sounding" essays & why failure is actually essential for learning?Listen in to #EdUpThank YOU so much for tuning in. Join us on the next episode for YOUR time to EdUp!Connect with YOUR EdUp Team - ⁠⁠⁠⁠⁠ ⁠⁠⁠⁠⁠Elvin Freytes⁠⁠⁠⁠⁠⁠⁠⁠⁠ ⁠& ⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠ Dr. Joe Sallustio⁠⁠⁠⁠⁠● Join YOUR EdUp community at ⁠The EdUp Experience⁠We make education YOUR business!P.S. Want to get early, ad-free access & exclusive leadership content to help support the show? Then ⁠⁠​subscribe today​⁠⁠ to lock in YOUR $5.99/m lifetime supporters rate! This offer ends December 31, 2025!

    Screaming in the Cloud
    Five Slot Machines at Once: Chris Weichel on the Future of Software Development

    Screaming in the Cloud

    Play Episode Listen Later Oct 2, 2025 40:52


    On this episode of Screaming in the Cloud, Corey welcomes back Chris Weichel, CTO of Ona (formerly Gitpod). Chris explains the rebrand and why Ona is building for a future where coding agents, not just humans, write software.They discuss what changes when agents spin up environments, why multi-agent workflows feel addictive, and how Ona is solving the scaling and safety challenges behind it.If you're curious about the next wave of software engineering and how AI will reshape developer tools, this episode is for you.About Chris: Chris Weichel is the Chief Technology Officer at Ona (formerly Gitpod), where he leads the engineering team behind the company's cloud-native development platform. With more than two decades of experience spanning software engineering and human–computer interaction, Chris brings a rare combination of technical depth and user-centered perspective to the systems he helps design and build.He is passionate about creating technology that empowers people and tackling complex engineering challenges. His expertise in cloud-native architecture, programming, and digital fabrication has earned him multiple publications, patents, and industry awards. Chris is continually exploring new opportunities to apply his broad skill set and enthusiasm for building transformative technology in both commercial and research settings.Show Highlights(00:00) Introduction to Modern Software Interfaces(00:55) Welcome to Screaming in the Cloud(01:02) Introducing Chris Weichel and Ona(02:23) The Evolution from Git Pod to Ona(03:26) Challenges and Insights on Company Renaming(05:16) The Changing Landscape of Software Engineering(05:54) The Role of AI in Code Generation(12:04) The Importance of Development Environments(15:44) The Future of Software Development with Ona(21:31) Practical Applications and Challenges of AI Agents(30:01) The Economics of AI in Software Development(38:11) The Future Vision for Ona(39:41) Conclusion and Contact InformationLinks: Christian Weichel LinkedIn: https://www.linkedin.com/in/christian-weichel-740b4224/?originalSubdomain=deOna: https://ona.com/https://csweichel.de/Sponsor: Ona: https://ona.com/

    Paul's Security Weekly
    Future Forward: CIO 2025 Outlook - Cybersecurity, AI, and Economic Uncertainty? - Amanda Jack - BSW #415

    Paul's Security Weekly

    Play Episode Listen Later Oct 1, 2025 55:15


    More than four out of ten (41%) Chief Information Officers (CIOs) report cybersecurity as their top concern, yet these same leaders are simultaneously increasing security budgets (77%), expanding cloud infrastructure (68%), and accelerating artificial intelligence (AI) capabilities (67%). According to the new Future Forward: CIO 2025 Outlook report released by Experis, a global leader in IT workforce solutions and part of the ManpowerGroup (NYSE: MAN) family of brands, modern technology leaders are walking a tightrope between protecting their organizations and driving innovation in an era of relentless cyber threats and rapid digital transformation. Amanda Jack, CTO at Manpower Group, joins Business Security Weekly to share the finding, including: 77% of organizations plan to increase cybersecurity budgets in 2025, followed by cloud infrastructure (68%) and AI (67%) 76% of IT employers worldwide report difficulty finding skilled tech talent 52% of tech leaders are embedding AI skills into existing roles rather than creating new positions Relationship with the Chief Operating Officer (COO) is identified as the most important C-suite partnership outside IT 56% of IT leaders say senior leadership lacks sufficient knowledge about the CIO role and its responsibilities Segment Resources: https://www.experis.com/en/cio-outlook In the leadership and communications segment, Is Your Board Too Collegial?, Cybersecurity, AI, and Economic Uncertainty: How Internal Audit Teams Are Managing 2025's Top Risks, Burnout in the corporate middle: when leadership becomes an issue, and more! Visit https://www.securityweekly.com/bsw for all the latest episodes! Show Notes: https://securityweekly.com/bsw-415

    AI Chat: ChatGPT & AI News, Artificial Intelligence, OpenAI, Machine Learning
    NewsArc & The Future of Journalism with Cory Ondrejka

    AI Chat: ChatGPT & AI News, Artificial Intelligence, OpenAI, Machine Learning

    Play Episode Listen Later Oct 1, 2025 30:20


    In this episode, Jaeden speaks with Cory Ondrejka, CTO of Smart News, about the impact of AI on news delivery and consumption. They discuss the launch of NewsArc, an AI-powered news app designed to provide balanced and personalized news experiences. Ondrejka explains how the app differs from traditional news aggregators by focusing on quality journalism and avoiding sensationalism. The conversation also touches on the challenges of news consumption in a polarized environment and the importance of delivering accurate information. Ondrejka shares insights on personalization, the role of AI in enhancing news quality, and the future of news consumption.Get the top 40+ AI Models for $20 at AI Box: ⁠⁠https://aibox.aiAI Chat YouTube Channel: https://www.youtube.com/@JaedenSchaferJoin my AI Hustle Community: https://www.skool.com/aihustleVisit NewsArc: https://www.newsarc.com/Chapters00:00 Introduction to AI in News02:40 The Role of AI in News Aggregation04:33 Exploring NewsArc's Unique Features08:04 Personalization and User Experience in NewsArc11:46 Balancing News Coverage and Political Polarization18:44 The Future of News Consumption26:04 Reflections on Competitors and Industry Challenges

    Startupeable
    Manual Para Vender e Implementar IA en Corporativos | Angela Gomez, Axo

    Startupeable

    Play Episode Listen Later Oct 1, 2025 70:19


    Arkham transforma datos dispersos en una IA práctica para que tu equipo la use todos los días.

    Paul's Security Weekly TV
    Future Forward: CIO 2025 Outlook - Cybersecurity, AI, and Economic Uncertainty? - Amanda Jack - BSW #415

    Paul's Security Weekly TV

    Play Episode Listen Later Oct 1, 2025 55:15


    More than four out of ten (41%) Chief Information Officers (CIOs) report cybersecurity as their top concern, yet these same leaders are simultaneously increasing security budgets (77%), expanding cloud infrastructure (68%), and accelerating artificial intelligence (AI) capabilities (67%). According to the new Future Forward: CIO 2025 Outlook report released by Experis, a global leader in IT workforce solutions and part of the ManpowerGroup (NYSE: MAN) family of brands, modern technology leaders are walking a tightrope between protecting their organizations and driving innovation in an era of relentless cyber threats and rapid digital transformation. Amanda Jack, CTO at Manpower Group, joins Business Security Weekly to share the finding, including: 77% of organizations plan to increase cybersecurity budgets in 2025, followed by cloud infrastructure (68%) and AI (67%) 76% of IT employers worldwide report difficulty finding skilled tech talent 52% of tech leaders are embedding AI skills into existing roles rather than creating new positions Relationship with the Chief Operating Officer (COO) is identified as the most important C-suite partnership outside IT 56% of IT leaders say senior leadership lacks sufficient knowledge about the CIO role and its responsibilities Segment Resources: https://www.experis.com/en/cio-outlook In the leadership and communications segment, Is Your Board Too Collegial?, Cybersecurity, AI, and Economic Uncertainty: How Internal Audit Teams Are Managing 2025's Top Risks, Burnout in the corporate middle: when leadership becomes an issue, and more! Show Notes: https://securityweekly.com/bsw-415

    Squawk Box Europe Express
    U.S. government stays shut as lay-offs loom

    Squawk Box Europe Express

    Play Episode Listen Later Oct 1, 2025 25:38


    The U.S. government remains shut down but President Trump says his administration will use the opportunity to save money in key areas. Markets remain sanguine with the Stoxx 600 and the S&P 500 recording all-time highs. In Copenhagen, European leaders back the introduction of drone walls to block increasing Russian incursions. The bloc falls short of agreeing to use frozen Russian assets to help with the reconstruction of Ukraine. OpenAI unveils its latest partnership with South Korea's Samsung and SK Hynix, sending both companies' shares soaring. Meanwhile, we are live at Italian Tech Week in Turin where the CTO of Microsoft, Kevin Scott, tells us OpenAI is key to his firm's future. See Privacy Policy at https://art19.com/privacy and California Privacy Notice at https://art19.com/privacy#do-not-sell-my-info.

    Business Security Weekly (Audio)
    Future Forward: CIO 2025 Outlook - Cybersecurity, AI, and Economic Uncertainty? - Amanda Jack - BSW #415

    Business Security Weekly (Audio)

    Play Episode Listen Later Oct 1, 2025 55:15


    More than four out of ten (41%) Chief Information Officers (CIOs) report cybersecurity as their top concern, yet these same leaders are simultaneously increasing security budgets (77%), expanding cloud infrastructure (68%), and accelerating artificial intelligence (AI) capabilities (67%). According to the new Future Forward: CIO 2025 Outlook report released by Experis, a global leader in IT workforce solutions and part of the ManpowerGroup (NYSE: MAN) family of brands, modern technology leaders are walking a tightrope between protecting their organizations and driving innovation in an era of relentless cyber threats and rapid digital transformation. Amanda Jack, CTO at Manpower Group, joins Business Security Weekly to share the finding, including: 77% of organizations plan to increase cybersecurity budgets in 2025, followed by cloud infrastructure (68%) and AI (67%) 76% of IT employers worldwide report difficulty finding skilled tech talent 52% of tech leaders are embedding AI skills into existing roles rather than creating new positions Relationship with the Chief Operating Officer (COO) is identified as the most important C-suite partnership outside IT 56% of IT leaders say senior leadership lacks sufficient knowledge about the CIO role and its responsibilities Segment Resources: https://www.experis.com/en/cio-outlook In the leadership and communications segment, Is Your Board Too Collegial?, Cybersecurity, AI, and Economic Uncertainty: How Internal Audit Teams Are Managing 2025's Top Risks, Burnout in the corporate middle: when leadership becomes an issue, and more! Visit https://www.securityweekly.com/bsw for all the latest episodes! Show Notes: https://securityweekly.com/bsw-415

    iCantCU Podcast
    Blindness Misconceptions: From Healthcare to Parenting Rights

    iCantCU Podcast

    Play Episode Listen Later Oct 1, 2025 41:40


    In this episode of iCantCU, I catch you up on where I've been and dive into some pretty unbelievable questions I was asked by a healthcare professional—like how I get dressed, not what I wear, but literally how I put on clothes. It's troubling when educated people in healthcare still hold such misconceptions about blindness, and it reminded me of battles NFB members continue to face, including parents losing custody simply because they're blind. I also share lighter moments, like Ziggy's obsession with his giant Christmas pickle, a fun crab feast in Baltimore, and my trip to the Hiram G. Andrews Center in Johnstown. With the Pennsylvania state convention right around the corner, things have been hectic, but I'm still squeezing in events in Pittsburgh, New York, and the Lehigh Valley. Plus, I tested out some sunglasses while recording—let me know what you think! Show notes at https://www.iCantCU.com/290  Links Mentioned Product links are affiliate links so that I may earn a commission. Ray-Ban Meta Glasses, Wayfarer: https://amzn.to/42EU0Sy Another big dog toy that may be on Ziggy's Christmas list: https://amzn.to/4nWcib1 Learn more about the 2025 NFB of PA State Convention: https://www.nfbofpa.org/state-convention/ Listen to Lisa Bryan & my interview with EnVision CTO Karthik Kannan: https://www.whitecanesconnect.com/143/. Federation Focus on the NFB of PA YouTube channel: https://www.youtube.com/@nfbofpa I edit the show with Descript and love it!: https://www.iCantCU.com/descript/ Be My Eyes app (free): https://www.bemyeyes.com/  Seeing AI app (free): https://www.seeingai.com/  Index of That Real Blind Tech Show episodes: https://www.icantcu.com/trbts/  Watch iCantCU episodes on YouTube: https://www.youtube.com/@iCantCU Support iCantCU When shopping at Amazon, I would appreciate it if you clicked on this link to make your purchases: https://www.iCantCU.com/amazon. I participate in the Amazon Associate Program and earn commissions on qualifying purchases. The best part is, you don't pay extra for doing this! White Canes Connect Podcast Episode 143 In episode 143 of White Canes Connect, hosts Lisa Bryant and I welcome back Karthik Kannan, co-founder and CTO of Envision, for an exciting update on accessible technology. Karthik last joined the podcast four years ago to discuss Envision Glasses, then partnered with Google. Today, he returns to introduce the brand-new Ally Solos, a next-generation wearable that pushes accessibility to new heights. Find this episode at: Apple Podcasts https://podcasts.apple.com/us/podcast/envision-ally-solos-smartglasses-unveiled/id1592248709?i=1000722318206 Spotify https://open.spotify.com/episode/5DOMSDicebFYMDK2ZpO4Ac YouTube https://youtu.be/bIcvmAzlk8k?si=IG3U_Ju-Tp2UPqOV White Canes Connect Website https://www.whitecanesconnect.com/143/ My Podcast Gear Here is all my gear and links to it on Amazon. I participate in the Amazon Associates Program and earn a commission on qualifying purchases. Zoom Podtrak P4: https://amzn.to/33Ymjkt Zoom ZDM Mic & Headphone Pack: https://amzn.to/33vLn2s Zoom H1n Recorder: https://amzn.to/3zBxJ9O  Gator Frameworks Desk Mounted Boom Arm: https://amzn.to/3AjJuBK Shure SM58 S Mic: https://amzn.to/3JOzofg  Sony ZV-E10 camera : https://amzn.to/4fFBSxM  GoPro Hero 11 Black: https://amzn.to/3SKI7WX Rode Video Micro (used on GoPro): https://amzn.to/4kVMJWI Sennheiser Headset (1st 162 episodes): https://amzn.to/3fM0Hu0  Follow iCantCU on your favorite podcast directory! Apple Podcasts: https://podcasts.apple.com/us/podcast/icantcu-podcast/id1445801370/  Spotify: https://open.spotify.com/show/3nck2D5HgD9ckSaUQaWwW2  Audible: https://www.audible.com/pd/iCantCU-Podcast-Podcast/B08JJM26BT  IHeart: https://www.iheart.com/podcast/256-icantcu-podcast-31157111/ YouTube: https://www.youtube.com/davidbenj  Reach out on social media Twitter: https://www.twitter.com/davidbenj Instagram: https://www.instagram.com/davidbenj Facebook: https://www.facebook.com/davidbenj LinkedIn: https://www.linkedin.com/in/davidbenj Are You or Do You Know A Blind Boss? If you or someone you know is crushing it in their field and is also blind, I want to hear from you! Call me at (646) 926-6350 and leave a message. Please include your name and town, and tell me who the Blind Boss is and why I need to have them on an upcoming episode. You can also email the show at iCantCUPodcast@gmail.com.

    Business Security Weekly (Video)
    Future Forward: CIO 2025 Outlook - Cybersecurity, AI, and Economic Uncertainty? - Amanda Jack - BSW #415

    Business Security Weekly (Video)

    Play Episode Listen Later Oct 1, 2025 55:15


    More than four out of ten (41%) Chief Information Officers (CIOs) report cybersecurity as their top concern, yet these same leaders are simultaneously increasing security budgets (77%), expanding cloud infrastructure (68%), and accelerating artificial intelligence (AI) capabilities (67%). According to the new Future Forward: CIO 2025 Outlook report released by Experis, a global leader in IT workforce solutions and part of the ManpowerGroup (NYSE: MAN) family of brands, modern technology leaders are walking a tightrope between protecting their organizations and driving innovation in an era of relentless cyber threats and rapid digital transformation. Amanda Jack, CTO at Manpower Group, joins Business Security Weekly to share the finding, including: 77% of organizations plan to increase cybersecurity budgets in 2025, followed by cloud infrastructure (68%) and AI (67%) 76% of IT employers worldwide report difficulty finding skilled tech talent 52% of tech leaders are embedding AI skills into existing roles rather than creating new positions Relationship with the Chief Operating Officer (COO) is identified as the most important C-suite partnership outside IT 56% of IT leaders say senior leadership lacks sufficient knowledge about the CIO role and its responsibilities Segment Resources: https://www.experis.com/en/cio-outlook In the leadership and communications segment, Is Your Board Too Collegial?, Cybersecurity, AI, and Economic Uncertainty: How Internal Audit Teams Are Managing 2025's Top Risks, Burnout in the corporate middle: when leadership becomes an issue, and more! Show Notes: https://securityweekly.com/bsw-415

    Packet Pushers - Full Podcast Feed
    HS113: Bad Tech Romance: Five Signs You're In an Abusive IT Relationship

    Packet Pushers - Full Podcast Feed

    Play Episode Listen Later Sep 30, 2025 40:50


    Sure, some days you hate your job. But how do you know when an IT position has gone from being run-of-the-mill annoying to truly toxic? And what do you do about it? Johna Johnson and John Burke are joined by Sandy Miller, a pseudonym for a CIO at a major global company who talks about... Read more »

    Training Data
    Block CTO Dhanji Prasanna: Building the AI-First Enterprise with Goose, their Open Source Agent

    Training Data

    Play Episode Listen Later Sep 30, 2025 59:43


    As CTO of Block, Dhanji Prasanna has overseen a dramatic enterprise AI transformation, with engineers saving 8-10 hours a week through AI automation. Block's open-source agent goose connects to existing enterprise tools through MCP, enabling everyone from engineers to sales teams to build custom applications without coding. Dhanji shares how Block reorganized from business unit silos to functional teams to accelerate AI adoption, why they chose to open-source their most valuable AI tool and why he believes swarms of smaller AI models will outperform monolithic LLMs. Hosted by: Sonya Huang and Roelof Botha, Sequoia Capital Mentioned in the episode: goose: Block's open-source, general-purpose AI agent used across the company to orchestrate workflows via tools and APIs.  Model Context Protocol (MCP): Open protocol (spearheaded by Anthropic) for connecting AI agents to tools; goose was an early adopter and helped shape. bitchat: Decentralized chat app written by Jack Dorsey Swarm intelligence: Research direction Dhanji highlights for AI's future where many agents (geese) collaborate to build complex software beyond a single-agent copilot. Travelling Salesman Problem: Classic optimization problem cited by Dhanji in the context of a non-technical user of goose solving a practical optimization task. Amara's Law: The idea, originated by futurist Roy Amara in 1978, that we overestimate tech impact short term and underestimate long term. 00:00 Introduction 01:48 AI: Friend or Foe? 03:13 Block's Journey with AI and Technology 04:47 Block's Diverse Product Range 07:04 Driving AI at Block 14:28 The Evolution of Goose 27:45 Integrating Goose with Existing Systems 28:23 Goose's Learning and Recipe Feature 29:41 Tool Use and LLM Providers 31:40 Impact of AI on Developer Productivity 34:37 Block's Commitment to Open Source 39:09 Future of AI and Swarm Intelligence 43:05 Remote Work at Block 45:15 Vibe Coding and AI in Development 48:43 Making Goose More Accessible 51:28 Generative AI in Customer-Facing Products 54:09 Design and Engineering at Block 55:38 Predictions for the Future of AI

    The Daily Scoop Podcast
    Inside GSA's rollout of USAi

    The Daily Scoop Podcast

    Play Episode Listen Later Sep 30, 2025 26:15


    As the federal government races to adopt AI, many agencies are looking to buy and build the same exact solutions. Recognizing this, the General Services Administration earlier this year launched USAi, a platform that offers agencies access to leading commercial AI models that they can deploy in a streamlined manner, eliminating redundancy across government and leading to greater efficiencies at scale. Zach Whitman, chief data scientist and chief AI officer for the GSA, recently joined me for a discussion at the Agentic AI Government Summit and Jamfest in Washington, D.C., to highlight the USAi effort, how it's progressing, the challenges GSA faces and what's next. The Department of Health and Human Services has tapped DOGE affiliate Zachary Terrell to be its chief technology officer, sources told FedScoop. Terrell's CTO title was confirmed by three officials, who were granted anonymity to be more candid. Taking on the role of CTO comes after his involvement in Department of Government Efficiency work at both HHS and the National Science Foundation, including the cancellation of grants at the science agency. One of those sources told FedScoop that Terrell has been in the technology chief role since the beginning of this month and is still at the NSF as well. While his leadership role is new, Terrell has previously been involved in work at HHS, including as a member of the department's DOGE team, according to a recent legal filing by the government. Per that document, Terrell was listed as one of the 10 team members given access to at least one sensitive system as part of the DOGE work. Specifically, Terrell was one of five team members who weren't directly employed by the U.S. DOGE Service — the White House home for the group. Congress is poised to make yet another run at legislation to reform agency software purchasing practices, with the reintroduction in the House last week of the Strengthening Agency Management and Oversight of Software Assets Act. The SAMOSA Act, which passed the House last December, would require federal agencies to comprehensively assess their software licensing practices, a move aimed at curbing duplicative tech, streamlining future purchases and reducing IT costs. Rep. Nancy Mace, R-S.C., chair of the House Oversight Subcommittee on Cybersecurity, Information Technology, and Government Innovation, said in a press release: “The GAO has found the federal government spends more than $100 billion annually on information technology and cybersecurity, including software licenses. Far too often, taxpayer dollars are wasted on these systems and licenses agencies fail to use.” The SAMOSA Act, Mace goes on to say, “requires agencies to account for existing software assets and consolidate purchases: reducing redundancy, increasing accountability, and saving potentially billions for American taxpayers.” Also in this episode: Salesforce Global Digital Transformation Executive Nadia Hansen joins SNG host Wyatt Kash in a sponsored podcast discussion on how Agentic AI is reshaping the way government teams work and why agencies need top-level sponsorship, transparent governance and workforce training to realize its potential. This segment was by sponsored by Salesforce. The Daily Scoop Podcast is available every Monday-Friday afternoon. If you want to hear more of the latest from Washington, subscribe to The Daily Scoop Podcast  on Apple Podcasts, Soundcloud, Spotify and YouTube.

    Heavy Strategy
    HS113: Bad Tech Romance: Five Signs You're In an Abusive IT Relationship

    Heavy Strategy

    Play Episode Listen Later Sep 30, 2025 40:50


    Sure, some days you hate your job. But how do you know when an IT position has gone from being run-of-the-mill annoying to truly toxic? And what do you do about it? Johna Johnson and John Burke are joined by Sandy Miller, a pseudonym for a CIO at a major global company who talks about... Read more »

    Digital Transformation Podcast
    AI, Data and Automation in Manufacturing

    Digital Transformation Podcast

    Play Episode Listen Later Sep 30, 2025 27:44


    Rajeev Hans and Naresh Ram discuss the opportunities found at intersection of digital transformation and AI in manufacturing. Rajeev is CTO at AAXIS, a company at the forefront of helping manufacturers accelerate digital transformation. Naresh is Chief AI Officer; both are experts in modern eCommerce platforms, AI, and enterprise software. Listen as these thought-leaders explore leveraging data and AI to drive smarter, more connected manufacturing systems. Host, Kevin Craine Do you want to be a guest? https://DigitalTransformationPodast.net/guest Do you want to be a sponsor? https://DigitalTransformationPodcast.net/sponsor

    Perpetual Motion Podcast
    Testing the Waters of Spacecraft Fuel

    Perpetual Motion Podcast

    Play Episode Listen Later Sep 30, 2025 61:10


    Michael and Colin speak with the CTO of General Galactic, Luke Neise, about employing a water-based propulsion system in spacecraft to achieve high thrust for rapid maneuver and high efficiency for sustained operations in space.

    Coffee and Open Source
    Don Mackinnon

    Coffee and Open Source

    Play Episode Listen Later Sep 30, 2025 58:25


    Don is the CTO and Co-Founder at Searchcraft, a developer-centric platform focused on re-imagining content search for applications. Don has spent nearly 30 years in software engineering, building applications for both startups and enterprise-scale companies.You can find Don on the following sites:WebsiteLinkedInGitHubBlueskyHere are some links provided by Don:Searchcraft PLEASE SUBSCRIBE TO THE PODCASTSpotifyApple PodcastsYouTube MusicAmazon MusicRSS FeedYou can check out more episodes of Coffee and Open Source on https://www.coffeeandopensource.comCoffee and Open Source is hosted by Isaac Levin

    Tech&Co
    L'intégrale de Tech & Co, la quotidienne, du mardi 30 septembre

    Tech&Co

    Play Episode Listen Later Sep 30, 2025 80:42


    Mardi 30 septembre, Frédéric Simottel a reçu Enguérand Renault, consultant chez Image 7 et ancien journaliste au Figaro, Michel Lévy Provençal, prospectiviste, fondateur de TEDxParis et de l'agence Brightness, Clément David, président de Theodo Cloud, Léa Benaim, journaliste BFM Business, David Dupont, vice-président de l'activité Polyamides de spécialités chez Arkema, Nicolas Barattolo, cofondateur et CTO de Movmenta, Kesso Diallo, journaliste Tech&Co, et Arnaud Martenat, président et cofondateur d'Olenbee, dans l'émission Tech & Co, la quotidienne sur BFM Business. Retrouvez l'émission le samedi et réécoutez la en podcast.

    MLOps.community
    On-Device AI Agents in Production: Privacy, Performance, and Scale // Varun Khare & Neeraj Poddar // #340

    MLOps.community

    Play Episode Listen Later Sep 30, 2025 46:10


    On-Device AI Agents in Production: Privacy, Performance, and Scale // MLOps Podcast #340 with NimbleEdge's Varun Khare, Founder/CEO and Neeraj Poddar, Co-founder & CTO.Join the Community: https://go.mlops.community/YTJoinInGet the newsletter: https://go.mlops.community/YTNewsletter// AbstractAI agents are transitioning from experimental stages to performing real work in production; however, they have largely been limited to backend task automation. A critical frontier in this evolution is the on-device AI agent, enabling sophisticated, AI-native experiences directly on mobile and embedded devices. While cloud-based AI faces challenges like constant connectivity demands, increased latency, privacy risks, and high operational costs, on-device breaks through these trade-offs.We'll delve into the practical side of building and deploying AI agents with “DeliteAI”, an open-source on-device AI agentic framework. We'll explore how lightweight Python runtimes facilitate the seamless orchestration of end-to-end workflows directly on devices, allowing AI/ML teams to define data preprocessing, feature computation, model execution, and post-processing logic independently of frontend code. This architecture empowers agents to adapt to varying tasks and user contexts through an ecosystem of tools natively supported on Android/iOS platforms, handling all the permissions, model lifecycles, and many more.// BioVarun KhareVarun is the Founder and CEO of NimbleEdge, an AI startup pioneering privacy-first, on-device intelligence. With an academic foundation in AI and neuroscience from UC Berkeley, MPI Frankfurt, and IIT Kanpur, Varun brings deep expertise at the intersection of technology and science. Before founding NimbleEdge, Varun led open-source projects at OpenMined, focusing on privacy-aware AI, and published research in computer vision.Neeraj PoddarNeeraj Poddar is the Co-founder and CTO at NimbleEdge. Prior to NimbleEdge, he was the Co-founder of Aspen Mesh, VP of Engineering at Solo.io, and led the Istio open source community. He has worked on various aspects of AI, networking, security, and distributed systems over the span of his career. Neeraj focuses on the application of open source technologies across different industries in terms of scalability and security. When not working on AI, you can find him playing racquetball and gaining back the calories spent playing by trying out new restaurants. // Related LinksWebsite: https://www.nimbleedge.com/https://www.nimbleedge.com/blog/why-ai-is-not-working-for-youhttps://www.nimbleedge.com/blog/state-of-on-device-aihttps://www.youtube.com/watch?v=Qqj_Nl2MihEhttps://www.linkedin.com/events/7343237917982527488/comments/~~~~~~~~ ✌️Connect With Us ✌️ ~~~~~~~Catch all episodes, blogs, newsletters, and more: https://go.mlops.community/TYExploreJoin our Slack community [https://go.mlops.community/slack]Follow us on X/Twitter [@mlopscommunity](https://x.com/mlopscommunity) or [LinkedIn](https://go.mlops.community/linkedin)] Sign up for the next meetup: [https://go.mlops.community/register]MLOps Swag/Merch: [https://shop.mlops.community/]Connect with Demetrios on LinkedIn: /dpbrinkmConnect with Varun on LinkedIn: /vkkhare/Connect with Neeraj on LinkedIn: /nrjpoddar/Timestamps:[00:00] On-device AI skepticism[02:47] Word suggestion for AI[06:40] Optimizing unique challenges[13:39] LLM on-device challenges[20:34] Agent overlord tension[23:56] AI app constraints[29:23] Siri limitations and trust gap[32:01] Voice-driven app privacy[35:49] Platform lock-in vs aggregation[42:26] On-device AI optimizations[45:38] Wrap up

    Tech&Co
    Des chaussures de running intelligents – 30/09

    Tech&Co

    Play Episode Listen Later Sep 30, 2025 8:59


    Mardi 30 septembre, Frédéric Simottel a reçu Nicolas Barattolo, cofondateur et CTO de Movmenta, et David Dupont, vice-président de l'activité Polyamides de spécialités chez Arkema. Ils se sont penchés sur le capteur Sollo, une innovation signée Movmenta et Arkema, pour mettre fin aux discours approximatifs sur l'usure des chaussures, dans l'émission Tech & Co, la quotidienne, sur BFM Business. Retrouvez l'émission du lundi au jeudi et réécoutez la en podcast.

    The Tech Exec Podcast with Aviv Ben-Yosef

    Single stepping might be a good way to debug some gnarly code, but it won't cut it as a leadership practice. Without learning how to step back and look at things at a grander scale, you're bound to think too "small." More in this week's episode.Last call to join The New Non-Negotiables of Tech Leadership in 2026Grab a copy of my books, Capitalizing Your Technology and  The Tech Executive Operating System.Subscribe to the best newsletter for tech executives.For any questions or comments, reach out to me directly: aviv@avivbenyosef.com

    Behind the Prop
    E178 - Barry Knuttila, King Schools President & CEO

    Behind the Prop

    Play Episode Listen Later Sep 29, 2025 43:06


    What happens when a tech executive with a passion for flying gets the chance to combine both worlds? In this episode of Behind the Prop, hosts Bobby Doss and Wally Mulhearn welcome Barry Knuttila, President and CEO of King Schools, to explore that exact story.Barry recounts his early flying background, how a corporate collapse unexpectedly redirected his career, and the fateful moment he reached out to John and Martha King. That outreach led to a role as CTO during King Schools' transition to the internet era, eventually growing into leadership of the company itself. Along the way, Barry earned advanced ratings, flew Falcons with John and Martha, and became a familiar on-camera instructor.The discussion highlights King Schools' unique ethos—authenticity, humility, and an unwavering focus on student success. Barry explains how listening to customer feedback and treating students like friends has guided the company from the days of shipping VHS tapes to today's mobile-friendly apps, flashcards, and integrated flight school tools.Listeners will hear about how the flight training industry has shifted from primarily self-paced, individual learning to ab initio, career-focused programs. Barry shares how King Schools has responded by expanding its B2B offerings for universities and flight schools while continuing to serve individual learners. The conversation also covers innovations in course design, the importance of breaking training into smaller, more consumable segments, and King Schools' efforts to reduce checkride anxiety through immersive preparation courses.From personal reflections on flying helicopters and biplanes for fun to insights on the future of aviation training, Barry's perspective underscores both the timeless values and forward-looking vision that continue to shape King Schools. Whether you're a student pilot, CFI, or aviation enthusiast, this episode offers inspiration and practical wisdom for every stage of the journey.

    ChinaTalk
    Second Breakfast: The Future of Intelligence

    ChinaTalk

    Play Episode Listen Later Sep 29, 2025 83:13


    Anthony Vinci, former CTO of the National Geospatial-Intelligence Agency and author of the upcoming book The Fourth Intelligence Revolution, joins as Second Breakfast's first ever guest. Outtro Music: Otis Redding, Something is Worrying Me https://www.youtube.com/watch?v=g2ughAT80R8 Learn more about your ad choices. Visit megaphone.fm/adchoices

    Identity At The Center
    #376 - Understanding Device Identity in a Zero Trust Framework with Shea McGrew

    Identity At The Center

    Play Episode Listen Later Sep 29, 2025 74:23


    In this episode of the Identity at the Center podcast, hosts Jeff and Jim dive into the concept of device identity within a Zero Trust framework. They are joined by Shea McGrew, CTO of Maricopa County Arizona, who provides insights into the importance of managing not just human but also device identities. The discussion explores the philosophical debate on whether machines can have identities, Zero Trust principles, and their application in a diverse and semi-autonomous organizational structure like that of the county government. Shea also shares her career journey, emphasizing the importance of curiosity, customer service, and continuous learning in IT. The episode wraps up with a light-hearted conversation on the never-ending pursuit of knowledge.Connect with Shea: https://www.linkedin.com/in/shea-m-6b82a36/Timestamps:00:00 Introduction and Podcast Theme00:17 Defining Identity in Cybersecurity01:34 Debate: Can Non-Humans Have Identities?01:57 Guest Introduction: Shea McGrew04:15 Shea's Career Journey and Role as CTO09:28 Challenges and Rewards of Being a CTO11:41 Identity Strategy at Maricopa County14:48 Device Identity and Zero Trust Architecture29:56 Managed vs. Unmanaged Devices40:15 Understanding the NIST Framework42:52 Balancing Technology and People43:58 Training and Partner Collaboration48:03 Organizational Change Management50:40 Future of Device Identity54:40 Debating Machine Identity01:06:36 Curiosity as an Olympic Sport01:13:00 Conclusion and Final ThoughtsConnect with us on LinkedIn:Jim McDonald: https://www.linkedin.com/in/jimmcdonaldpmp/Jeff Steadman: https://www.linkedin.com/in/jeffsteadman/Visit the show on the web at http://idacpodcast.com

    The Tech Trek
    Enterprise AI Adoption in 2025: What Actually Works

    The Tech Trek

    Play Episode Listen Later Sep 29, 2025 34:54


    Matt McLarty, CTO at Boomi, joins the show to break down what enterprise AI adoption really looks like in 2025. From navigating the hype cycle to identifying practical first steps, Matt shares what separates companies that are seeing value from those stuck in endless pilots. If you're a tech leader wondering how to move beyond experimentation and into measurable outcomes, this episode is your playbook.Key Takeaways• AI adoption is not binary—it's a spectrum, and success depends on linking it to business value, not just “using AI.”• Orientation matters: every company needs an honest assessment of where they are on their digital maturity curve before jumping in.• Small, low-risk bets build the organizational muscle memory required for bigger wins.• The fastest wins often come from augmenting existing automation rather than chasing moonshots.• Companies that succeed treat AI as a tool to solve business problems, not as an end goal.Timestamped Highlights01:38 – Why AI's hype cycle feels like “Mount Everest” compared to cloud and mobile04:50 – Why AI adoption can't be compared to past waves like blockchain or cloud07:36 – The hidden foundation: digital transformation work still matters11:11 – The inversion that changes everything: AI isn't the goal, business outcomes are16:26 – Defining “adoption” as a multi-dimensional spectrum, not a checkbox19:50 – How to recover if your first AI projects fall short28:04 – Building adaptability as a core enterprise competency31:25 – The common traits of companies succeeding with AI right nowA standout moment“AI isn't the end goal—it's just another tool. The real question is, what business problems can we finally solve with it?” – Matt McLartyCall to actionIf this episode gave you a clearer path toward enterprise AI adoption, share it with a colleague and follow the show so you never miss a conversation on where tech leadership is heading.

    ChinaEconTalk
    Second Breakfast: The Future of Intelligence

    ChinaEconTalk

    Play Episode Listen Later Sep 29, 2025 83:13


    Anthony Vinci, former CTO of the National Geospatial-Intelligence Agency and author of the upcoming book The Fourth Intelligence Revolution, joins as Second Breakfast's first ever guest. Outtro Music: Otis Redding, Something is Worrying Me https://www.youtube.com/watch?v=g2ughAT80R8 Learn more about your ad choices. Visit megaphone.fm/adchoices

    Telecom Reseller
    A CTO's life after retirement – Surprise!, Podcast

    Telecom Reseller

    Play Episode Listen Later Sep 29, 2025 15:02


    After a long career as a CTO with companies like NASA, Fannie Mae and Raytheon for the last 18 years, Julian Zottl was really looking forward to his retirement. Hold on – Not so fast! After a short respite, he started getting calls for help from different organizations. It did not take too long for Julian and his wife to recognize that they needed to incorporate and turn this into an engineering and consulting company. Julian discusses the company's future including: Bidding on federal contracts and Partnering with other countries International consulting work Julian Zottl Julian also touched on the future of cybersecurity noting that it is complex, evolving and filled with ongoing challenges. With the rapid evolution of cyber threats Julian noted that the decreasing cost and time required to develop advanced cyber capabilities has led to a significant acceleration in cyber-attacks. He explained how artificial intelligence and machine learning are being used to create vulnerabilities and execute tasks. Julian also touched on the use of AI to predict and exploit complex multi layered efforts in cyber operations highlighting the challenges posed by those advanced threats. What We Do at Azgard Tek! Systems Engineering: Nation-scale secure systems engineered using our aZgard Engineering Process (ZEP). Precision Intelligence: Ubiquitous surveillance, HTIO, SIGINT, and full-spectrum intelligence support—including cultural and geopolitical analysis. Cybersecurity Solutions: Zero Trust with Resiliency, Red Teaming, threat analytics, IR/Mitigation, and robust device testing. Data & AI/ML: Generative and Agentic AI solutions that automate and empower data fusion, threat detection, and mission intelligence at speed. For more information, go to: https://www.azgardtek.com

    Tools & Craft
    First Block: Interview with Ant Wilson, Co-Founder and CTO of Supabase

    Tools & Craft

    Play Episode Listen Later Sep 29, 2025 27:53


    Welcome to First Block, a Notion series where founders from the world's leading companies tell us what it was like to navigate the many firsts of their startup journey—and what they learned from that experience.In this episode, we spoke with Ant Wilson, Co-Founder and CTO of Supabase. Supabase is the Postgres development platform that has become one of the world's fastest growing open source communities.Ant shares his journey about previous founder experiences, the power of solving your own problem, and why building authentic relationships with your community matters.Chapters:00:00 Intro02:56 Supabase Explained07:04 The Positioning Shift09:25 Memes & Marketing13:08 Scaling the Community15:09 Winning Enterprises17:09 Remote-First Culture22:49 AI in Action26:10 Advice BlockFor video, transcripts, and custom Notion Mercor templates, please visit: https://ntn.so/aow225To learn more about how Notion is supporting startups, please visit: ⁠https://ntn.so/cwep6x

    EdTech Speaks
    066: Mission Control: Demystifying Data Centers with Carrie Goetz

    EdTech Speaks

    Play Episode Listen Later Sep 29, 2025 35:21


    In this episode of Forward Thinking Experts, host Sher Downing, PhD sits down with Carrie Goetz—Principal, CTO, Amazon bestselling author, and global data center leader—to explore the fascinating world of data centers and the career opportunities they unlock.Carrie shares her unique journey from architecture and teaching to building networking divisions, commissioning and decommissioning data centers, and traveling millions of miles worldwide to support IT infrastructure. She breaks down what data centers really are (hint: think mission control), why they matter to everyone—even if you don't know they exist—and how careers in this hidden industry are more diverse and accessible than ever before.Together, Sher and Carrie dive into:Why data centers are everywhere (but often invisible).The importance of diversity of thought in tech careers.Career pathways for women, trades, and veterans in data centers.How the Educator's Reference Guide is filling a massive curriculum gap.The 300+ jobs in data centers—from electricians to marketing pros—and why many don't require a degree.How AI is reshaping hiring, resumes, and the future of tech work.Whether you're an educator, a student, a trades professional, or just someone curious about the backbone of the digital world—you'll walk away with fresh insight into an industry that powers our everyday lives.Data centers = mission control for the modern world.Diversity in experience drives stronger innovation and solutions.Certifications (not always degrees) can be life-changing career moves.AI is rapidly transforming both the industry and how we approach careers.Carrie GoetzAmazon bestselling author: Jumpstart Your Career in Data CentersCreator of Educator's Reference Guide for Data Center CurriculumAdvocate for inclusivity and nontraditional pathways in techLearn more and connect with Carrie here:⁠ https://www.facebook.com/profile.php?id=61564459576330https://www.linkedin.com/in/carrie-goetzhttps://www.instagram.com/carriejgoetz/https://www.instagram.com/strategitcom/https://www.carriegoetz.com https://www.strategitcom.com#womenintech #womenindatacenters #tradesintech #tradesindatacenters #vetsintech #vetsindatacenters #ForwardThinkingPodcast #DataCenters #FutureOfWork #WomenInTech #VeteransInTech #TradesInTech #TechCareers #AIandCareers #DigitalInfrastructure

    Cloud 9 Podcast
    Weberlo: Optimizing Ad Spend for SaaS Companies

    Cloud 9 Podcast

    Play Episode Listen Later Sep 29, 2025 18:30


    In this episode of the Transform Sales Podcast: Sales Software Review Series, Dave Menjura, Marketplace Specialist at CloudTask, sits down with Andrey Kholkin, CTO at Weberlo, to discuss how Weberlo, a robust tracking and attribution platform, helps businesses optimize their advertising budgets and enhance campaign performance. Andrey shares how Weberlo began as a personal project designed to address common challenges in tracking ad effectiveness, such as lost data from pixels and unreliable attribution windows. Weberlo solves these challenges by accurately capturing and attributing customer interactions across multiple channels, providing lifetime attribution, and integrating seamlessly with major shopping carts and ad platforms. Listeners will discover how Weberlo significantly improves advertising ROI by clearly identifying which ads and channels generate sales, enabling businesses to confidently allocate budget towards high-performing campaigns and swiftly discontinue ineffective ones. Andrey demonstrates how Weberlo's detailed dashboards provide actionable insights into ad spend, Return on Ad Spend (ROAS), geographic performance, device usage, and conversion rates, delivering real-time data essential for strategic decision-making. Find out how Weberlo can streamline your advertising efforts, reduce costs by 10-20%, and ensure accurate tracking of every dollar spent. Andrey emphasizes the ease of setup, intuitive user experience, and Weberlo's commitment to providing businesses with comprehensive data to power their marketing strategies. Try Weberlo here: https://software.cloudtask.com/weberlo-e20b63 #TransformSales #SalesSoftware #Weberlo #AdOptimization #AttributionSoftware #MarketingROI #Tracking #SalesInsights

    Tech Lead Journal
    #233 - Data Beats Hype: Measuring Your AI Adoption Impact - Laura Tacho

    Tech Lead Journal

    Play Episode Listen Later Sep 29, 2025 67:01


    “Engineering leaders are stuck between the expectations put out by sensational headlines and the reality of what they're seeing in their organization. There's a big disappointment gap.”Is your AI investment paying off? Many leaders struggle to see real ROI beyond the hype.In this episode, Laura Tacho, CTO of DX, shares DX's new research on measuring AI adoption success across 38,000+ engineers. Our conversation reveals why acceptance rates are misleading metrics and introduces DX's new AI Measurement Framework™ with its three critical dimensions: utilization, impact, and cost. Learn why treating AI as an organizational problem closes the “disappointment gap” between hype and reality.Note: This episode was recorded in July 2025. The AI adoption rate mentioned has since risen to nearly 80%.In this episode, you will learn about:The “Disappointment Gap” between AI hype and realityWhy the popular “acceptance rate” metric is misleadingThe DX AI Measurement Framework™ and its three dimensionsThe top time-saving AI use case (it's not code generation!)How AI impacts long-term software quality and maintainabilityWhy organizational readiness matters for successful AI adoptionThe bigger bottlenecks beyond coding that AI has not yet solvedTreating AI agents as team extensions, not digital employeesTimestamps:(00:00:00) Trailer & Intro(00:02:32) Latest DX Research on AI Adoption(00:03:54) AI Role on Developer Experience(00:05:43) The Current AI Adoption Rate in the Industry(00:09:27) The Leader's Challenges Against Al Hype(00:13:22) Measuring AI Adoption ROI Using Acceptance Rate(00:17:39) The DX AI Measurement Framework™(00:23:05) AI Measurement Framework: Utility Dimension(00:27:51) DX AI Code Metrics(00:30:31) AI Measurement Framework: Impact Dimension(00:32:57) The Importance of Measuring Productivity Holistically(00:35:54) AI Measurement Framework: Cost Dimension(00:38:34) AI Second Order Impact on Software Quality and Maintainability(00:42:38) The Danger of Vibe Coding(00:46:31) Treating AI as Extensions of Teams(00:52:31) The Bigger Bottlenecks to Solve Outside of AI Adoption(00:55:47) DX Guide to AI-Assisted Engineering(01:00:38) Being Deliberate for a Successful AI Rollout(01:02:32) 3 Tech Lead Wisdom_____Laura Tacho's BioLaura Tacho is CTO at DX, a developer intelligence platform, co-author of the Core 4 developer productivity metrics framework, and an executive coach. She's an experienced technology leader and engineering leadership coach with a strong background in developer tools and distributed systems.Her career includes leadership roles at organizations such as CloudBees, Aula Education, and Nova Credit, where she specialized in building high-performing engineering teams and delivering impactful products. Laura has worked with thousands of engineering leaders as they work to improve their engineering practices with data.Follow Laura:LinkedIn – linkedin.com/in/lauratachoTwitter – x.com/rhein_weinWebsite – lauratacho.com AI Measurement Framework – getdx.com/whitepaper/ai-measurement-framework/?utm_source=techleadjournal Guide to AI-Assisted Engineering – getdx.com/guide/ai-assisted-engineering/?utm_source=techleadjournalAI code metrics – getdx.com/ai-code-metricsLike this episode?Show notes & transcript: techleadjournal.dev/episodes/233.Follow @techleadjournal on LinkedIn, Twitter, and Instagram.Buy me a coffee or become a patron.

    CPQ Podcast
    Aleran Software with Tarak Patel: Sustainable Innovation in Connected Commerce

    CPQ Podcast

    Play Episode Listen Later Sep 28, 2025 31:59


    In this CPQ Podcast episode, host Frank Sohn speaks with Tarak Patel, Sr. Vice President of Product and Technology at Aleran Software, about how Aleran is bringing sustainable innovation to Configure, Price, Quote (CPQ) and digital commerce. Aleran's Connected Commerce platform is designed for mid-size manufacturers ($20M–$1B) and their channel partners. Built on headless, API-first, cloud-native architecture, the platform integrates with leading ERP systems(SAP, Epicor, Microsoft Dynamics, Infor, Acumatica and more) and CRM solutions (Salesforce, SugarCRM). It also offers native eCommerce, pre-built connectors, Avalara tax, payment gateways, and shipping integrations—helping companies move beyond spreadsheets and home-grown tools. Tarak explains how Aleran supports CTO and ETO products, with a feature- and rules-based configuration engine, plus AI-driven guided selling and automated product content generation. With low-code/no-code flexibility and an average 2-month implementation, manufacturers can achieve fast ROI. Beyond technology, Tarak shares insights on trust-based leadership, Aleran's rapid growth, and how his philosophy of “sustainable innovation” drives both the company and his personal life—including golfing with his two teenage sons.

    a16z
    The Common Thread of All Technology: Monitoring the Situation, Ep.1

    a16z

    Play Episode Listen Later Sep 27, 2025 60:02


    Announcing our new show, Monitoring the Situation, hosted by a16z General Partners Erik Torenberg and Katherine Boyle, with guest Eddie Lazzarin, CTO of a16z crypto. In this first episode, we ask how American Dynamism, consumer, games, and crypto all fit together, from Palmer/Oculus to Marc Andreessen's Techno-Optimist Manifesto, while also exploring crypto × AD values, parenting in the AI era, and how internet subcultures shape the news. Timecodes: 0:00 Introduction1:25  Tech Coherence: American Dynamism & Consumer Crypto4:55 The Hero's Journey in Tech5:59 Games, Toys, and Defense Innovation6:38 Crypto & American Values11:25 Decentralization, Federalism, and Tech13:08 AI, China, and Competing Values14:18 Medicine, Parenting, and the Wisdom of Crowds20:47 ADHD, Diagnosis Incentives, and Education27:31 Alternative Schooling & AI Tutors35:46 Parenting, Family, and Modern Support Systems42:24 Zoomer Culture, Internet Fragmentation, and X54:38 Media, Social Networks, and Cultural Shifts Resources: Find Eddy on X: https://x.com/eddylazzarinFind Katherine on X: https://x.com/KTmBoyleFind Erik on X: https://x.com/eriktorenberg Stay Updated: If you enjoyed this episode, be sure to like, subscribe, and share with your friends!Find a16z on X: https://x.com/a16zFind a16z on LinkedIn: https://www.linkedin.com/company/a16zListen to the a16z Podcast on Spotify: https://open.spotify.com/show/5bC65RDvs3oxnLyqqvkUYXListen to the a16z Podcast on Apple Podcasts: https://podcasts.apple.com/us/podcast/a16z-podcast/id842818711Follow our host: https://x.com/eriktorenbergPlease note that the content here is for informational purposes only; should NOT be taken as legal, business, tax, or investment advice or be used to evaluate any investment or security; and is not directed at any investors or potential investors in any a16z fund. a16z and its affiliates may maintain investments in the companies discussed. For more details please see a16z.com/disclosures. Stay Updated:Find a16z on XFind a16z on LinkedInListen to the a16z Podcast on SpotifyListen to the a16z Podcast on Apple PodcastsFollow our host: https://twitter.com/eriktorenberg Please note that the content here is for informational purposes only; should NOT be taken as legal, business, tax, or investment advice or be used to evaluate any investment or security; and is not directed at any investors or potential investors in any a16z fund. a16z and its affiliates may maintain investments in the companies discussed. For more details please see a16z.com/disclosures. Hosted by Simplecast, an AdsWizz company. See pcm.adswizz.com for information about our collection and use of personal data for advertising.

    2 Cents Podcast
    Ex-Meta Employee Reveals: Your Phone is a Spying Device!

    2 Cents Podcast

    Play Episode Listen Later Sep 27, 2025 63:35


    Guest: Guest: Omar Al Zabir, Co-Founder, CTO at Kahf.com.tr, Ex-Meta Engineering ManagerIn this episode of the 2 Cents Podcast, we uncover the dark truth about social media. An ex-Meta employee shares how algorithms are weakening your brain and putting your personal life at risk.We also dive deep into:How social media threatens privacy & mental healthCybersecurity and protecting yourself onlineTime management & productivity hacksThe role of AI skills in professional growthMust-use AI tools for the futureIf you spend hours scrolling every day, this episode is a wake-up call you can't afford to miss.

    THE STANDARD Podcast
    Top to Toe EP.165 รู้ทันสกินแคร์ ส่วนผสมต้านหน้าแก่ได้จริงหรือ?

    THE STANDARD Podcast

    Play Episode Listen Later Sep 27, 2025 45:37


    ชมวิดีโอ EP นี้ใน YouTube เพื่อประสบการณ์การรับชมที่ดีที่สุด https://youtu.be/fkOTgt0o3QE สกินแคร์หรือเครื่องสำอางที่ใช้กันอยู่ทุกวันนี้ เคยสงสัยไหมว่าสารที่เคลมกันว่ามีประสิทธิภาพเมื่อใส่เข้าไปในสกินแคร์มันออกฤทธิ์ได้จริงหรือไม่ ใส่เข้าไปในปริมาณเท่าไร แล้วได้มีการทดลองในมนุษย์ว่าปลอดภัยหรือไม่ Top to Toe คุยกับ ดร.ธวิน เอี่ยมปรีดี Senior Researcher, ศูนย์นาโนเทคโนโลยีแห่งชาติ (NANOTEC), สวทช. CEO & CTO, บริษัท โครโนไลฟ์ จำกัด นักวิจัยด้านสกินแคร์ตัวจริงว่าทำไมเทรนด์ของสกินแคร์ทุกวันนี้จึงเน้นเรื่อง Longevity การกล่าวอ้างถึงวัตถุดิบเมื่อลงสูตรสกินแคร์แล้วได้ผลจริงหรือ ขั้นตอนการทดสอบสกินแคร์ทำอย่างไร และเราจะเลือกสกินแคร์ได้ประสิทธิภาพจริงๆ อย่างไร

    Estadão Notícias
    Start #396 com Daniel Gonzales: redes movem IA e serviços na nova economia digital - 1

    Estadão Notícias

    Play Episode Listen Later Sep 27, 2025 19:30


    A economia digital requer que plataformas de mobilidade, pagamentos, superapps, varejo, cidades, etc operem em tempo real com alto desempenho e segurança. Redes de alta performance são fundamentais para garantir tais operações escaláveis e eficientes em diversos setores de negócios, especialmente com o aumento das demandas de processamento impulsionadas por inteligência artificial. É crucial que essas redes cumpram rígidos padrões de funcionamento ponta a ponta, já que isso vem moldando a competitividade futura do mercado. O Start Eldorado desta semana mostra a primeira parte do debate gravado em mais um evento da série 'Conexões', realizado na Japan House, e que reuniu executivos que discutiram a relevância das redes para o desenvolvimento de produtos e serviços inteligentes, essenciais para a economia moderna. O painel contou com a participação de Carlo Gonçalves, founder e COO da Greenpass e VP da Abepam (Associação Brasileira das Empresas de Pagamento Automático para Mobilidade); Daniel Elidio, vice-presidente de Tecnologia da Fiserv no Brasil; Renier Souza, CTO da Cisco Brasil; e Roberto Murakami, vice‑presidente de Redes e Telecom da NEC América Latina. Com apresentação de Daniel Gonzales, o Start vai ao ar às 21h, na Rádio Eldorado FM 107,3 (para toda Grande SP), site, apps, canais digitais e assistentes de voz.See omnystudio.com/listener for privacy information.

    The EdUp Experience
    How Small Town Dynamics Change Academic Integrity Forever - Dr. Andrew Dunlap, Assistant Professor of Anatomy & Physiology, Arkansas State University - Beebe

    The EdUp Experience

    Play Episode Listen Later Sep 25, 2025 35:16


    It's YOUR time to #EdUpIn this episode, part of our Academic Integrity Series, sponsored by ⁠Pangram Labs,⁠YOUR guest is ⁠Dr. Andrew Dunlap, Assistant Professor of Anatomy & Physiology, Arkansas State University - BeebeYOUR cohost is ⁠Bradley Emi , ⁠Cofounder & CTO, ⁠Pangram Labs⁠YOUR host is ⁠Elvin Freytes⁠How does Dr. Dunlap define academic integrity as "turning in your work & completing what is yours, not what someone else tells you" & why does this straightforward approach matter for students entering healthcare professions? What makes Arkansas State University Beebe's 3-strike academic integrity policy unique with its committee based review process involving division deans & distance education directors? How is Dr. Dunlap navigating AI integration in anatomy & physiology education while maintaining academic standards & teaching students ethical AI usage? Listen in to #EdUpThank YOU so much for tuning in. Join us on the next episode for YOUR time to EdUp!Connect with YOUR EdUp Team - ⁠⁠⁠⁠⁠ ⁠⁠⁠⁠⁠Elvin Freytes⁠⁠⁠⁠⁠⁠⁠⁠⁠ ⁠& ⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠ Dr. Joe Sallustio⁠⁠⁠⁠⁠● Join YOUR EdUp community at ⁠The EdUp Experience⁠We make education YOUR business!P.S. Want to get early, ad-free access & exclusive leadership content to help support the show? Then ⁠⁠​subscribe today​⁠⁠ to lock in YOUR $5.99/m lifetime supporters rate! This offer ends December 31, 2025!

    Essential Ingredients Podcast
    066: Milking Innovation: The Future of Dairy-Free Milk With Thomas Bowman

    Essential Ingredients Podcast

    Play Episode Listen Later Sep 23, 2025 28:50 Transcription Available


    "We're looking at the molecular composition of milk, all of its proteins and components, how they function together, and what makes it magical. Our technology is around how do we get those to come together and function in a way that looks, tastes, and functions like dairy."  —Thomas Bowman   Can a plant-based milk truly replicate the creamy goodness of dairy? Dive into a world where innovation meets taste, as we explore the potential of non-dairy alternatives that can seamlessly fit into our lifestyle.   Thomas Bowman, CEO of Eclipse Foods, leverages his background as a fine dining chef and food scientist to bring fresh insights into the world of plant-based dairy. His transition from the kitchen to the boardroom provides a unique perspective on crafting products that taste and function like traditional dairy, while also being kinder to the planet. Press play to hear Justine and Thomas' discussion about the science behind non-dairy milk, the importance of incorporating sustainable practices in business and personal life, the challenges and triumphs of pioneering a new era in dairy alternatives, how Eclipse is breaking new ground with partnerships, upcycling initiatives, and a commitment to creating products that deliver on both flavor and sustainability, plus much more.  Meet Thomas:  Thomas Bowman is the CEO of Eclipse Foods, a pioneering company in the plant-based dairy industry. With a rich background as a fine dining chef, Thomas honed his culinary skills in some of the world's most prestigious kitchens before transitioning into food science. This unique combination of expertise allows him to lead Eclipse Foods with a focus on creating plant-based products that not only taste like traditional dairy but also meet the highest standards of sustainability.  Under his leadership, Eclipse has successfully expanded into international markets, including Japan, by forming strategic partnerships and embracing cultural insights. Thomas's commitment to innovation is evident in the company's use of upcycling and sustainable sourcing, setting new benchmarks in the industry. His journey from CTO to CEO reflects his dedication to driving change and inspiring a new era of food production. Through his work, Thomas continues to challenge the status quo, offering consumers delicious alternatives that align with modern values.   Website LinkedIn Instagram Facebook X Connect with NextGen Purpose: Website Facebook Instagram LinkedIn YouTube     Episode Highlights: 02:24 The Science Behind A Non-Dairy Dairy  06:40 Launching in Japan 10:25 Cultural Surprises and Business Lessons from Japan  16:07 Is It Over-Processed?  19:50 Exciting Partnerships in the US 22:07 Debunking Plant-Based Dairy Myths  24:26 Sustainability and Upcycling in Eclipse's Process   Resources: Podcast Creating Cow-less, Plant-Based Ice Cream that Truly Tastes Like the Real Deal with Aylon Steinhart 

    a16z
    Dylan Patel on the AI Chip Race - NVIDIA, Intel & the US Government vs. China

    a16z

    Play Episode Listen Later Sep 22, 2025 100:00


    Nvidia's $5 billion investment in Intel is one of the biggest surprises in semiconductors in years. Two longtime rivals are now teaming up, and the ripple effects could reshape AI, cloud, and the global chip race.To make sense of it all, Erik Torenberg is joined by Dylan Patel, chief analyst at SemiAnalysis, joins Sarah Wang, general partner at a16z, and Guido Appenzeller, a16z partner and former CTO of Intel's Data Center and AI business unit. Together, they dig into what the deal means for Nvidia, Intel, AMD, ARM, and Huawei; the state of US-China tech bans; Nvidia's moat and Jensen Huang's leadership; and the future of GPUs, mega data centers, and AI infrastructure. Resources: Find Dylan on X: https://x.com/dylan522pFind Sarah on X: https://x.com/sarahdingwangFind Guido on X: https://x.com/appenzLearn more about SemiAnalysis: https://semianalysis.com/dylan-patel/ Stay Updated: If you enjoyed this episode, be sure to like, subscribe, and share with your friends!Find a16z on X: https://x.com/a16zFind a16z on LinkedIn: https://www.linkedin.com/company/a16zListen to the a16z Podcast on Spotify: https://open.spotify.com/show/5bC65RDvs3oxnLyqqvkUYXListen to the a16z Podcast on Apple Podcasts: https://podcasts.apple.com/us/podcast/a16z-podcast/id842818711Follow our host: https://x.com/eriktorenbergPlease note that the content here is for informational purposes only; should NOT be taken as legal, business, tax, or investment advice or be used to evaluate any investment or security; and is not directed at any investors or potential investors in any a16z fund. a16z and its affiliates may maintain investments in the companies discussed. For more details please see a16z.com/disclosures. Stay Updated:Find a16z on XFind a16z on LinkedInListen to the a16z Podcast on SpotifyListen to the a16z Podcast on Apple PodcastsFollow our host: https://twitter.com/eriktorenberg Please note that the content here is for informational purposes only; should NOT be taken as legal, business, tax, or investment advice or be used to evaluate any investment or security; and is not directed at any investors or potential investors in any a16z fund. a16z and its affiliates may maintain investments in the companies discussed. For more details please see a16z.com/disclosures. Hosted by Simplecast, an AdsWizz company. See pcm.adswizz.com for information about our collection and use of personal data for advertising.