Budget: 8000 UAH Deadline: 5 days
Hello, Kateryna. The key in your project is that the report should not be a "AI-style" canvas of 25 pages. This is solved by architecture, which is what I am working on.
Here’s how I see the architecture:
• Formulas and calculations — a separate deterministic code module, not LLM. The model does not calculate — this way the result is accurate and reproducible.
• We digitize the knowledge base (your books, interpretations) into a structured format, where each interpretation is linked to the result of the formula — not a "dump of text."
• The report is assembled section by section: the master prompt sets the structure and voice, individual section prompts write prose from already prepared data. This results in 20–25 pages of stable premium quality without hallucinations and without context overflow.
• "Non-template nature" — this is the canon of structure and tone that the model adheres to strictly. This approach I built for the client content brand EverStory: the canon as a single source of truth eliminates the generic-AI appearance.
• PDF: HTML/CSS template, headless render in a premium document.
Similar AI projects:
• EverStory — an automated AI pipeline for content generation that I built for the client (everstory.pro).
• ODIS — an AI agent on Claude that conducts dialogue and delivers structured results (odis-group.vercel.app).
Stack: Python (formula module + orchestration), Claude (text composition), PostgreSQL + pgvector for the knowledge base, HTML/CSS, headless render for PDF.
The main factor affecting the timeline is the current state of your knowledge base. One question: are your formulas and interpretations currently structured (tables, documents) or are they still "raw" books and texts? This will determine the accurate assessment.
Bohdan Havryliuk
Winning proposal- Projects -
- Rating -
- Rating 519
Budget: 6000 UAH Deadline: 7 days
Hello!
The task is clear — this is exactly the type of AI system I am building: a structured knowledge base + LLM generation + automated pipeline to a ready PDF.
Here’s how I see the architecture:
Client inputs data (date, time, place of birth)
↓
Calculation Engine (Python)
— astrological formulas
— numerological calculations
— structured JSON result
↓
RAG system
— your knowledge base digitized into a vector database
— Qdrant or pgvector
— relevant interpretations extracted for a specific profile
↓
Master Prompt System (Claude or GPT-4)
— mega prompt with client context
— extracted interpretations from the knowledge base
— report structure by sections
— style instructions (without AI template style)
↓
PDF generation (WeasyPrint or ReportLab)
— 20-25 pages of premium design
↓
Email delivery to the client
My stack for this project:
Python — calculation engine and pipeline
Claude API + OpenAI — report generation
Qdrant — vector database for the knowledge base
FastAPI — backend
WeasyPrint — PDF generation
n8n or custom pipeline — automation
PostgreSQL — storage of client profiles
What I will specifically do:
— Digitize your knowledge base into a structured format for RAG
— Build a calculation engine for formulas — each calculation verified and covered by tests
— Develop a master prompt system that generates live personalized text without AI template style
— Set up the logic linking formula → interpretation → report section
— Implement premium quality PDF generation with your design
— Build a scalable architecture ready to connect new LLM models
Estimated timelines:
Phase 1 — digitization of the knowledge base and calculation engine: 2 weeks
Phase 2 — RAG system and prompt engineering: 1-2 weeks
Phase 3 — PDF generation and pipeline automation: 1 week
Phase 4 — testing and calibration of report quality: 1 week
For an accurate cost estimate, I need to see the volume of the knowledge base and an example of the report structure.
Ready for a call this week.
Best regards,
Bogdan
Budget: 6000 UAH Deadline: 5 days
Hello! This is a very interesting project that would be nice to work on. The main thing here is to properly organize your methodology into a system, rather than just "plugging in AI." The formulas need to be calculated separately and accurately, the knowledge base must be structured, and based on this, AI will write a personal report.
Regarding the architecture: the formulas are calculated by a separate deterministic Python module without the involvement of LLM, the knowledge base (your books, interpretations) is digitized in such a way that each interpretation is tied to a specific calculation result. The report is assembled section by section — the master prompt sets the structure and tone, and individual section prompts write prose from already prepared data. This eliminates template-like responses and hallucinations.
Stack: FastAPI on the backend, Claude API for generation, ChromaDB for vector search in the interpretation database, WeasyPrint for PDF templates, SendGrid for email delivery. Timeline — approximately 3–4 weeks.
- Projects -
- Rating -
- Rating 109
Budget: 7000 UAH Deadline: 10 days
Hello. The task is interesting, and I would gladly look deeper into it.
In my opinion, the main thing here is not just to connect AI, but to properly organize your methodology into a system. That is, formulas need to be calculated separately and accurately, the knowledge base should be well-structured, and the AI should then write a good personal report based on this, without making unnecessary assumptions.
I wouldn't do everything in one big prompt. It's more reliable to break the process into several steps: client data → calculations → selection of interpretations → generation of report sections → structure verification → PDF → email.
From a technical standpoint, this could be a backend in Python or Node.js, a knowledge base + vector search, OpenAI/Claude/OpenRouter for text generation, a separate module for formulas, and HTML/PDF templates for a nice final report.
Regarding timelines: it can be done in 1-2 weeks.
For an accurate estimate, I need to see a sample report, your calculation structure, and part of the materials from which the knowledge base should be formed.
Budget: 5000 UAH Deadline: 30 days
Hello!
You are describing a system that I have already implemented — astro-synth.com:
— the user inputs data
— the system performs calculations
— AI generates a personalized PDF report
— automatic delivery to email
This is a live project.
Here’s how I see the architecture of your system:
1. Knowledge Base (RAG): we digitize your books, formulas, and interpretations → vector database → AI refers only to your methodology, does not invent
2. Logic of Formulas: each formula is a separate module, the result is passed to the prompt as structured context
3. Master prompts: a system of mega-prompts where each section of the report is generated separately → stable result without "AI-style"
4. PDF Generation: premium layout, 20-25 pages, branded style
5. Scalability: architecture ready for connecting different LLMs (GPT-4o, Claude, local models)
Stack: PHP/WordPress, OpenAI/Claude API, RAG (Pinecone or Supabase pgvector), PDF generation.
Please send a sample report and structure — I will provide a specific estimate.
Budget: 5000 UAH Deadline: 5 days
Hello,
I understood the specifications: personalized 20–25 page PDF reports generated through LLM based on your knowledge base (formulas, methodologies, interpretations), and delivered to the client via email after data entry.
Here’s how I see the architecture (implementation order):
1. **Knowledge base → structure.** Your texts, books, interpretations — digitized into a structured form: YAML/JSON blocks with tags (planet, aspect, number, context). This is the foundation — without it, even the best LLM prompt will be "AI-style."
2. **Formulas and calculations** — a separate Python module, fully deterministic, without LLM. Input — client data, output — structured result (natal chart, numbers, etc.). There should be no room for hallucinations here.
3. **RAG layer** — pgvector (Postgres) on top of your knowledge base, filtering by tags before vector search, so LLM only takes relevant interpretations.
4. **Master prompt + section prompts** — Claude Opus with prompt caching (saves up to ×10 on cost), separate prompts for report sections, JSON output, validation on our side before PDF assembly.
5. **PDF** — WeasyPrint with HTML+CSS template of your corporate style (more reliable than ReportLab for long documents with graphics).
6. **Delivery** — Resend or SES, generation + deletion of the file after 24 hours.
Budget: 5000 UAH Deadline: 1 day
Good day. I am ready to complete this project as I have extensive experience in app development.
Budget: 5000 UAH Deadline: 10 days
Good day. I have experience in building AI systems for generating personalized content, working with LLM, prompt architecture, RAG, and automating complex report generation logic. I can show similar projects during our conversation.
I envision the implementation as follows: first, a structured knowledge base is formed from your materials, after which the logic of calculations and relationships between parameters is built. Next, a multi-level prompt system with separate roles and mega-prompts for different parts of the report is created. For stability and scalability, it is advisable to use RAG + vector database, so that the AI operates based on your methodology rather than "inventing" interpretations.
The system can automatically:
- accept user data,
- perform calculations,
- generate a structured premium report,
- create a PDF and send it to email without manual intervention.
For the tech stack, I usually use:
- Python / Node.js,
- OpenAI / Claude API,
- LangChain / RAG,
- Pinecone or Weaviate,
- PostgreSQL,
- PDF generation pipelines,
- workflow automation.
The timelines depend on the scope of the methodology and the amount of logic, but such a project is better built step by step — from the MVP core of generation to a full production system.
I would be interested to see an example of your materials and the structure of the reports to immediately assess the optimal architecture and scope of work.
Budget: 5000 UAH Deadline: 1 day
Hello! Your project looks very strong and promising—especially because you already have a ready methodology, formulas, and a base of interpretations. This is exactly the foundation on which a truly premium AI system can be built, rather than just another template "text generator."
I specialize in AI systems architecture, Prompt Engineering, and building RAG/LLM solutions for personalized content generation. What you describe, I see as a full-fledged intelligent platform with multiple levels of logic:
— structured knowledge base
— formula and calculation engine
— layer of interpretations
— AI orchestration / master prompts
— generation of quality narrative reports
— automatic assembly of premium PDFs
— email delivery pipeline
How I see the architecture:
1. Knowledge Base Layer
Digitization and structuring of your materials:
books, texts, interpretations, videos, rules, relationships between parameters.
2. Formula & Logic Engine
A separate module with verifiable formulas and logic of calculations, so that AI does not "invent" values but works only based on valid data.
3. RAG + Semantic Retrieval
AI receives only relevant interpretations and context for a specific client.
This helps avoid "fluff" and template-like responses.
4. Master Prompt System
Building multi-level mega prompts:
— tone of voice
— report structure
— depth of analysis
— logic of sections
— anti-AI-style control
— consistency checks
5. Report Generation Pipeline
Generating the report in blocks → checking coherence → final assembly → PDF generation.
6. Scalability
The system is designed from the outset to be scalable in the future:
— OpenAI / Claude / Gemini
— multilingual reports
— different types of reports
— API / web platform
— automation and high-load generation
For the stack, I usually use:
— OpenAI / Claude APIs
— Python / Node.js
— LangChain / LlamaIndex
— Vector DB (Pinecone / Weaviate / Qdrant)
— PostgreSQL
— PDF generation pipelines
— automation orchestration
From similar experience:
— AI systems for personalized reports
— generation of expert long-form content
— RAG platforms
— AI knowledge systems
— prompt orchestration for structured documents
Regarding timelines:
An MVP of such a system usually takes about 4–8 weeks depending on the volume of the knowledge base and the complexity of the formulas.
After the MVP, the quality of interpretations and automation can be gradually enhanced.
I particularly like that you want to create a quality premium product.
Budget: 5000 UAH Deadline: 3 days
Hello! I have reviewed the project and am ready to start working. I am confident you will be satisfied with the result.
Budget: 5000 UAH Deadline: 14 days
The task is clear: take your methodology, digitize the knowledge into a vector database (RAG), build a prompt system with mega-prompts that pulls relevant interpretations for a specific profile, and output a structured PDF of 20+ pages without an "AI tone".
Stack: OpenAI/Claude + LangChain + Pinecone/Chroma, PDF via WeasyPrint or Puppeteer, automation through n8n or FastAPI pipeline.
I will immediately build the architecture to be scalable for connecting new LLM models.
How many unique types of reports are planned at the start — one (for example, a natal chart) or several in parallel?
Proposals are currently absent
Budget: 15000 UAH Deadline: 10 days
Good day.
Our team has many years of experience in developing ERP, CRM, CMS, and specialized software for businesses. We create effective digital solutions that help automate processes, increase productivity, and scale companies.
We work with modern technologies — from bots and scripts to AI agents and analytical systems. We develop websites of varying complexity. Our portfolio includes implemented ERP solutions for the hotel business, as well as for companies engaged in the import and sale of goods, and our own product XFitness — an ERP system created specifically for fitness clubs.
We specialize in the following areas:
- Development of ERP Systems
- Development of CRM Systems
- Development of Websites of any complexity
- Development of CMS Systems
- Website Support
- OpenCart Development
- OpenCart Support
- OpenCart Modification
- OpenCart Refinement
- WordPress Development
- WordPress Support
- WordPress Modification
- WordPress Refinement
- ECommerce Development
- ECommerce Support
- ECommerce Modification
- ECommerce Refinement
- Web Application Development
- 1C Server Support
- Web Server Support
- Mobile Application Development
- Data Parsing
- Bot Development
- AI Agent Development
and on the following technologies:
- Python
- PHP
- Laravel
- Symfony
- Yii2
- JS
- NodeJS
- jQuery
- TypeScript
- MySQL
- HTML
- CSS
- Vue
- Nuxt.js
- React
- React Native
- C++
- Projects -
- Rating -
- Rating 457
Budget: 5000 UAH Deadline: 14 days
I am interested in your task, and as I understand, you need to transform your own formulas, methodology, and large knowledge base into a scalable AI system that will generate in-depth PDF reports of 20-25 pages without typical "AI-style" text. The key task here is not just prompts, but the correct construction of the RAG architecture so that the model strictly adheres to your formulas and logic without hallucinations and loss of context. I have implemented similar AI workflows through Make.com with integration of OpenAI/Claude, various data sources, and automated content generation into a single system. For a quality "human-like" result, I would build a modular generation system: separate processing of each report block instead of one large request to the LLM. This provides significantly better depth, style, and quality control of the final PDF. Regarding timelines, a basic MVP with report generation and core logic may take approximately 2-4 weeks depending on: - the volume of the knowledge base. Please write to me if you are interested in my solution to your task, and we can discuss other details regarding execution.
Budget: 21000 UAH Deadline: 21 days
Hello, I developed a similar platform but more classic technologies were used in the previous one.
I can create a RAG system to optimize responses for users.
Please make sure to message me privately.
Budget: 7000 UAH Deadline: 5 days
I did a very similar project, an app with horoscopes and a bot in Telegram. Write to me, we will discuss.
Budget: 27000 UAH Deadline: 45 days
Hello! The project is extremely interesting. It involves the development of a full-fledged backend core for a SaaS product.
I am an Automation Architect, specializing in complex data pipelines (n8n, Make), LLM integration (OpenAI/Claude), and RAG systems.
I have thoroughly studied your specifications and understand the main challenge: No neural network can generate 25 pages of premium text in one request. To avoid "AI-style" and hallucinations, the architecture needs to be built differently.
Here’s how I envision the correct architecture for your solution:
1. Data & Logic Engine (Calculations):
- The client submits data (for example, through Typeform or your website) -> Webhook sends it to n8n.
- In n8n, we set up JavaScript nodes (or connect a specialized Astrology API) for accurate natal chart/matrix calculations.
2. RAG & AI Prompt System (Brain):
- We vectorize your knowledge base (books, methodologies) (for example, through Qdrant or built-in capabilities of OpenAI Assistants/Claude).
- Modular generation: We do not ask the AI to write "the entire report." We create a chain of mega-prompts. The AI sequentially generates "Section 1: Character," "Section 2: Finances," etc., based on your formulas and style.
- Model: For texts that need to sound "human-like" and deep, I strongly recommend Claude 3.5 Sonnet (it writes much more empathetically and literarily than GPT-4o, and works better with large texts).
3. Document Generation (PDF Generation):
- The generated sections automatically "flow" into a prepared premium template (via Google Docs API or services like PDFMonkey / Documint).
- The system generates the final PDF and sends it to the client via SendPulse/Postmark.
My stack for this task:
- Orchestration: n8n (recommended) or Make.com.
- LLM: Claude 3.5 Sonnet + OpenAI.
- RAG / Data: Airtable / Google Sheets + Vector Store.
- Generation: Google Docs to PDF / API generators.
Timeline and Budget: A project of this level (where prompt engineering and the absence of calculation failures are critically important) takes approximately 4–6 weeks. The approximate "turnkey" budget is $1800 – $2500 (the exact amount can be provided after analyzing your formulas and the volume of the knowledge base).
I suggest breaking the work into 2 phases (Phase 1: Mathematics + RAG + Text Generation. Phase 2: Assembly into PDF and Email Routing).
If my architectural approach resonates with you — let’s communicate, I am ready to review your input data and start working.
Budget: 10000 UAH Deadline: 20 days
Good day!
I have worked on a similar project. Overall, everything is clear.
To accurately estimate the cost, we need to discuss what and how it should be generated, how many different types of documents there should be. But generally, we can estimate around 9,000 to 15,000 UAH.
As for the timeline, it’s essentially the same: from 2 to 4 weeks.
Here in the folder are several generated documents from a similar project: Google Drive
Ask for access, and I will open it)
Overall, the style of the documents can be made in any way.
Budget: 10000 UAH Deadline: 14 days
Katerina, hello! The project looks very interesting from the perspective of AI architecture and building a quality system for generating personalized reports.
I have experience working with LLM integrations, prompt engineering, automation pipelines, and structuring knowledge bases for AI generation tasks. In such systems, the key is not just to "connect AI," but to properly organize the logic: how knowledge is stored, how formulas are linked to interpretations, how the quality of output is controlled, and how to avoid a template "AI-style" in the final text.
It would be helpful to see an example of your current report structure or a fragment of the knowledge base to adequately assess the scope of logic, variability of generation, and propose an optimal approach to the MVP.
Budget: 5000 UAH Deadline: 14 days
Hello! This project perfectly matches my skills. I am a Fullstack developer (Node.js, React, complex API integrations) and have a strong personal background in studying astrology. I have a great understanding of natal chart mathematics, houses, aspects, and numerological calculations. I won’t need basic concepts explained — we will immediately start building logic based on your methodology.
Here’s how I envision the architecture of your solution (Stack: Node.js, PostgreSQL/Pinecone, Claude 3.5 / OpenAI, Puppeteer):
Computational Core (Node.js): The client inputs their date, time, and place of birth. The backend uses astronomical APIs (e.g., Swiss Ephemeris) to calculate the exact coordinates of the planets and forms a JSON with pure mathematical data.
Knowledge Base (RAG & Vector DB): We will digitize all your books, texts, and interpretations and upload them into a vector database (Pinecone or pgvector).
Generation without "AI-style" (Master Prompts): We will not ask the AI to "come up with a horoscope." We will build the system so that the AI (I recommend Claude 3.5 Sonnet, as it writes more "humanly" and deeply) receives a clear systematic prompt, the results of mathematical calculations, and your original texts from the knowledge base. The AI's task will be solely to seamlessly and beautifully combine your texts into a single, personalized narrative with the correct tone.
PDF Rendering (Puppeteer / HTML-to-PDF): The generated text is automatically inserted into a premium HTML/CSS template (with your branding, graphics, illustrations) and converted into a high-resolution PDF.
Delivery: Automatic sending to the client's email via SendGrid/Nodemailer.
I have extensive experience in creating custom CRMs and architectures for process automation. I would be happy to have a call, show code examples, and discuss your formulas and methodology.
Are you ready to provide a small fragment of your knowledge base so I can compile a test prompt and show how the AI will compile your text?
Proposals concealed
Current freelance projects in the category AI & Machine Learning
I'm looking for a developer to create a Telegram bot for our clothing store. The essence: the manager sends the bot a regular photo of the product (on a hanger, on a table) — the bot generates a ready gallery of professional shots for the product card on the website/marketplace using AI. What the bot should be able to do Receive 1–4 photos of the product in the Telegram chat. Automatically recognize the product (category, cut, male/female) — without manual description. Generate a gallery of ~6 shots: product on a model: studio front, back, dynamic pose; product shots: flat lay, close-up detail, ghost mannequin; lifestyle shot. Consistent model — the same person in all shots of the gallery and between galleries (brand face). Several shooting styles to choose from (for example: streetwear, casual, sport, old money). Output format: JPG 4:5, files with numbering (-01, -02…) — ready for upload. The ability to regenerate a single shot or change the style without regenerating the entire gallery. Access only for our team (allowlist), daily limits per user. Accounting for AI API costs: show the price before generation, keep statistics. Technical expectations Image generation: Gemini (Nano Banana) / DALL·E / Flux or similar — please suggest an option with justification of quality and cost per shot. The bot must operate 24/7 on VPS (auto-restart, turnkey deployment). Secrets via .env, code delivered to us (repository). What we will provide Product photos for testing, wishes regarding brand styling. What I expect in the response Cost and timeline estimate. Approximate cost of one gallery. From and To
Auto-notification system for inventory replenishment analytics. On 8n8. Small automation for e-commerce. Once a day, the system calculates the sales velocity for each product and sends a message in Telegram indicating when to reorder (with the recommended quantity) and how many days the remaining stock will last. What we do: Data retrieval: KeyCRM API (order history) + stock/orders from Rozetka (API or export) Storage in SQLite on my VPS (Contabo, Linux) Calculation of average sales, days of stock, reorder point ABC analysis: prioritization of which product to replenish first (class A — main by revenue — more important) Daily Telegram bot + cron job All thresholds (lead time, safety stock, target stock) — in the config
A system is needed for the automatic processing of large volumes of information using AI. I am currently using my own prompt in Claude. It works well with small texts, but with larger volumes, the neural network may skip parts, stop before the end, or report completion even though the material has not been fully processed. A system is needed that can accept a book of 200+ pages, several books, PDFs, DOCX, TXT, subtitles, transcripts of audio and video, or another large array of information and automatically process it from start to finish. One of the main formats for the result for each meaningful sentence: English version. •••••••••••••••••••••••••••• Russian version. •••••••••••••••••••••••••••• English version. •••••••••••••••••••••••••••• English version. •••••••••••••••••••••••••••• Russian version. •••••••••••••••••••••••••••• English version. Each meaningful line is output four times in English and two times in Russian in the specified order. The translation must accurately convey the meaning. Short sentences can be combined, and long ones can be divided into complete meaningful lines. The format must be customizable: the number of English repetitions and translations, their order, languages, separator, line length, main prompt, and saving different templates. For example, instead of English–Russian–English–English–Russian–English, any other sequence can be chosen. If the document cannot be processed in one request, the program should automatically split it into internal blocks, send them to Claude, ChatGPT, Gemini, or another model, check the result, repeat problematic parts, and combine everything into one file. The user should not have to manually copy text for four pages. It is necessary to check that no sentence, paragraph, or meaningful fragment is missed, that there are no duplicates between blocks, and that the structure corresponds to the template. The check should not rely solely on the neural network's assertion. Audio processing The system should also process large archives of audio, such as a Telegram channel with 300 broadcasts of about one hour each. It is preferable to automatically download audio or accept the entire archive, recognize speech, and process everything without manual involvement. A structured summary should be created for each broadcast: topic, main thoughts, important facts, examples, recommendations, and conclusions. Greetings, advertisements, conversational filler, and meaningless repetitions are removed, but useful information is retained. After processing, not only separate notes are needed, but also one comprehensive readable document where the information is organized by topics. If a topic was discussed in different broadcasts, the materials are gathered into one section, duplicates are removed, and links to the original recordings are preserved. The results should include: — a summary for each broadcast; — a general thematic document; — search by words and topics; — connection of conclusions with the original audio; — saving progress and continuing after errors. I can already perform most of these actions myself, but only on a small scale and manually. Therefore, I am also open to considering a more efficient way to download and convert audio to text if the contractor offers a solution better than what I currently use. What to include in the response Please write: — how the system will be implemented and what product I will receive; — which AI and speech recognition models will be used; — how completeness is checked and how omissions and repetitions are excluded; — whether prompts, the number of translations, repetitions, and their order can be changed; — whether it is possible to download materials from Telegram; — the cost of development, API, timelines, and the price for further improvements. The main goal is a universal system that processes large books and hundreds of hours of audio without manual involvement, does not lose information, and delivers a finished result strictly according to the chosen template.
We specialize in obtaining grants for existing companies that plan investments. We came up with the idea of creating/connecting available AI models to search for companies that are planning or are already in the process of investing and to offer them grants for this purpose (we mainly deal with grants for the purchase of machinery and equipment). The AI would search available websites and registries to find investors. Then, it would also handle the automation of mailing to these companies and would filter out companies that: - fit into the lead categories (I think, 5-6 parameters); - replied to the email and are interested in the grant; Of course, additional suggestions are welcome; I am also considering Voice Calling and SMS sending. I would like to emphasize that I am not only interested in finding LARGE or very LARGE companies, but also smaller ones, for example, employing 8-50 people. And not just large cities, but also smaller towns. Sample target for testing: SUBCARPATHIAN For micro, small, and medium-sized enterprises (SMEs) and large enterprises from the Subcarpathian Voivodeship that belong to the security and defense industry. An enterprise from the security and defense industry is understood as an enterprise that: develops or manufactures products, technologies, or systems intended for military applications, related to national security, critical infrastructure protection, or citizen safety or provides services supporting security and defense systems (e.g., in the field of cybersecurity) or conducts research and development in the area of military technologies and security systems and which achieves a significant share of revenue from the sale of products, technologies, systems, or services in the area of security and defense, i.e., above 5% of total net revenue (cumulatively over the last 3 closed accounting periods). Support available for companies that conduct business in an organized and continuous manner in the Subcarpathian Voivodeship for a period of no less than 24 months counting back from the date of the call for applications. We have proposals for websites to search. Ultimately, the program would prepare a daily summary of such investors for us. Can someone help us with this? I read that it is possible, but I don't have time to deal with it myself :)
It is necessary to develop a service based on Claude or another suitable AI model that can automatically find competitor companies, contact them via email and phone, gather necessary information, and enter the results into a single table. Main task of the service The user specifies a specific request, for example: - to find out the price of a certain type of meat; - to find out the price of a specific type of wood; - to clarify the cost of a product or service; - to check the availability of a product; - to find out the delivery times; - to get the terms of cooperation. After that, the system should: 1. Find suitable companies. 2. Collect their contact details. 3. Send them personalized emails. 4. Call the companies using an AI bot. 5. Get answers to the questions asked. 6. Save all results in Google Sheets or another table. For each new task, the user should be able to change search queries, selection criteria, email text, and phone call script. Stage 1. Company database collection Stage 2. Email distribution and response collection Stage 3. AI calling of companies --- Important technical requirements - Ability to use Claude for generating emails, analyzing responses, and managing dialogue. - Ability to replace the AI model without a complete system overhaul. - Integration with Google Sheets. - Integration with Gmail or another email service. - Integration with an AI telephony service. - History of all emails, calls, and changes. - Ability to stop or pause a task. - Control of expenses for calls, emails, and AI requests. - Limitation on the number of calls per day. - Protection against resending emails and making repeated calls to the same company. - Compliance with legislation on phone calls, recording conversations, email distributions, and the use of personal data. --- Expected result As a result, there should be a service in which the user creates a task, specifies what information needs to be obtained, selects geography and sources, after which the system independently: 1. Collects a database of companies. 2. Finds contact details. 3. Sends personalized emails. 4. Calls companies according to the specified script. 5. Analyzes responses. 6. Forms a single table with results. 7. Shows from which source each piece of information was obtained. For the first discussion with the developer, it is also worth asking to separately estimate the cost and timelines for MVP, automatic parsing, AI telephony, and monthly infrastructure.