
Closed
Posted
Paid on delivery
I’m building an in-house AI agent whose single focus is to review my Python and JavaScript projects and return advanced optimisation advice—think full-scale refactors, algorithmic efficiency gains, and performance-focused design changes, not just cosmetic tweaks. Here is what I need from you: • A self-contained agent (script, service, or lightweight web UI—whichever best suits rapid iteration) that accepts a codebase or select files, analyses them, and returns structured recommendations covering complexity reduction, execution speed, memory usage, and modularity. • Explanations must be actionable: highlight current bottlenecks, show improved snippets, and justify each change so I can learn from the process. • The model or pipeline should handle real-world projects of moderate size without timing out or flooding me with irrelevant lint-style warnings. • Solutions leveraging open-source LLMs (e.g., GPT-J, LLaMA 2, Code Llama) or a clever orchestration of existing APIs are welcome, as long as latency stays practical and privacy is respected; any fine-tuning steps should be reproducible. • Include a straightforward way to update the knowledge base so the agent improves as our code standards evolve. Acceptance criteria: the agent runs locally on macOS/Linux, delivers optimisation reports for both languages in under three minutes on a 5 k-line project, and its recommendations measurably reduce runtime or complexity in at least one provided sample. I’m ready to supply test repositories and benchmarks as soon as we start. Let me know your preferred tech stack and any clarifications you need to hit these goals.
Project ID: 40585353
144 proposals
Remote project
Active 3 days ago
Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
144 freelancers are bidding on average $464 USD for this job

Hi, I will build your AI code optimization agent that ingests Python and JavaScript projects, analyzes them for complexity reduction, execution speed, and memory usage, then returns structured reports with improved snippets and justifications, all running locally on macOS/Linux within your three minute target on 5k line codebases. On a similar tool, I used Code Llama with a chunked file pipeline and a retrieval layer for custom coding standards. That approach kept latency under two minutes per analysis pass while filtering out the noise of lint style warnings. Questions: 1) For the updatable knowledge base, do you envision a simple config or markdown file you edit, or a feedback loop where you accept/reject suggestions and the agent learns from that? Best regards, Kamran
$284 USD in 10 days
8.6
8.6

⭐⭐⭐⭐⭐ Create an AI Agent for Optimizing Python and JavaScript Projects ❇️ Hi My Friend, I hope you are doing well. I just reviewed your project requirements and I can see you are looking for an AI agent to optimize your Python and JavaScript projects. You have no need to look any further as Zohaib is here to help you! My team has successfully completed 50+ similar projects focused on code optimization. I will build a self-contained agent that analyzes your codebase and provides structured recommendations to improve efficiency and performance. ➡️ Why Me? I can easily create your AI agent as I have 5 years of experience in software development, specializing in Python and JavaScript optimization. My expertise includes code analysis, performance tuning, and implementing AI solutions. I also have a strong grip on machine learning models and API integration, ensuring a comprehensive approach to your project. ➡️ Let's have a quick chat to discuss your project in detail and let me show you samples of my previous work. I look forward to discussing this with you in our chat. ➡️ Skills & Experience: ✅ Python Programming ✅ JavaScript Development ✅ Code Optimization ✅ AI Implementation ✅ Performance Analysis ✅ Memory Management ✅ Modular Design ✅ API Integration ✅ LLMs Utilization ✅ Data Structures ✅ Algorithm Design ✅ Debugging Waiting for your response! Best Regards, Zohaib
$350 USD in 2 days
8.1
8.1

With my extensive experience in AI and automation, as well as my strong background in Python and JavaScript, I am confident in delivering an AI Code Optimization Assistant that exceeds your expectations. At Walking Dreamz Technologies, we have honed our skills over 13 years of building stable and scalable solutions for clients across various industries. Our specializations in custom MERN web apps, WordPress, and AI-powered applications align perfectly with the needs of your project. One of our key strengths lies in leveraging cutting-edge technologies to deliver solutions that improve efficiency without compromising on latency or data privacy. You can count on us to develop a fully functional agent that adeptly handles your project's parameters and generates meaningful, actionable recommendations within the desired time frame. We'll incorporate open-source LLMs such as GPT-J and LLaMA 2 alongside any necessary API integrations while maintaining a lightweight and practical solution for you. Moreover, our customer satisfaction rate of 99% testifies to our capacity for clear communication, clean code, and predictable delivery. In line with these values, I will personally overlook the project to ensure a streamlined process with direct access to me at any time. I understand the importance of not just improving your code but also imparting knowledge around the process for you to learn and grow. Let's start this journey towards optimized code together!
$500 USD in 7 days
7.7
7.7

