正在加载视频...

视频加载失败

this is free f*cking gold for AI engineers 10 repos i'd actually keep, from python fundamentals to LLMs, agents and production AI. skip the random tutorials 1. Python-100-Days - a 100 day path through fundamentals, data analysis, web dev ↳ 2. Generative AI for Beginners - LLM basics, prompting,...

32,332 次观看 • 5 天前 •via X (Twitter)

16 条评论

Argona 的头像
Argona5 天前

hmm thats for sure

AdiiX 的头像
AdiiX5 天前

LLMs from scratch is the one that actually matters here, building attention and training yourself is the difference between knowing what a token is and knowing why context length costs what it does.

Hussain Hashim | Building SundayBack 的头像
Hussain Hashim | Building SundayBack5 天前

@polydao love that Python-100-Days is on this list. I hit a wall with fundamentals when building my own stuff. This would've saved me so much time.

Agent Rails 的头像
Agent Rails5 天前

The gap most of these repos leave is the boring part: what an agent is allowed to spend, sign, or call. Model code you can learn in a weekend. Permission and settlement design is where the r

AI Mastery Guide 的头像
AI Mastery Guide5 天前

10 repos saving all rn

Sophs p 的头像
Sophs p5 天前

Curated lists are convenient, but deep understanding beats saving repos. How many of these have you actually used in production?

晚晚 的头像
晚晚5 天前

这份比收藏夹里那堆教程清单靠谱多了

Not Real Dreams 的头像
Not Real Dreams5 天前

This is exactly why AI literacy matters in 2025 🤖 More insights like this → @@notreal_dreams

Bekantan_Magang 的头像
Bekantan_Magang5 天前

These repos are absolute gold for anyone building with AI. Thanks for curating this list! 🧠

Spikez 99.9% 的头像
Spikez 99.9%5 天前

next time i will use your information for my work as well

ZeroTrace AI 的头像
ZeroTrace AI5 天前

Strong list. One gap worth noting: most of these stop at building. Production work also needs data lineage, PII handling, and evaluation tooling, which are rarely taught alongside model code.

0xSlyth 的头像
0xSlyth5 天前

saving this gem

Colbert 的头像
Colbert5 天前

Honestly, filtering out the noise is the hardest part of learning right now. This is a solid list to actually build something real with.

rewind 的头像
rewind5 天前

saving

Wallchain Community Hub 的头像
Wallchain Community Hub5 天前

saved this instantly, absolute alpha list right here

sofie a. 的头像
sofie a.5 天前

A 100-day path is a solid foundation, but AI engineering is about messy problems. Which repo here forces you to debug real failures?

相关视频

Anthropic's Claude Ai Agents Team just Educated how to build production AI agents in under 30 mins. For Free. From the engineers who built the stack. CANCEL Your Weekend Plans, and Learn to Build AI Agents Today. Bookmark it. Watch it. Build your first production agent this weekend. $5,000/month. $7,000/month. $12,000/month. People are building agents for clients and charging $$$ as Beginners. You're still stuck in the thinking about AI phase. This video fixes that tonight. Follow Himanshu Kumar for more high-signal content that actually moves your AI engineering career forward. ↓ Ivan Nardini runs Developer Relations for AI at Google Cloud. He just gave away the entire production agent stack in 30 minutes. This is the talk that separates people deploying AI agents that actually scale from people whose agents break the moment they leave localhost. Here's everything inside. I break down a production AI video like this every week. Follow Himanshu Kumar. ↓ The 4-part agent stack that actually scales. Most devs are duct-taping frameworks together and calling it an "AI agent." Ivan lays out the real stack: Agent Development Kit (ADK): open-source, code-first framework for building, evaluating, and deploying agents. Supports Claude models through Vertex AI directly. Model Context Protocol (MCP): lets your agent talk to any tool or data source with one standard. Vertex AI Agent Engine: managed platform for deploying, monitoring, and scaling agents in production. No DevOps headaches. Agent-to-Agent Protocol: open protocol so agents built on different frameworks can actually work together. This is the stack replacing every hacky agent setup in production right now. Full MCP + Claude breakdowns drop weekly on Himanshu Kumar. ↓ Building your first real agent. Ivan builds a birthday planner agent live. LLM Agent class. Name it. Define instructions. Pick the model. He uses Claude 3.7 Sonnet. You could use Opus 4.7 for better reasoning. Full agent built in minutes. Not weeks. Watch the build once and you'll never structure an agent the wrong way again. I post agent architectures people pay $500 courses to learn. Himanshu Kumar. ↓ Multi-agent systems without the chaos. Single agents are easy. Multi-agent systems are where 99% of builders fail. Ivan extends the birthday planner by: Adding a calendar service through MCP tools Creating an orchestrator agent to route requests between agents Handling state and context across agent handoffs This is production multi-agent architecture. Clean. Scalable. Debuggable. Most tutorials hand-wave this part. This one shows you every step. Multi-agent orchestration content drops weekly on Himanshu Kumar. ↓ Deployment without the DevOps nightmare. This is where most AI projects die. You build a cool agent locally. It works. You try to deploy it. Everything breaks. Vertex AI Agent Engine fixes this: Minimal code deployment Automatic monitoring of latency, CPU, and memory Built-in observability and logging No infrastructure setup needed You provide config and requirements. The platform handles the rest. This is how agents actually get to production. Deployment guides for Claude agents post every week. Himanshu Kumar. ↓ Agent-to-Agent Protocol: the future nobody's talking about. Most people don't know this exists yet. The A2A Protocol lets agents built in different frameworks communicate seamlessly. Your Claude agent. My LangChain agent. Someone else's CrewAI agent. All talking to each other. All solving parts of the same problem. All without custom integration code. This is the infrastructure layer of the coming AI economy. Getting in early on A2A Protocol is like getting in early on HTTP in 1995. A2A deep dive coming soon. Himanshu Kumar. ↓ 30 minutes from the team shipping this in production. You'll learn more from this than from 6 months of YouTube tutorials made by people who've never deployed an agent past localhost. People who watch this understand production AI agents at the architect level. People who skip it keep hacking together frameworks that break every time an API updates. Save the video. Watch it tonight. Build a real agent this weekend. Follow Himanshu Kumar for more high-signal content that actually moves your AI engineering career forward.

