Loading video...

Video Failed to Load

Go Home

🚨 AI coding agents hallucinate because they can't actually read your codebase. This MCP server fixes that. It's called Context+ and it gives AI 99% accuracy on large-scale engineering projects by building a real semantic map of your code before touching a single line. Here's what makes it different...

29,781 views • 2 months ago •via X (Twitter)

0 Comments

No comments available

Comments from the original post will appear here

Related 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 views • 5 months ago

Marc Andreessen explains why AI coding won't replace programmers, but fundamentally change what they do. He argues that AI coding is just the latest abstraction layer, and the job of a programmer has always evolved with each one. Andreessen's key reframe of what's actually happening: "AI coding actually abstracts away the process of actually writing the scripting code... This is the next layer of the task redefinition under the job of programmer." He's clear that the best programmers aren't being replaced. They're already adapting, even if their day-to-day looks radically different now. Their job has shifted from writing code line by line to managing dozens of AI agents working in parallel. "The world's best programmers today will tell you, 'My job is I'm sitting there and I'm orchestrating 10 code bots running in parallel.' Their day job now is kind of arguing with the AI bots to try to get them to write the right code." But Marc Andreessen 🇺🇸 is adamant this doesn't make foundational knowledge obsolete — it makes it more important. "You need to still fully understand and learn how to write and understand code, because if it doesn't work or it's not doing what you expect, you need to be able to understand the results of what the AI is giving you." He draws a direct parallel: Just as someone writing scripting languages still needs to understand how a microprocessor works, someone orchestrating AI bots needs to understand the code those bots produce. "It's this upleveling of capability where you actually want the depth to go down and understand what the thing is actually doing, even if you're not spending your day doing that by hand." The result, in his view, is transformative: "Now programmers are going to be 10 times or 100 times or a thousand times more productive. And that is overwhelmingly a good thing." The pattern: New abstraction layer emerges → tasks change → the job gets redefined upward → productivity explodes It raises a question every programmer should be sitting with... Are you building the depth to evaluate what AI gives you, or just accepting the output?

Big Brain AI

45,187 views • 3 months ago

You sit down to code. You have your playlist on. Coffee’s still warm. You’re ready to build. Then it starts… You forget a syntax. You open a tab. You Google it. You end up on StackOverflow. You read three different answers. Now you’re in the docs. And suddenly, you’re 10 tabs deep and completely out of flow. Sound familiar? You didn’t stop because the problem was hard. → You stopped because your workflow broke. Too many tabs. Too many distractions. Too much time spent not coding. That’s why AugmentCode exists. It’s a smart AI tool that lives inside VS Code and helps you code faster, smoother, and with way less friction. Let me explain how it helps: 👇 1. AI THAT ACTUALLY UNDERSTANDS YOUR CODE ⚡ Most AI tools guess based on your prompt. AugmentCode reads your actual codebase and gives help that fits. It can: ✅ Explain functions ✅ Fix bugs ✅ Refactor messy logic ✅ Answer your coding questions—in real time All inside your editor. 2. INSTANT DOCUMENTATION, NO TAB-HOPPING⚡ You know when you highlight a function and have no idea what it does? Now you can just select it → press a shortcut → and boom. Documentation shows up right inside VS Code. No more Googling. No more context-switching. 3. ASK IT QUESTIONS—ABOUT YOUR OWN PROJECT ⚡ This part’s WILD. You can literally ask: → “What does this file do?” → “Where is this function used?” → “Can you simplify this logic?” And it answers based on YOUR code. No more copy-pasting into ChatGPT and explaining everything from scratch. 4. GENERATE TESTS WITHOUT THE HEADACHE ⚡ Testing is important but let’s be real, writing unit tests is no one’s favorite part. AugmentCode can generate tests for your actual functions based on their logic. Not generic boilerplate—real, usable tests. 5. YOU NEVER LEAVE VS CODE ⚡ Everything: debugging, docs, AI chat, test generation...happens inside your IDE. It’s just you, your code, and an assistant who actually helps. 6. BUILT FOR REAL DEVELOPERS ⚡ This isn’t a flashy AI toy. It’s a practical tool built for indie hackers, full-stack devs, and shipping teams. → The UX is clean. The output is useful. It just works. 🔥 AugmentCode runs 2 to 3 times faster than GitHub Copilot, making it a powerful choice for large-scale projects where speed matters. It also supports collaborative coding by offering shared context and built-in integrations with tools like Slack, helping teams communicate better. If you write code, you need this. Simple as that. 👉 Because the future of coding isn’t about replacing devs. It’s about AUGMENTING them.

EyeingAI

26,587 views • 1 year ago