Powered by RND
PodcastsNegóciosGeneration AI

Generation AI

Ardis Kadiu, Dr. JC Bonilla
Generation AI
Último episódio

Episódios Disponíveis

5 de 96
  • ChatGPT Study Mode & Google's $1B Education Play: How AI Just Became Your Personal Tutor
    We break down one of the busiest AI news days of the year and focus on what it means for colleges. We cover Google’s Genie 3 “world model,” OpenAI’s new open-weight reasoning models (GPT-OSS 120B/20B), and Anthropic’s Opus 4.1 gains for coding agents. Then we shift to the big story for campuses: ChatGPT “Study Mode” and Gemini “Guided Learning,” plus Google’s free Gemini Pro for students and a $1B education push. If you run marketing, admissions, or student success, this episode helps you plan pilots for fall, cut model costs, and rethink onboarding and tutoring with AI.Cold open + timestamp and setup (00:00:00)JC’s line: “If ChatGPT talks, Genie walks.”We set the date: recorded Wed, Aug 6, referencing news from Aug 5.Quick heads-up that GPT-5 may land this week.What dropped: three models, three angles (00:02:00)Anthropic: Claude Opus 4.1 with coding gains.OpenAI: open-weight reasoning models (GPT-OSS 120B/20B).Google: Genie 3 “world model.”Main focus today will be study features for learning.OpenAI’s open weights: why now and why it helps (00:06:00)Pressure from R1-style models and a growing OSS wave.Open weights expand the dev base and enable on-prem or offline builds.Cost note: we discuss ~91% cheaper runs via alt providers like Cerebras/Groq in some workflows.Takeaway for schools and vendors: cheaper agents and less lock-in.Anthropic’s Opus 4.1: coding agents get sharper (00:10:40)Better long-context reasoning and tool use.Stronger at “find the right file, make the right change, don’t break other parts.”Expect Cursor/Vibe/Copilot-style tools to feel snappier.Good fit for campus IT and rapid feature fixes.Genie 3 explained in plain terms (00:16:14)What a “world model” is: generates an interactive environment with physics and memory, not just frames.Why it’s different from diffusion/video models: it keeps state and acts over time.Why it matters: training agents, robotics, labs, and rich simulations.Use cases for learning: labs, history, and more (00:25:27)Think virtual physics labs, time-period scenes, or fieldwork-style tasks.Pricing and access still unclear at record time.Gemini “Guided Learning” lands (00:27:52)Moves past one-shot Q&A to a step-by-step teach mode.Based on a learning-tuned model family (LearnLM) now inside Gemini.Students get free Gemini Pro for 12 months in select countries; NotebookLM shout-out.Why the free student play matters (00:29:28)Classic “win them early” motion; boosts daily use and skills.Helpful for course work, capstones, and research support.ChatGPT “Study Mode”: how it works (00:33:52)Interactive prompts, hints, and self-reflection.Scaffolded answers to cut overwhelm on hard topics.Personalized support, knowledge checks, and progress cues.Quick toggle in and out of study mode mid chat.Simple example that sells it (00:40:05)Ask “What is life?”Regular mode gives a direct answer; Study Mode first asks what angle you mean (bio, philosophy, personal), then guides you forward.Slows you down in a good way to build real understanding.What’s next for study features (00:40:59)Clearer visuals for complex ideas.Goal setting and progress across chats.Deeper personalization by skill level.Google’s $1B education push (00:42:26)Funding over three years for AI literacy, research, and cloud.“AI for Education” accelerator with free training and career certs.Schools should apply and point students to the free Pro offer.Big picture for campuses (00:45:52)Vendors are playing the long game on learning use cases.Leaders should plan training and policy now, not later.Close and next watch-items (00:47:25)Net: faster models are nice, useful models change outcomes.We’ll revisit once GPT-5 news lands; send us topics to cover. - - - -Connect With Our Co-Hosts:Ardis Kadiuhttps://www.linkedin.com/in/ardis/https://twitter.com/ardisDr. JC Bonillahttps://www.linkedin.com/in/jcbonilla/https://twitter.com/jbonillxAbout The Enrollify Podcast Network:Generation AI is a part of the Enrollify Podcast Network. If you like this podcast, chances are you’ll like other Enrollify shows too! Enrollify is made possible by Element451 — The AI Workforce Platform for Higher Ed. Learn more at element451.com.
    --------  
    50:08
  • Prompt engineering is dead, long live context engineering
    In this technical deep dive, Generation AI explores the evolution from prompt engineering to context engineering - a critical shift in how we build intelligent AI systems. Hosts Ardis Kadiu and Petar Djordjevic from Element451 break down why static prompts are no longer enough and how dynamic context management is the key to creating truly smart agents. They explain the technical architecture behind retrieval augmented generation (RAG), discuss the challenges of building multi-agent systems that coordinate effectively, and reveal how Element451's new bulk jobs feature represents the cutting edge of context engineering in higher education. The episode concludes with an analysis of Mark Zuckerberg's vision for "personal superintelligence" - always-on AI assistants that remember everything about you. This matters because institutions need to understand that the success of AI agents depends entirely on having rich, well-structured data and proper context management - not just smart models.Introduction and the Shift from Prompt to Context Engineering (00:00:00)Welcome back Petar Djordjevic as co-host for the third timeThe transformation from static prompt libraries to dynamic context systemsWhy GPT-4's evolution to reasoning models changed everythingHow agents use tools to gather real-time information instead of relying on frozen knowledgeDefining Context Engineering vs Prompt Engineering (00:04:11)Context engineering as managing dynamic information for AI tasksThe evolution from one-shot prompt problems to complex agent workflowsHow automation requirements drove the need for context engineeringWhy "it's their first day on the job every day" for AI modelsDeep Dive into RAG (Retrieval Augmented Generation) (00:17:17)The complete RAG pipeline: from user query to accurate responseBreaking down queries into multiple intents for better resultsVector databases and metadata attachment for information storageThe importance of combining keyword search with semantic searchAdvanced RAG Techniques and Challenges (00:21:08)Data preparation: parsing PDFs and extracting meaningful chunksWhy semantic search alone isn't enough - the CS101 problemRe-ranking and post-processing to get the most relevant resultsHow to handle citations and build user trust in AI responsesBuilding Complex Agent Systems at Element451 (00:33:08)Element451's new Bulk Jobs feature as a case studyThe research phase: gathering student data, interaction history, and contextWhy data-rich platforms are essential for successful agentsMoving from segment-based personalization to true "segment of one"Context Pruning and Tool Selection (00:41:31)Why you can't just throw all data into the context windowPerformance degradation with large contexts - the needle in haystack problemSelecting the right tools for each task (SMS vs WhatsApp example)How to compress and adapt content for optimal performanceMulti-Agent Coordination and State Management (00:46:48)The challenge of multiple agents working on the same studentContext writing: how agents remember what they did and whyPreventing redundant actions across different departmentsBuilding systems that coordinate like experienced teamsCommon Mistakes in Context Engineering (00:50:17)The danger of being "lazy about context" and assuming AI is smart enoughWhy domain expertise is crucial for building effective agentsThe importance of vertical-specific agents (Cursor, Harvey, Sierra examples)How Element451 leverages its CRM data for education-specific agentsThe Future: Personal Superintelligence (00:53:18)Mark Zuckerberg's vision of always-on, memory-rich personal AIMeta's glasses as the computing platform of the futureAndrej Karpathy's small model with massive context approachChallenges: ambient monitoring, recall/summary, lifelong memory files - - - -Connect With Our Co-Hosts:Ardis Kadiuhttps://www.linkedin.com/in/ardis/https://twitter.com/ardisDr. JC Bonillahttps://www.linkedin.com/in/jcbonilla/https://twitter.com/jbonillxAbout The Enrollify Podcast Network:Generation AI is a part of the Enrollify Podcast Network. If you like this podcast, chances are you’ll like other Enrollify shows too! Enrollify is made possible by Element451 — The AI Workforce Platform for Higher Ed. Learn more at element451.com.
    --------  
    1:01:29
  • America's AI Action Plan, AI wins gold at Math Olympiad, GPT-5 coming soon
    Generation AI explores two major AI developments reshaping our future. First, hosts Ardis Kadiu and JC Bonilla break down how OpenAI and Google DeepMind models achieved gold medal performance at the International Mathematical Olympiad - solving problems that require creativity and multi-hour reasoning that experts thought was years away. This marks a critical step toward AGI as AI demonstrates true mathematical reasoning beyond pattern recognition. Then they analyze America's new AI Action Plan - a 25-page roadmap positioning AI as a national priority with three core pillars: accelerating innovation through deregulation, building infrastructure, and establishing governance. For higher education, this means $10-12 billion in funding opportunities, new workforce training programs, and a shift toward AI literacy across all disciplines. Universities that move fast to create bootcamps and partner with industry will capture this once-in-a-generation opportunity.AI Achieves Gold Medal at International Mathematical Olympiad (00:00:00)OpenAI and Google DeepMind models solve 5 of 6 problems at IMORepresents multi-hour reasoning and creative problem-solving capabilityUses general-purpose reinforcement learning without external toolsSignals major progress toward AGI - what experts thought was years awayThe Math Behind the Breakthrough (00:04:22)Mathematical Olympiad requires reasoning, not memorizationParticipants are the most gifted mathematics students globallyAI learned through trial-and-error reinforcement learningNo calculators or Python - pure mathematical reasoning verified by IMO medalistsGPT-5 on the Horizon (00:11:23)Combines best of GPT-4 and O3 reasoning capabilitiesAutomatically decides how much "thinking" to apply to queriesSam Altman signals release may be imminentEarly testers report significant performance improvementsAmerica's AI Action Plan Overview (00:16:08)25-page document positioning AI as national security priorityThree core pillars: innovation, infrastructure, governanceFocus on maintaining dominance over ChinaEmphasis on private sector speed and deregulationPillar 1: Accelerating AI Innovation (00:19:20)Removes barriers for data center constructionSignals copyright won't block model training$200M defense contracts to OpenAI, Anthropic, xAIPromotes open-source AI developmentAddresses "woke AI" concernsHigher Education Opportunities (00:25:27)$10-12 billion in NSF funding for AI training programsFederal tax incentives for AI literacy programsFocus on bootcamps over traditional degreesUniversities can partner on compute infrastructureWorkforce Research Hubs (00:28:50)Studies AI's labor market effectsInvestment in upskilling current workforcePartnerships between universities and industryEarly career exposure and pre-apprenticeshipsUniversities as Data Partners (00:31:54)Frontier labs have consumed available internet dataUniversities hold valuable research datasetsOpportunity to participate in model trainingShift from teaching to coaching roleMilitary Colleges as AI Hubs (00:35:26)Senior military colleges positioned as AI research centersDirect curriculum integration mandatedModel for other universities to followFocus on AI applications in defenseImplications for Liberal Arts Schools (00:38:46)Opportunity to own AI literacy initiativesReframe AI through human contextPartner with technical institutionsFocus on ethics and societal impactKey Takeaways and Next Steps (00:40:47)Universities must move fast to capture fundingSpeed to value critical for successEcosystem approach needed for dominanceMajor shifts in education delivery coming - - - -Connect With Our Co-Hosts:Ardis Kadiuhttps://www.linkedin.com/in/ardis/https://twitter.com/ardisDr. JC Bonillahttps://www.linkedin.com/in/jcbonilla/https://twitter.com/jbonillxAbout The Enrollify Podcast Network:Generation AI is a part of the Enrollify Podcast Network. If you like this podcast, chances are you’ll like other Enrollify shows too! Enrollify is made possible by Element451 — The AI Workforce Platform for Higher Ed. Learn more at element451.com.
    --------  
    43:15
  • The Great Content Collapse: How AI Agents Are Killing Clicks and Rewriting Marketing
    In this critical episode of Generation AI, hosts Ardis Kadiu and JC Bonilla examine how AI agents and new consumer behaviors are creating a "great content collapse" that threatens traditional digital marketing. They discuss the launch of Grok 4's multi-agent reasoning system and ChatGPT Agent's integration of deep research with browser automation. The conversation reveals shocking statistics: 70% of Google searches now end without clicks, ChatGPT has a 1500:1 page scraping to traffic ratio, and 61% of Americans use AI as their primary information source. The hosts provide concrete strategies for higher education marketers to adapt, including optimizing for AI citations instead of clicks, implementing comprehensive schema markup, and creating question-based content architecture. This episode is essential listening for anyone responsible for digital marketing or web presence in higher education, as it outlines both the immediate threats and the massive first-mover advantages available to institutions that adapt quickly.Breaking AI News: Grok 4 and ChatGPT Agent (00:00:00)Introduction to Grok 4's multi-agent reasoning system using 200,000 GPUsGrok 4 Heavy employs teams of specialized agents working in parallelChatGPT Agent combines Deep Research, Operator browser automation, and tool usageDiscussion of controversial AI companions Annie and Rudy launched with GrokHow these advances accelerate the shift away from traditional web browsingThe Great Content Collapse: Shocking Statistics (00:17:04)61% of American adults have used AI tools in the last 6 monthsChatGPT approaching 1 billion weekly active users77% of Americans now use ChatGPT as a search engine65-70% of Google searches end without a single clickGoogle's scraping ratio deteriorated from 2:1 to 18:1 (now potentially 150:1)ChatGPT's scraping ratio: 1500 pages scraped for every 1 click sentConsumer Behavior Transformation (00:20:14)Traditional model: Question → Search → Click → Read → AnswerNew model: Question → AI Agent → Instant AnswerWebsites, content, and ads removed from the equationProduct discovery and shopping decisions now happening within AI interfacesAI agents becoming primary gateway for all information discoveryBrand Visibility Crisis in AI Systems (00:28:08)26% of brands have zero mentions in AI overviewsOnly strongest web presences get meaningful AI visibilityShopping agents demo as standard in every AI platform40% of people discover products through ChatGPTAttribution models completely breaking downNumber one brands getting 10x visibility advantage over competitorsEconomic Impact on Different Industries (00:33:17)E-commerce: Product discovery through AI conversation, not visual browsingMedia publishers: AI extracts value without driving readershipLocal businesses: Only top-ranked establishments get AI recommendationsSubscription models threatened by AI summariesCloudflare offering tools to block/monetize AI scrapingImmediate Predictions: Next 6 Months (00:39:11)Google AI mode moving beyond experimental to default experienceShopping ads expanding into AI overviewsSpecialized AI ecosystems for verticals (finance, travel, education)Every major platform integrating AI agents as primary interfaceTraditional SEO becoming completely irrelevantAdaptation Strategies: From SEO to GEO (00:42:54)GEO (Generative Engine Optimization) replacing traditional SEOImplement comprehensive schema markups for AI systemsStructure content with clear question-based headingsFAQs making a comeback for AI parsingCreate answer-focused content architectureInject brand names throughout content for AI citationsMonitor use case scenarios instead of keywordsThree Actions to Take Today (00:52:29)Audit how your brand appears across ChatGPT, Claude, Google AIStructure highest-value content for AI optimization immediatelyDevelop media strategy for YouTube and social platformsTrack AI citation frequency as new success metricCreate 90-day adaptation planFocus on becoming authoritative source that AI systems trust - - - -Connect With Our Co-Hosts:Ardis Kadiuhttps://www.linkedin.com/in/ardis/https://twitter.com/ardisDr. JC Bonillahttps://www.linkedin.com/in/jcbonilla/https://twitter.com/jbonillxAbout The Enrollify Podcast Network:Generation AI is a part of the Enrollify Podcast Network. If you like this podcast, chances are you’ll like other Enrollify shows too! Enrollify is made possible by Element451 — The AI Workforce Platform for Higher Ed. Learn more at element451.com.
    --------  
    56:38
  • Software 3.0 and the Future of Software Development
    In this technical deep-dive episode, Generation AI hosts Ardis Kadiu and Dr. JC Bonilla unpack Andre Karpathy's groundbreaking keynote on "Software 3.0" - the third revolution in how we tell computers what to do. They explore how we've moved from writing explicit code (Software 1.0) through neural networks (Software 2.0) to programming in plain English with LLMs (Software 3.0). The discussion reveals why LLMs represent a new computing paradigm comparable to the shift from mainframes to personal computers, and why Karpathy believes we're still in the "1960s era" of this revolution. Most importantly, they examine the massive opportunities this creates - from rebuilding infrastructure to creating agent-first applications - and why every software company needs to adapt or risk disruption. Whether you're a developer, entrepreneur, or education professional, this episode provides essential insights into the decade-long transformation ahead.Introduction and Context Setting (00:00:07)Decision to do a "geeky episode" after last week's personal discussionIntroduction to Andre Karpathy's Y Combinator keynote "Software is Evolving Again"Karpathy's background: Tesla self-driving, OpenAI co-founderSetting up the framework for understanding software evolutionSoftware 1.0: The Era of Explicit Instructions (00:03:55)Timeline: 1950s to 2010sProgramming with explicit instructions in languages like Python, C, COBOLDeterministic and predictable behaviorExample: Writing functions to classify spam emails with specific keywordsHow traditional developers were trained in this paradigmSoftware 2.0: Neural Networks as Programs (00:04:59)Timeline: 2010s to 2020sPrograms written as neural network weights instead of codeHumans become data curators rather than code writersTraining as the new form of "compiling" programsExample: Training neural networks on billions of emails for spam detectionThe shift from deterministic to probabilistic programmingSoftware 3.0: Natural Language Programming (00:07:00)Timeline: 2020s onwardProgramming in English through promptingLLMs as programmable computersEveryone becomes a programmerExample: Simply asking an LLM to "classify this email as spam or not"The democratization of programmingLLMs as the New Operating System (00:10:26)Three perspectives: utilities, fabrication plants, and operating systemsLLMs as utilities: like electricity, metered access, high reliabilityLLMs as fabs: enormous capital requirements, deep technical secretsLLMs as OS: new computing platform with CPU (LLM) and RAM (context window)Comparison to 1960s mainframe era - centralized, expensive computingThe Missing GUI for Intelligence (00:15:35)Current state: still in the "terminal phase" of AI computingNo graphical user interface for intelligence yetDiscussion on whether we'll skip to voice or need visual interfacesImportance of visual bandwidth for human information processingThe need for discoverability in interfacesDigital Spirits and AI Limitations (00:20:58)Karpathy's concept of LLMs as "people spirits"Superhuman abilities: perfect memory, instant processingCritical limitations: hallucinations, no long-term memoryThe "50 First Dates" problem - digital amnesiaJagged intelligence: superhuman at some tasks, terrible at othersExample: LLMs struggling with simple number comparisons (9.11 vs 9.9)Building Software 3.0 Applications (00:24:01)Four key features: context management, multi-LLM orchestration, application-specific GUIs, autonomy sliderThe cursor model as an exampleManaging complexity while making it simple for usersThe importance of the autonomy slider for user controlAI Agents and the Decade-Long Transition (00:27:42)"Agents are overrated" - not the year but the decade of agentsThe Iron Man suit analogy: augmentation vs replacementHuman-in-the-loop considerationsTesla Autopilot example: 10 years later, still not fully autonomousManaging expectations for the pace of changeVibe Coding Success Story (00:34:06)Real-world example from Engage conference presentationCIO builds prototype in 2 hours using LovableWeb-accessible syllabus database projectDramatic reduction in time and resources neededThe power of Software 3.0 for non-programmersInfrastructure Opportunities and Challenges (00:37:53)Three types of digital information consumers: humans, programs, AI agentsNeed for AI-accessible interfaces (LLM.txt files)Building infrastructure for agent consumptionMCP protocol for agent communicationThe massive rebuild opportunity for entrepreneursEducational Implications (00:39:12)Shift from information scarcity to abundanceKarpathy's approach: keeping student and teacher separate but working on same artifactNew skills needed: prompt engineering, context engineeringMoving from memorizing algorithms to understanding applicationDebugging AI reasoning vs debugging codeTraditional SaaS Transformation (00:47:19)The autonomy retrofit challengeDesigning UIs for both humans and agentsNeed for AI-accessible equivalents for every actionRisk of disruption from AI-first competitorsQuestions about human supervision and controlAction Items for Different Audiences (00:51:18)Developers: Learn all three paradigms, build partial autonomy, focus on human oversightEntrepreneurs: Identify migration opportunities, build infrastructure, design with autonomy sliderEveryone else: Start vibe coding, understand decade-long transition, develop human-AI collaboration skillsThe importance of starting now despite the long transition aheadClosing Thoughts and Call to Action (00:56:47)Karpathy's quote on the amazing opportunity aheadThe quest for autonomy and the 3.0 movementBeing part of a revolution in real-timeNeed for builders, thinkers, and creators in this new era - - - -Connect With Our Co-Hosts:Ardis Kadiuhttps://www.linkedin.com/in/ardis/https://twitter.com/ardisDr. JC Bonillahttps://www.linkedin.com/in/jcbonilla/https://twitter.com/jbonillxAbout The Enrollify Podcast Network:Generation AI is a part of the Enrollify Podcast Network. If you like this podcast, chances are you’ll like other Enrollify shows too! Enrollify is made possible by Element451 — The AI Workforce Platform for Higher Ed. Learn more at element451.com.
    --------  
    59:10

