Video yükleniyor...

Video Yüklenemedi

Ana Sayfaya Dön

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...

34,977 görüntüleme • 1 yıl önce •via X (Twitter)

8 Yorum

Mustafa AYDINOL profil fotoğrafı
Mustafa AYDINOL1 yıl önce

Nothing compares to @GeminiApp 2.5 pro on @cursor_ai as of April 2025. I have tried everything. Second is @AnthropicAI imo @windsurf_ai has done a great job by adding return to previous chat history and recovering the code function. That saved my life. @augmentcode is not worh for coding I wouldn’t suggest. Cancelled my subscription. Save your project and backup before using. Also @OpenAI @deepseek_ai … They easily can break your code structure.

Matt Figdore profil fotoğrafı
Matt Figdore2 yıl önce

This is the biggest productivity cheat code right now. Kiss reading documents goodbye. You can get an instant summary of any document with this tool.

Joe Ton profil fotoğrafı
Joe Ton1 yıl önce

@augmentcode NeoVim is what sold me.

Santiago profil fotoğrafı
Santiago1 yıl önce

@augmentcode And Vim... they also support Vim 👀

Marcelo Cajahyba profil fotoğrafı
Marcelo Cajahyba1 yıl önce

@augmentcode I've never seen anything better than him. He left cursor and Windsurf behind. He creates pages with maximum quality. I took 3 design channels that I follow, asked him to analyze them and create a file of recommendations for the project. Incredible.

Mohammed Lubbad, PhD profil fotoğrafı
Mohammed Lubbad, PhD1 yıl önce

@augmentcode Leveraging effective tools like this can significantly enhance productivity in coding. Efficiency is key, isn't it? 💻 #CodingTools

Tsukuyomi profil fotoğrafı
Tsukuyomi1 yıl önce

@augmentcode sounds like a fun way to dive into code chaos. just remember, the deeper you go, the more likely you are to summon bugs from the abyss.

HeyManGonzo ᛤ profil fotoğrafı
HeyManGonzo ᛤ1 yıl önce

@augmentcode I am very happy vibing along with @augmentcode, churning out an enterprise grade business app.

Benzer Videolar

8 rules to improve your AI coding agent. All of these rules work with Claude Code, Cursor, VS Code, and with most programming languages. Automating these rules will 10x the code quality and security produced by your AI coding agents. 1. Dependency checks - Prevent your agent from suggesting insecure libraries based on outdated training data. 2. Secret exposure - Auto-fix the use of hardcoded credentials introduced by your coding agent. 3. File and function size - Automatically refactor any files or functions that exceed a reasonable length. 4. Complexity and parameter limits - Simplify overly complex code written by the agent. 5. SQL Injection - Auto-fix all database interactions with unsanitized user input. 6. Unused variables and imports - Detect and remove dead code. 7. Detect invisible unicode characters in AI rules files - Remove zero-width spaces, direction overrides, and other invisible characters that can hide malicious behavior. 8. Insecure OpenAI API usage - Enforce use of secure OpenAI endpoints, proper authentication, and context isolation Here is how you can automate this: Install the Codacy extension. This will give you access to a CLI for local scanning and an MCP server for agent communication. From here on out, every time you need to generate some code: 1. Your agent will write the code 2. It will then call Codacy's CLI to check it 3. It will find any issues in real time 4. Your coding agent will fix the issues 5. When the code passes all checks, you are done Level of effort on your side: literally zero! Code quality and security because of this: 100x better! Here is the link to download the extension for your IDE: Thanks to the Codacy team for collaborating with me on this post.

Santiago

49,331 görüntüleme • 9 ay önce

👀 I used OpenAI's Code Interpreter to make Flappy Bird 🐦in 7 minutes: Code Interpreter/GPT-4 for code generation. Pre-existing or AI-generated assets for graphics. --- Here's how to make the game in only 6 steps: (1): Enter the following prompt: "write p5.js code for Flappy Bird where you control a yellow bird continuously flying between a series of green pipes. The bird flaps every time you left click the mouse. If the bird falls to the ground or hits a pipe, you lose. This game goes on infinitely until you lose and you get points the further you go". (2): Use generative AI or existing game assets and spirits. I searched "flappy bird assets" on Google and used the first link, a GitHub repo with pngs from the original Flappy Bird. (3): Use this prompt to link assets to the code: "Please generate the entire file again based on the fact I'm using a unique background, spirits for the bird, and pipes. Here is the list of assets I'm using: [list of file names]." Code Interpreter should modify the code accordingly to include the list of file names. (4) Make an account OpenProcessing -> create a sketch -> paste in the code generated by Code Interpreter -> upload in-game assets from step (2). (5) (Optional) Ask ChatGPT to make changes to improve the in-game experience e.g., adding a high score, restarting the game when the bird dies, etc. Copy the new code into your OpenProcessing sketch and reload the game. (6) If something doesn't work, ask GPT4 to fix it. Copy and paste the error message and ask it to regenerate the code. --- Bonus Tips: - Iteratively test code. Each time you make a change using Code Interpreter, test the updated code by playing the game so you catch new bugs early. - Learn programming by asking questions: "Act as a senior programmer very good at explaining concepts to a beginner. Tell me how gravity works in this game and how you used code to make this happen."Code Interpreter/GPT4 for code generation. Download Pre-existing assets or generate new images for graphics. Excited to see what you make!

Alex Ker 🔭

739,874 görüntüleme • 3 yıl önce