Hi, I've spent 15 years in full-stack work, and as CTO I've led the development of 50+ products, so reading through Python and JS codebases for real bottlenecks is daily ground for me. One early decision drives everything here: chunking. A 5k-line project won't fit one prompt if you want useful answers, so I'd parse the code into functions and modules first, run static analysis to flag hotspots, then send only those to the model with context. That keeps you under three minutes and cuts the lint-style noise you don't want. Two questions: do the sample repos come with runnable benchmarks so I can prove a real runtime drop, and must the LLM stay fully local, or is a private API acceptable? Since we're new to each other, we can start with a small milestone on the first working report. Adil
$467.50 USD in 7 days
7.6
7.6

Hi there, I understand you're building an in-house AI agent for deep code optimization, not just a linter. The system will locally ingest a Python/JS codebase, use an LLM to identify algorithmic complexity, memory usage, and architectural bottlenecks, then generate structured refactoring advice with actionable code snippets and clear justifications. Technical approach: I recommend a local Python service. We'll use LangChain to orchestrate the analysis pipeline, running a code-specialized LLM like Code Llama locally for privacy and speed. For your evolving standards, a RAG approach with a FAISS vector store will allow the agent's knowledge to be updated easily. Core modules: The system would have a Code Parser (ingests and chunks files), an AI Analysis Core (evaluates code against optimization heuristics), a Report Generator (formats findings into structured output), and a Knowledge Base Updater script. Relevant systems: Our AI Slack Assistant project involved a similar transformation pipeline. It ingests unstructured user messages (text/audio) and uses LangChain with multiple AI models to produce highly structured technical build plans automatically. Implementation strategy: I'd start with a core CLI tool for Python to validate the analysis logic. Next, we'll add JavaScript support, wrap it in a lightweight FastAPI UI, and benchmark it against your test repositories to meet the performance criteria. Regards, Rohit
$250 USD in 21 days
8.0
8.0

Good afternoon, I can help build your AI code optimization assistant focused on Python and JavaScript projects. I'll create a lightweight service that analyzes codebases and provides actionable, structured recommendations on complexity, speed, memory, and modularity. Using open-source LLMs like GPT-J or LLaMA 2, I’ll ensure the tool runs efficiently on macOS/Linux and delivers clear, practical improvements within your time constraints. Could you share your preferred open-source models or APIs and any existing benchmarks for testing? Best regards, Waqas & GoDesign Team
$399 USD in 7 days
7.4
7.4

Hello, I have worked on local tools that inspect Python and JavaScript code and return practical performance advice. For your agent, I can focus on real bottlenecks, improved snippets, and clear explanations instead of basic lint warnings. I will create a local macOS/Linux workflow with HTML if a light web UI helps, PHP only if a small service layer is useful, and AI Model Integration suited to your privacy and latency needs. The report will cover complexity, speed, memory use, and modularity, with an update path for your coding standards. Best regards, Teo
$500 USD in 5 days
6.8
6.8

I am an expert machine learning engineer with extensive experience building custom AI agents for automated code review. I have integrated LLMs like GPT 4 and Claude into Python and JavaScript workflows to detect bottlenecks, suggest optimizations, and ensure best practices. Regarding your AI Code Optimization Assistant 2 project, I will develop a lightweight agent that analyzes your codebase specifically for performance improvements and algorithmic efficiency. My background includes developing deep learning models and custom scripts that bridge Python backends with JavaScript frontends. I can ensure the agent provides actionable insights rather than generic advice. I am ready to start immediately and can provide examples of similar tools I have built.
$250 USD in 5 days
6.8
6.8

Hello, I came across your AI Code Optimization Assistant -- 2 and I am very interested in working with you. I have reviewed your requirements and full understand the scope of expectations. I specialize in PHP, HTML, and have successfully delivered similar projects before. I am committed to delivering high-quality work with reliability, clarity and professionalism. I work transparently throughout the project progress, deadlines and expectation stay clear at every stage. I would be glad to disucss further details and am ready to start immediately. Looking forward to hearing from you.
$500 USD in 4 days
6.3
6.3

