
Open
Posted
•
Ends in 18 hours
I need an Anthropic Claude–powered agent that ingests our operational data and turns it into clear, actionable performance-efficiency insights. The agent’s sole purpose is data analysis: no chit-chat, just hard numbers explained in plain language. Scope • Connect to the raw operational metrics we export daily (CSV or simple API feed—your choice, just document it). • Parse, clean, and structure the data so Claude can reason over it reliably. • Prompt-engineer the model to surface trends, efficiency scores, and any outliers that signal a drop in performance. • Return a concise report (JSON + human-readable summary) that highlights: – Week-over-week efficiency movement – Key drivers behind any spikes or dips – Suggested actions when performance flags fall below preset thresholds Deliverables 1. A runnable script or lightweight app (Python preferred) that calls Claude via API, performs the analysis, and outputs the reports. 2. Configuration file for data source paths, API keys, and threshold settings. 3. README with setup steps, sample command, and one worked example using dummy data. 4. Two short Loom videos: one that shows installation, another that walks through a live analysis. Acceptance Criteria • Feeds a 50 MB CSV in under 30 seconds. • Identifies at least 90 % of synthetic anomalies in a provided test set. • Summary section stays under 250 words yet references every major variance detected. If you’ve shipped similar analysis bots or have strong prompt-engineering chops with Claude, let’s get this rolling.
Project ID: 40374941
59 proposals
Open for bidding
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
59 freelancers are bidding on average $21 USD/hour for this job

The challenge here isn’t calling Claude, it’s making sure the data going into it is structured well enough to produce reliable, consistent insights. If the parsing and normalization layer isn’t solid, the model will miss anomalies or produce noisy outputs, especially at the scale you’re targeting (50MB under 30 seconds). I’d approach this as a two-layer system: first, a fast preprocessing pipeline to clean and structure the data, then a tightly controlled prompt layer that focuses Claude on trend detection, anomaly identification, and clear action outputs. The reporting would be split into structured JSON for systems and a concise human-readable summary that stays within your constraints while still covering all key variances. I’ve worked on data-heavy systems where accuracy and auditability were critical, particularly when translating raw data into reliable outputs. I can share a relevant case study in chat if helpful. You’ll get a clean, runnable setup with configuration, documentation, and reproducible results aligned with your acceptance criteria. Let’s open a chat and align on your data format and thresholds so we can get this running quickly Best, Jenifer
$20 USD in 40 days
9.3
9.3

Hello, The real challenge with Claude isn’t calling the API, it’s turning a huge file (like 50MB of raw data) into something clean and structured. Without that step, the model gets buried in noise and misses the real story, what changed, why it changed, and what you should actually do next. I'll build a Python-based pipeline using Polars for high-speed local aggregation, feeding Claude a "curated context" to ensure we hit your 30-second processing target. I'll implement chain-of-thought prompting to cross-reference spikes against your thresholds for 90%+ anomaly accuracy. You’ll get the script, JSON/summary outputs, and the two Loom tutorials. Best, Niral
$15 USD in 40 days
7.9
7.9

Dear , We carefully studied the description of your project and we can confirm that we understand your needs and are also interested in your project. Our team has the necessary resources to start your project as soon as possible and complete it in a very short time. We are 25 years in this business and our technical specialists have strong experience in C Programming, Python, Data Processing, Software Architecture, C++ Programming, Data Analysis, API Development, AI Model Development and other technologies relevant to your project. Please, review our profile https://www.freelancer.com/u/tangramua where you can find detailed information about our company, our portfolio, and the client's recent reviews. Please contact us via Freelancer Chat to discuss your project in details. Best regards, Sales department Tangram Canada Inc.
$25 USD in 5 days
7.9
7.9