Mais podcasts de Negócios

Sobre Generation AI

Generation AI is the groundbreaking podcast designed exclusively for higher education professionals who are keen to navigate the dynamic world of Artificial Intelligence. In a landscape where AI is rapidly transforming how we teach, learn, and engage, "Generation AI" serves as your essential guide. Each episode delves into the most pressing AI topics, breaking down complex concepts into understandable, actionable insights. Whether you're a marketer, administrator, or tech enthusiast, this show will illuminate how AI is reshaping the academic experience and what it means for the future of education. Join us as we explore the latest news, trends, and developments in AI. From data-driven decision-making to personalized engagement and learning experiences, and the ethical implications of AI in education, "Generation AI" covers it all. With expert commentary, in-depth analysis, and a focus on practical applications, this show is dedicated to empowering higher education professionals to leverage AI for strategic advantage. "Generation AI" isn't just about understanding AI – it's about being part of the AI revolution in education. Tune in, get informed, and be inspired to innovate in your educational space with the power of AI.
Site de podcast

Ouça Generation AI, Market Makers e muitos outros podcasts de todo o mundo com o aplicativo o radio.net

Obtenha o aplicativo gratuito radio.net

  • Guardar rádios e podcasts favoritos
  • Transmissão via Wi-Fi ou Bluetooth
  • Carplay & Android Audo compatìvel
  • E ainda mais funções
Aplicações
Social
v7.22.0 | © 2007-2025 radio.de GmbH
Generated: 8/12/2025 - 7:25:36 AM