Gemini, ChatGPT, and Alibaba: Who Leads the AI Revolution? / AIA UK Podcast #1
In this first episode of our new podcast, Gordon Mullan and Govind Shukla discuss the latest news in the world of AI, plus other news from robotics, ethics, regulation, and more!NAVIGATION00:00 - Introduction06:42 - Google18:15 - OpenAI21:44 - Microsoft40:08 - Mistral45:16 - China: Alibaba52:40 - China: Manus56:30 - Windsurf Editor57:40 - Cursor IDE59:27 - Opera1:00:10 - Cohere1:05:35 - Law and Order1:16:45 - Science and Technology1:31:34 - Conclusion WHERE TO WATCH US AND LISTEN🔸 YouTube: https://youtu.be/o6LIEhjB0_0🔸 Apple Podcasts: https://bit.ly/awclub-en-apple🔸 Spotify: https://bit.ly/awclub-en-spotify🔸 Download mp3: https://anywhereclub.simplecast.com/episodes/36 SERVICES AND LINKS FROM THE EPISODE🔹 Google's Investment in Anthropic: https://www.nytimes.com/2025/03/11/technology/google-investment-anthropic.html🔹 AI Studio Gemini 2.0 Flash Experimental: https://aistudio.google.com/prompts/new_chat🔹 Gemma-3: https://huggingface.co/collections/google/gemma-3-release-67c6c6f89c4f76621268bb6d🔹 AI Mode in Google Search: https://blog.google/products/search/ai-mode-search/🔹 Python Interpreter (code execution): https://developers.googleblog.com/en/gemini-20-deep-dive-code-execution/🔹 Gemini Embeddings: https://ai.google.dev/gemini-api/docs/embeddings🔹 ChatGPT for macOS now edits code in IDE: https://x.com/OpenAIDevs/status/1897700857833193955🔹 New API Tools for AI Agents: https://www.youtube.com/live/hciNKcLwSes🔹 NextGenAI Contracts with Universities: https://openai.com/index/introducing-nextgenai/🔹 OpenAI's $20,000 AI Agents: https://www.theinformation.com/articles/openai-plots-charging-20-000-a-month-for-phd-level-agents🔹 Microsoft MAI: https://fortune.com/2025/03/07/microsoft-creates-in-house-ai-models-it-believes-rival-openais/?utm_source=www.therundown.ai&utm_medium=newsletter&utm_campaign=ilya-s-secret-asi-roadmap&_bhlid=dfb9c2edd83857673d88b02ebd6081ea969029c8🔹 Mistral OCR: https://mistral.ai/news/mistral-ocr🔹 QwQ-32B: https://qwenlm.github.io/blog/qwq-32b/🔹 Fine-tuning QwQ-32B (START): https://www.alphaxiv.org/abs/2503.04625🔹 Alibaba’s R1-Omni Model: https://www.bloomberg.com/news/articles/2025-03-12/alibaba-releases-emotional-intelligence-model-to-rival-chatgpt🔹 R1-Omni on Hugging Face: https://huggingface.co/StarJiaxing/R1-Omni-0.5B🔹 Qwen Chat Enhancements: https://x.com/Alibaba_Qwen/status/1899497336889659775?utm_source=alphasignal🔹 Qwen Chat: https://chat.qwen.ai/🔹 AI-agent Manus: https://manus.im/🔹 Manus reveals internals to users: https://x.com/jianxliao/status/1898861051183349870?s=46&t=dUCVh9akIWxxNUIkrDJwJg🔹 Prompt for Manus: https://gist.github.com/jlia0/db0a9695b3ca7609c9b1a08dcbf872c9🔹 Mistral OCR: https://mistral.ai/news/mistral-ocr🔹 Anthropic’s Request for AI Regulation: https://www.anthropic.com/news/anthropic-s-recommendations-ostp-u-s-ai-action-plan🔹 Gemini Robotics from Google: https://deepmind.google/discover/blog/gemini-robotics-brings-ai-into-the-physical-world/🔹 AI Scientist by Sakana AI: https://sakana.ai/ai-scientist-first-publication/🔹 Users Form Emotional Bonds with AI Voices: https://arstechnica.com/ai/2025/03/users-report-emotional-bonds-with-startlingly-realistic-ai-voice-demo/🔹 Cohere Releases Command Model: https://docs.cohere.com/v1/reference/generate🔹 AI Content Labeling Law in Spain: https://www.elconfidencial.com/espana/2021-02-01/sentencia-tsjc-elecciones-catalanas-14f_2931096/🔹 Windsurf Editor Update: https://windsurf.dev/blog/ai-first-editor🔹 Raycast Pro AI: https://www.raycast.com/blog/raycast-pro🔹 OpenAI’s Agents SDK Library: https://platform.openai.com/docs/guides/agents🔹 OpenAI to Sell High-End AI Agents: https://www.theinformation.com/articles/openai-plots-charging-20-000-a-month-for-phd-level-agents #aiapodcast #engx #manus
--------
1:32:28
Coding Interview Questions and Answers: .NET and Angular / Mock Interview Show #5
👉 Integrate GitHub Copilot and ChatGPT into your daily work: https://aw.club/global/en/courses/ai-supported-software-engineering In this episode of "Mock Interview Show #5", we dive into .NET and Angular coding interview questions and answers. Whether you're a beginner or have 4+ years of experience, this session will provide valuable insights into real-world technical interviews.Watch as Ruchi Arora, our candidate, takes on challenging coding problems and navigates in-depth questions from our expert interviewer, Mahesh Gali. Hosted by https://www.youtube.com/@SumitRamteke, the episode wraps up with honest feedback and key takeaways to help you sharpen your skills.Don’t miss this opportunity to see a live technical interview in action! NAVIGATION0:00 - Intro3:50 - Web API8:02 - C Sharp13:34 - ASP.NET Core16:33 - EF.NET21:13 - SQL Server26:36 - .NET Unit and Integration Testing29:38 - Software Design34:01 - Design patterns36:03 - Architecture40:44 - SDLC43:27 - Code task C Sharp50:00 - Code task SQL1:01:26 - Angular1:07:39 - Feedback session TOPICS and PRACTICAL TASKS.NET:Web API:1. Please explain REST principles.2. What are the different http methods you used and can you explain them?3. Explain the concept of content negotiation.4. What is CORS?5. Explain the error handling mechanism you implemented for your Web API. C#:1. Explain about generics and can you demonstrate with an example?2. Explain about run time polymorphism and its uses.3. Can you explain how to clear unmanaged resources?4. Explain the methods you used in Task Parallel Library and their applications.5. Explain about TaskCompletionSource. ASP.NET Core1. Please explain where we use custom middleware and how can we build one?2. How to implement model validation?3. What are the different options we have to store environment specific sensitive information in an asp.net core application? EF.NET1. Which approach did you use and can you explain more about how you implemented it?2. Explain about entity data model.3. What are the different entity states we have and their usage?4. Explain Tracking vs. No q -Tracking5. Explain how to use the Entity Framework Profiler tool to identify performance bottlenecks in Entity Framework applications. SQL Server1. Explain pros and cons of indexes.2. What are some best practices for writing efficient stored procedures?3. Explain about the execution plan and its applications.4. Explain the different isolation levels in SQL .NET Unit and Integration Testing1. What is the role of unit tests in CI/CD pipeline?2. Explain AAA principles. Software Design:1. Explain dependency inversion principle2. Explain code smell with examples. How do you find all code smells in a source code? Design patterns:1. What are design patterns and what is the main purpose of using them? Architecture:1. Explain the current project architecture.2. Monolithic vs micro services - pros and cons. SDLC:1. What is Definition of Ready vs Definition of Done2. What are the different estimation techniques you used? Angular: 1. Explain the difference between Angular's JIT and AOT compilation2. Explain how change detection works in Angular3. Describe the purpose and use cases of RxJS in Angular4. You've been tasked with optimizing the performance of an existing Angular application. What steps would you take to identify and address performance issues? Provide specific examples of tools and techniques you would use.5. Explain the different types of testing in Angular and the tools/frameworks you used Handson:C#:- Print the number of occurrences of each character in a string. SQL:DROP TABLE IF EXISTS ROOM;CREATE TABLE ROOM ( ROOM_ID INT PRIMARY KEY, ROOM_NAME VARCHAR(255));DROP TABLE IF EXISTS EMPLOYEE;CREATE TABLE EMPLOYEE ( EMPLOYEE_ID INT PRIMARY KEY, NAME VARCHAR(255), ROOM_ID INT, FOREIGN KEY (ROOM_ID) REFERENCES ROOM(ROOM_ID));We have 2 tables: ROOM (ROOM_ID, ROOM_NAME) and EMPLOYEE (EMPLYEE_ID, NAME, ROOM_ID)Please find a single employee who sits in the most overcrowded room. WHERE TO WATCH US AND LISTEN🔸 YouTube: https://youtu.be/NmWvXZmJfVc🔸 Apple Podcasts: https://bit.ly/awclub-en-apple🔸 Spotify: https://bit.ly/awclub-en-spotify🔸 Download mp3: https://anywhereclub.simplecast.com/episodes/35 #engx #dotnet #angular
--------
1:12:18
SDLC Explained: How Agile & AI Boost Your Software Projects
Discover an easy Introduction to the Software Development Life Cycle (SDLC) in this video! Aleksandr Gushchin, a Delivery Manager for big clients, breaks down the SDLC in software engineering with a simple, clear approach. Learn the fundamentals, explore SDLC models, and uncover best practices that drive engineering excellence. In just 40 minutes, you'll get a simplified overview—from "What is Software Development Life Cycle" to "Software Engineering Best Practices You Should Follow" and "What AI tools should Developers use?". See how agile methods and AI help senior programmers write better code, deliver business value faster, and reduce costs. If you're looking for a straightforward guide to the software development lifecycle, this video is a must-watch! COURSES BY ENGX👉 Software Delivery Cost Optimizer: https://aw.club/global/en/courses/engx-code-review👉 EngX Code Review: https://aw.club/global/en/teams/software-delivery-cost-optimizer NAVIGATION0:00 Intro1:19 Fundamentals of SDLC3:01 Enhancing Efficiency in SDLC4:27 Reducing Costs and Avoiding Waste5:09 Importance of Market Research in SDLC6:33 Initial Phases of SDLC7:50 Solution Design and Custom Development8:52 Implementation and Testing of Solutions10:10 Ensuring High-Quality Development Standards11:02 Effective Communication and Documentation12:13 Managing Known and Stable Project Scopes13:25 Application of Agile in Predictable Environments14:19 Factory Model in Software Development15:09 Handling Dynamic Project Environments16:15 Strategy and Management in Unfamiliar Situations17:09 Experimentation and Proof of Concept in SDLC18:23 Importance of Clear Requirements and Testing19:17 Enhancing Developer Focus and Testing20:09 Quality Gates and Development Output21:10 Addressing and Managing Technical Debt22:10 Improving Performance with Quality Initiatives23:32 Role of Unit Testing in Quality Assurance24:24 Continuous Quality and Assurance Practices25:24 Shift-Left Approach in Testing26:05 Analyzing and Optimizing Delivery Pipelines27:26 Role of AI in Streamlining SDLC Processes28:52 Choosing the Right Management Methodology30:10 Efficiency of Regression Testing and Automation31:38 Agile and Continuous Delivery in Complex Projects33:18 Advantages of Kanban and Continuous Delivery34:26 Evaluating and Improving SDLC Processes35:44 Reworking Tasks for Testability and Independence37:14 Code Documentation and Traceability38:20 Developer's Role in Business Value Delivery39:27 Reducing Maintenance Costs through Quality Assurance40:29 Utilizing AI for Routine Task Automation41:37 Enhancing SDLC with Quality Gates42:33 Implementing Advanced Security and Analysis Tools43:48 AI Assistance in Development and Testing45:23 Leveraging AI for Testing and Quality Improvement47:26 Encouraging Continuous Learning and Engagement47:26 Final words WHERE TO WATCH US AND LISTEN🔸 YouTube: https://youtu.be/3ADcI14kiNM🔸 Google Podcasts: https://bit.ly/awclub-en-google🔸 Apple Podcasts: https://bit.ly/awclub-en-apple🔸 Spotify: https://bit.ly/awclub-en-spotify🔸 Download mp3: https://anywhereclub.simplecast.com/episodes/34 #engx #sdlc #engineering
--------
48:11
Coding Interview Questions and Answers - Data Structures & Algorithms
In this episode of "Interview Anywhere," we explore data structures and algorithms coding interview questions and answers. This episode will be helpful for beginners as well as for experts with more than four years of experience. Watch as Pratik Jagtap, our candidate, solves coding challenges and handles in-depth questions from our expert interviewer, Saurabh Shekhar. NAVIGATION00:00 Intro01:14 Introduction of participant02:31 Theoretical part 102:54 ArrayList vs LinkedList05:11 Internal HashMap09:23 Quick Sort vs Merge Sort11:47 Building a Leaderboard15:07 Solving the Leaderboard Problem20:11 Optimizing Complexity27:39 Implementation and Testing34:30 Data Updates42:42 Testing and Debugging50:21 Reducing and Sorting Maps01:00:19 Kadane’s Algorithm01:09:07 Handling Negative Values1:14:39 Feedback session01:16:15 Expert verdict01:18:17 Final Thoughts COURSES BY ENGX👉 Integrate GitHub Copilot and ChatGPT into your daily work for streamlined, efficient development. with course "AI for software Engineers on EngX": https://aw.club/global/en/courses/ai-supported-software-engineering👉 Integrate a generative AI toolset into your product development processes to boost team performance with course "AI adoption for teams": https://aw.club/global/en/courses/generative-ai-adoption-for-engineering-teams👉 Mini AI Workshop for Dev Teams: https://aw.club/global/en/courses/engx-ai-adoption-workshop WHERE TO WATCH US AND LISTEN🔸 YouTube: https://youtu.be/3Bgk8Mft00E🔸 Apple Podcasts: https://bit.ly/awclub-en-apple🔸 Spotify: https://bit.ly/awclub-en-spotify🔸 Download mp3: https://anywhereclub.simplecast.com/episodes/33 #engx #mockinterview #dsa
--------
1:19:04
Unlocking AWS's AI Power: Amazon Q & Bedrock for Developers
In this insightful video, Viktor Vedmich, Senior Developer Advocate at AWS, delves into a suite of AWS services meticulously crafted for developers. He provides an in-depth exploration of Amazon Q, a generative AI-powered assistant designed to streamline development workflows. Viktor also introduces Amazon Q for Developers, an extension that offers advanced coding assistance, and Amazon Bedrock, a fully managed service that simplifies the creation and scaling of generative AI applications. This comprehensive guide is essential for developers aiming to leverage AWS's cutting-edge AI tools to enhance productivity and innovation. NAVIGATION0:00 Start0:17 Generative AI1:13 What kinds of AI-related servicesdoes AWS provide for developers?3:46 What is Amazon Q?8:29 How can we start working withAmazon Q Developer?9:46 More aboutAmazon Q Developerand IDE integration?11:28 How can you convince your bossthat Amazon Q is safe enoughto use on a project?14:00 Final words AI IN AWS🔸 Amazon Bedrock: https://aws.amazon.com/bedrock🔸 Amazon Q: https://aws.amazon.com/q/🔸 Amazon Q for Developers: https://aws.amazon.com/q/developer/ COURSES BY ENGX👉 Integrate GitHub Copilot and ChatGPT into your daily work for streamlined, efficient development. with course "AI for software Engineers on EngX": https://aw.club/global/en/courses/ai-supported-software-engineering👉 Integrate a generative AI toolset into your product development processes to boost team performance with course "AI adoption for teams": https://aw.club/global/en/courses/generative-ai-adoption-for-engineering-teams👉 Mini AI Workshop for Dev Teams: https://aw.club/global/en/courses/engx-ai-adoption-workshop WHERE TO WATCH US AND LISTEN🔸 YouTube: https://youtu.be/0kXQHpaVLFM🔸 Apple Podcasts: https://bit.ly/awclub-en-apple🔸 Spotify: https://bit.ly/awclub-en-spotify🔸 Download mp3: https://anywhereclub.simplecast.com/episodes/32 #awclub #engx #ai
Anywhere Club Podcasts - is a tech podcast whose goal is to help people learn new technologies, find a job, and join a professional tech and IT community 😊