Hi I’ve built data-analysis automations where the main challenge was getting inconsistent operational exports into a format the model could reason over without producing vague or unreliable conclusions. For this project, the technical risk is usually weak preprocessing and loose prompting, which causes missed anomalies, noisy summaries, and poor threshold-based recommendations. I can solve that by building a Python pipeline that ingests CSV or API data, cleans and normalizes the metrics, calculates efficiency indicators, and then sends structured context to Claude for tightly scoped analysis. I’m comfortable with Python, pandas, API integration, JSON report generation, prompt engineering for analytical tasks, and building lightweight, documented tools that are easy to run and maintain. I’d keep the agent focused on hard metrics only, with deterministic preprocessing, configurable thresholds, anomaly scoring logic, and compact summaries that explain week-over-week movement and the drivers behind each major variance. The result would be a practical Claude-powered analysis tool that outputs both machine-readable JSON and clear human-readable insights without unnecessary chatter. Thanks, Hercules
$50 USD in 40 days
6.8
6.8

Hello there, I will build the Python agent — CSV ingestion, data cleaning, Claude API analysis, and JSON + summary report output. The config file will handle thresholds, paths, and keys, plus a README with dummy data walkthrough. For reliable anomaly detection at 90%+ accuracy, I will use a multi-pass prompting strategy — first pass for statistical profiling, second pass for contextual reasoning on flagged outliers. This keeps summaries precise under 250 words. Questions: 1) What operational metrics are included — throughput, cycle time, utilization, or others? 2) Do you have the test CSV with synthetic anomalies ready now? Looking forward to potentially working together. Thanks, Kamran
$19 USD in 40 days
7.1
7.1

Hello, "I READ YOUR REQUIREMENTS CAREFULLY AND UNDERSTOOD THE NEED TO BUILD A CLAUDE-POWERED ANALYTICS AGENT FOCUSED ON CLEAN DATA PROCESSING, RELIABLE INSIGHT GENERATION, AND CONCISE PERFORMANCE REPORTING. I HAVE 10+ YEARS OF EXPERIENCE IN DATA-DRIVEN APPLICATIONS AND AI INTEGRATIONS, INCLUDING BUILDING ANALYTICS PIPELINES, PROMPT-ENGINEERED AGENTS, AND PYTHON-BASED AUTOMATION TO PROCESS LARGE DATASETS EFFICIENTLY. I WILL BUILD A LIGHTWEIGHT PYTHON-BASED SYSTEM THAT INGESTS CSV/API DATA, PERFORMS FAST PREPROCESSING (PANDAS/NUMPY), AND STRUCTURES IT FOR CLAUDE ANALYSIS. I WILL DESIGN PROMPTS TO IDENTIFY WEEK-OVER-WEEK TRENDS, EFFICIENCY SCORES, AND ANOMALIES, RETURNING OUTPUT IN BOTH STRUCTURED JSON AND A CLEAR, SUB-250 WORD SUMMARY WITH ACTIONABLE INSIGHTS. THE SYSTEM WILL HANDLE LARGE FILES (50MB+) WITH OPTIMIZED PARSING, INCLUDE CONFIG-DRIVEN SETTINGS (THRESHOLDS, API KEYS), AND DELIVER REPRODUCIBLE RESULTS WITH DOCUMENTATION AND DEMO VIDEOS. I HAVE EXPERIENCE BUILDING SIMILAR ANALYTICS WORKFLOWS WITH HIGH ACCURACY IN ANOMALY DETECTION AND PERFORMANCE MONITORING. I WILL PROVIDE 2 YEARS OF FREE ONGOING SUPPORT ALONG WITH COMPLETE SOURCE CODE. WE WILL WORK WITH AGILE METHODOLOGY AND I WILL ASSIST FROM SETUP TO FINAL DELIVERY. I EAGERLY AWAIT YOUR POSITIVE RESPONSE. THANKS."
$15 USD in 40 days
7.0
7.0

Hi, I can build your Claude-powered operational metrics agent to turn raw daily data into structured performance insights with both JSON output and a concise executive summary. The solution will use a Python-based pipeline that ingests CSV or API feeds, performs cleaning, normalization, and feature extraction before sending structured prompts to the Claude API for analysis. I will design a robust schema so the model consistently produces reliable outputs (efficiency scores, trend shifts, and anomaly flags) without hallucinated variance. The agent will generate two outputs: a machine-readable JSON report and a short natural-language summary highlighting week-over-week changes, key drivers, and underperformance triggers. Performance thresholds and alert rules will be fully configurable via a simple YAML/JSON config file so you can adjust sensitivity without code changes. The system will be optimized for speed and will comfortably handle large datasets (50MB CSV within the required performance window) using chunked processing where needed. I will also include a clean CLI tool, full documentation, and sample dataset walkthrough as requested. Two Loom videos will be provided: one for setup and one for a live end-to-end analysis run. I have strong experience in LLM-based analytics agents, prompt engineering, and Python data pipelines, and can start immediately. Best regards, Harpreet Singh
$15 USD in 50 days
6.4
6.4

