Video wird geladen...

Video konnte nicht geladen werden

Zur Startseite

Pair programming with ChatGPT with access to my file system that can: - edit files on its own - run ANY bash command - write, run, debug Python & JS code - create & run Git commands I didn't even know has been the most exhilarating experience since I...

234,664 Aufrufe • vor 3 Jahren •via X (Twitter)

9 Kommentare

Profilbild von YK aka CS Dojo 📺🐦
YK aka CS Dojo 📺🐦vor 3 Jahren

"Aren't you worried about giving it so much access?" No because I heavily limit its access using @Docker. Plus I don't give it my GitHub credentials. So the worst thing it can do is mess up the local files - which it's never done in my experience so far.

Profilbild von Raza Rython 📜
Raza Rython 📜vor 3 Jahren

yo need a tutorial on how to set this up!

Profilbild von YK aka CS Dojo 📺🐦
YK aka CS Dojo 📺🐦vor 3 Jahren

Good idea!!

Profilbild von Ahmad Awais
Ahmad Awaisvor 3 Jahren

I'm scared of it running any bash commands on my computer lol. We need to sandbox it and create a log for what it does. For audit.

Profilbild von Jonaed 🥑 | The NoDegree Podcast | NoDegree.com |
Jonaed 🥑 | The NoDegree Podcast | NoDegree.com |vor 3 Jahren

🔥🔥🔥🔥

Profilbild von Uncle Greg
Uncle Gregvor 3 Jahren

@ykdojo have you tried co pilot? If so do you like it?

Profilbild von YK aka CS Dojo 📺🐦
YK aka CS Dojo 📺🐦vor 3 Jahren

Yes I did and yes I do!

Profilbild von Zia Basit
Zia Basitvor 3 Jahren

That’s some very good points, I have also been pair programming with ChatGPT 4, it really speeds up productivity.

Profilbild von Shu
Shuvor 3 Jahren

🫶🏻

Ähnliche Videos

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. It comes with grep, sed, awk and the 99th percentile features that an agent like Claude Code or Cursor would use. In fact, Claude Code can use it for secure bash execution. In the package - A bash-tool for AI SDK - A binary for use by yourself or your coding agents - An overlay filesystem to feed files to your agent securely - A Vercel Sandbox compatible API, so you can quickly upgrade to a real VM if you need to run binaries - An example AI agent that explores the just-bash code base using just-bash - I imported the Oils shell bash compatibility suite and just-bash passes a very good chunk What is interesting about this codebase: It was essentially entirely written by Opus 4.5. Coding agents love bash and they are good at reproducing it. They are also great at text-book recursive descent parsers and AST tweet-walk interpreters. That said, it is, like, a lot of code and I didn't read it all 😅. This is very much a hack, but it also seems to be _really_ useful. I haven't really found anything agents want to use that it doesn't support and it's fast and secure (caveats apply). It doesn't have write access to your computer and the filesystem is given a root that the agent cannot escape from. Find it at Related: Our recent blog post how we migrated our data analysis agent to bash tools and achieved incredible quality improvements The video shows the example agent investigating the just-bash code base

Malte Ubl

124,713 Aufrufe • vor 7 Monaten

I'm teaching a new course! AI Python for Beginners is a series of four short courses that teach anyone to code, regardless of current technical skill. We are offering these courses free for a limited time. Generative AI is transforming coding. This course teaches coding in a way that’s aligned with where the field is going, rather than where it has been: (1) AI as a Coding Companion. Experienced coders are using AI to help write snippets of code, debug code, and the like. We embrace this approach and describe best-practices for coding with a chatbot. Throughout the course, you'll have access to an AI chatbot that will be your own coding companion that can assist you every step of the way as you code. (2) Learning by Building AI Applications. You'll write code that interacts with large language models to quickly create fun applications to customize poems, write recipes, and manage a to-do list. This hands-on approach helps you see how writing code that calls on powerful AI models will make you more effective in your work and personal projects. With this approach, beginning programmers can learn to do useful things with code far faster than they could have even a year ago. Knowing a little bit of coding is increasingly helping people in job roles other than software engineers. For example, I've seen a marketing professional write code to download web pages and use generative AI to derive insights; a reporter write code to flag important stories; and an investor automate the initial drafts of contracts. With this course you’ll be equipped to automate repetitive tasks, analyze data more efficiently, and leverage AI to enhance your productivity. If you are already an experienced developer, please help me spread the word and encourage your non-developer friends to learn a little bit of coding. I hope you'll check out the first two short courses here!

Andrew Ng

1,224,481 Aufrufe • vor 1 Jahr