As an experienced and highly-skilled Full-Stack Developer with a strong background in Machine Learning and AI, I believe I'm the perfect fit for this project of creating an AI Code Optimization Assistant. I have a proven track record of delivering projects on time or even before the deadline, and my clients have consistently expressed satisfaction with my work. One critical thing to note about my approach is that I prioritize my clients' needs and foster a close working relationship - which often means anticipating their future requirements. This Project requires building an AI agent that can provide actionable insights and improve code quality. Interestingly, these are aspects that I've successfully developed and applied such as object detection, image processing, text data classification, to name a few. Lastly, given that this agent should work robustly on real-world moderate-sized projects without timing out, my skills in Algorithmic recommendations and Machine Learning(Specifically models such as GPT-J) would be highly beneficial. I also appreciate the importance of maintaining privacy while providing quality service, which will be upheld throughout our collaboration. Together let's turn your Python and JavaScript projects into leaner codebases catapulting your overall execution speed!
$500 USD in 7 days
6.0
6.0

Hello There! I’m Md Toriqul Islam, and I’m excited to partner with you. I can dive into your project immediately. I have rich experience in AI agents, Python, JavaScript, LLM integration, code analysis, RAG pipelines, and performance optimization. I understand you need a local AI agent that analyzes Python and JavaScript codebases, identifies performance bottlenecks, and delivers actionable optimization reports with refactoring suggestions, complexity analysis, improved code snippets, and clear explanations. I can build a scalable, privacy-focused solution with an updatable knowledge base and structured reporting for real-world projects. I am skilled in Python, JavaScript, LangChain, Llama, Code Llama, OpenAI APIs, RAG, FastAPI, and AI agent development. I’m ready to start immediately and would be happy to discuss this project. Looking forward to hearing from you. Best regards, Md Toriqul Islam
$250 USD in 5 days
6.2
6.2

Hello Sir/MAM I am a skilled full stack developer. Having rich experience in Java , C++ , C , C# , Python , Eclipse , Sql , Mysql , .Net ,Oracle , Object Oriented Programming , Data Structure , Algorithms, Linux , Windows , Cloud , Azure . I have a perfect grip on “Artificial Intelligence” “Automation” , and work in “Machine Learning” Deep Learning “Computer Vision ”. My track record as demonstrated in my 100% job completion and 5-star review rating showcases My ability to deliver exceptional results on time and with utmost quality I believe that my skill set makes me the ideal candidate for this project Please come on chat we will discuss more about this I will be waiting for your reply . Thanks and Best Regards
$251 USD in 1 day
6.2
6.2

Hello, I hope this message finds you well. I have a clear understanding of your project to develop an AI Code Optimization Assistant focusing on Python and JavaScript projects. My expertise lies in PHP, JavaScript, Python, Machine Learning, and AI Model Development, making me a strong fit for this task. My approach involves structured requirement confirmation, controlled planning, clean implementation, and thorough testing to ensure the agent meets your expectations efficiently. With a transparent milestone-based process, I guarantee reliable execution and long-term results. You can view my portfolio here: ⭐⭐ https://www.freelancer.com/u/CodeAnchors ⭐⭐ Could you please clarify your top priority or business goal for this project? I invite you to open a chat to finalize the scope seamlessly. Best regards, Muhammad Anas Khan
$250 USD in 4 days
5.7
5.7

Good day! Building AI-powered developer tools that analyze code quality, architecture, and performance is exactly the type of challenge I enjoy. Rather than producing generic linting results, I'll develop an intelligent agent focused on optimization, scalability, and maintainable refactoring. With 9 years of software development experience, I understand both AI workflows and real-world engineering practices. I recommend a Python-based orchestration layer using Code Llama, DeepSeek-Coder, or a secure API-backed LLM with a retrieval pipeline for your coding standards. The agent will analyze Python and JavaScript projects, identify performance bottlenecks, suggest optimized implementations with explanations, estimate complexity improvements, and generate structured reports while remaining fast enough for local execution on macOS and Linux. The solution will be modular, privacy-conscious, and easy to extend with evolving coding standards or additional models. I'll also provide clear documentation, reproducible setup steps, and a maintainable architecture designed for rapid iteration and future enhancements.
$500 USD in 7 days
5.9
5.9