Hello Sir, I will build this agent as mentioned.I am AI engineer having prior experience in LLM integrations for my clients.I have worked with more than 121+ clients here. Let’s connect
$20 USD in 40 days
6.4
6.4

With the combination of our production-proven AI systems and prompt-engineering expertise, we are excellently positioned to deliver on your operational metrics Claude Agent project. Progressive utilization of LLM integrations, RAG pipelines, and our in-depth knowledge of Python makes us a suitable match for your needs. We understand the significance of relying on solid numbers for informed decision-making which is why we are dedicated to turning your raw operational data into clear and actionable insights promptly. Moreover, our past experience in deploying AI bots for analysis is highly relevant to this project. We have demonstrated capacity in handling large datasets efficiently. Your criterion of processing a 50MB CSV within 30 seconds is easily achievable with our stack which employs C Programming and Python at its core. Building on this experience, we can also identify at least 90% of synthetic anomalies as specified in your acceptance criteria accurately saving your team valuable time.
$20 USD in 40 days
6.5
6.5

Hi, I have strong experience in Python, data processing, and AI model development, particularly with Claude-powered agents. For this project, I’ll create an agent that ingests your operational data, parses and cleans it, and then uses Claude to identify trends, efficiency scores, and performance outliers. I’ll ensure the agent generates a concise report (both JSON and a human-readable summary), highlighting key performance movements, drivers behind any spikes or dips, and actions when thresholds are crossed. The Python script will call the Claude API, perform the analysis, and provide a fully documented setup with a sample command. You can expect clear communication, efficient code, and high-quality results. Best regards, Juan
$20 USD in 40 days
5.8
5.8

Hi, I can build a Claude-powered analysis agent that ingests your operational data and produces clear, actionable performance insights with a strong focus on accuracy, speed, and concise reporting. My approach is to first design a reliable data pipeline using Python with pandas and PyArrow to efficiently process large CSV files within your 30-second requirement. The data will be cleaned, validated, and structured so that the model receives consistent and high-quality inputs. I will then implement a feature layer to calculate week-over-week metrics, efficiency scores, and baseline comparisons. For anomaly detection, I will use a hybrid approach combining statistical methods and lightweight machine learning models to meet your requirement of identifying at least 90 percent of anomalies. Claude will be used on top of this structured output, with carefully designed prompts that ensure it explains trends, key drivers, and recommended actions in a concise and deterministic way. The system will output both structured JSON and a human-readable summary that stays under 250 words while covering all major variances. You will receive a complete Python script, configuration files for thresholds and data sources, a clear README with setup instructions, and two Loom videos demonstrating installation and usage. I focus on building systems that are fast, reliable, and easy to maintain, not just functional. Best regards, Doan
$20 USD in 40 days
5.8
5.8

Hello! This is James from Hollywood, and I’m excited about your project to develop an Anthropic Claude-powered agent to process your operational data. I’ve carefully read your description, and I believe my extensive experience—over 15 years in software engineering—makes me a great fit for this. I'm skilled in Python, C++, and data processing, which are essential for this role. I've tackled similar projects where I've developed intelligent data solutions that enhance operational efficiency and clarity. My approach involves breaking down the project into phases: understanding your data structure, building the integration with Claude, and then refining the agent for optimal performance. Could you please clarify the following questions to help me better understand the project? 1. What specific types of operational data do you want the agent to ingest? 2. Are there any existing tools or platforms you're currently using that the agent should integrate with? I’m committed to delivering a solution that not only meets your needs but exceeds expectations. Let’s chat to discuss how I can help bring your vision to life!
$25 USD in 5 days
5.3
5.3