Himanshu Kumar

228,994 次观看 • 4 个月前

a playlist of 30 youtube videos to learn machine learning fundamentals from scratch if you're struggling on where to start learning ML, this list goes this "Machine Learning: Teach by Doing" is a solid choice to learn both theory and code. (1) Introduction to Machine Learning Teach by Doing: (2) What is Machine Learning? History of Machine Learning: (3) Types of ML Models: (4) 6 steps of any ML project: (5) Install Python and VSCode and run your first code: (6) Linear Classifiers Part 1: (7) Linear Classifiers Part 2: (8) Jupyter Notebook, Numpy and Scikit-Learn: (9) Running the Random Linear Classifier Algorithm in Python: (10) The oldest ML model - Perceptron: (11) Coding the Perceptron: (12) Perceptron Convergence Theorem: (13) Magic of features in Machine Learning: (14) One hot encoding: (15) Logistic Regression Part 1: (16) Cross Entropy Loss: (17) How gradient descent works: (18) Logistic Regression from scratch in Python: (19) Introduction to Regularization: (20) Implementing Regularization in Python: (21) Linear Regression Introduction: (22) Ordinary Least Squares step by step implementation: (23) Ridge regression fundamentals and intuition: (24) Regression recap for interviews: (25) Neural network architecture in 30 minutes: (26) Backpropagation intuition: (27) Neural network activation functions: (28) Momentum in gradient descent: (29) Hands on neural network training in Python: (30) Introduction to Convolutional Neural Networks (CNNs):

ℏεsam

117,748 次观看 • 1 年前

🚨 THIS IS ACTUALLY INSANE Your AI agent can have access to the web. But if it can't reliably read what’s actually on the page, that access is almost useless. We looked at Firecrawl as the web layer for AI agents and the numbers are hard to ignore. The setup is simple: Give it a URL, search query, or website. Firecrawl handles the ugly part — crawling, scraping, rendering, extracting, and turning web content into something an AI model can actually use. The headline numbers: → 173,000+ GitHub stars → Search, scrape and interact with the web at scale → Supports web pages, PDFs, DOCX and other content → Structured data extraction for AI workflows → MCP support for connecting it directly to AI agents The workflow looks like this: Search → Scrape → Crawl → Extract → Feed the agent Three things stand out: 1. Scraping becomes an infrastructure layer Instead of maintaining your own pile of HTTP clients, parsers, browser automation and retry logic, you can treat web access as an API. 2. Agents get more than raw HTML The goal isn't just downloading a webpage. It's turning messy web content into clean context that an LLM can reason over. 3. The same layer works across different agent workflows Research agents. RAG pipelines. AI search. Competitive intelligence. Web-data extraction. The interesting shift: AI agents don't just need better models. They need better access to the information those models are supposed to reason about. Firecrawl is building that layer. Save this repo.

Vikas gupta

18,053 次观看 • 11 天前