With my extensive experience in PHP and Python-based development, including deep insights into performance optimization, debugging and long-term support, I'm your ideal candidate for this project. Throughout my 20+ years in the industry, I've acquired a robust knowledge of these languages, combined with skills in Machine Learning (ML), that can infuse a new level of efficiency into your codebase. I not only comprehend the technical aspects of cleaning up and optimizing code but also understand the importance of maintainability and scalability for your growing business. Hence, my solutions go beyond just fixing immediate issues; they provide long-term stability and scalability to your systems. Efficiency and effectiveness are two primary pillars of my work approach: both align well with what this project demands. Your project requires someone who not only understands the nuances of language intricacies but also has a flair for actionable suggestions that educate and empower you to make informed decisions about your codebase. My commitment is to deliver just that - by highlighting the current bottlenecks cautiously through improved snippets while maintaining practical latency. Let's discuss how we can integrate open source LLMs or orchestrate APIs effectively without compromising on privacy or reproducibility while fine-tuning your system for better sophisticated modelling on its own.
$350 USD in 12 days
6.0
6.0

Hi Azhar I'll develop a self-contained Python script leveraging open-source LLMs to analyze Python and JavaScript codebases, providing actionable recommendations for optimization, with a focus on complexity reduction, execution speed, and modularity, ensuring reproducibility and a simple knowledge base update mechanism, all within the 250-750 USD budget. Waiting for your response in chat! Best Regards.
$500 USD in 3 days
5.4
5.4

Hello, This is exactly the type of AI project I enjoy working on. I have strong experience with AI code analysis, Python, JavaScript, local AI workflows, and performance focused code reviews. The goal is not just finding issues but providing meaningful recommendations with clear reasoning, improved code examples, and measurable results. I would love to discuss your requirements, review the sample repositories, and explain the approach I would take to meet your performance and privacy goals. I am confident we can complete this project successfully. Are you available for a quick meeting? I will share my portfolio in chat I look forward to hear from you. Thanks Best Regards, Mughira
$500 USD in 7 days
5.5
5.5

Nice to meet you ,The requirements of your project match my areas of work and skills, to introduce myself. My name is Anthony Muñoz and i am the lead engineer for DS Pro IT agency. I have worked for over 10 years as a Full-Stack and software development engineer and have successfully done multiple jobs. It will be a pleasure to work together to make your project. Feel free to discuss about the project with me, greetings.
$444 USD in 7 days
5.9
5.9

I understand you're developing an in-house AI agent for Python and JavaScript projects, focusing on advanced optimization like full-scale refactors and algorithmic efficiency, not cosmetic tweaks. I previously built a similar Python script that identified and suggested algorithmic improvements in a large codebase, resulting in a 20% reduction in processing time. I will deliver a Python script utilizing `ast` for code parsing and `radon` for complexity analysis. For JavaScript, I'll use `esprima` and `escomplex`. The agent will accept a directory path, analyze Python and JavaScript files, and output JSON-formatted recommendations covering complexity reduction, execution speed, memory usage, and modularity, with clear explanations for each suggestion. How will the agent handle external dependencies and their impact on optimization recommendations? Ready to start as soon as you confirm scope.
$582 USD in 21 days
5.1
5.1

Direct codebase analysis at this level needs an LLM pipeline that balances model speed with deep code context. I’ve built internal AI code assistants for production use, wiring LLaMA 2 and CodeLlama to scan large Python/JS projects, then synthesize actionable, line-linked refactor and optimization reports—not noisy linter output. I'd build this as a CLI tool (extensible to web UI if you want), running locally with a segmenter that chunks projects for the LLM, pipes results to a markdown or HTML report, and integrates a knowledge base as YAML or JSON rules. All logic is tunable and reproducible—no black box. Model weights and embeddings run on your own GPU/CPU, no calls to public APIs. Do you want the refactor recommendations grouped by file, issue type, or both? That shapes the UI/report structure. Pradeep
$500 USD in 7 days
5.3
5.3

Batu Pahat, Malaysia
Member since Jan 23, 2025
₹12500-37500 INR
$250-750 USD
£20-250 GBP
₹75000-150000 INR
₹1500-12500 INR
$10-30 USD
₹37500-75000 INR
$10-30 USD
₹100-400 INR / hour
$15-25 USD / hour
₹12500-37500 INR
$250-750 USD
$15-25 USD / hour
$10-75 USD
$10-30 USD
₹1500-12500 INR
$8-15 USD / hour
₹100-400 INR / hour
₹600-1500 INR
$30-250 USD