Hi, I am an experienced Python developer with over 8 years in data analysis, AI model development, and API integration. I specialize in building efficient automation systems and prompt-engineering Claude-powered agents for clear, actionable insights. For this project, I will focus on creating a Python script that connects to your operational metrics, parses and cleans the data, and uses Claude to surface trends, efficiency scores, and anomalies. The system will provide concise, actionable reports in both JSON and human-readable formats, meeting the performance criteria you’ve outlined. I'm an individual freelancer and can work on any time zone you want. Please contact me with the best time for you to have a quick chat. Looking forward to discussing more details. Thanks. Emile.
$15 USD in 40 days
5.5
5.5

Hi, As per my understanding: You need a Python-based, Claude-powered data analysis agent to process daily operational metrics (up to 50MB CSVs). The agent will clean the data, identify performance trends and anomalies with at least 90% accuracy, and generate actionable insights. The output must be a structured JSON and a concise human-readable summary under 250 words. Deliverables include the Python script, configuration file, README, and two instructional Loom videos. Implementation approach: 1. Data Handling: I will use Python and Pandas for rapid data ingestion and cleaning, ensuring the system easily processes a 50MB CSV well under the 30-second limit. 2. Prompt Engineering: I will craft strict, highly tuned prompts for the Anthropic Claude API, instructing it to calculate week-over-week efficiency, pinpoint key drivers, and suggest actions based on your defined thresholds. 3. Output Generation: The script will be designed to return parsed JSON along with a strictly formatted text summary that highlights all major variances without exceeding the 250-word limit. 4. Handoff: I will package the solution with the config file, a detailed README with dummy data, and record the two requested Loom videos demonstrating setup and live execution. A few quick questions: 1. Do you have a preference for which Claude 3 model (e.g., Haiku for speed, Sonnet for deeper reasoning) to use? 2. Can you provide a sample of the CSV format or headers we will be analyzing?
$15 USD in 40 days
5.3
5.3

Dear Client, Latency and context-window overflow will break this fast once you push 50 MB CSVs directly into Claude. The fix is a two-stage pipeline: vectorized preprocessing to compute aggregates and anomaly candidates, then a compressed, structured prompt that feeds only high-signal slices to Claude. I’ve built similar analysis agents in Python where raw operational data is normalized, profiled, and reduced before LLM reasoning. With 7+ years in Python, AI/ML, and experience across four tech giants, I focus on reliability under scale, not just getting a demo working. I’d structure this with Pandas or Polars for fast ingestion, statistical anomaly detection as a first pass, then Claude for explanation and action mapping. The output layer would enforce strict JSON schema plus a concise narrative capped at 250 words. The 90% anomaly detection target won’t come from prompting alone, so I’ll combine deterministic checks with model-assisted reasoning to hit that threshold consistently. Before I proceed, are your efficiency metrics already defined and labeled in the dataset, or do we need to derive them from raw signals? Regards Rojan
$15 USD in 40 days
4.9
4.9

You require a Claude agent that’s all analysis, no fluff — and I noticed the hard constraints: 50 MB CSV <30s and summaries under 250 words. That’s the kind of SLA I design around. The deeper issue isn’t just calling Claude — it’s delivering consistent, structured inputs (cleaned features + anomaly signals) so the model’s reasoning doesn’t wander and you get repeatable efficiency scores. I built a Python pipeline for a logistics client that ingested ~60 MB daily CSVs in ~20 seconds and hit 92% detection on a synthetic anomaly set while outputting compact weekly reports. My plan: build a CSV/API connector with schema validation, fast parsing (pandas/pyarrow, chunking), deterministic feature engineering, a lightweight anomaly detector (stat + isolation-forest hybrid) for prefiltering, then prompt templates that force Claude to return JSON + a <=250-word plain summary. Deliver a runnable script, config file, README with example, and two Looms. I’ll include unit tests and the anomaly test harness. Quick question: can you share a sample CSV or an outline of columns and whether you have labeled anomalies for tuning? I can do this for $20.
$20 USD in 7 days
4.8
4.8

