- Hourly
- Expert
- Est. time: Less than 1 month, Less than 30 hrs/week
Looking for an experienced AI developer to help build an AI agent using Claude. Requirements: Experience building AI agents and autonomous workflows Strong experience with Claude and Anthropic models Ability to integrate external data sources and APIs Experience deploying production-ready AI solutions Please include: Examples of similar AI agent projects you've built Your experience with Claude Your recommended tech stack Estimated timeline and cost Looking to start immediately.
- Hourly
- Expert
- Est. time: 3 to 6 months, Less than 30 hrs/week
The Client seeks an experienced AI development team to design and build a secure web-based document intelligence platform capable of analyzing multiple related documents, extracting key information, identifying inconsistencies, and generating issue reports. The platform will support complex document sets where information must remain consistent across multiple files and versions. The initial scope focuses on document ingestion, data extraction, cross-document analysis, issue identification, and reporting. Business Objective Develop a scalable SaaS application that enables users to: • Upload and organize multiple related documents • Extract key terms, dates, parties, financial values, and references • Compare information across documents • Identify inconsistencies and missing information • Generate issue reports and review summaries • Maintain document version history • Provide an intuitive dashboard for issue management Phase 1 – Document Ingestion and Processing Requirements Develop a secure document upload module supporting: • PDF • Microsoft Word (.docx) • Microsoft Excel (.xlsx) • Text files System shall: • Extract text from uploaded files • Preserve document structure • Capture headings and section hierarchy • Process tables and schedules • Index document content for search and retrieval Phase 2 – Data Extraction Engine The platform shall automatically identify and extract: • Defined terms • Parties and entities • Dates • Numerical values • References to exhibits and schedules • Section references • Key metadata Extracted information shall be stored in a searchable database. Phase 3 – Cross-Document Consistency Review The platform shall compare extracted information across multiple documents and identify: • Inconsistent terminology • Conflicting dates • Conflicting numerical values • Missing references • Undefined terms • Duplicate provisions • Broken cross-references Examples include: • Same entity referenced using multiple names • Different numerical values for the same item • References to sections that do not exist • Missing exhibits or attachments Phase 4 – AI Review and Issue Identification The platform shall integrate a Large Language Model (LLM) to perform contextual analysis. The AI engine shall: • Summarize document contents • Identify potential drafting inconsistencies • Highlight missing information • Generate issue descriptions • Assign issue severity levels • Provide suggested corrective actions Phase 5 – Dashboard and Reporting Develop a web-based dashboard including: Transaction Workspace • Document list • Upload history • Processing status • Review status Issue Tracker • Issue category • Issue severity • Source document • Description • Resolution status Search Functionality Search by: • Term • Date • Party • Numerical value • Document name Reporting Generate downloadable reports in PDF and Excel format. Technical Requirements Frontend • React or Next.js Backend • Python • FastAPI preferred Database • PostgreSQL Vector Database • Pinecone, Weaviate, or Chroma AI Integration • OpenAI API • Anthropic API • Retrieval-Augmented Generation (RAG) architecture preferred Security Requirements • User authentication • Role-based permissions • Encrypted document storage • Audit logging • Secure API access Deliverables Functional web application Source code repository Database schema API documentation Deployment documentation Administrator guide User guide Ownership and Intellectual Property All work product, source code, documentation, specifications, workflows, business logic, prompts, training materials, and derivative works developed under this project shall be deemed works made for hire and shall be the sole and exclusive property of the Client. Contractor shall assign all intellectual property rights to the Client upon creation. Contractor shall not reuse, disclose, distribute, or commercialize any portion of the work product without the Client’s prior written consent.
- Hourly: $100.00 - $120.00
- Expert
- Est. time: Less than 1 month, Less than 30 hrs/week
Overview I have a Next.js website with a newsletter signup form that currently submits directly from the browser to HubSpot's Forms v3 endpoint. I want to add a lightweight LLM-based spam filter that inspects each submission *before* it reaches HubSpot, and silently rejects (or flags) anything that looks like spam/bot/junk input. Current setup - Framework: Next.js (App Router, TypeScript, React client component) - The form component (`NewsletterForm.tsx`) POSTs directly to `https://api.hsforms.com/submissions/v3/integration/submit/[portalId]/[formGuid]` - Fields collected: `firstname`, `lastname` (optional), `jobtitle`, `email` - Portal ID and Form GUID are public form identifiers (no secrets today) What I want you to build 1. Create a server-side API route in the Next.js app (e.g. `app/api/subscribe/route.ts`) that: - Receives the form fields from the client - Runs an LLM spam/quality check (e.g. OpenAI or similar) to classify the submission as legit vs. spam — checking for gibberish names, fake/disposable emails, nonsense job titles, injection attempts, etc. - If legit → forwards the submission to HubSpot (server-side) - If spam → rejects gracefully with a generic message (no HubSpot write) 2. Update the existing `NewsletterForm.tsx` to POST to the new internal API route instead of calling HubSpot directly. 3. Keep the LLM API key server-side only (use an environment variable — never expose it to the client). 4. Preserve the existing UX: loading / success / error states should still work. Deliverables - Working API route with the LLM spam check + HubSpot forwarding - Updated form component - Brief note on which env vars to set (`OPENAI_API_KEY`, etc.) and how to configure them - Clean, typed TypeScript that matches the existing code style Nice to have (optional) - Basic rate limiting / honeypot field as a cheap first line of defense before the LLM call - Configurable spam threshold or a logged "reason" when something is rejected Requirements to apply - Strong Next.js App Router + TypeScript experience - Experience calling an LLM API (OpenAI or equivalent) from a server route - Familiarity with HubSpot Forms API is a plus To apply, please briefly answer: 1. Which LLM/provider would you use and roughly what would it cost per submission? 2. How would you handle the case where the LLM API is slow or down — do you fail open (let it through) or fail closed (block it)? 3. Have you integrated with HubSpot Forms before? (yes/no is fine)
- Fixed price
- Expert
- Est. budget: $10,000.00
AI Automation Engineer – Personal Injury Law Firm (Phase 1) Overview We are a plaintiff personal injury law firm seeking an experienced AI automation engineer to build a practical AI-powered operations system that reduces administrative workload and improves case management. Firm Profile: - 1 Attorney - 1 Legal Assistant - Approximately 100 Active Cases - Approximately 25 Cases in Litigation We are not looking for chatbots, prompt engineering, or marketing automation. We are seeking a builder who can deploy production-grade workflow automation integrated with our existing systems. --- Existing Technology Stack - CASEpeer - Supio - Gmail (Google Workspace) - Google Calendar - Google Drive - Claude - ChatGPT - CoCounsel - PLAUD --- Phase 1 Objective Build a Daily Case Command Center and Follow-Up System. The goal is to ensure that every morning the attorney knows exactly which files require attention and why. --- Deliverable #1: Daily Case Command Brief Generate a daily briefing containing: Litigation Matters - Upcoming depositions - Discovery deadlines - Hearings - Expert deadlines - Outstanding litigation tasks Pre-Litigation Matters - Treatment complete but no demand - Missing medical records - Records requests outstanding more than 21 days - Demands pending more than 30 days - Settlement checks outstanding Communications - Unanswered client emails - Unanswered adjuster emails - Unanswered defense counsel emails - Communications requiring attorney attention Case Velocity - Stale files - Cases with no recent activity - Recommended next actions --- Deliverable #2: Gmail Intelligence The system should: - Monitor designated Gmail inboxes and labels - Identify case-related emails - Extract action items - Detect deadlines - Identify follow-up opportunities - Draft suggested responses --- Deliverable #3: Follow-Up Automation Generate draft communications for approval: - Medical records requests - Provider follow-ups - Adjuster follow-ups - Client status updates - Scheduling communications No communication should be sent automatically. Human approval is required before sending. --- Deliverable #4: Calendar & Reminder Automation Create and manage: - Follow-up reminders - Litigation reminders - Discovery reminders - Records request reminders - Suggested calendar events --- Deliverable #5: CASEpeer Integration Where supported by available integrations/APIs: - Create tasks - Create notes - Associate communications with matters - Maintain activity history --- Technical Requirements Required: - n8n - Python - OpenAI API - Anthropic API - Gmail API - Google Calendar API - Google Drive API - REST API integrations Strongly Preferred: - LangGraph - LangSmith - Google Workspace administration - Salesforce integrations - CASEpeer, Clio, or Filevine experience - Legal technology experience - HIPAA or regulated-data experience --- Security Requirements - Human approval before external communication - Activity logging - Error handling - Retry mechanisms - Secure credential management - Documentation of workflows --- What Success Looks Like The system should: - Reduce administrative workload - Improve follow-up consistency - Reduce stale files - Improve litigation oversight - Improve case visibility - Provide a daily prioritized action plan --- Application Requirements Please include: 1. Similar workflow automation projects you have completed. 2. Experience with n8n and AI workflow automation. 3. Experience integrating Gmail and Google Workspace. 4. Experience integrating CRM or case-management systems. 5. Proposed architecture for this project. 6. Estimated timeline. 7. Estimated fixed-fee budget. Begin your application with: CASECOMMAND Applications without this keyword will not be considered. --- Budget Expected Phase 1 Budget: $8,000–12,000 Preference will be given to candidates who can demonstrate production deployments rather than proof-of-concept or prompt-engineering projects.
- Hourly
- Intermediate
- Est. time: 3 to 6 months, 30+ hrs/week
We are building a next-generation workflow automation platform that combines deterministic business rules, artificial intelligence, document intelligence, and human review workflows into a single operating system. This is not a traditional CRM project. Our vision is to develop a doctrine-driven platform where business rules serve as the system authority, AI serves as an analytical and drafting layer, and human reviewers serve as the final compliance checkpoint. We are seeking an experienced engineer or engineering partner who can help architect and build the platform from the ground up. Project Objectives The platform will: • Ingest and analyze large volumes of structured and unstructured documents • Extract data from reports, PDFs, and supporting documentation • Apply rule-based workflow logic • Generate AI-assisted recommendations and draft outputs • Maintain complete audit trails and workflow transparency • Route work through human review checkpoints • Support future deployment of local AI infrastructure for privacy and performance Core Architecture The system will be built around four primary layers: 1. Rules Engine * Deterministic business logic * Workflow orchestration * State management * Trigger and escalation logic * Audit tracking 2. AI Layer * Document analysis * Classification * Pattern detection * Summarization * Draft generation * Structured outputs 3. Local Processing Layer * OCR * Document parsing * Data extraction * Vector search * Local inference capabilities * Privacy-first processing 4. Human Review Layer * Quality assurance * Workflow approvals * Compliance review * Exception handling Initial Development Priorities Phase 1 • User authentication • Client record management • Document upload system • OCR and document extraction • Workflow engine • Rule-based status management • Review dashboard Phase 2 • AI-powered document analysis • Automated classification • Recommendation engine • Draft generation workflows • Response parsing Phase 3 • Local AI infrastructure • Vector database integration • Knowledge retrieval system • Multi-agent workflow orchestration • Advanced automation Desired Technical Experience Required • React / Next.js • Node.js, Python, or similar backend framework • PostgreSQL or equivalent relational database • REST APIs • Cloud infrastructure (AWS, Azure, or GCP) • Workflow automation systems • Document processing pipelines Preferred • OpenAI APIs • Anthropic APIs • Retrieval-Augmented Generation (RAG) • LangGraph, LangChain, or similar frameworks • Vector databases • OCR technologies • AI agent architectures • NVIDIA AI ecosystem • Local model deployment What We Are Looking For We are not looking for someone who simply builds forms and dashboards. We are looking for a builder who understands how to combine: • Rules engines • Artificial intelligence • Workflow automation • Human review systems • Scalable software architecture The ideal candidate enjoys solving complex business process problems and translating expert decision-making into software systems. Engagement Structure Open to: • Fractional CTO • Lead Architect • Senior Full-Stack Engineer • AI Systems Engineer • Development Agency • Long-term strategic technology partner To Apply Please provide: • Relevant project examples • Experience building workflow automation platforms • Experience with AI-powered applications • Technology stack recommendations • Estimated availability • Preferred engagement structure
- Hourly: $50.00 - $100.00
- Expert
- Est. time: More than 6 months, Less than 30 hrs/week
I’m looking for a senior AI app developer who can help me build an AI-powered MVP while also guiding me through the technical decisions. This is not just a coding task. I want someone who can think through the product, recommend the right architecture, explain tradeoffs, and build the first working version. The ideal person should be comfortable with OpenAI/LLM integrations, full-stack development, database design, authentication, deployment, and startup-style MVP execution. I’d like to work with someone who can act almost like a technical partner: build the product, teach me what is being done, and help me understand how to maintain or scale it later.
- Hourly: $75.00 - $100.00
- Expert
- Est. time: Less than 1 month, Less than 30 hrs/week
Deliverable Requested from Developer Build a Google Workspace solution that: 1. Monitors incoming emails in slab-sewer@, rough@, and trim@ 2. Uses AI (Gemini, OpenAI, or similar) to classify severity and category 3. Automatically applies Gmail labels 4. Marks RED items as important 5. Runs automatically every few minutes 6. Requires no action from Project Coordinators Success Metric: A Project Coordinator can open their inbox and instantly identify which emails require immediate action versus which can wait until later in the day, without manually reading and sorting every message.
- Hourly
- Expert
- Est. time: 1 to 3 months, Not sure
ElevenLabs Conversational AI Expert — Long, Multi-Node Voice Agents with Tool Calls Project type: Hourly Experience level: Expert Duration: Short-term engagement with potential for ongoing work About the project We're building voice agents on ElevenLabs Conversational AI (Agents Platform) that run long, complex calls of 20+ nodes in the workflow builder, with multiple tool/function calls along the way. The agent is embedded directly into our app (using the ElevenLabs SDK) rather than the ElevenLabs widget. The agents work, but we're fighting duplicate questions/answers. The agent re-asks questions it already asked, or repeats information it already gave, at different points in the call. We need someone who has actually built and shipped long-running ElevenLabs voice agents (not just simple single-prompt bots) to help us fix the structural setup so calls stay coherent end to end. That covers workflow/node architecture, state handling, prompt design, tool orchestration, and our client-side integration. What you'll do ● Audit our current agent: workflow node structure, system/node prompts, tool definitions, and conversation flow. ● Audit our client-side integration (the ElevenLabs SDK embedded in our app): session/connection handling, event handling, client tools, and how local app state stays in sync with the conversation. Reconnects, double-fired events, or repeated client-tool calls can also cause re-asks. ● Diagnose the root causes of the duplicate question/answer behavior. Possible culprits include context/state not being tracked across nodes, overlapping node responsibilities, prompt ambiguity, retrieval/knowledge-base issues, or client-side state/event problems. ● Redesign the node graph and transitions so each node has a clear, non-overlapping job and the conversation can't loop or re-ask. ● Improve state/variable management across nodes: dynamic variables, captured data, and how it's passed forward so the agent "remembers" within a call. ● Tighten tool/function calling: when tools fire, how results are handled, error/timeout handling, and avoiding redundant calls. ● Address context-window and long-call degradation, plus turn-taking behavior that causes drift. ● Recommend the right structural patterns for flows this long (single agent vs. multi-agent/agent transfer, sub-agents, branching). ● Document the fixes and the patterns so our team can maintain and extend the setup. You're a strong fit if you have ● Demonstrable hands-on experience with ElevenLabs Conversational AI / Agents Platform. Please reference specific agents or projects you've built. ● Experience with the workflow/node builder for branching, multi-step calls, not just a single system prompt. ● Experience embedding ElevenLabs in a custom app via the SDK (React/JS, WebRTC/WebSocket), not just the drop-in widget. ● Solid grasp of tool/function calling (client tools and server tools/webhooks), including error handling. ● Strong prompt engineering for voice, plus understanding of LLM context windows, state, and conversation memory. ● Experience debugging long conversations for looping and repetition, including intermittent, hard-to-reproduce cases. ● Bonus: knowledge base / RAG, dynamic variables, multi-agent transfer, post-call analysis, and the ElevenLabs API/SDK. To apply, please include 1. A short description of a long, multi-node ElevenLabs agent you built: how many nodes, what tools, and what it did. 2. How you'd approach diagnosing duplicate question/answer issues in a 20+ node flow (a quick paragraph, since we want to see how you think). 3. Your availability and rate. Applications that just say "I'm an AI expert" without specific ElevenLabs experience will be skipped. We're looking for someone who has lived in this platform.
- Hourly
- Intermediate
- Est. time: 1 to 3 months, Less than 30 hrs/week
We're building an internal operations platform to automate utility account management for a large real estate portfolio. Today, much of this work is manual. Information about utility accounts exists across multiple systems, and employees spend significant time identifying missing bills, reconciling account data, researching exceptions, and coordinating follow-up work. We're building a system that automates these processes by synchronizing data between our operational system and accounting system, applying business rules to identify exceptions, and presenting actionable work queues and dashboards for our operations team. Examples include: Utility accounts that exist in one system but not another Missing or delayed utility bills Accounts requiring setup or closure based on occupancy changes Autopay and e-bill tracking Operational exceptions that require human review Dashboards, work queues, assignments, notes, and status tracking Our internal product manager owns the business requirements and workflows. Your role is to work closely with them to design and implement the technical solution, not to perform business process discovery. What You'll Do Design and use AI to build the application's backend and frontend. Design a clean, maintainable application architecture. Use AI to build dashboards and workflows that allow operations teams to efficiently manage exceptions. Translate product requirements into production-ready software. Leverage AI development tools (Codex, Claude Code, Cursor, or similar) as a core part of your workflow to accelerate development. Review, validate, and refine AI-generated code to ensure quality and maintainability. What We're Looking For We're looking for an experienced software engineer with strong software engineering fundamentals who embraces AI-assisted development. You should understand how modern software applications are architected, designed, built, and deployed, and be comfortable making sound technical decisions while moving quickly. Experience in many of the following areas is preferred: Full-stack application development Application architecture and system design APIs and system integrations SQL databases and data modeling Authentication and security Cloud-hosted applications Testing and debugging Source control and collaborative development We care much more about engineering judgment, speed of execution, and the ability to effectively leverage AI than expertise in any particular language or framework. Nice to Have Experience building internal business applications or operations platforms Experience working with accounting, ERP, or workflow systems Experience building dashboards and operational tooling To Apply Please include: A brief summary of your experience building business applications. The AI development tools you use regularly (Codex, Claude Code, Cursor, Windsurf, etc.) and how they fit into your workflow. Examples of projects where AI significantly accelerated your development process. Your availability over the next 2–3 months and your expected hourly rate.
- Hourly
- Intermediate
- Est. time: 1 to 3 months, Less than 30 hrs/week
Authority Hacker AI Accelerator / Claude Code Consultant Needed for Financial Services Lead Generation & Automation Overview I am looking for an experienced consultant who is familiar with the Authority Hacker AI Accelerator ecosystem, Claude Code, AI agents, automation workflows, and modern lead-generation systems. This is not a traditional SEO project. My goal is to build practical AI-powered systems that help generate qualified leads, automate repetitive tasks, improve prospect outreach, and allow me to spend more time meeting with clients. Ideal Candidate You have hands-on experience with: • Authority Hacker AI Accelerator • Claude Code • AI Agents • Anthropic Claude • OpenAI / ChatGPT • n8n • Make.com • GoHighLevel • LinkedIn Sales Navigator • CRM Automation • Lead Enrichment • Workflow Design • API Integrations • Prompt Engineering • SOP Creation Bonus Experience Experience working with: • Financial Advisors • Insurance Agents • Medicare Agents • Wealth Management Firms • Compliance-Sensitive Industries Initial Objectives I want help building and implementing: Phase 1: AI Prospect Research System Build a workflow that: • Identifies ideal prospects • Researches prospects automatically • Summarizes relevant information • Generates personalized outreach suggestions • Creates prospect profiles Phase 2: LinkedIn Lead Generation System Build a workflow that: • Supports LinkedIn prospecting • Generates personalized first-touch messages • Generates follow-up messages • Helps maintain ongoing conversations • Creates content ideas relevant to target audiences Phase 3: CRM & Follow-Up Automation Connect with: • GoHighLevel • Redtail CRM • Calendly or appointment scheduler • Email systems Objectives: • Automate follow-up • Automate reminders • Improve lead tracking • Reduce manual work Phase 4: Content & Marketing Automation Create systems that help generate: • LinkedIn posts • Educational content • Seminar marketing materials • Email campaigns • Client nurturing content Deliverables I am looking for someone who can: • Recommend the best architecture • Build workflows • Document workflows • Train me to use them • Create simple SOPs • Record Loom videos explaining the setup Important Please only apply if you have actual experience with: • Authority Hacker AI Accelerator • Claude Code • AI Agent workflows In your proposal, please answer: 1. Have you completed or participated in Authority Hacker AI Accelerator? 2. What Claude Code projects have you built? 3. What AI agent systems have you implemented? 4. Which automation platforms do you prefer and why? 5. Share examples of AI workflows that generated measurable business results. 6. How would you approach this project for a financial advisor focused on retirement income and Medicare planning? Engagement • Initial paid consultation • Followed by project implementation • Potential ongoing monthly advisory relationship