Switch to English?
Yes
Переключитись на українську?
Так
Переключиться на русскую?
Да
Przełączyć się na polską?
Tak
Post your project for free and start receiving proposals from freelancers within minutes after publication!

Improve the performance of Claude Code and work on software development.

Translated

  1. 1595    7  0
    7 days22 USD

    Hello! Claude Code is my main tool in production: I will set up a preset for you (CLAUDE.md, skills, hooks, slash commands, permissions) that really improves the quality of changes, and I can further support the development of CRM/analytics when things are stuck. I will show you my working configurations and projects. The price is negotiable.

  2. 211  
    2 days56 USD

    Hello! I am interested in your project. I have experience working with Python and integrating artificial intelligence through APIs. I have a great understanding of the "stagnation" issue with models and know how to properly configure system prompts, presets, and context (data connectors) so that Claude Code produces relevant software for analytics and CRM, rather than basic things from the internet. I am ready to review your current code on the $100 package, test the solution, and make adjustments according to the specifications. Let's discuss the details in the chat!

  3. 196  
    4 days267 USD

    I already have a nearly ready similar solution for configuring Claude Code for product development; it can be quickly adapted and launched for your CRM and analytics. ))

    Regarding the timeline - 3-4 days for the first work package.
    Regarding the budget - 12,000 UAH for diagnostics, a set of md-instructions, a skills preset, task handling rules, and checks on 2-3 real corrections.

    I can do the following:
    - Analyze the current method of task setting in Claude Code.
    - Prepare working instructions for your stack, Python, data, connectors, and analytics.
    - Configure the format of specifications, checks, self-checks, and limitations so that Claude disrupts neighboring parts less.
    - Further assist with the product when it goes off track or makes corrections incorrectly.

    Look, there’s a nuance - it’s better not to take the first presets you find online, but to tie the instructions to the architecture of the repository, module roles, and typical errors of Claude Code. Otherwise, it will look good on paper, but in the code, it will be the same old pitfalls, a classic of engineering. =)

    I’ll clarify two points:
    - Is the project already on GitHub or in a local folder?
    - What stack does the CRM and analytics use, besides Python?

    Similar types of task cases from Ingello:
    - https://business.ingello.com/fractal - agent workflows and system automation
    - https://business.ingello.com/vorfahr - AI, automation, and product logic
    - https://business.ingello.com/forma-crm - CRM and business system with internal logic

    Main landing page for Freelancehunt:
    https://systems-fl.ingello.com

    I’m available, let’s not complicate things - we’ll start with a short audit and based on that, we’ll gather a proper working set of rules for Claude Code.

  4. 2116    20  0
    2 days44 USD

    Hello. I understood the task: to improve the quality of Claude Code in your marketing analytics project. First, to gather a working preset (CLAUDE.md, skill set, rules), and then to step in specifically when Claude is struggling, analyze the technical specifications, and implement corrections.

    I personally lead development through Claude Code every day, including solo projects from architecture to production. I know why it starts to lag on large codebases: the context expands, there are no clear rules in CLAUDE.md, there are no verified skills and MCP tools tailored for the project, and tasks come in too large chunks. This can be fixed with a preset for a specific product, rather than general advice from the internet.

    For the first task, I can create a working CLAUDE.md for marketing analytics in Python: rules for code structure, working with data connectors and prompts, a guide on how to break down tasks, and what checks to run after each change. Plus, setting up MCP for your data sources so that Claude can see the schema and not invent fields.

    For the second part, I am ready for ongoing support: you provide a problematic task, I formulate the technical specifications so that Claude can handle it, and we achieve the result together.

    To aim more accurately, a couple of questions: what connectors and data sources are already connected, and where is it currently breaking more often, during code generation or while working with data?

  5. 588    2  0
    3 days67 USD

    Hello.

    I can help, but I would start not with a "ready-made preset," but with a brief analysis of your current process using real examples where Claude Code did not do what was needed.

    I have practical experience with AI-assisted development: project memory, rules, skills, technical instructions, task decomposition for the model, change control, and working with Python/backend tasks. This is especially important for CRM/marketing analytics, as Claude needs to understand data sources, connectors, business logic, constraints, and criteria for result verification.

    In the first stage, I propose:

    - to review the current repository and Claude Code settings;
    - to analyze 1-2 unsuccessful tasks;
    - to prepare the structure of CLAUDE.md for your product;
    - to set up rules for safe edits, diff checks, and context handling;
    - to add 2-3 working templates/skills for typical tasks: feature enhancement, bug fixing, working with data connectors;
    - to provide a format for the technical specification that Claude Code will process more reliably.

    One md file alone will not solve the problem. A connection is needed: project context, change rules, acceptance criteria, testing/checking, and a clear process for updating documentation during development.

    Evaluation of the first block: 3500 UAH, 2 days.
    After that, I can connect on an as-needed basis when Claude Code hits a dead end: formalize the task, check the logic, and bring the fix to completion.

    We can discuss the details in private messages.

  6. 172    1  1
    1 day111 USD

    Good day. I am ready to complete this project and have extensive experience in developing various applications.

  7. 1495    13  0
    1 day22 USD

    Hello! I can implement it. Please message me privately to discuss all the details. I hope for cooperation!

  8. 1580    3  0
    1 day22 USD

    Hello!

    I have extensive experience in Python development.
    I regularly work with Claude Code.

    Can I take a look at the project?

  9. 94028    1269  1   10
    2 days44 USD

    Hello. I have extensive experience in web application development and have experience with Claude. Can I take a look at the project?

  10. 506    1  0
    1 day17 USD

    Hello!

    I myself work closely with Claude Code and know exactly where it breaks.

    The main problem is not that Claude lacks the necessary skills or rules. The issue is that he has no memory of the project. Every new context, he tries to guess the logic from the code anew. He doesn't know what has already been solved, what has been tried and discarded, why the architecture is the way it is, and not another way. Hence the loops, duplicates, and ideas that you rejected two weeks ago.

    And here’s what’s important in practice: every time you ask Claude to add or fix something, he first indexes the entire project to find that one piece that needs to be touched. This wastes tokens unnecessarily. Then, not fully understanding how everything is connected, he fixes one thing and breaks another. With proper documentation, this doesn’t happen—he knows right away where to go and what shouldn’t be touched, how to preserve the structure and not break anything.

    Of course, you can write Claude a clear prompt with all the details every time you want to ask him something, but I think that’s an inefficient use of your time. Instead, I suggest a simple and universal way that will help both you and Claude: you need live documentation for the project: why the product exists, how it is structured internally, what decisions have been made and why, what has been tried and rejected, and how to add new features without breaking the old ones. This is Claude's true memory—when he reads this at the beginning of a session, he works much more accurately and understands the context perfectly, so you won’t have to write long specifications every time and hope he doesn’t break anything.

    It’s important to keep such documentation alive throughout the development process, not just set it up once and forget about it. You can ask Claude to document important fixes to automatically keep the documentation alive.

    Next, of course, clear rules need to be established, such as first analyzing the documentation and then making changes to the code and documenting important changes (the basic minimum), as well as your specific rules that must not be violated.

    I will also create skills tailored to your needs for Claude.
    Regarding the second part, support for the specifications. The scheme is clear, I’m ready to work in that format.

    I am familiar with the stack: Python, marketing analytics, data connectors, prompt engineering.

    I cannot give you deadlines and pricing for the work until I know the details: do you have presets and documentation in any form?

    If you’re interested, I can show you what such documentation looks like, but my projects are not similar to yours, though I don’t think that’s a problem.

  11. 871    10  0
    3 days44 USD

    Good day.

    I can help, but I would like to clarify a few points:

    * What is the current scope of the project (approximately the number of modules/lines of code)?
    * What technologies are being used besides Python?
    * What exactly is already set up in Claude Code (Rules, Memory, MCP, custom prompts)?
    * Is it only necessary to optimize the work of Claude Code or also to regularly assist with product development?

    After a brief overview of the project, I will be able to assess the timelines and costs.

  12. 370    1  0
    2 days22 USD

    👋 Hello. The task is more about organizing the work of Claude Code to produce predictable results in Python, rather than just adding to the software, so it doesn't waste time on revisions. I would first look at where the process is failing: prompts, task structure, context, or the logic of the code itself—because without this, any changes will be random. I have experience with such workflows where it's necessary to combine analytics, Python, and proper interaction with the AI tool. ✅ I will start from practice: I will analyze your current flow, adjust the way of working with Claude Code, and then either gather or write software for this task. I can start today—send over what you already have in the code and where exactly Claude is breaking the process.

    Even better, I can simply provide the same tool, but where you won't spend a penny on Claude Opus 4.8.

  13. 573    5  0
    7 days44 USD

    Hello, I have worked on developing a CRM system for marketing analytics with integration of 15+ data sources and Python processing - a project similar to your needs for optimizing Claude prompts and automation.

    I am curious if you have considered using structured prompts with roles and context instead of general queries? This can significantly improve the results of Claude Code.

    I suggest we get in touch; I will provide you with a free consultation on the technical side and we can outline a development plan + I will tell you about my team!

  14. Another 2 proposals concealed
  1. 3951
     13  0
    Work example:
    AI agent: generation and auto-publishing on WordPress
    20 days111 USD

    I will set up a working preset for your Claude Code for CRM/marketing analytics: project rules, md files, skills, structure of the technical specifications, limitations, format of checks, and scenarios for improvements in Python/data/connectors.

    Do you already have a separate project rules file where Claude sees the architecture, data sources, business logic, prohibitions on dangerous changes, acceptance criteria, and what to do when he hits a dead end?

    The budget and format of assistance will be discussed in private correspondence after reviewing the current project, examples of unsuccessful tasks, and how Claude Code is currently set up.

    Similar completed project: В модулі OpenCart виправити 5 проблем повязаних з Facebook API

  2. 3036    24  0
    2 days33 USD

    Hello. Great project, the task is completely clear. I constantly use Claude Code and modern LLM models for commercial development, so I am well aware of the issues of context loss, editing loops, and draining limits on large Python projects.

    I am ready to promptly solve both of your tasks. In the first step, I will create a tested, strict system preset (developer instructions / .clauderc) that will make Claude stop hallucinating, prohibit him from thoughtlessly rewriting working files, and ensure he only provides precise diff edits to save tokens. In the future, I will join as a Senior Architect in situations where Claude gets stuck: I will debug the logic, break down complex features into atomic subtasks, and prepare isolated prompts that the AI can handle in one iteration.

    Message me privately. We will discuss the current architecture of your data connectors, and I will immediately send you a basic preset for testing.

  3. 650    2  0
    1 day89 USD

    Hello!

    We work with Claude Code at a professional level — we know how to configure it for the project to deliver stable results rather than chaotic edits. This is an engineering approach to development, not vibe coding.

    Regarding the tasks:

    We will help build the right preset (CLAUDE.md, skills, structure) for your product to improve quality and eliminate "dullness" — based on proven working developments, not templates from the internet;
    Next, we will support the product: when Claude doesn’t do what’s needed — we will formalize the technical specifications and bring the edits to completion.
    The direction (marketing analytics in Python, data connectors, prompts) is clear and within our competence. We will also consider the $100 package limits: fewer wasted runs.
    We will discuss the project details in private messages.

  4. 3206    31  0
    2 days144 USD

    Greetings! This is a great task, as I specialize in Python automation and fine-tuning AI agents for development (including working with context and custom rules for LLM).

    I suggest breaking the work into two stages:
    1. Fixed workshop/audit: I will provide you with proven working instructions, the structure of `CLAUDE.md`, and system rules (rules for AI) that will ensure Claude Code adheres to the architecture, avoids creating bugs in Python code, and saves your context limits. The cost is $150.
    2. Support format (on-demand): if Claude gets stuck on complex integrations or analytical modules, you pass the task to me, and I will manually address that section of the code.

    Let's have a call or chat, review the current prompts, and I will prepare a solution that will significantly improve the quality of Claude's generation.

  5. 336  
    3 days56 USD

    Hello, Alexey.

    I think the task might be deeper than just creating a set of md files or skills for Claude Code. Perhaps the issue is how the overall context of the project is maintained: what the model sees at the moment of the task, how decisions are recorded, how the state is transferred between sessions, and how changes are verified.

    But without your project and examples, I don't want to jump to conclusions. It would be interesting to figure it out together and see where the problem is currently arising.

    What I can do at the first stage:
    • look at how you are currently working with Claude Code;
    • analyze 1-2 examples where the result was not as needed;
    • understand what context you provide to the model;
    • review the project structure and the Python/data part;
    • after that, together determine what really needs to be changed: md files, rules, task formulation, result verification, or a separate layer of memory/context.

    So I would start not with a ready-made solution, but with a brief analysis of the current process and specific examples.

    To start, I would like to clarify:
    1. Is the project already in Git?
    2. Is there an example of a task where Claude Code did not perform as expected?
    3. What stack do you use for CRM/analytics, besides Python?

  6. 1182    8  1
    10 days556 USD

    Alex, hello

    We need to write from scratch; usually, if the initial specifications for the code were weakly defined, it won't hold up. Or there are some manipulations. In general, here.

  7. 370  
    3 days22 USD

    Good day! I work daily in Claude Code on my Python projects (automation, analytics), so the pain of "he's not doing what he should" is all too familiar to me.

    For the first task, I would create a proper preset for you: CLAUDE.md plus a set of skills tailored to your actual flow (specifically those verified by you, not random ones from the internet) and structure the .md so that Claude maintains context and doesn't get lost in changes. For the second task, we can proceed continuously: you provide a description, I formulate a clear technical specification for Claude, and we refine the edits until we achieve the result.

    The stack is right up my alley: Python, marketing analytics, data connectors.

    A question to hit the mark right away: where do you pull data for analytics from, API services, your own database, or files? This affects how to write skills and connectors so that Claude doesn't invent unnecessary things.

    I have live working sets of skills and presets; I can show you how it works in practice.

    I am starting at a low price because I am just gathering my first reviews on Freelancehunt, so it will be beneficial for you. I am ready to start in the coming days.

    Petro

  8. 702    1  0
    1 day22 USD

    Hello! Ready to collaborate. I offer quality and fast work. Write to me.

  9. Another 3 proposals concealed
  • Arseny Antonenko
    7 June, 14:55 |

    У вас сейчас Claude Code реально делает плохой код, или проблема в том, что перед задачей нет зафиксированного плана, критериев проверки и автоматического теста, который сразу покажет, что изменение можно принимать?

