Close Menu
    DevStackTipsDevStackTips
    • Home
    • News & Updates
      1. Tech & Work
      2. View All

      Sunshine And March Vibes (2025 Wallpapers Edition)

      May 14, 2025

      The Case For Minimal WordPress Setups: A Contrarian View On Theme Frameworks

      May 14, 2025

      How To Fix Largest Contentful Paint Issues With Subpart Analysis

      May 14, 2025

      How To Prevent WordPress SQL Injection Attacks

      May 14, 2025

      I test a lot of AI coding tools, and this stunning new OpenAI release just saved me days of work

      May 14, 2025

      How to use your Android phone as a webcam when your laptop’s default won’t cut it

      May 14, 2025

      The 5 most customizable Linux desktop environments – when you want it your way

      May 14, 2025

      Gen AI use at work saps our motivation even as it boosts productivity, new research shows

      May 14, 2025
    • Development
      1. Algorithms & Data Structures
      2. Artificial Intelligence
      3. Back-End Development
      4. Databases
      5. Front-End Development
      6. Libraries & Frameworks
      7. Machine Learning
      8. Security
      9. Software Engineering
      10. Tools & IDEs
      11. Web Design
      12. Web Development
      13. Web Security
      14. Programming Languages
        • PHP
        • JavaScript
      Featured

      Strategic Cloud Partner: Key to Business Success, Not Just Tech

      May 14, 2025
      Recent

      Strategic Cloud Partner: Key to Business Success, Not Just Tech

      May 14, 2025

      Perficient’s “What If? So What?” Podcast Wins Gold at the 2025 Hermes Creative Awards

      May 14, 2025

      PIM for Azure Resources

      May 14, 2025
    • Operating Systems
      1. Windows
      2. Linux
      3. macOS
      Featured

      Windows 11 24H2’s Settings now bundles FAQs section to tell you more about your system

      May 14, 2025
      Recent

      Windows 11 24H2’s Settings now bundles FAQs section to tell you more about your system

      May 14, 2025

      You can now share an app/browser window with Copilot Vision to help you with different tasks

      May 14, 2025

      Microsoft will gradually retire SharePoint Alerts over the next two years

      May 14, 2025
    • Learning Resources
      • Books
      • Cheatsheets
      • Tutorials & Guides
    Home»Development»Artificial Intelligence»LWiAI Podcast #201 – GPT 4.5, Sonnet 3.7, Grok 3, Phi 4

    LWiAI Podcast #201 – GPT 4.5, Sonnet 3.7, Grok 3, Phi 4

    May 14, 2025

    Our 201st episode with a summary and discussion of last week’s big AI news!
    Recorded on 03/02/2025

    Join our brand new Discord here! https://discord.gg/nTyezGSKwP

    Hosted by Andrey Kurenkov and guest host Sharon Zhou
    Feel free to email us your questions and feedback at contact@lastweekinai.com and/or hello@gladstone.ai

    In this episode:

    – The release of GPT-4.5 from OpenAI, Anthropic’s Claude 3.7, and Grok 3 from XAI, comparing their features, costs, and capabilities.
    – Discussion on new tools and applications including Sesame’s new voice assistant and Google’s AI coding assistant, Gemini Code Assist, highlighting their unique benefits.
    – OpenAI’s continued user growth despite competition, pricing models for Google’s text-to-video platform, and HP acquiring and shutting down Humane’s AI pin.
    – Insights into new research on alignment and specification gaming in LLMs, including papers on fine-tuning causing broad misalignment and Google’s multi-agent system for scientific collaboration.

    Timestamps + Links:

    • (00:00:00) Intro / Banter

    • (00:01:36) News Preview

    • Tools & Apps

      • (00:02:33) OpenAI announces GPT-4.5, warns it’s not a frontier AI model

      • (00:07:22) Anthropic launches a new AI model that ‘thinks’ as long as you want

      • (00:11:14) New Grok 3 release tops LLM leaderboards

      • (00:16:43) Sesame is the first voice assistant I’ve ever wanted to talk to more than once

      • (00:18:30) Google launches a free AI coding assistant with very high usage caps

      • (00:20:45) Rabbit shows off the AI agent it should have launched with

      • (00:22:23) Mistral’s Le Chat tops 1M downloads in just 14 days

    • Applications & Business

      • (00:24:06) OpenAI Tops 400 Million Users Despite DeepSeek’s Emergence

      • (00:27:37) Google’s new AI video model Veo 2 will cost 50 cents per second

      • (00:29:52) HP is buying Humane and shutting down the AI Pin

    • Projects & Open Source

      • (00:31:44) Microsoft launches next-gen Phi AI models.

      • (00:33:47) OpenAI introduces SWE-Lancer: A Benchmark for Evaluating Model Performance on Real-World Freelance Software Engineering Work

      • (00:37:12) SWE-Bench+: Enhanced Coding Benchmark for LLMs

    • Research & Advancements

      • (00:40:00) Towards an AI co-scientist

      • (00:42:52) Magma: A Foundation Model for Multimodal AI Agents

    • Policy & Safety

      • (00:47:32) Demonstrating specification gaming in reasoning models

      • (00:51:03) Emergent Misalignment: Narrow finetuning can produce broadly misaligned LLMs

    Source: Read More 

    Facebook Twitter Reddit Email Copy Link
    Previous Article3 Questions: Visualizing research in the age of AI
    Next Article Markus Buehler receives 2025 Washington Award

    Related Posts

    Artificial Intelligence

    Markus Buehler receives 2025 Washington Award

    May 14, 2025
    Artificial Intelligence

    3 Questions: Visualizing research in the age of AI

    May 14, 2025
    Leave A Reply Cancel Reply

    Continue Reading

    mamediff manages unstaged and staged Git diffs

    Linux
    Can I play Blue Prince on Steam Deck, ROG Ally, and other gaming handhelds?

    Can I play Blue Prince on Steam Deck, ROG Ally, and other gaming handhelds?

    News & Updates

    How to Create Your Own Software Product Business Without Quitting Your Day Job

    Development

    Ubuntu Adds Support for Unicode’s Newest Emoji

    Development

    Highlights

    Development

    Unable to locate button via Selenium WebDriver

    April 25, 2024

    Using Selenium to try and locate + press a button inside of an Atlassian Jira environment.

    The button class is not unique and the button doesn’t have a button ID. I assume the website is built in an incompatible way to interact with Selenium. All attempts end with no elements found. Has anyone got any suggestions?
    I’m using PowerShell currently and have tired numerous search methods here’s the latest which I hoped would work but still nothing..
    # Find the <span> element with the text “Update site”
    $span_element = $driver.FindElementByXPath(“//span[text()=’Update site’]”)

    # Navigate to its parent <button> element
    $button_element = $span_element.FindElementByXPath(“./..”)

    # Perform actions on the button
    $button_element.Click()

    Microsoft AI Released Phi-4-Reasoning: A 14B Parameter Open-Weight Reasoning Model that Achieves Strong Performance on Complex Reasoning Tasks

    May 1, 2025

    CVE-2025-46248 – M A Vinoth Kumar Frontend Dashboard SQL Injection

    April 24, 2025

    Apple AirTag 2 Launch Is Expected In 2025: What Big Upgrades Are Coming Next Year?

    November 21, 2024
    © DevStackTips 2025. All rights reserved.
    • Contact
    • Privacy Policy

    Type above and press Enter to search. Press Esc to cancel.