Загрузка видео...

Не удалось загрузить видео

На главную

I tested a new coding assistant on 34,568 lines of code. (Cursor could not achieve what this tool did.) AI models are improving every day: - Faster inference - Longer context lengths But are AI coding assistants advancing at the same rate? Can they truly understand your entire project?...

30,799 просмотров • 1 год назад •via X (Twitter)

Комментарии: 11

Фото профиля Akshay 🚀
Akshay 🚀1 год назад

Try Augment Code now:

Фото профиля Coral AI News
Coral AI News1 год назад

Coral AI is the most powerful AI for documents. See the difference yourself:

Фото профиля Avi Chawla
Avi Chawla1 год назад

Augment Code is amazing!! Even I tested it recently and it worked flawlessly.

Фото профиля Inforida
Inforida1 год назад

AI coding assistants are indeed evolving, but the challenge lies in their ability to truly grasp the nuances of human coding logic. As we push for more advanced AI, we must also ensure they can adapt contextually. It's a race, and the finish line keeps moving.

Фото профиля Sean Dorofeev
Sean Dorofeev1 год назад

There are plenty of approaches to giving LLM context. 34k lines of code, that's very small and I'm surprised how you got that result. I have a little over 400k, no problems withcontext. documents, docstringz, cursor rules solve most problems.

Фото профиля Gabriel Rymberg
Gabriel Rymberg1 год назад

@threadreaderapp unroll

Фото профиля Thread Reader App
Thread Reader App1 год назад

@akshay_pachaar @GabrielRymberg Namaste, please find the unroll here: Enjoy :) 🤖

Фото профиля Abhivendra Singh
Abhivendra Singh1 год назад

AI coding assistants must evolve at the pace of our ambitions. Faster inference and longer context lengths are only the beginning. True understanding requires deep learning and adaptability.

Фото профиля Ian
Ian1 год назад

Hi Akshay, very interesting! I've tried installing this and it crashes constantly. Lots of comments on the PyCharm plugin are the same. I don't suppose you have any tips?

Фото профиля Totalremoto
Totalremoto1 год назад

Yo @akshay_pachaar, sounds like you put that new coding assistant through the wringer with a whopping 34k+ lines of code! Impressive stuff. AI models are definitely leveling up faster than my grandma's knitting skills.

Фото профиля Pranav Agarwal
Pranav Agarwal1 год назад

Looks good

Похожие видео

Nothing beats Augment Code answering questions about large codebases. It's a free extension (works in VSCode, JetBrains, and NeoVim), and has a community edition you can run for free forever. Try this experiment: 1. Download any large open-source project from GitHub 2. Augment will index the code 3. Start asking questions about the codebase 4. Do the same using any other coding agent 5. Compare the speed and the depth of the answers you get If you have a small codebase, the differences with other coding agents won't be obvious, but if you are working on a large project, things will click immediately. Suggestion: download the Keras repository (~180,000 lines of code). I know the library well, and the answers I got from Augment were pretty impressive. By the way, Augment is a fully-fledged AI coding assistant. You can use its agent in every imaginable way: • To implement brand new functionality • To make quick edits to your code • To refactor existing functionality • To generate unit tests • To generate documentation • To handle GitHub—pull requests, commits, branching, etc My favorite feature is their "Next Edit" functionality: 1. You edit the code 2. Augment analyzes the change (across the entire codebase!) 3. Augment determines the ripple effects of that change 4. Augment suggests everything you need to update Here is a link to the tool: Thanks to the team at Augment Code for partnering with me on this post.

Santiago

34,856 просмотров • 1 год назад

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 просмотров • 1 год назад

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,223,754 просмотров • 1 год назад