Experience level filter
Job type filter
Client history filter
Project length filter
Hours per week filter
  • 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: $75.00 - $125.00
  • Intermediate
  • Est. time: More than 6 months, Hours to be determined

Join our team as a senior AI Architect working closely with our product and engineer teams to design practical AI capabilities within our SaaS platform. This is a hands-on role focused on building reliable, production-grade conversational and AI-assisted features — not experimental research projects. You will work closely with product and engineering teams to design scalable AI patterns, integrate modern LLM technologies, and help shape how AI capabilities are embedded into real operational workflows. You will focus deeply on architecture, implementation quality, reliability, usability, scalability, observability, and operational robustness. This role is ideal for someone who understands both modern AI tooling and the realities of shipping enterprise SaaS software in production environments. We value people who can think critically about architecture, tradeoffs, operational realities, and long-term maintainability — not just prototype AI demos.

  • Fixed price
  • Entry Level
  • Est. budget: $500.00

Want someone to go over our Retell prompts / get best practices, must be a retell partnered agency. Please share previous projects and the name of your business on retells site.

Posted last month
  • Fixed price
  • Expert
  • Est. budget: $2,000.00

We are hiring an AI Engineer with strong hands-on experience building and shipping real AI products. Requirement: If you don't have a GitHub profile to share, this role is not a fit. What we’re looking for: • Strong experience in AI/ML engineering • Ability to build, test, and deploy production-ready AI systems • Practical experience working on real-world AI projects To apply: Please share your portfolio, past AI projects, and relevant work samples. Applicants without portfolio will be ignored.

Posted 3 weeks ago
  • Hourly
  • Intermediate
  • Est. time: More than 6 months, 30+ hrs/week

We are seeking a skilled GenAI engineer to work with our client in a remote or Chicago-based capacity. The ideal candidate will have experience in developing and implementing AI solutions, with a strong understanding of machine learning and data analysis. Responsibilities include designing AI models, integrating AI into existing systems, and collaborating with cross-functional teams to enhance AI capabilities. If you have a passion for AI and a proven track record in delivering innovative solutions, we would love to hear from you.

  • 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: $50.00 - $75.00
  • Intermediate
  • Est. time: 1 to 3 months, Less than 30 hrs/week

We are a small residential real estate investment company seeking an AI Solutions Architect to enhance our acquisition platform. The role involves designing and implementing AI solutions to improve data analysis and decision-making processes. The ideal candidate will have experience in AI architecture and a strong understanding of real estate data analysis.

  • Hourly: $40.00 - $80.00
  • Intermediate
  • Est. time: 1 to 3 months, Less than 30 hrs/week

We're a growing service company looking for an experienced developer to build a Slack bot that answers employee questions about our HR policies, SOPs, and internal documentation. Team members will tag the bot in a channel, ask a question in plain language, and receive a conversational, accurate answer grounded in our documented materials. **This is a build + teach engagement.** I have no coding background, and a core requirement of this project is that you walk me through your decisions and architecture as you build, so I can understand, maintain, and eventually extend the system myself. If you're a strong developer but don't enjoy explaining your work, this isn't the right fit. ## What You'll Build A production-ready Slack bot with the following architecture: - **Slack integration** using Slack's Bolt framework (Python or Node.js — your recommendation welcome) - **Retrieval-Augmented Generation (RAG)** pipeline: questions are matched against our documentation via semantic search, and relevant context is passed to an LLM for a conversational answer - **Vector database** (Pinecone, Weaviate, or a comparable option you can justify) storing embeddings of our policies, SOPs, and transcripts - **OpenAI API** integration for embeddings and chat completions - **Document ingestion pipeline** that can handle multiple source formats: Word docs, PDFs, spreadsheets, and plain-text transcripts (e.g., exported Loom video transcripts) - **Source citations** in bot answers, so users can see which policy or document the answer came from - Deployment to a cloud environment (AWS, Heroku, Railway, or similar) with clear instructions for how it runs and how to restart or update it ## Technical Requirements You should have demonstrable experience with: - Slack app development (Bolt framework, event subscriptions, OAuth/permissions setup) - OpenAI's API (chat completions and embeddings) - RAG architecture and vector databases (Pinecone, Weaviate, Qdrant, pgvector, or similar) - Python or Node.js backend development - Cloud deployment and basic DevOps (environment variables, API key security, uptime) **In your proposal, please link to or describe at least one similar project you've built** — ideally a Slack bot, a RAG system, or an LLM-powered internal tool. ## Deliverables 1. A working Slack bot deployed to production and connected to our Slack workspace 2. Document ingestion process (with instructions or a simple tool for me to add new documents myself as our documentation grows) 3. Full source code in a repository I own, with clear comments 4. **Written documentation** covering: system architecture, how each component connects, how to add/update documents, how to update API keys, and common troubleshooting steps 5. **Teaching sessions**: recorded screen-share walkthroughs (or live calls) at each major milestone explaining what was built and why — I estimate 3–5 sessions of 30–60 minutes 6. A handoff session at the end where we test the bot together and review maintenance procedures ## Communication & Working Style - Regular progress updates (at minimum, 2x per week) - Willingness to explain decisions in plain English, not just technical jargon - Patience with beginner questions — teaching is part of the paid scope, not a favor - Fluent written and spoken English - Availability for scheduled video calls (please note your time zone in your proposal) ## Scope Notes - Initial document set is modest, but the system should be designed to scale as our documentation library grows significantly - Future phases may include: automatic transcript ingestion from Loom, additional Slack channels/workflows, and analytics on what questions get asked — mention if you have experience with any of these - I will provide: Slack workspace admin access, OpenAI API account, and all documentation to be ingested ## How to Apply In your proposal, please include: 1. A brief description of a similar project you've built (links or screenshots appreciated) 2. Your recommended tech stack for this project and a one-paragraph explanation of why 3. Your approach to the teaching/documentation component 4. Estimated timeline and total cost (fixed price preferred; open to milestone-based payment) 5. Your time zone and general availability Proposals that are clearly personalized and address the teaching component will be prioritized. Generic copy-paste proposals will be declined.

  • Hourly
  • Intermediate
  • Est. time: 1 to 3 months, Less than 30 hrs/week