With over 12 years in the industry, I have built an expertise that positions me as a strong candidate for your project. My extensive experience in full stack development - and especially with Python, which you've mentioned as preferred language - lends well to the creation of operational analysis solutions such as the one you describe. Additionally, my passion for efficient and robust code aligns with your expectations of a clean, functional and high-performing application. Regarding data analysis, I am no stranger to interpreting raw data and turning it into actionable insights. Not only have I built several parsing systems, but I am also skilled with APIs and data manipulation. Additionally, my familiarity with data visualization tools will help ensure your concise reports not only meet the acceptance criteria but also communicate complex information coherently. Finally, my experience with writing detailed documentation will result in clear setup instructions not only for your reference, but also potential future users. My goal is to make usability a top priority so you can easily manage the system even without much technical knowledge. Let's connect soon to discuss more details about your specific requirements and how we can turn your operational metrics into tangible improvements together.
$20 USD in 40 days
4.7
4.7

Hi, I’ve read your brief and can build a Claude-powered analysis agent that turns daily operational exports into concise, actionable performance insights with no fluff. I’ll write a Python script that ingests CSV or a simple API feed (documented in config), cleans and schemas the data, and uses robust prompt engineering so Claude surfaces week-over-week efficiency, computes efficiency scores, detects outliers, and explains drivers behind spikes or dips. The agent will output both JSON and a human-readable summary under 250 words, and include thresholds that trigger suggested actions. I’ll also provide a config file, README with a worked example, and two short Loom walkthroughs. I prioritize reproducible preprocessing, lightweight prompt templates for reliable reasoning, and pragmatic anomaly detection tuned to your test set. Do you have preferred fields or example CSV headers I should prioritize (timestamps, service IDs, throughput, error counts, latency), or should I infer the schema from samples? Sincerely, Daniel
$50 USD in 24 days
4.6
4.6

Hello, I hope you’re well. I’m an independent data and AI specialist focused on turning raw metrics into concise, actionable insights. I’ve built analysis agents and data pipelines that ingest CSV or API feeds, clean and structure data, and then reason over it to surface trends, drivers, and recommended actions with clear explanations in plain language. I will design a lightweight Python app that connects to your data source (CSV or API), normalizes and validates the data, and prompts Claude to extract week-over-week efficiency shifts, drivers of spikes/dips, and concrete actions when thresholds are breached. The output will include a compact JSON report plus a human-readable summary, ensuring the summary stays under 250 words and references all major variances. I’ll also provide a config file for data paths, keys, and threshold settings, a README with setup steps and a sample run using dummy data, and two Loom videos showing installation and a live analysis. I can deliver a runnable script, clear config, documentation, and videos within a tight timeline, and I’ll guarantee detection of anomalies in your test suite and fast data processing for a 50 MB CSV.
$20 USD in 31 days
4.5
4.5

Getting lost in piles of raw operational data is draining, especially when you need clear, actionable insights fast and have no patience for confusing dashboards or vague summaries. When you can’t surface trends or spot performance drops quickly, efficiency suffers and costly issues slip through unnoticed. You’ll get a Claude-powered agent that ingests your daily CSVs or API feeds, analyzes them, and returns concise, plain-language reports with week-over-week movements, key drivers, and action steps whenever performance flags. Reports always stay clear and under your word limit, so nothing gets missed. I’ll connect your data source, design prompts that force Claude to focus on hard numbers and trends, and build a script that outputs both JSON and human summaries right when you need them. Would you like to see how this agent could flag performance dips in your actual data?
$21 USD in 40 days
4.5
4.5

Kho Phangan, Thailand
Payment method verified
Member since Oct 4, 2019
$250-750 USD
$30-250 USD
₹12500-37500 INR
$250-750 USD
$25-50 USD / hour
min £36 GBP / hour
₹75000-150000 INR
$30-250 USD
₹12500-37500 INR
£10-15 GBP / hour
$30-250 USD
min $50 USD / hour
$30-250 USD
€12-18 EUR / hour
$30-250 USD
$30-250 USD
₹600-1500 INR
₹12500-37500 INR
$15-25 USD / hour
₹12500-37500 INR
₹1250-2500 INR / hour
$15-25 USD / hour