Current freelance projects in the category AI & Machine Learning

Create an offline II that analyzes engineering information

Create an offline AI that analyzes engineering documentation in text format, PDF files, and spreadsheet formats. The assistant should be able to extract key requirements, identify errors, compare document versions, and assist the engineer in project work.

AI & Machine Learning ∙ 3 hours 2 minutes back ∙ 7 proposals

Generation and segmentation of the database of drivers and transportation companies in the USA

173 USD

Project Description We are an American company in the HR / transportation recruitment sector. We need a specialist who can use artificial intelligence and available data tools to collect, enrich, and segment a database for our team's further work. What Needs to Be Done A system…

AI & Machine Learning ∙ 1 day 22 hours back ∙ 15 proposals

Technical consultant for hardware optimization and memory stability audit

1200 USD

Hello everyone! I am looking for a hardware specialist or systems engineer who can help me understand the unstable performance of my local server. I built it for work tasks, but it seems my amateur knowledge is not enough to get the most out of it. I would rather pay for an hour…

AI & Machine Learning ∙ 2 days 7 hours back ∙ 9 proposals

Marketing automation through AI

I'm looking for a person (not a bot) who understands AI agents and knows how to build them. By AI agent, I mean: processing input data, making a request to a 1x LLM or similar AI model, potentially requesting MCP or similar, potentially requesting a RAG system, processing output…

AI & Machine Learning ∙ 2 days 8 hours back ∙ 27 proposals

Creation of AI Agent

An AI agent is required to perform the functions of a professional packaging designer for a sports nutrition brand. The agent should assist in developing new product designs, creating labels, and adapting existing layouts for various markets and requirements.Main tasks of the AI…

AI & Machine LearningAI Art ∙ 2 days 9 hours back ∙ 28 proposals

Client
Aleksey Aleksey Sparegos Marketing Agency
Ukraine Kyiv  35  0
Project published
5 days 8 hours back
347 views
Until closing
8 days 15 hours
Tags
  • python
  • claude-code