We are looking for 2-3 AI engineers/developers to help us build/complete an AI go-to-market (GTM) tool that looks at both structured and unstructured data, runs it all through our AI engine, and provides insights and recommendations straight to sales people. The tool is able to handle large volumes of data and provide actionable insights for business decision-making. Our engine consists of a prioritization algorithm, pattern matching and sentiment analysis. We use our recommendation engine to deliver the output (insights) straight to our tool which is "Apple-simple", intuitive and gamified. No more sales time wasted on looking at dashboards and trying to agree on which insights are important and which should be acted on. What you'll do Own features end-to-end across theFastAPI backend (IEngine) and Next.js 15 / React 19 frontend— from Claude prompt design to UI polish. Extend the intelligence pipeline: meeting ingestion (Google Drive + Deepgram realtime), Claude-driven action card generation, Neo4j relationship graph, and Supabase-backed state. Build customer-facing dashboard surfaces — deals, gamification, coaching, trust graph — with TypeScript, Tailwind, shadcn/ui, and D3. Operate WebSocket transcription sessions and async job pipelines reliably under real meeting load. Instrument with Sentry, harden auth (NextAuth :left_right_arrow: JWT :left_right_arrow: FastAPI service-to-service), and keep deploy pipelines green. Build with simulators: when you can't test against live meetings, generate realistic synthetic transcripts through our simulator service. Stack you'll work in Backend: Python 3.11, FastAPI, Uvicorn, PyJWT, Anthropic SDK, Deepgram, Neo4j, Supabase (Postgres + realtime), WebSockets Frontend: TypeScript, Next.js 15 (App Router), React 19, NextAuth 5, Tailwind, shadcn/ui, D3, Stripe Infra: Fly.io, GitHub Actions, Sentry, Supabase AI: Claude (Opus/Sonnet) for transcript analysis, action card generation, and agentic dev workflows What we're looking for 4+ years building production web applications, ideally across Python and TypeScript. Comfort designing and shipping features against an LLM API — prompt iteration, structured outputs, evals, cost/latency tradeoffs. Real Claude or OpenAI production experience required. Experience with multi-tenant SaaS patterns, JWT auth, and one or more of: graph databases, realtime systems, audio/transcription pipelines. Comfort with AI-assisted development workflows (Claude Code, Cursor, etc.) — not just as a code-completion tool, but as a way to plan and ship features. Bias toward shipping. Small surface area, high ownership, no committee.

  • Hourly: $50.00 - $150.00
  • Intermediate
  • Est. time: 1 to 3 months, Less than 30 hrs/week

Seeking a LLM prompt engineer and solutions architect to develop AI medical note writing templates. The role involves creating structured templates for clinical documentation. Patient encounters will be turned into precise medical notes with good detail and reproducible note sections based on previous patient encounters. Also complete testing to ensure notes are compatible with my medical record system. The ideal candidate will have experience in medical documentation and AI solutions architecture.

Jobs Per Page: Â