Loading video...

Video Failed to Load

Go Home

Bash is all you need! Which is why I'm introducing my holiday project: just-bash just-bash is a pretty complete implementation of bash in TypeScript designed to be used as a bash tool by AI agents. Because it turns out agents love exploring data via shell scripts, even beyond coding....

124,713 views • 6 months ago •via X (Twitter)

0 Comments

No comments available

Comments from the original post will appear here

Related Videos

Dana Bash just put Maryland Governor Wes Moore on the SPOT for pushing a redistricting plan that would wipe out the ONLY Republican-held congressional seat in the state. When Moore said he’s urging the Maryland Senate to move forward on redistricting, Bash asked the question he clearly wasn’t expecting: “How is it good for democracy to pursue a map that makes your state even less representative?” Moore tried to dress it up as a pro-democracy move — but Bash wasn’t having it. MOORE: “It is important that states like Maryland that have the ability to look at their maps, that we have a chance to do it.” “And it is why I’m urging the Maryland Senate to to let democracy not die in the free state and allow a vote to happen on the Maryland Senate.” That’s when Bash cut straight to the point. BASH: “Well, let’s talk about that, redistricting. You are pushing hard to redraw Maryland’s Congressional map to further benefit Democrats.” “And what that means is eliminating the ONLY Republican held seat that exists right now.” “The map, as it stands is already REALLY gerrymandered done before you got there.” “How is it good for democracy to pursue a map that makes your state even less representative?” Moore tried to minimize it. MOORE: “Well, actually, the map that the Maryland House passed would actually make six of the eight Congressional districts more competitive than less.” “And frankly, one of the most gerrymandered seats inside of the state of Maryland is actually the Republican seat. It’s Andy Harris’s seat who voted against national redistricting reform.” “But what the Maryland, with the Maryland delegate Maryland house did is they actually said, let’s debate it, let’s discuss it, and then let’s take a vote…” Bash let him finish — then brought it right back to reality. BASH: “And I just want to make sure that people who aren’t totally familiar with the makeup of the legislature in Maryland understand that you’re talking about the Democratic leaders, the Democratic leader in particular, in your home state. So this is, you know, an internal party divide on this.” “And I know you mentioned that you think that some of the Congressional districts will be more competitive, but ultimately you’re trying to push out the only Republican who is serving there.” Mask off moment.

Overton

243,524 views • 5 months ago

AI AGENTS 101 (58 minute free masterclass) send this to anyone who wants to understand ai agents, claude skills, md files, how to get the most out of AI etc in plain english: 1. chat vs agents - chat models answer questions in a back and forth while agents take a goal, figure out the steps, and deliver a result 2. agents don’t stop after one response. they keep running until the task is actually finishedno babysitting required 3. everything runs on a loop. they gather context, decide what to do, take an action, then repeat until done 4. the loop is the system. they look at files, tools, and the internet. decide the next step. execute and then feed that back into the next step. over and over until completion 5. the model is just one piece. gpt, claude, gemini are the reasoning layer. the key is model + loop + tools + context 6. mcp is how agents use tools. it connects things like browser, code, apis, and your internal software. once connected, the agent decides when to use them to get the job done 7. context beats prompt all day. you don't need to write perfect prompts. load your agent with context about your business, style, and goals and then simple instructions work 8. claude.md or agents.md is the onboarding doc it tells the agent who it is, how to behave, what it knows, and what tools it can use. this gets loaded every time before it starts 9. memory.md is how it improves. agents don’t remember by default. this file stores preferences, corrections, and patterns you tell the agent to update it, and it gets better over time 10. skills + harnesses make it usable. skills are reusable tasks like writing, research, analysis the harness is the environment like claude code or openclaw that runs everything. basiclaly, different interfaces, same system underneath this episode with remy on The Startup Ideas Podcast (SIP) 🧃 was one of the clearest ways of understanding a lot of the core concepts of ai agents could be the best beginners course for ai agents 58 mins. all free. no advertisers. i just want to see you build cool stuff. im rooting for you. send to a friend watch

GREG ISENBERG

375,365 views • 3 months ago

New course to bring you up to state-of-the-art at using AI to help you code: Build Apps with Windsurf's AI Coding Agents, built in partnership with WIndsurf (Codeium) and taught by Anshul Ramachandran! AI-assisted IDEs (Integrated Development Environments) make developers’ workflows faster, more efficient, and much more fun. Agentic tools like Windsurf are more than just code autocomplete—they are collaborative coding agents that help you break down complex applications, iterate efficiently, and generate code that spans multiple files. Although a lot of coding assistants share the same underlying large language models for planning and reasoning, a major point of distinction is how they handle tools, keep track of context, and stay aligned with your intent as a developer. For instance, if you make modifications to a class definition in your code and make the same modifications to other classes in the same directory, you might tell the AI agent "Do the same thing in similar places in this directory." Here, tracking your intent means understanding that “the same thing" refers to that recent edit you just made, which must be followed by appropriate search and tool-calling to implement the changes. In this course, you'll learn the inner workings of coding agents, their strengths and limitations, and how to use Windsurf to quickly build several applications. In detail, you'll: - Build a mental model of how agents work by combining human-action tracking, tool integration, and context awareness to carry out an agentic coding workflow. - Learn the challenges of code search and discovery and how a multi-step retrieval approach helps coding agents address them. - Use Windsurf to analyze and understand a large, old codebase and update it to the latest versions of the frameworks and packages it uses. - Build a Wikipedia data analysis app that retrieves, parses, and analyzes word frequencies. - Enhance the performance of your Wikipedia analysis app by adding caching, and through this, also learn how to course-correct when the AI agent produces unexpected results. - Learn tips and tricks such as keyboard shortcuts, autocomplete, and @ mentions to quickly call on agentic capabilities. - Use image/multimodal capabilities of the AI agent to increase your development velocity; you'll see an example of uploading a mockup with sketched-out UI features, and ask the agent to use that to build new functionality to an app. By the end of this course, you’ll understand agentic coding in-depth and know how to use it to make your development process much faster, more efficient, and enjoyable. Please sign up here!

Andrew Ng

139,803 views • 1 year ago