The GitHub Copilot desktop app just got a massive update at Microsoft Build. It is now in an expanded technical preview packed with new features like canvases and voice support. You can now use isolated Git work trees and secure sandboxes to protect your local environment...
The GitHub Copilot desktop app just got a massive update at Microsoft Build. It is now in an expanded technical preview packed with new features like canvases and voice support. You can now use isolated Git work trees and secure sandboxes to protect your local environment from unwanted changes. Check out the latest updates and try the agent-native experience today.
#GitHubCopilot #GitHub #MicrosoftBuild
Stay up-to-date on all things GitHub by connecting with us:
YouTube: https://gh.io/subgithub
Blog: https://github.blog
X: https://twitter.com/github
LinkedIn: https://linkedin.com/company/github
Insider newsletter: https://resources.github.com/newsletter/
Instagram: https://www.instagram.com/github
TikTok: https://www.tiktok.com/@github
About GitHub
It’s where over 180 million developers create, share, and ship the best code possible. It’s a place for anyone, from anywhere, to build anything—it’s where the world builds software. https://github.com
👉 Land the job. Get the promotion. Become a better dev. https://skool.com/amigoscode-academy Spring Security is one of those topics most developers never fully understand - until now. In this updated 2026 crash course, I'll teach you everything you need to get up and running...
👉 Land the job. Get the promotion. Become a better dev. https://skool.com/amigoscode-academy
Spring Security is one of those topics most developers never fully understand - until now. In this updated 2026 crash course, I'll teach you everything you need to get up and running with Spring Security 7 (on Spring Boot 4 and Java 25).
We cover the core architecture and the security filter chain, then implement real authentication step by step: Form Login, Basic Authentication, sessions & the JSESSIONID cookie, CSRF, the Authentication Manager & providers, custom UserDetailsService, and password encoding.
By the end you'll understand how Spring Security actually works under the hood — and be able to confidently put it on your CV and demonstrate it in interviews.
⭐ Get the full course + diagrams + source code: https://skool.com/amigoscode
💬 Join the free community to ask questions & grab resources: https://skool.com/amigoscode
🧰 Requirements:
• Java 25+
• Spring Boot 4
• Spring Security 7
📂 Source code & branches: https://github.com/amigoscode/spring-security
⏱️ *TIMESTAMPS*
00:00 Intro – what you'll learn
00:55 Spring Security architecture & the filter chain
07:14 Spring Security docs & versions (Spring Security 7)
10:49 Course repo & branches walkthrough
12:08 Requirements (Java 25, Spring Boot 4) & running the starter
16:42 Form Login – how it works (diagram)
20:38 Implementing Form Login (SecurityConfig)
27:38 Running the app & testing login
32:31 The JSESSIONID cookie explained
37:45 Storing sessions in Redis / JDBC
43:42 Customizing the login & logout
47:39 Exploring the filters in the source code
51:50 Basic Authentication – how it works (diagram)
56:10 Configuring Basic Auth (stateless + CSRF disabled)
1:01:54 Testing Basic Auth (browser, Base64, curl)
1:14:27 Realm name & WWW-Authenticate header
1:16:30 CSRF explained
1:18:45 Authentication Manager & Provider Manager
1:21:20 Debugging the DAO Authentication Provider
1:28:11 Custom users with UserDetailsService
1:36:11 Why login fails – the password encoder & NoOp
1:42:24 Password encoding & why we never store plain text
1:43:14 Wrap up
🔔 *Subscribe for more backend & security content!*
https://www.youtube.com/@amigoscode?sub_confirmation=1
👉 *Land the job. Get the promotion. Become a better dev.* https://skool.com/amigoscode-academy
🤝 *Connect with me*
• Skool: https://skool.com/amigoscode
• LinkedIn: https://www.linkedin.com/in/nelsonamigoscode
• Instagram: https://www.instagram.com/amigoscode
• Twitter/X: https://x.com/amigoscode
• GitHub: https://github.com/amigoscode
#springSecurity #springboot #java
Download your free Python Cheat Sheet here: https://realpython.com/cheatsheet Free Python Skill Test with instant level + learning plan: https://realpython.com/skill-test Want to learn faster? Become a Python Expert with unlimited access to 5,000+ tutorials, videos, and...
Download your free Python Cheat Sheet here: https://realpython.com/cheatsheet
Free Python Skill Test with instant level + learning plan: https://realpython.com/skill-test
Want to learn faster? Become a Python Expert with unlimited access to 5,000+ tutorials, videos, and exercises: https://realpython.com/start
Listen to the full episode at https://realpython.com/podcasts/rpp/295 or wherever you get podcasts -- with Mikiko Bazeley (hosted by Chris Bailey).
🐍 Become a Python expert with real-world tutorials, on-demand courses, interactive quizzes, and 24/7 access to a community of experts at https://realpython.com
▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰
🐍 Start Here → https://realpython.com/start
🗺️ Guided Learning Paths → https://realpython.com/learning-paths
🎧 Real Python Podcast → https://realpython.com/podcast
📚 Python Books → https://realpython.com/books
📖 Python Reference → https://realpython.com/ref
🧑💻 Quizzes & Exercises → https://realpython.com/quizzes
🎓 Live Courses: https://realpython.com/live
⭐️ Reviews & Learner Stories: https://realpython.com/learner-stories
▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰
Is AI generating more technical debt than value for your team? This video explores the vital role of human-in-the-loop verification and testing paradigms to ensure that coding agents reduce maintenance costs rather than just inflating output speed. Join Googler Smitha Kolan...
Is AI generating more technical debt than value for your team? This video explores the vital role of human-in-the-loop verification and testing paradigms to ensure that coding agents reduce maintenance costs rather than just inflating output speed. Join Googler Smitha Kolan and the author of Beyond Vibe Coding, Addy Osmani, as they discuss why maintaining your engineering craft and a rigorous code review process is essential to keeping a codebase stable when moving at AI-accelerated velocities.
Watch more The Agent Factory: Developer Power-Ups → https://goo.gle/Supercharge-Devs
🔔 Subscribe to Google Cloud Tech → https://goo.gle/GoogleCloudTech
#DeveloperPowerUps
Speakers: Smitha Kolan, Addy Osmani
Products Mentioned: Gemini
Claude Fable 5 costs 2x more than Opus, so you probably don’t want to use it for everything. Here’s how I’d get the most out of it: 1. Use Fable to plan 2. Let Sonnet 4.6 handle the build 3. Give Fable goals, not step-by-step instructions 4. Give it a clear success and...
Claude Fable 5 costs 2x more than Opus, so you probably don’t want to use it for everything.
Here’s how I’d get the most out of it:
1. Use Fable to plan
2. Let Sonnet 4.6 handle the build
3. Give Fable goals, not step-by-step instructions
4. Give it a clear success and failure checklist
5. Bring Fable back to review the work and write learnings into a file for next time
The workflow is simple:
Fable plans.
Sonnet builds.
Fable reviews.
Fable saves what it learns.
Since Fable is only available until June 22, use it now to audit codebases, plan app ideas, and lock in the expensive thinking while you can.
Then execute later with a cheaper model.
Follow for more AI coding workflows.
Become an AI Engineer with Scrimba https://scrimba.com/t0ai?via=Codevolution (Start Free, save 20% on Pro)
Twitter - https://twitter.com/CodevolutionWeb
Business - codevolution.business@gmail.com
I Built an AI Resume Agent That Tailors My Resume to Any Job with the new Cursor SDK “Resume Agent” that tailors a resume to a specific job posting via a Chrome extension. From a careers page, the extension extracts the role, company, and job description, sends them to a...
I Built an AI Resume Agent That Tailors My Resume to Any Job with the new Cursor SDK
“Resume Agent” that tailors a resume to a specific job posting via a Chrome extension. From a careers page, the extension extracts the role, company, and job description, sends them to a local API that protects the Cursor API key, and triggers a Cursor cloud agent using the Cursor TypeScript SDK with Composer 2.5. The agent clones a resume repository that contains both the resume and “agent skills” (instruction packs) to compare the posting against real experience, rewrite and reorganize the resume without inventing details, and automatically open a pull request. The PR includes an honest fit report, the tailored resume optimized for ATS, and a change summary explaining edits. The video covers the architecture, skills/guardrails, and the Cursor-based workflow used to build the monorepo (extension + API).
Resume Agent - https://github.com/gopinav/resume-agent
Resume Agent Skills - https://github.com/gopinav/resume-agent-skills
00:00 Intro
00:20 Demo
00:53 Pull Request Results
01:48 Build Overview
02:24 System Architecture
04:30 Skills And Guardrails
06:28 Planning With Cursor 3
08:22 Reviewing The Plan
10:28 Code Walkthrough
11:05 Cursor SDK
12:29 Beyond Resumes
13:04 Source code
Become a job-ready developer with Scrimba https://scrimba.com/paths?via=Codevolution (Save 20% on Pro)
Twitter - https://twitter.com/CodevolutionWeb
Business - codevolution.business@gmail.com
Get started with Agentspan! https://agentspan.ai/?utm_campaign=YouTube-Tim&utm_source=Newsletter&utm_medium=email Most AI agent tutorials show you demos that fall apart the moment you try to run them in the real world. This full course is different — we'll build three agents...
Get started with Agentspan! https://agentspan.ai/?utm_campaign=YouTube-Tim&utm_source=Newsletter&utm_medium=email
Most AI agent tutorials show you demos that fall apart the moment you try to run them in the real world. This full course is different — we'll build three agents from scratch in Python, and every single one is designed to actually work in production.
🚀 Tools I Use
Get 10% off with code techwithtim
Openclaw setup: https://www.hostinger.com/techwithtim
VPS setup: https://www.hostinger.com/techwithtim10
Wispr Flow (Best AI Dictation): https://ref.wisprflow.ai/TechWithTim-jun26
🎞 Video Resources 🎞
Finished Code (GitHub): https://github.com/techwithtim/Agentspan-Course
Agentspan GitHub: https://github.com/agentspan-ai/agentspan/tree/main/deployment/docker-compose
Agentspan Docs: https://agentspan.ai/docs/why-agentspan/
⏳ Timestamps ⏳
00:00:00 | Overview/Intro
00:01:00 | Problems with Running Agents
00:02:04 | What we Need for Production
00:02:45 | Agentspan Framework
00:04:50 | Agentspan Architecture
00:06:04 | Install/Setup
00:12:00 | Agent 1 - Memory & Basic Tools
00:28:36 | Agent 2 - RAG, Guardrails and HIML
00:57:53 | Agent 3 - Multi-Agent Orchestration
01:11:04 | Testing Agents
01:12:52 | Durable Execution
01:17:18 | Deplyment Overview
Hashtags
#Agentspan #Orkes #Python #AIAgents
UAE Media License Number: 3635141
What is the difference between open source and closed source software? In this beginner-friendly video, we explain how source code works, why some software is open for the public to view and modify, and why other software is kept private by its creators.⚙️ You’ll learn what...
What is the difference between open source and closed source software? In this beginner-friendly video, we explain how source code works, why some software is open for the public to view and modify, and why other software is kept private by its creators.⚙️
You’ll learn what open source software means, how closed source software works, and see examples like LibreOffice, Linux, Firefox, WordPress, Microsoft Office and Windows. We also look at the advantages and disadvantages of each option, including cost, support, user-friendliness, stability, updates and public collaboration.🔒
This video is perfect for beginners who want to understand computer software, digital skills, coding basics, technology terms and how different types of software are created and shared.🔓🧑💻
Timestamp🕒
0:00 What is source code?
0:10 Open source vs closed source software
0:19 What is closed source software?
0:28 What is open source software?
0:37 Do you need coding skills to use open source software?
0:44 Common closed source and open source software examples
0:54 LibreOffice, Linux, Firefox and WordPress examples
1:12 Benefits of open source software
1:31 Downsides of open source software
1:47 Benefits of closed source software
1:57 Downsides of closed source software
2:08 Choosing the right software for your needs
Learn more free digital and computer skills at https://www.learnfree.org/
We hope you enjoy!⚡
#opensource #software #digitalskills #computerskills #techforbeginners #codingbasics #learnfree #freelearning #technologyexplained
As you use ChatGPT, it starts to remember details like your birthday or job. It gets to know you better over time, personalizing its responses. #ChatGPT #AI #MachineLearning #PromptEngineering
As you use ChatGPT, it starts to remember details like your birthday or job. It gets to know you better over time, personalizing its responses. #ChatGPT #AI #MachineLearning #PromptEngineering
Tyler and Enmanuel dig into what's new with Claude Opus 4.8. We put the latest features through their paces, including the new workflow capabilities, and build a few exciting things along the way to show what's actually possible now. If you're into web design, AI tools, or...
Tyler and Enmanuel dig into what's new with Claude Opus 4.8. We put the latest features through their paces, including the new workflow capabilities, and build a few exciting things along the way to show what's actually possible now.
If you're into web design, AI tools, or just want to see how this stuff holds up in real projects, this one's for you.
Hostinger: https://hostinger.com/unlock
Enmanuel’s Website: https://icreateyoursite.com/
#ClaudeAI #WebDesign #AITools
Anthropic just shipped the most powerful model they've ever released to the public: Claude Fable 5. A Mtyhos-level model. It broke coding benchmarks (around 80% on SWE-Bench Pro vs GPT-5.5's 58), and did a 50-million-line code migration in a single day. But there's a catch:...
Anthropic just shipped the most powerful model they've ever released to the public: Claude Fable 5. A Mtyhos-level model.
It broke coding benchmarks (around 80% on SWE-Bench Pro vs GPT-5.5's 58), and did a 50-million-line code migration in a single day. But there's a catch: Fable 5 is really their secret "Mythos" model with a leash on it, and the most jaw-dropping numbers you've seen belong to a version you can't actually buy.
In this video I break down what Fable 5 really is, the benchmarks vs GPT-5.5, Opus 4.8 and Gemini 3.1, the safety filters that are blocking doctors and security engineers, the price, and why "the model you read about isn't the model you can use."
📘 Want to actually understand how models like this work and how to build with them? Get my book, Get Insanely Good at AI: https://getaibook.com
💬 What's your read: responsible release, or warning-while-selling? Drop a comment.
👍 Like and subscribe for more AI engineering breakdowns.
#ClaudeFable5 #Anthropic #AInews #Claude #AIengineering
Learn more: https://bit.ly/4vPQ3HE Voice is one of the most natural human interfaces, but adding it to AI applications has historically forced a tradeoff: fast voice-to-voice models that sacrifice reliability, or accurate speech-to-text-to-LLM-to-speech pipelines that add...
Learn more: https://bit.ly/4vPQ3HE
Voice is one of the most natural human interfaces, but adding it to AI applications has historically forced a tradeoff: fast voice-to-voice models that sacrifice reliability, or accurate speech-to-text-to-LLM-to-speech pipelines that add latency. This course teaches you how to get both, using Vocal Bridge's architecture that pairs a real-time foreground agent with a reasoning background agent.
Taught by Ashwyn Sharma, CEO and Co-Founder of Vocal Bridge (an AI Fund portfolio company), this course covers three practical integration patterns that meet you where you are: voice embedded in an application, voice layered onto an existing agent without touching its logic, and voice as a tool your LLM can call when it decides a conversation is the right modality.
In detail, you'll survey the traditional voice stack and its tradeoffs, then explore three live integration patterns to understand when each one applies. Build a voice-interactive tic-tac-toe game where voice commands and mouse clicks work together over a single synchronized channel, then add a voice layer to an existing agent with minimal code, leaving your prompts, RAG pipeline, and tools untouched. Give your agent a make_phone_call tool so it can dial a real number, hold a conversation with a demo agent, and stream the transcript back live. Set up evaluation-driven development using Vocal Bridge's multimodal evaluator to score calls, catch regressions, and refine prompts before issues reach users. Hear from Scott Johnston, former CEO of Docker and Vocal Bridge board member, on what it actually takes to move voice agents from demos to production.
By the end of this course, you’ll have implemented three hands-on voice AI patterns: adding voice to an interactive app, layering voice onto a text-based agent, and giving an agent the ability to place outbound calls. You’ll also know how to evaluate and improve voice interactions.
Enroll here: https://bit.ly/4vPQ3HE
Checkout https://inapp.app/hitesh/insforge as a resource used in this video. We have built https://agenticoverflow.ai/ in this video. Here is an interesting experiment, I tried to build an entire startup, the modern age, agent first AgenticOverflow (yes, inspired by Stack...
Checkout https://inapp.app/hitesh/insforge as a resource used in this video.
We have built https://agenticoverflow.ai/ in this video.
Here is an interesting experiment, I tried to build an entire startup, the modern age, agent first AgenticOverflow (yes, inspired by Stack Overflow) and asked Opus 4.8 to build it for me with Agent First backend, InsForge. You can see the whole journey and result in this video.
Welcome to a youtube channel dedicated to programming and coding related tutorials. We talk about tech, write code, discuss about cloud and devops. That’s what we do all day, all year.
Get all source code for react application:
https://github.com/hiteshchoudhary/react-english
All source code is available at my Github account:
https://github.com/hiteshchoudhary
Our Open-Source Project is here: https://freeapi.app
Join me at whatsapp: https://hitesh.ai/whatsapp
for community discord: https://hitesh.ai/discord
Instagram pe yaha paaye jaate h:
https://www.instagram.com/hiteshchoudharyofficial/
Learn React with 10 projects: https://www.youtube.com/watch?v=eCU7FfMl5WU&list=PLRAV69dS1uWQos1M1xP6LWN6C-lZvpkmq
Learn Docker: https://youtu.be/rr9cI4u1_88?si=fSK00PNOt0gqBXp6
Learn Kubernetes: https://www.youtube.com/watch?v=7XDeI5fyj3w
How does a browser works: https://youtu.be/5rLFYtXHo9s?si=UW1HrwGUzkk4E7qh
How nodejs works: https://youtu.be/ooBxSg1Cl1w?si=Ks6Wih1smJZSDz4V
Learn Redux-toolkit: https://www.youtube.com/watch?v=pX0SBJF01EU
Learn NextJS: https://www.youtube.com/watch?v=iPGXk-i-VYU&list=PLRAV69dS1uWR7KF-zV6YPYtKYEHENETyE
Learn Typescript: https://www.youtube.com/watch?v=j89BvWz8Eag&list=PLRAV69dS1uWRPSfKzwZsIm-Axxq-LxqhW
Learn Javascript: https://www.youtube.com/watch?v=2md4HQNRqJA&list=PLRAV69dS1uWSxUIk5o3vQY2-_VKsOpXLD
Learn React Native: https://www.youtube.com/watch?v=kGtEax1WQFg&list=PLRAV69dS1uWSjBBJ-egNNOd4mdblt1P4c
Learn Zustand: https://www.youtube.com/watch?v=KCr-UNsM3vA&list=PLRAV69dS1uWQMXekDgw7fRAsHmsbKWkwu
Learn Golang: https://www.youtube.com/watch?v=X4q1OM0voO0&list=PLRAV69dS1uWSR89FRQGZ6q9BR2b44Tr9N
Ferryman has hit $1,000 MRR! I'm documenting building Ferryman.io to be a 10k+ MRR SaaS product. I'm capturing everything I'm doing to build, market, and grow the product from the very beginning and I hope you'll follow along with the journey. My goal is to one day be able to...
Ferryman has hit $1,000 MRR! I'm documenting building Ferryman.io to be a 10k+ MRR SaaS product. I'm capturing everything I'm doing to build, market, and grow the product from the very beginning and I hope you'll follow along with the journey. My goal is to one day be able to look back and see what I did to build the product to $10k+ MRR and I hope documenting this process can help others. If you're thinking of building something, just start! Starting is the most difficult part, but you'll figure it out as you go so start now!
Try Ferryman: https://ferryman.io
Try Linear (6 months free): https://linear.app/partners/knj
A few years ago, turning an idea, a passion of yours, into a website was a complex thing to do. You needed backend code, frontend code, databases, authentication, deployment. But today, things are different. Today, we have Replit, where your creativity can run without limits....
A few years ago, turning an idea, a passion of yours, into a website was a complex thing to do. You needed backend code, frontend code, databases, authentication, deployment. But today, things are different. Today, we have Replit, where your creativity can run without limits.
---
Get $10 worth of FREE credits: https://replit.com/refer/garysimsaa?trackingContext=universal-settings-modal
#garyexplains
Learn more about Stanford's online Healthcare AI programs: https://stanford.io/3NEt7uE Check out the AI in Healthcare series playlist:https://stanford.io/3NEt7uE Matt Lungren, Stanford University - https://profiles.stanford.edu/matthew-lungren Justin Norden, Stanford...
Learn more about Stanford's online Healthcare AI programs: https://stanford.io/3NEt7uE
Check out the AI in Healthcare series playlist:https://stanford.io/3NEt7uE
Matt Lungren, Stanford University - https://profiles.stanford.edu/matthew-lungren
Justin Norden, Stanford University - https://profiles.stanford.edu/justin-norden
Guest speaker: DJ Patil, former US Chief Data Scientist and Health Tech Entrepreneur
This episode of the Stanford Healthcare AI podcast explores how AI is transforming healthcare security, policy, and patient empowerment. The guest, DJ Patil, former U.S. Chief Data Scientist and health tech entrepreneur, warns that hospitals are “sitting targets” for cyberattacks from nation-states using even “dumb” AI models. They discuss gaps in U.S. cybersecurity ownership, the need to treat healthcare as critical infrastructure, and the risks of ransomware-style “terrorism.” Balancing this, they highlight the explosive growth of tools like Open Evidence and GPT for clinicians, rising patient engagement, and the moral question of whether powerful AI should be gated or widely accessible.
This is not about Anthropic. We don't want this to be the new bar. The government being able to just pull something away from millions of people with no explanation.
This is not about Anthropic. We don't want this to be the new bar. The government being able to just pull something away from millions of people with no explanation.
🔥Enroll for Artificial Intelligence Course: https://intellipaat.com/artificial-intelligence-deep-learning-course-with-tensorflow/ 🔥𝐁𝐨𝐨𝐤 𝐲𝐨𝐮𝐫 𝐅𝐫𝐞𝐞 𝐌𝐚𝐬𝐭𝐞𝐫𝐜𝐥𝐚𝐬𝐬: https://forms.gle/g5tExa7e54xpYZW97 AI is already transforming the workplace faster than most people realize. In this...
🔥Enroll for Artificial Intelligence Course: https://intellipaat.com/artificial-intelligence-deep-learning-course-with-tensorflow/
🔥𝐁𝐨𝐨𝐤 𝐲𝐨𝐮𝐫 𝐅𝐫𝐞𝐞 𝐌𝐚𝐬𝐭𝐞𝐫𝐜𝐥𝐚𝐬𝐬: https://forms.gle/g5tExa7e54xpYZW97
AI is already transforming the workplace faster than most people realize. In this video, we explore how AI agents are quietly taking over repetitive tasks, reducing the need for large teams, and reshaping entire industries without obvious disruption.
While many people think AI will “suddenly replace jobs,” the reality is more subtle—jobs are not disappearing overnight, but individual tasks are being automated step by step. This shift is happening inside companies right now, often without headlines or public awareness.
You’ll learn:
✅ What AI agents are and how they differ from simple chatbots
✅ Why companies are hiring fewer people instead of firing large teams
✅ Which types of jobs and tasks are most at risk from AI automation
✅ The skills that AI still cannot easily replace
✅ How to use AI tools to increase your productivity and career value
The biggest shift is not humans vs AI—it’s humans who use AI vs those who don’t. People who learn to leverage AI effectively will become significantly more productive and valuable in the workplace.
Instead of fearing AI, the smarter approach is learning how to work with it, automate tasks, and focus on skills like creativity, communication, and decision-making.
📖 Below are the Topics covered in this Video:
00:00 — The Invisible AI Shift Already Happening
00:30 — What AI Agents Really Are
01:10 — AI Agents vs Chatbots Explained
01:45 — How AI Starts Replacing Real Work
02:25 — Why Jobs Are Disappearing Slowly (Not Overnight)
03:05 — Which Jobs Are Most at Risk
03:35 — The One Skill AI Can’t Replace
04:05 — Humans Using AI vs Humans Without AI
04:35 — How to Adapt and Stay Relevant
05:05 — Conclusion
#ai #aiagents #futureofwork #artificialintelligence #aijobs #automation
➡️ About the Course:
The Artificial Intelligence Course by Intellipaat is designed to help learners master AI, Deep Learning, Generative AI, TensorFlow, CNN, RNN, NLP, and advanced neural network concepts through live sessions, hands-on projects, and industry-focused training. The program includes mentorship from IIT faculty and industry experts from companies like Microsoft and Google, along with practical exposure to real-world AI applications such as image recognition, chatbot development, recommender systems, and object detection. The course also provides Microsoft certification, project-based learning, career guidance, and placement assistance to help students build a strong career in Artificial Intelligence and Machine Learning.
➡️ Key Features of the Course:
✅ Learn from IIT faculty and industry experts from companies like Microsoft and Google
✅ 45+ live instructor-led sessions with 210+ hours of self-paced learning
✅ Hands-on training in Deep Learning, Generative AI, TensorFlow, CNN, RNN, NLP, LangChain, and Computer Vision
✅ Work on 10+ real-world AI projects and industry case studies
✅ Microsoft certification upon course completion
✅ 1:1 mentorship sessions, resume building, and LinkedIn profile review
✅ Dedicated placement assistance with mock interviews and career guidance
✅ 24/7 learner support and access to recorded sessions
📌 Do subscribe to Intellipaat channel & come across more relevant Tech content: https://goo.gl/hhsGWb
▶️ Intellipaat Achievers Channel: https://www.youtube.com/@intellipaatachievers
📚For more information, please write back to us at sales@intellipaat.com or call us at IND: +91-7022374614 / US : 1-800-216-8930
Anthropic just launched a Mythos-tier model called Fable 5. It broke coding benchmarks (around 80% on SWE-Bench Pro vs GPT-5.5's 58), and did a 50-million-line code migration in a single day. But there's a catch: Fable 5 is really their secret "Mythos" model with a leash on...
Anthropic just launched a Mythos-tier model called Fable 5. It broke coding benchmarks (around 80% on SWE-Bench Pro vs GPT-5.5's 58), and did a 50-million-line code migration in a single day. But there's a catch: Fable 5 is really their secret "Mythos" model with a leash on it, and the most jaw-dropping numbers you've seen belong to a version you can't actually buy.
I unpacked the whole story in my new video 👉 https://youtu.be/qipJ7umHjAs
#programming #ai #claude
FREE Web Dev Roadmap: https://webdevsimplified.com/web-dev-roadmap.html?utm_source=youtube&utm_medium=video-description&utm_term=video-id-cxQLKsktiBA Writing code with AI can be frustrating since AI always seems to generate terrible code. In this video I will show you how you...
FREE Web Dev Roadmap: https://webdevsimplified.com/web-dev-roadmap.html?utm_source=youtube&utm_medium=video-description&utm_term=video-id-cxQLKsktiBA
Writing code with AI can be frustrating since AI always seems to generate terrible code. In this video I will show you how you can fix this problem by using AI skills which teach your AI the exact techniques needed to produce high quality code exactly like you want it.
📚 Materials/References:
My Blog: https://blog.webdevsimplified.com/?utm_source=youtube&utm_medium=video-description&utm_term=video-id-cxQLKsktiBA
FREE Web Dev Roadmap: https://webdevsimplified.com/web-dev-roadmap.html?utm_source=youtube&utm_medium=video-description&utm_term=video-id-cxQLKsktiBA
🌎 Find Me Here:
My Blog: https://blog.webdevsimplified.com
My Courses: https://courses.webdevsimplified.com
Patreon: https://www.patreon.com/WebDevSimplified
Twitter: https://twitter.com/DevSimplified
Discord: https://discord.gg/7StTjnR
GitHub: https://github.com/WebDevSimplified
CodePen: https://codepen.io/WebDevSimplified
⏱️ Timestamps:
00:00 - Introduction
00:55 - What are skills
02:58 - How to find skills
08:53 - How to make your own skills
17:49 - Skill creation best practices
22:44 - My custom skill example
27:04 - How to refine skills
#WebDevelopment #WDS #AISkills
In this episode of the ODSC Ai X Podcast, Sheamus McGovern speaks with Maxime Beauchemin and Evan Rusackas from Preset about Generative UI and the future of agentic analytics. Maxime Beauchemin is the creator of Apache Superset and Apache Airflow, and the founder and CEO of...
In this episode of the ODSC Ai X Podcast, Sheamus McGovern speaks with Maxime Beauchemin and Evan Rusackas from Preset about Generative UI and the future of agentic analytics.
Maxime Beauchemin is the creator of Apache Superset and Apache Airflow, and the founder and CEO of Preset. Evan Rusackas leads developer relations and marketing at Preset and works closely with the Apache Superset community.
The conversation explores how AI agents are beginning to generate charts, dashboards, widgets, and interfaces on demand. Max and Evan also discuss MCP, agentic analytics, the changing role of data analysts, governance, evals, and how open-source BI tools like Apache Superset are adapting to the AI era.
Visit our website and choose the nearest ODSC event to attend and experience all our training and workshops: https://odsc.ai
To watch more videos like this, visit https://aiplus.training
Sign up for the newsletter to stay up to date with the latest trends in data science: https://opendatascience.com/newsletter/
Follow us online!
• Facebook: https://www.facebook.com/OPENDATASCI
• Instagram: https://www.instagram.com/odsc/
• Blog: https://opendatascience.com/
• LinkedIn: https://www.linkedin.com/company/open-data-science/
• X (twitter): https://x.com/_odsc
I've been on a cancellation spree lately. There are tools I was paying for monthly that I realized I could just build myself, better, more specific to what I actually need, and free to run after the initial build. The one that started it was accounting software. I was paying...
I've been on a cancellation spree lately.
There are tools I was paying for monthly that I realized I could just build myself, better, more specific to what I actually need, and free to run after the initial build.
The one that started it was accounting software. I was paying for something that handled maybe 80% of what I needed, and the other 20% was always a workaround. So I built my own using open-source AI, hosted locally.
And then I started looking at everything else the same way. What am I paying for that's only 80% of what I need? What's too specific for any company to build for me?
The answer was more things than I expected.
Local agents are more accessible than people think right now. You don't need a huge technical background to get started. And the privacy angle alone, keeping your data on your own machine, is worth it for certain workflows.
What's a subscription you have that you've thought about replacing? Drop it in the comments 👇
Article link: https://fandf.co/4dXJP1m Checkout Oracle Blogs: https://blogs.oracle.com/ Every AI agent Cursor, Claude, Devin runs the same core loop. If you're building anything agentic in 2026 and don't understand it, you're going to waste weeks debugging the wrong thing....
Article link:
https://fandf.co/4dXJP1m
Checkout Oracle Blogs:
https://blogs.oracle.com/
Every AI agent Cursor, Claude, Devin runs the same core loop. If you're building anything agentic in 2026 and don't understand it, you're going to waste weeks debugging the wrong thing. Full engineering breakdown from Oracle's dev team linked in pinned comment.
@oracledevs #Paid partnership with Oracle
🔗 𝗟𝗶𝗻𝗸𝘀:
Open Source Cohort → https://100xdevs.com
Twitter → https://twitter.com/kirat_tw
Linkedin → https://linkedin.com/in/kirat-li
Instagram → https://www.instagram.com/kirat_ins
Discord → https://discord.com/invite/WAaXacK9bh
Telegram → https://t.me/kirat_internal_group
WhatsApp → https://whatsapp.com/channel/0029Va98SYeHrDZhfxCT6s0a
Cisco Cloud Control puts everything in one place — and now AI agents are actually doing the work. GO CHECK IT OUT: https://ntck.co/ciscocloudcontrol #sponsored @Cisco
Cisco Cloud Control puts everything in one place — and now AI agents are actually doing the work.
GO CHECK IT OUT: https://ntck.co/ciscocloudcontrol
#sponsored @Cisco
For years, IT teams have been forced to manage growing complexity with more tools, more dashboards, and more manual effort. What if AI could help bring all of that together? At Cisco Live, I sat down with DJ Sampath, SVP & GM, AI Software and Platform at Cisco The Ravit Show,...
For years, IT teams have been forced to manage growing complexity with more tools, more dashboards, and more manual effort. What if AI could help bring all of that together? At Cisco Live, I sat down with DJ Sampath, SVP & GM, AI Software and Platform at Cisco The Ravit Show, to discuss Cisco Cloud Control, AI Canvas, and how AI is changing the way IT teams operate.
A few key insights from our conversation:
- Operational fragmentation continues to be one of the biggest challenges for enterprise IT teams
- Cisco Cloud Control is focused on providing a more unified way to manage increasingly complex Cisco environments
- AI Canvas is designed to be more than an assistant. It introduces an agentic workspace where people and AI can work together to solve problems
- Some IT challenges are too complex for a single tool or a single person. A collaborative, multiplayer approach can help teams move faster and make better decisions
- The future of IT operations may be less about navigating dashboards and more about orchestrating outcomes with AI-powered systems
One thing that stood out to me:
The conversation around AI is shifting from answering questions to helping teams take action. That's a very different future than the one many organizations are planning for today. Great discussion with DJ on what AI-native platforms could mean for enterprise operations over the next few years.
#data #cisco #ciscolive #ai #theravitshow
For more information about Stanford's online Artificial Intelligence programs, visit: https://stanford.io/ai Follow along with the course schedule and syllabus, visit: https://cs153.stanford.edu/ In a CS153 Frontier Systems lecture, OpenAI CEO Sam Altman returned to Stanford...
For more information about Stanford's online Artificial Intelligence programs, visit: https://stanford.io/ai
Follow along with the course schedule and syllabus, visit: https://cs153.stanford.edu/
In a CS153 Frontier Systems lecture, OpenAI CEO Sam Altman returned to Stanford — where he taught the iconic CS183 How to Start a Startup in 2014 — to reflect on how radically the startup playbook has changed in the AI era, noting that a founder can now accomplish with tokens what once required a hundred-person engineering team.
Drawing on his core empirical conviction that scale reliably produces emergent properties beyond what consensus expects, Altman walked through the origin stories of both ChatGPT (a research demo that went unexpectedly viral, triggering a five-day "good emergency" that forced OpenAI to build a company and product simultaneously) and Codex (the coding bet that predated ChatGPT and finally hit its inflection point with 5.5), arguing that the current pre-training/post-training/RL pipeline will likely require a fundamental rewrite — one he expects AI itself to design. He framed intelligence as a nascent utility analogous to electricity, wrestling with how to make that concept legible to the world the way early power companies sold "light at night" rather than electricity itself, and warned that the most important unresolved fork ahead is whether this technology gets democratized broadly or concentrates in a handful of companies — a risk he put at roughly 20% probability, and one he argued is more dangerous than most safety concerns.
He closed by flagging compute shortage as an underappreciated live crisis, suggesting that as long as AI keeps improving, demand will structurally outpace supply, and urging students to consider working on inference infrastructure as one of the most underleveraged bets in the field.
Sam Altman is the co-founder and CEO of OpenAI, the AI research and deployment company behind ChatGPT. He helped launch OpenAI in 2015 with the goal of ensuring artificial general intelligence benefits all of humanity. Before OpenAI, Sam served as president of Y Combinator.
🔥 Developer Bootcamp & Mentoring Program — Start or level up your career with my proven training and personal mentoring: https://unclestef.com/ #unclestef #satyanadella #microsoft #softwaredevelopment #developerjobs 🎙 New Podcast — Starting a Business at 50 — Follow my...
🔥 Developer Bootcamp & Mentoring Program — Start or level up your career with my proven training and personal mentoring:
https://unclestef.com/
#unclestef #satyanadella #microsoft #softwaredevelopment #developerjobs
🎙 New Podcast — Starting a Business at 50 — Follow my journey launching Fit Over 50 with my AI coach, Brad Fit:
https://www.youtube.com/playlist?list=PLGf9oJkCxEjp6tFp22ofXV5OKfp-La_pf
💪 Fit Over 50 — Psychology-Based Fitness & Performance Program — Get leaner, stronger, and build lasting habits:
https://fit-over-50-join-page.grwebsite.com/
🚀 1-on-1 Mentoring & Consultations
Career Consult — $99 for 15 minutes:
https://calendly.com/uncle-stef/consultation-with-stefan
Entrepreneur / Business Consult — $250 for 30–45 minutes:
https://calendly.com/uncle-stef/entrepreneurs-consult
Sponsored Video — Get your questions answered in a video:
https://unclestef.com/blog/2025/03/04/sponsored-video-request/
💻 Popular Coding Courses
Python 3 Foundations & Certification:
https://school.studioweb.com/store/course/python_3_foundations__&_certification_package
Full Stack Web Developer:
https://school.studioweb.com/store/course/complete_web_developer
Complete Freelancer:
https://school.studioweb.com/store/course/complete_freelancer
Complete Entrepreneur:
https://school.studioweb.com/store/course/complete_web_entrepreneur
🦎 Lizard Wizard Course
Master the psychology of learning, habits, and performance — a must for developers and entrepreneurs:
https://school.studioweb.com/store/course/lizard_wizard
📱 Stay Connected
Instagram: https://www.instagram.com/stefanmischook/?hl=en
Twitter/X: https://twitter.com/killersites
Business Channel: https://www.youtube.com/channel/UCZdr0ql_B240VBVINAX7Acg
Google Review: https://g.page/studioWebedu/review?mt
Here, Lake Dai of Sancus Ventures and CMU explores the evolving relationship between humans and AI, the decline in junior developer roles, and the rise of super engineers. Want to learn more about AI in person? Check out ODSC AI West 2026, coming to Burlingame this October...
Here, Lake Dai of Sancus Ventures and CMU explores the evolving relationship between humans and AI, the decline in junior developer roles, and the rise of super engineers.
Want to learn more about AI in person? Check out ODSC AI West 2026, coming to Burlingame this October 27th-29th: https://hubs.li/Q04cYsmk0
#DataScience #AI #ArtificialIntelligence #ODSCAI
-------------------------------------------------------------------------------------------------------------
Visit our website and choose the nearest ODSC event to attend and experience all our training and workshops: https://odsc.ai
To watch more videos like this, visit https://aiplus.training
Sign up for the newsletter to stay up to date with the latest trends in data science: https://opendatascience.com/newsletter/
Follow us online!
• Facebook: https://www.facebook.com/OPENDATASCI
• Instagram: https://www.instagram.com/odsc/
• Blog: https://opendatascience.com/
• LinkedIn: https://www.linkedin.com/company/open-data-science/
• X (twitter): https://x.com/_odsc
In this YouTube video, we delve into the intriguing world of DevOps and its impact on automation in modern software development. Join us as we explore how DevOps is reshaping the way teams collaborate, deploy, and manage software projects efficiently. Whether you're a...
In this YouTube video, we delve into the intriguing world of DevOps and its impact on automation in modern software development. Join us as we explore how DevOps is reshaping the way teams collaborate, deploy, and manage software projects efficiently. Whether you're a seasoned developer or just starting in the tech industry, understanding the core principles of DevOps is crucial for staying ahead in today's fast-paced IT landscape. Share your thoughts in the comments below and let's spark a conversation about the future of DevOps and automation in software engineering!
My take on the possible future of home computing, based on increased component integration, the rise of the agentic command interface (ACI), and increasingly hardware transparency. My recent, related video on “Agentic AI: The Good, the Bad & the Ugly” is here:...
My take on the possible future of home computing, based on increased component integration, the rise of the agentic command interface (ACI), and increasingly hardware transparency.
My recent, related video on “Agentic AI: The Good, the Bad & the Ugly” is here: https://www.youtube.com/watch?v=Gvt4TwGpqOs
And all of my videos on the potential future of computing can be accessed via this page: https://www.explainingcomputers.com/future_computing.html
More videos on computing and related topics can be found at:
http://www.youtube.com/@ExplainingComputers
And more videos on film and other making, plus retro tech, can be found on my Christopher Barnatt channel: http://www.youtube.com/@ChristopherBarnatt
Chapters:
00:00 Titles & Intro
00:43 Component Integration
06:56 From GUI to ACI
10:45 Transparent Computing
16:08 Radial Change?
#Future #home #computing #agentic #integration #SiP #transparent #ExplainingComputers
Catch up on the biggest updates from Flutter at Google I/O 2026! From announcing Flutter 3.44 and Dart 3.12 to groundbreaking AI capabilities with GenUI, a massive 40% performance boost on the Web, Flutter powering the new 2026 Toyota RAV4, and so much more. Here’s everything...
Catch up on the biggest updates from Flutter at Google I/O 2026! From announcing Flutter 3.44 and Dart 3.12 to groundbreaking AI capabilities with GenUI, a massive 40% performance boost on the Web, Flutter powering the new 2026 Toyota RAV4, and so much more. Here’s everything that you need to know.
Check out the blogs:
What’s New in Flutter 3.44 → https://goo.gle/4dL03L8
Announcing Dart 3.12 → https://goo.gle/3PHy1rS
Everything Flutter at Google I/O 2026 → https://goo.gle/4vfb1PR
Check out the videos:
What’s New in Flutter → https://goo.gle/4uA1Vxx
How to write really good Flutter code → https://goo.gle/497aDuu
Vibe once, run anywhere with Google Antigravity and Flutter → https://goo.gle/4e5TnbG
Flutter + A2UI = GenUI→ https://goo.gle/4f9Enul
How to unify your app's tech stack with Full-stack Dart and Firebase Functions → https://goo.gle/4dT1qZh
Introducing Genkit Dart → https://goo.gle/4wUjZ74
Everything you don't know about building great native apps with Flutter → https://goo.gle/42KbFJg
How Toyota is revolutionizing their infotainment system with Flutter → https://goo.gle/4eX8JAa
Chapters:
0:00 - Dart Cloud Functions for Firebase
0:47 - Developer experience
1:02 - Building AI-powered experiences
2:26 - Flutter’s GenUI SDK
2:41 - Flutter x Google DeepMind showcase with Li-Te Cheng
3:13 - Platforms
4:04 - Toyota showcase
4:29 - The refined Impeller engine
4:40 - Decoupling the Material and Cupertino libraries
5:04 - Announcing Canonical as lead maintainer for Flutter desktop
Subscribe to Flutter → http://goo.gle/FlutterYT
#GoogleIO #Flutter
Speaker: Khanh Nguyen
Products mentioned: Flutter, Dart
Learn how to manage employee payroll in QuickBooks Online using the latest AI agent updates and built-in automation tools. This tutorial walks you through setting up employee profiles, tracking billable hours, calculating taxes, and processing direct deposits accurately for...
Learn how to manage employee payroll in QuickBooks Online using the latest AI agent updates and built-in automation tools. This tutorial walks you through setting up employee profiles, tracking billable hours, calculating taxes, and processing direct deposits accurately for stress-free paydays. You’ll also see how AI-assisted workflows can verify timesheets, flag potential compliance issues, and significantly speed up your payroll processing.
🌍 Get unlimited training with Simon Sez IT’s 200+ courses ⏩ https://www.simonsezit.com/courses/
🚀 Supercharge your skills with a FREE 14-day trial to our extensive training library. Learn from 10,000+ ad-free videos and begin your transformation today! ➡️ https://simonsezit.lpages.co/ssit-14-day-free/
💻 Watch more free popular training tutorials from Simon Sez IT:
🔥Check out our FREE 400+ hour training course playlist here ➡️
https://www.youtube.com/playlist?list=PLzj7TwUeMQ3hsADWJd2sJh4o8jATTyaRU
✅ Check out our free video playlist for QuickBooks Desktop 2022 👉https://www.youtube.com/playlist?list=PLzj7TwUeMQ3jpmc9-8-DJ0yJnrj-sMFGP
✅QuickBooks Online Training video playlist 👉https://www.youtube.com/playlist?list=PLzj7TwUeMQ3icsjfVhIWZkH1ItMe0o7vB
✅ Microsoft Excel Beginner's Training here 👉https://www.youtube.com/playlist?list=PLzj7TwUeMQ3iZHn4cv_fZagWSN8tubU9Z
✅ Financial Modeling and Forecasting Tutorials here 👉https://www.youtube.com/playlist?list=PLzj7TwUeMQ3hzI98WqTos6y-uyGjC7Ydc
💬Stay in touch!
SimonSezIT.com: https://www.SimonSezIT.com/
LinkedIn: https://www.linkedin.com/company/simon-sez-it/
FaceBook: https://www.facebook.com/SimonSezIT
🔔 Subscribe to our channel:
https://www.youtube.com/simonsezittraining?sub_confirmation=1
If you enjoyed the video, please give a thumbs up 👍🏽 ;-)
Google just retired Gemini CLI and launched Antigravity 2.0 with the new Gemini 3.5 Flash model at I/O 2026. Let's explore what's new, who should use the IDE vs the desktop app, and build a real quiz app live using parallel AI agents. Check out our courses: Mastering Agentic...
Google just retired Gemini CLI and launched Antigravity 2.0 with the new Gemini 3.5 Flash model at I/O 2026. Let's explore what's new, who should use the IDE vs the desktop app, and build a real quiz app live using parallel AI agents.
Check out our courses:
Mastering Agentic AI with Java: https://go.telusko.com/agentic-ai
Coupon: TELUSKO10 (10% Discount)
DevOps Bootcamp: https://go.telusko.com/complete-devops
Coupon: TELUSKO10 (10% Discount)
Master Java Spring Development : https://go.telusko.com/learn-master
Coupon: TELUSKO10 (10% Discount)
For More Queries WhatsApp or Call on : +919008963671
website : https://telusko.com/
Instagram : https://www.instagram.com/navinreddyofficial/
Linkedin : https://in.linkedin.com/in/navinreddy20
WhatsApp : https://go.telusko.com/whatsapp
TELUSKO Android App : https://go.telusko.com/TELUSKOAPP
TELUSKO IOS App : https://apple.co/3SsgmU2
Discord : https://discord.gg/D8hWe9BqfF
Follow the codelab here. → https://goo.gle/4vv5sx5 Github Repo → https://goo.gle/3RQR3g7 Google MCP servers → https://goo.gle/4xfafo8 Model Context Protocol (MCP) is the open standard *"universal adapter"* that empowers AI agents to overcome static training data by securely...
Follow the codelab here. → https://goo.gle/4vv5sx5
Github Repo → https://goo.gle/3RQR3g7
Google MCP servers → https://goo.gle/4xfafo8
Model Context Protocol (MCP) is the open standard *"universal adapter"* that empowers AI agents to overcome static training data by securely and uniformly connecting with the real world's live data and actionable tools. Join Smitha Kolan as she demonstrates how to connect external tools, such as Google Trends, using MCPs with AI agents. Watch along and unlock the power of Model Context Protocol (MCP) with Google's Agent Development Kit (ADK).
Chapters:
0:00 - Intro & What is Model Context Protocol (MCP)?
0:49 - How MCP works under the hood
2:41 - [Demo] Connecting Google Trends with a blog writing AI agent
6:22 - Running the agent in ADK Web UI
7:10 - Summary
More resources:
Google Cloud MCP servers docs → https://goo.gle/4oeVaPk
Manage MCP servers docs → https://goo.gle/3PLKtqG
Configure MCP in an AI application → https://goo.gle/4oab6lP
🔗 Connect with Smitha online:
YouTube → https://goo.gle/Smitha-on-YouTube
Linkedin → https://goo.gle/Smitha-on-LinkedIn
X → https://goo.gle/Smitha-on-X
Watch more Modern AI Agents: From Theory to Production → https://goo.gle/Learn-with-Smitha
🔔 Subscribe to Google Cloud Tech → https://goo.gle/GoogleCloudTech
#AIAgents #GoogleTrends
Speakers: Smitha Kolan
Products Mentioned: Agent Development Kit
Download your free Python Cheat Sheet here: https://realpython.com/cheatsheet Free Python Skill Test with instant level + learning plan: https://realpython.com/skill-test Want to learn faster? Become a Python Expert with unlimited access to 5,000+ tutorials, videos, and...
Download your free Python Cheat Sheet here: https://realpython.com/cheatsheet
Free Python Skill Test with instant level + learning plan: https://realpython.com/skill-test
Want to learn faster? Become a Python Expert with unlimited access to 5,000+ tutorials, videos, and exercises: https://realpython.com/start
Listen to the full episode at https://realpython.com/podcasts/rpp/293 or wherever you get podcasts -- with Trevor Manz (hosted by Chris Bailey).
🐍 Become a Python expert with real-world tutorials, on-demand courses, interactive quizzes, and 24/7 access to a community of experts at https://realpython.com
▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰
🐍 Start Here → https://realpython.com/start
🗺️ Guided Learning Paths → https://realpython.com/learning-paths
🎧 Real Python Podcast → https://realpython.com/podcast
📚 Python Books → https://realpython.com/books
📖 Python Reference → https://realpython.com/ref
🧑💻 Quizzes & Exercises → https://realpython.com/quizzes
🎓 Live Courses: https://realpython.com/live
⭐️ Reviews & Learner Stories: https://realpython.com/learner-stories
▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰
When an AI coding agent guessed its way through bad permissions and deleted months of PocketOS production data in nine seconds — and what durable skills would have stopped it. 00:00 - Cold open — car rental 01:49 - Today's story 10:29 - Railway recovery 14:57 - Three...
When an AI coding agent guessed its way through bad permissions and deleted months of PocketOS production data in nine seconds — and what durable skills would have stopped it.
00:00 - Cold open — car rental
01:49 - Today's story
10:29 - Railway recovery
14:57 - Three questions
16:29 - Close
Better with Kent — durable skills through story.
Episode 3 is a cautionary tale: on April 24, 2026, a Cursor agent working on PocketOS staging found a forgotten Railway API token, guessed it could delete a staging volume safely, and wiped production in nine seconds — along with volume-level backups in the same blast radius. Jer Crane and his co-founders spent days reconstructing customer records while Railway worked recovery.
Kent walks the full chain: least privilege, independent tested backups, hard approval boundaries for destructive ops, and why markdown guardrails are not system boundaries. The principles are old; agents just find the holes faster.
Creative license for pacing; primary sources linked below. Based on Jer Crane's public account of the PocketOS incident.
Links
* Jer Crane interview (Agents Go Wild) ( https://www.youtube.com/watch?v=Z-Lh1NYN7lE )
* Railway — Your AI wants to nuke your database ( https://blog.railway.com/p/your-ai-wants-to-nuke-your-database )
* Jer Crane — original incident write-up (mirror) ( https://www.pixelsham.com/2026/04/27/jer-crane-an-ai-agent-just-destroyed-our-production-data-it-confessed-in-writing/ )
* Zenity — System prompts are not security controls ( https://zenity.io/blog/current-events/ai-agent-database-deletion-pocketos )
* Better with Kent on kentcdodds.com ( https://kentcdodds.com/better )
Better with Kent
Episode 3
June 12, 2026
★ Episode details: https://share.transistor.fm/s/346e3014
★ Additional episodes: https://kentcdodds.com/better
I gave an AI my voice, asked it to write a country breakup song about dumping a developer, and shipped it in 8 minutes. Here's how, plus the ML that makes it possible in 2026. 🎵 Listen to "Sound of Losing You" on Spotify: https://open.spotify.com/album/3DQZtFYzuHWxUJyLJ5tFlX...
I gave an AI my voice, asked it to write a country breakup song about dumping a developer, and shipped it in 8 minutes. Here's how, plus the ML that makes it possible in 2026.
🎵 Listen to "Sound of Losing You" on Spotify: https://open.spotify.com/album/3DQZtFYzuHWxUJyLJ5tFlX
🎤 Try Fish Audio S2 Pro free: https://fish.audio/?fpr=siraj80 - code SIRAJ20 for 20% off
💻 Fish Audio is open source: https://github.com/fishaudio/fish-speech
Chapters:
00:00 The AI Country Song
00:21 A Brief History of AI Voice
01:51 Fish Audio S2 Pro + Emotion Control
02:44 Cloning My Voice (Tutorial)
04:23 Adding Emotion, Line by Line
05:17 Inside the Model: How It Works
07:15 Writing the Country Breakup Song
07:58 Stitching It in CapCut
08:48 Uploading to Spotify
09:01 Make Your Own + What's Next
This video is sponsored by Fish Audio. The voice and song are AI-generated; all opinions are my own.
📬 CONTACT
Business: hello@sirajraval.com
📲 FOLLOW
X: https://x.com/sirajraval
Instagram: https://instagram.com/sirajraval
LinkedIn: https://linkedin.com/in/sirajraval
🔔 Subscribe for more AI videos!
#AI #VoiceAI #FishAudio #AImusic #AIcountrysong
How to become an AI engineer in 2026 — the exact topics to learn, in order, with no fluff or filler. AI engineering is one of the highest-paid, most in-demand roles in tech right now, and everyone wants in. The problem: most people have no idea where to start. They search...
How to become an AI engineer in 2026 — the exact topics to learn, in order, with no fluff or filler. AI engineering is one of the highest-paid, most in-demand roles in tech right now, and everyone wants in.
The problem: most people have no idea where to start. They search Reddit, ask around, and get overwhelming roadmaps with 47 different things to learn — then spin their wheels for months with no real progress.
This is the step-by-step AI engineer roadmap that cuts the noise: just the skills that actually matter, in the order you should learn them, so you can get there as fast as possible.
#techwithtim #aiengineer #ai #programming
Build with Claude Code: https://designcourse.com/app/course/claude-code-ai-saas -- When Fable 5 was available, I started building my own agent orchestration system with real-time voice, a three.js mesh head, with the ability to access all of my projects and help build them...
Build with Claude Code: https://designcourse.com/app/course/claude-code-ai-saas
-- When Fable 5 was available, I started building my own agent orchestration system with real-time voice, a three.js mesh head, with the ability to access all of my projects and help build them for me. It's only a couple days of work, but I got quite far, but have much further to go (whenever they re-release Fable 5). For now, this is what it's capable of!
#ai #jarvis #fable5
- - - - - - - - - - - - - - - - - - - - - -
Subscribe for NEW VIDEOS!
Learn UI/UX: https://designcourse.com
My personal FB account: http://fb.com/logodesigner
Coursetro FB: http://fb.com/coursetro
Coursetro's Twitter: http://twitter.com/designcoursecom
Join my Discord! https://discord.gg/a27CKAF
^-Chat with me and others
- - - - - - - - - - - - - - - - - - - - - -
Who is Gary Simon? Well, I'm a full stack developer with 2+ decades experience and I teach people how to design and code. I've created around 100+ courses for big brands like LinkedIn, Lynda.com, Pluralsight and Envato Network.
Now, I focus all of my time and energy on this channel and my website Designcourse.com.
Come to my discord server or add me on social media and say Hi!
The US government just shut down Claude Fable 5. In this video I break down exactly what happened, the jailbrea that triggered it, Anthropic's response, and why this sets a precedent that should worry anyone building on AI models. I also get into what I think isreally going...
The US government just shut down Claude Fable 5. In this video I break down exactly what happened, the jailbrea that triggered it, Anthropic's response, and why this sets a precedent that should worry anyone building on AI models. I also get into what I think isreally going on behind the ban, and why it has more to do with who controls frontier AI than with safety.
This is the third part of the Claude Fable 5 story, after the launch and after China's Kimi K2.7-Code went open source the same day Fable 5 was pulled.
📘 Want to actually understand how these AI models work and how to build with them? Get my book, Get Insanely Good at AI: https://getaibook.com
#ClaudeFable5 #Anthropic #AInews #ClaudeAI #AI
Claude Fable 5 just got suspended by the US government. Here's what happened, why, and what it means if you were using it. A US export-control order told Anthropic to cut off Fable 5 and Mythos 5, so they disabled both for everyone. Every other Claude model (Opus 4.8 and...
Claude Fable 5 just got suspended by the US government. Here's what happened, why, and what it means if you were using it.
A US export-control order told Anthropic to cut off Fable 5 and Mythos 5, so they disabled both for everyone. Every other Claude model (Opus 4.8 and down) still works. The trigger was a narrow security "jailbreak" (getting the model to read a codebase and find its flaws), which Anthropic says other models, including OpenAI's GPT-5.5, can already do. They're complying with the order but disagree with it.
For you: new Claude and Claude Code sessions fall back to Opus 4.8, open Fable sessions error out, and Fable 5 API requests (how other apps connect to it) return an error, so update your integrations.
Refunds are community-reported, not official: if you upgraded to Max just for Fable, people are saying the Claude support chat is refunding them right away, often prorated. Anthropic also says it's working to restore access, so this might not be permanent.
Become an AI Engineer with Scrimba https://scrimba.com/t0ai?via=Codevolution (Start Free, save 20% on Pro)
Twitter - https://twitter.com/CodevolutionWeb
Business - codevolution.business@gmail.com
Build a SaaS with Claude: https://designcourse.com/app/course/claude-code-ai-saas (Take now) -- Claude Fable 5 just released yesterday, and I decided to give it 5 different UI tests. I'm not going to spoil it, but this is a must watch video and it's definitely a big step up...
Build a SaaS with Claude: https://designcourse.com/app/course/claude-code-ai-saas (Take now)
-- Claude Fable 5 just released yesterday, and I decided to give it 5 different UI tests. I'm not going to spoil it, but this is a must watch video and it's definitely a big step up in capabilities. Un, freaking, real.
0:00 - Intro
0:19 - Test 1 - Design Portfolio
1:51 - Test 2 - Threejs Gallery
3:07 - Test 3 - Hero Section Redesign
4:19 - Test 4 - Craigslist Refactor
5:21 - Test 5 - Threejs / GSAP Scroller
6:55 - Is this the end or the beginning?
#claude #fable #ai
- - - - - - - - - - - - - - - - - - - - - -
Subscribe for NEW VIDEOS!
Learn UI/UX: https://designcourse.com
My personal FB account: http://fb.com/logodesigner
Coursetro FB: http://fb.com/coursetro
Coursetro's Twitter: http://twitter.com/designcoursecom
Join my Discord! https://discord.gg/a27CKAF
^-Chat with me and others
- - - - - - - - - - - - - - - - - - - - - -
Who is Gary Simon? Well, I'm a full stack developer with 2+ decades experience and I teach people how to design and code. I've created around 100+ courses for big brands like LinkedIn, Lynda.com, Pluralsight and Envato Network.
Now, I focus all of my time and energy on this channel and my website Designcourse.com.
Come to my discord server or add me on social media and say Hi!
Learn how to use Claude AI to effortlessly create engaging social media posts for platforms like Twitter, Instagram, LinkedIn, and more! In this video, I'll show you step-by-step how to leverage Claude's powerful AI capabilities to: ✅ Generate creative and compelling social...
Learn how to use Claude AI to effortlessly create engaging social media posts for platforms like Twitter, Instagram, LinkedIn, and more!
In this video, I'll show you step-by-step how to leverage Claude's powerful AI capabilities to:
✅ Generate creative and compelling social media captions
✅ Tailor your content for different platforms
✅ Save hours of content creation time
✅ Maintain a consistent brand voice
✅ Boost engagement with AI-optimized posts
Whether you're a content creator, marketer, or business owner, Claude AI can transform your social media workflow. Stop spending hours writing posts manually — let AI do the heavy lifting!
🔔 Subscribe for more AI productivity tips and tutorials!
#Claude #AI #SocialMedia #ContentCreation #AITools #Marketing #Productivity
❤️ *LIMITED TODAY:* Get *1 Year* of GravityWrite at _$97_ 🔥 👉 Visit ➜ https://gravitywrite.com/ In this video, I show you how to use AI to automatically edit your raw video footage, trimming mistakes, combining clips, and adding motion graphics, all from a simple text prompt....
❤️ *LIMITED TODAY:* Get *1 Year* of GravityWrite at _$97_ 🔥
👉 Visit ➜ https://gravitywrite.com/
In this video, I show you how to use AI to automatically edit your raw video footage, trimming mistakes, combining clips, and adding motion graphics, all from a simple text prompt.
────────────────────────────────────────
🔥 GET THE FULL SETUP + DONE-FOR-YOU SERVICE
────────────────────────────────────────
📦 AI Video Editing Setup Course (Mac & Windows - Codex & Claude)
→ https://learn.aifreedomlife.com/l/7d3fe2d710
🚀 AI Mastery Program — Full Course on AI Automation
→ https://learn.aifreedomlife.com/l/c8feeacaee
────────────────────────────────────────
🎓 FREE LIVE WEBINAR — SEE AI AUTOMATION IN ACTION
────────────────────────────────────────
Want to see live demos of AI automation and learn how the AI Mastery Program can help you automate your business?
👉 Join the Free Webinar here:
→ https://aifreedomlife.com/
────────────────────────────────────────
🛠️ FREE TOOLS & RESOURCES MENTIONED
────────────────────────────────────────
⚙️ Codex (Free AI Coding Agent — used for video editing)
→ https://developers.openai.com/codex/app
💻 Claude Desktop App (Alternative — requires subscription for Claude Code)
→ https://claude.com/download
🎬 Video Use Skill (GitHub — for trimming & editing footage)
→ https://github.com/browser-use/video-use
✨ Hyperframes Skill (GitHub — for adding motion graphics)
→ https://github.com/heygen-com/hyperframes
────────────────────────────────────────
👋 ABOUT ME
────────────────────────────────────────
Hi, I'm Shyam — AI Automation Coach. I help people go from beginner to expert in AI automation so they can automate tasks in their own life and business.
🎓 Want the full AI Mastery Program?
→ https://learn.aifreedomlife.com/l/c8feeacaee
────────────────────────────────────────
#AIVideoEditing #ClaudeCode #AIAutomation #VideoEditing #AITools