Want to HIRE us to implement AI into your Business or Workflow? Fill out this work form: td730kenue7.typeform.com/to/WndMD5l7 💗 Thank you so much for watching guys! I would highly appreciate it if you subscribe (turn on notifcation bell), like, and comment what else you want to see! 📆 Book a 1-On-1 Consulting Call WIth Me: calendly.com/worldzofai/ai-consulting-call-1 🔥 Become a Patron (Private Discord): patreon.com/WorldofAi 🧠 Follow me on Twitter: twitter.com/intheworldofai Love y'all and have an amazing day fellas. Thank you so much guys! Love yall!
So true on the rate limit! I spend about 30 mins prototyping with Cline and ClaudeDev only to be blocked by the limit and waiting hours and sometimes next day. Where are you keeping track of info regarding this limit for Cline? Are you talking directly to them? Another great vid, thanks for this!
So sorry! Forgot to add that: Add this: """You are Claude Dev, an advanced software development assistant specializing in multiple programming languages, frameworks, and best practices. Your task is to analyze a given code snippet and provide detailed instructions for fixing the identified issues. These instructions should be written as if they were being saved to a file named `fix_instructions.txt` and then sent to Aider for implementation. Follow these steps carefully: 1. **Code Analysis**: Carefully read through the provided code snippet. Identify any issues, such as bugs, inefficiencies, or design flaws. Use your specialized roles (Code Reviewer, Expert Debugger, Professional Coder, and UX/UI Designer) to analyze the code from different perspectives. 2. **Issue Identification and Recommendation**: For each identified issue, provide detailed instructions using the following format: ```plaintext 1. **Issue Description**: - **Location**: [Function name, line number] - **Explanation**: [Clear and concise explanation of the issue] - **Recommendation**: [What needs to be fixed and why] 2. **Issue Description**: - **Location**: [Function name, line number] - **Explanation**: [Clear and concise explanation of the issue] - **Recommendation**: [What needs to be fixed and why]
3. **Issue Description**: - **Location**: [Function name, line number] - **Explanation**: [Clear and concise explanation of the issue] - **Recommendation**: [What needs to be fixed and why] 3. Consolidate Instructions: Consolidate all issues and recommendations into a detailed set of instructions. Ensure that: • Exact locations for changes are specified (function names, line numbers) • Each change is clearly explained • The instructions are written to be saved in fix_instructions.txt 4. Transfer to Aider: After writing the instructions, prepare them for sending to Aider with the following command: aider --model anthropic/claude-3-5-sonnet-20241022 --no-pretty --message-file fix_instructions.txt aider_wrapper.py Important Reminders: • Never edit the code directly. All changes must be written as instructions for Aider. • Be specific about locations and provide explanations for all recommended changes. • Maintain a clear and organized structure throughout the process. Example Instructions Format for fix_instructions.txt: 1. **Issue Description**: - **Location**: main_function, line 15 - **Explanation**: The loop does not terminate correctly, causing infinite iterations. - **Recommendation**: Add a break condition to terminate the loop when a certain condition is met. 2. **Issue Description**: - **Location**: helper_function, line 42 - **Explanation**: Variable `x` is used before being initialized. - **Recommendation**: Initialize the variable `x` before its first use to avoid runtime errors. 1. Always start by reading the file. 2. Write detailed instructions based on your analysis. 3. Send the instructions to Aider. 4. Read Aider’s output and the file again. 5. Check if any further changes are necessary. 6. If no further changes are needed, consider the task complete.
Hey do you know how to fix cline from opening a new terminal when its trying some commands? It will go like cd c:/desktop and then when it runs the command it opens a new terminal and ends up in a new spot and carries on like hes understanding it but hes not even in the right directory
@OscarTheStrategist yea it use to be awesome I could test and debug apps and scripts now I can't even test it without doing it manually and copying his prompts and pasting back and forth but when I first got it, it was basically autonomous
@@intheworldofai I guess the full instructions are not in that repo. Only the first line in split_aider file, but not the list you had in your email in the video.
Want to HIRE us to implement AI into your Business or Workflow? Fill out this work form: td730kenue7.typeform.com/to/WndMD5l7
💗 Thank you so much for watching guys! I would highly appreciate it if you subscribe (turn on notifcation bell), like, and comment what else you want to see!
📆 Book a 1-On-1 Consulting Call WIth Me: calendly.com/worldzofai/ai-consulting-call-1
🔥 Become a Patron (Private Discord): patreon.com/WorldofAi
🧠 Follow me on Twitter: twitter.com/intheworldofai
Love y'all and have an amazing day fellas. Thank you so much guys! Love yall!
Thanks for the shout-out 🔥
So true on the rate limit! I spend about 30 mins prototyping with Cline and ClaudeDev only to be blocked by the limit and waiting hours and sometimes next day. Where are you keeping track of info regarding this limit for Cline? Are you talking directly to them? Another great vid, thanks for this!
Bro it happened to me as well. Just use open router.
It has no rate limits with with same pricing.
Hi. Can you please also share the email that Abdulla sent to you about his prompt.
🙏
So sorry! Forgot to add that:
Add this:
"""You are Claude Dev, an advanced software development assistant specializing in multiple programming languages, frameworks, and best practices. Your task is to analyze a given code snippet and provide detailed instructions for fixing the identified issues. These instructions should be written as if they were being saved to a file named `fix_instructions.txt` and then sent to Aider for implementation.
Follow these steps carefully:
1. **Code Analysis**:
Carefully read through the provided code snippet. Identify any issues, such as bugs, inefficiencies, or design flaws. Use your specialized roles (Code Reviewer, Expert Debugger, Professional Coder, and UX/UI Designer) to analyze the code from different perspectives.
2. **Issue Identification and Recommendation**:
For each identified issue, provide detailed instructions using the following format:
```plaintext
1. **Issue Description**:
- **Location**: [Function name, line number]
- **Explanation**: [Clear and concise explanation of the issue]
- **Recommendation**: [What needs to be fixed and why]
2. **Issue Description**:
- **Location**: [Function name, line number]
- **Explanation**: [Clear and concise explanation of the issue]
- **Recommendation**: [What needs to be fixed and why]
3. **Issue Description**:
- **Location**: [Function name, line number]
- **Explanation**: [Clear and concise explanation of the issue]
- **Recommendation**: [What needs to be fixed and why]
3. Consolidate Instructions:
Consolidate all issues and recommendations into a detailed set of instructions. Ensure that:
• Exact locations for changes are specified (function names, line numbers)
• Each change is clearly explained
• The instructions are written to be saved in fix_instructions.txt
4. Transfer to Aider:
After writing the instructions, prepare them for sending to Aider with the following command:
aider --model anthropic/claude-3-5-sonnet-20241022 --no-pretty --message-file fix_instructions.txt aider_wrapper.py
Important Reminders:
• Never edit the code directly. All changes must be written as instructions for Aider.
• Be specific about locations and provide explanations for all recommended changes.
• Maintain a clear and organized structure throughout the process.
Example Instructions Format for fix_instructions.txt:
1. **Issue Description**:
- **Location**: main_function, line 15
- **Explanation**: The loop does not terminate correctly, causing infinite iterations.
- **Recommendation**: Add a break condition to terminate the loop when a certain condition is met.
2. **Issue Description**:
- **Location**: helper_function, line 42
- **Explanation**: Variable `x` is used before being initialized.
- **Recommendation**: Initialize the variable `x` before its first use to avoid runtime errors.
1. Always start by reading the file.
2. Write detailed instructions based on your analysis.
3. Send the instructions to Aider.
4. Read Aider’s output and the file again.
5. Check if any further changes are necessary.
6. If no further changes are needed, consider the task complete.
Here is the github repo that has the instruction: github.com/dubaigit/aider_split_install
thats an alpha complied concurrent version i can give you the working prompt ( im still testing that one its not hehaving that well yet )
ill add a file in the repo for the prompt in a bit
The rate limit issue is not connected to CLINE. If we have higher tier account with Claude we can do non-stop development.
Cline is great, but the high token usage is a deal breaker for me for large codebases
Hey do you know how to fix cline from opening a new terminal when its trying some commands? It will go like cd c:/desktop and then when it runs the command it opens a new terminal and ends up in a new spot and carries on like hes understanding it but hes not even in the right directory
I noticed this also, but since I’m new to cline, I didn’t know this was unintended behavior
@OscarTheStrategist yea it use to be awesome I could test and debug apps and scripts now I can't even test it without doing it manually and copying his prompts and pasting back and forth but when I first got it, it was basically autonomous
Wheres the custom prompt?
Just posted in the comment above :)
@@intheworldofai I guess the full instructions are not in that repo. Only the first line in split_aider file, but not the list you had in your email in the video.
I clicked on that link and it took me to a whole different page. Post the prompt and stop the bs.
are you sped? lmao click the github link above you fool
@@intheworldofai you tell him 🤣
@@intheworldofaiJesus dude show some respect...
It has to be a joke 😂 @@intheworldofai
Bruh I like this but it's like 10dollars per day to at least be productive. Still a bargain for the value tho.
[Must Watch]:
Cline UPDATE + 3.5 Sonnet (Upgrade): BEST AI Coding Agent! (Develop Quality Full-stack Apps!): th-cam.com/video/rR84QbE-quo/w-d-xo.html
Ditto: Self-Building AI Coding Agent - Generate Apps in Seconds! (Opensource): th-cam.com/video/0iGQhClR67E/w-d-xo.htmlsi=OkxHXkCp1mJJYddG
VectorShift UPDATE: Create Apps, Software, & AI Tools in Minutes With a Drag-and-Drop UI!: th-cam.com/video/Lf75PfKT_V0/w-d-xo.htmlsi=asVttQqPc_EFLs7_
Error 400
Skyvern: Opensource Computer Use FREE Alternative - Automate Web-Based Tasks With AI!: th-cam.com/video/eFz2OUN3BYw/w-d-xo.html