We’re back for Episode 14 of TAO Talk 🚨 calanthia from Masa joins 563 and brody this week to chat about new subnets and AI agents sourcing intelligence from Bittensor! The group chats about: - $TAO -pilling AI/ML chads at NeurIPS Conference feat. const Crucible Labs Macrocosmos Manifold and Yuma - JJ teaming up with Cameron Fairchild to form Laτenτ Holdings, which will validate and help scale subnets - Crucible Labs drops a subnet analysis framework - Celium offering H100s cheaper than any other provider - Tao360 releases inaugural research report for their AI-enabled subnet analysis tool @notYourBananaa - Masa unveils the AI Agent Arena on SN59 /// Timestamps: 00:00 Intro 01:10 Subnet 42 and Agent Arena: Masa’s Subnets 03:00 Real-Time Data Networks for AI 04:20 How Masa is Building AI Agent Arenas Inspired by Gladiators 06:10 Decentralized AI and Bittensor: The Growing Ecosystem 08:15 AI Meets Web3: Masa’s Role in Revolutionizing Data Networks 10:00 The Future of AI Agents: Intelligent Societies and Real-Time Data 12:05 Why Masa Chose Bittensor 14:10 $TAO Incentives and the Future of AI Decentralization 16:25 Bittensor and the Rise of Agent Competition: Masa’s Perspective 18:00 Exploring AI Agent Societies 20:30 Creating Competitive AI Arenas: The Agent Arena Subnet Explained 23:00 Calanthia on the Challenges of Web3 AI Development 25:10 Bringing Web2 Developers into Web3: Lessons from Masa 27:30 The Evolution of AI: From Dumb Agents to Intelligent Societies 30:00 AI Agents as the Future of Interaction in Decentralized AI 34:00 The Agent Arena’s Vision: Competition, Incentives, and Innovation

TAO τalk 🥩🦍

24,929 次观看 • 1 年前

if you're struggling on where to start learning ML, here’s a playlist of 30 youtube videos to learn machine learning fundamentals from scratch "Machine Learning: Teach by Doing" is a solid choice to learn both theory and code. (1) Introduction to Machine Learning Teach by Doing: (2) What is Machine Learning? History of Machine Learning: (3) Types of ML Models: (4) 6 steps of any ML project: (5) Install Python and VSCode and run your first code: (6) Linear Classifiers Part 1: (7) Linear Classifiers Part 2: (8) Jupyter Notebook, Numpy and Scikit-Learn: (9) Running the Random Linear Classifier Algorithm in Python: (10) The oldest ML model - Perceptron: (11) Coding the Perceptron: (12) Perceptron Convergence Theorem: (13) Magic of features in Machine Learning: (14) One hot encoding: (15) Logistic Regression Part 1: (16) Cross Entropy Loss: (17) How gradient descent works: (18) Logistic Regression from scratch in Python: (19) Introduction to Regularization: (20) Implementing Regularization in Python: (21) Linear Regression Introduction: (22) Ordinary Least Squares step by step implementation: (23) Ridge regression fundamentals and intuition: (24) Regression recap for interviews: (25) Neural network architecture in 30 minutes: (26) Backpropagation intuition: (27) Neural network activation functions: (28) Momentum in gradient descent: (29) Hands on neural network training in Python: (30) Introduction to Convolutional Neural Networks (CNNs):

ℏεsam

109,550 次观看 • 1 年前

🚨 this chinese guy makes over $1,000,000 a year… by building AI agents. no employees. no massive startup. he just keeps building. while most people are still asking ChatGPT random questions, he’s using Claude to build software that solves real problems. this is what people call vibe coding. he opens Claude and says: “build me an AI agent for real estate businesses that creates property videos.” Claude writes the code. builds the interface. adds subscriptions. helps deploy the app. within a day, he has a working product. then he starts building the next one. that’s the part most people don’t understand. he isn’t trying to build one billion-dollar company. he’s building dozens of AI agents, each solving one problem for one industry. → an AI agent for dentists → an AI agent for ecommerce brands → an AI agent for podcasters → an AI agent for real estate businesses each one automates work that people normally do by hand. each one is built with simple prompts. each one can become a real business. the crazy part? you don’t need to be a software engineer anymore. you need to know how to think like a builder. how to spot problems. how to explain solutions to AI. and how to ship. that’s exactly why i’m reading this article: “How to Actually Build Your First AI Agent.” because this is the skill that’s creating the next generation of builders. the people who learn to build AI agents today won’t just use AI. they’ll own the tools everyone else ends up paying for.

MIKE

39,041 次观看 • 2 个月前