- Hourly
- Intermediate
- Est. time: Less than 1 month, Less than 30 hrs/week
Forum Intelligence: Project Brief & Initial Rollout 1. Executive Summary & Objective Forum Intelligence is a beginning as a localized data retrieval, processing, and archiving system designed to scrape public municipal records and state legislative data for public oversight. The immediate objective is to build a functional, highly resilient prototype focused on the Tri-Cities region (Burbank, Glendale, and Pasadena, California). The system will autonomously ingest messy, unstructured municipal data (City Council meeting minutes, agendas, public notices, and legislative PDF text, recorded mp4), clean it, and make it fully searchable and queryable via a localized AI agentic framework. 2. Phase 1 Scope: The Tri-Cities Rollout Th engineer will be responsible for building two primary pillars: A. Resilient Scraper Bots • Target Ingestion: Monitor and pull data from Burbank, Glendale, and Pasadena municipal portals and California legislative feeds. • Data Types: Brittle HTML sites, heavily nested tables, public notices, legislative drafts, and massive unstructured PDF archives. • Requirements: The scraping architecture must be exceptionally robust, utilizing intelligent error handling, retry semantics, and pagination tracking to handle frequent municipal website layout changes without breaking the pipeline. B. Ingestion & Vector Pipeline • Parsing: Extracting clean text from poorly formatted documents and scanned PDFs. • Local RAG (Retrieval-Augmented Generation): Chunking and embedding the data locally into a vector database (e.g., pgvector, Chroma, or Milvus) to enable semantically accurate entity linking and contextual search. 3. Targeted Hardware Stack To ensure maximum data security, strict public oversight integrity, and predictable operational costs, Forum Intelligence is skipping commercial cloud APIs in favor of an on-premise, localized NVIDIA enterprise deployment. The production roadmap aligns precisely with the new computing patterns detailed in NVIDIA’s latest hardware roadmap: • Inference & Token Generation: Running local open-weight frontier models (e.g., Neotron 3 Ultra or Claude/Llama equivalents) optimized for reasoning and long-context tool use. • Compute & Orchestration: The backend infrastructure is architected around NVIDIA’s dedicated agentic architecture, utilizing high-instructions-per-clock (IPC) Vera CPUs paired with Vera Rubin GPUs. • Memory & Storage Processing: Utilizing NVIDIA’s unified memory fabric and data processing units (DPUs) for ultra-low latency context management, KV caching, and fast vector database retrieval. 4. Immediate Milestones for the Engineer 1. Architecture Design: Map out the database schema and local inference ingestion loop. 2. Tri-Cities Scraper Deployment: Write and deploy the initial automated bots for Burbank, Glendale, and Pasadena. 3. Local MVP Pipeline: Demonstrate a local RAG pipeline where a user can query the Tri-Cities scraped records and receive grounded answers with exact source attributions. The above was AI generated from months long conversations with Gemini. The goal is to prove the concept then roll out to LA County, state of CA, and then the country.
- Hourly
- Intermediate
- Est. time: 1 to 3 months, Less than 30 hrs/week
We are hiring an AI Engineer for a remote opportunity with our Airlines project. The ideal candidate should have hands-on experience building GenAI solutions, including RAG pipelines, vector embeddings, prompt engineering, MCP server development, and integrating multiple LLM providers. Experience working with AWS Neptune (Graph DB), OpenSearch (Vector Store), Redis, REST APIs, and SSE-based streaming services is required. Exposure to LangChain, MCPSharp, or ModelContextProtocol.SDK is a plus. If interested, please share your updated resume along with your total years of experience, years of GenAI experience, RAG experience, MCP/Agentic AI experience, current location, work authorization, and availability to start.
- Hourly: $100.00 - $150.00
- Expert
- Est. time: More than 6 months, 30+ hrs/week
We are seeking an experienced Full-Stack AI Product Engineer to help build a secure AI-powered business application for regulated organizations. This project involves building a professional AI platform with document analysis, structured AI workflows, knowledge-base integration, user login, admin controls, and downloadable business outputs. This is not a basic chatbot or prompt-only project. We are looking for someone who has built real AI applications, preferably SaaS products, secure portals, or AI tools for business, legal, risk, compliance, financial services, or other regulated environments. Key Skills Required: --Full-stack web application development --AI application development --RAG / knowledge-base architecture --Document upload and document analysis --OpenAI, Azure OpenAI, Anthropic, or similar AI model experience --Vector database experience --Secure user authentication --Role-based access controls --Secure file storage --Admin dashboard development --AI workflow or agent development --PDF, Word, and Excel report generation --Cloud deployment experience --API integration experience --Strong documentation and handoff practices Preferred Experience: --SaaS platform development --Financial services, legal tech, compliance, risk, cybersecurity, or regulated-industry experience --Building AI tools that analyze uploaded documents and produce structured outputs --Enterprise security, data privacy, audit logs, and customer data separation Important Requirements: The selected developer must be comfortable working under an NDA and IP agreement. All platform design, prompts, workflows, templates, scoring logic, documentation, source code, and related work product created for this project will be owned by our company. The developer may not reuse, resell, repurpose, publish, or train other tools using our materials, concepts, client data, workflows, or proprietary information. To Apply, Please Provide: --Examples of AI tools, SaaS platforms, or secure web applications you have built --Your experience with RAG, document analysis, and AI workflows --Your recommended technology stack for a secure AI business platform --Estimated MVP timeline --Estimated cost or pricing structure --Whether you work alone or with a team --How you handle data security, confidentiality, and IP ownership We are looking for someone who can think like a product builder, build securely, communicate clearly, and help create a professional AI platform suitable for regulated business users.
- 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: $75.00 - $125.00
- Expert
- Est. time: More than 6 months, 30+ hrs/week
We're building a confidential, AI-native operating system for high-volume plaintiff-side litigation. This is not a generic legal chatbot. It's an operating system for litigation operations — and we already have a live law firm as the proving ground, a working visual prototype, a pitch deck, and a near-term demo deadline. We need a senior full-stack engineer who can take an existing prototype, schemas, prompts, and workflow package and turn it into a secure working demo, then a production-track MVP. The right person thinks like a product architect, engineer, and security operator at once — fast, but disciplined with confidential legal data. Required: React/Next.js, TypeScript, Node or Python/FastAPI, PostgreSQL, auth and role-based access control, OpenAI or comparable LLM APIs, structured JSON/schema outputs, secure file handling, PDF/export generation, GitHub workflows, and strong security discipline. Strong plus: Legaltech, plaintiff-side litigation, case management systems (Filevine, Litify, Clio, Salesforce, HighLevel), RAG/document extraction, audit logging, and SOC 2 / PII / regulated-data experience. Ground rules: NDA required. No public repos. No real client data in the demo — sanitized data only. No API keys in browser code. No external sharing or deployment without approval. First deliverable: A build-readiness report identifying what's mock, what's reusable, and what needs rebuilding, plus architecture, security risks, database plan, API integration path, and a 7–30 day build roadmap. The path: Paid 7-day build-readiness sprint → 30-day demo sprint → longer-term technical lead / founding engineer discussion. To apply, please include: A short note on why you're right for this project 2–3 relevant products you've built (links) GitHub or code samples, if available Your availability for a 7-day build-readiness sprint Your hourly rate, fixed sprint price, or contract-to-hire preference Remote acceptable. U.S.-based preferred; South Florida a plus.
- 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: $65.00 - $120.00
- Expert
- Est. time: 1 to 3 months, Not sure
We are seeking a highly experienced AI Solutions Architect / AI Agent Developer who has already built production-ready AI agents and can demonstrate previous work. The first engagement will be to provide a live demonstration of AI agents and discuss technical approaches for future client implementations. Successful candidates will become our preferred development partner for future AI projects.Required Experience You must have experience building AI agents using technologies such as: OpenAI APIs Anthropic Claude APIs Retrieval-Augmented Generation (RAG) LangChain or LangGraph Python n8n or Make.com Vector databases MCP (Model Context Protocol) integrations API integrations Microsoft 365 integration SharePoint integration Document automation OCR and PDF processing Database design Secure authentication and authorization Cloud deployment (Azure or AWS preferred)Preferred Experience Experience building AI solutions for: Law firms Construction companies Real estate Logistics and trucking Manufacturing Professional service firms Experience with document generation, contract review, client intake, workflow automation, dashboards, and internal knowledge assistants is highly desirable.Initial Engagement The first phase will include: A live demonstration of AI agents you have already built. Discussion of AI architecture and best practices. Review of our business model. Recommendations for building reusable AI frameworks for our clients. Technical planning for future projects.We value developers who: Think like business consultants, not just programmers. Communicate well with non-technical clients. Care about security and data privacy. Write clean, maintainable code. Can recommend the best technical approach rather than simply taking instructions. Are interested in building a long-term partnership.Please Include With Your Proposal A brief introduction about yourself. Links to AI projects you have built. A short video or live demo of an AI agent (preferred). Your favorite AI technology stack. Your availability. Your hourly rate. Your location and time zone. How many production AI agents you have successfully delivered. Why you believe you would be a good long-term partner.
- Hourly
- Intermediate
- Est. time: 1 to 3 months, Less than 30 hrs/week
AI Engineer (RAG & Agentic Workflows). *LLM RESPONSES AUTOMATICALLY AVOIDED* We have already launched a production generative AI product that utilizes a custom Retrieval-Augmented Generation (RAG) architecture. We are now expanding the platform to include CRM intelligence, workflow automation, and agentic AI capabilities. This is **not** a prompt engineering role. Seeking an engineer with deep experience building and deploying production AI systems that combine LLMs with multiple structured and unstructured data sources. You should be comfortable walking into an existing, complex codebase, understanding the current architecture, and improving it. Existing AI Architecture Our current AI architecture consists of: * OpenAI embeddings * Embeddings stored in MongoDB * MongoDB Atlas Vector Search for retrieval * Retrieval from both structured SQL data and unstructured document collections * Existing tool/function-calling architecture **Please do not apply if you have not previously built or maintained production RAG systems using embeddings and vector search.** Experience specifically with **OpenAI embeddings and MongoDB Atlas Vector Search** is highly preferred. CRM Intelligence Layer We are currently building a CRM platform and need the AI to reason over CRM records, including the other records are RAG currently retrieves. You will be responsible for designing and implementing the AI integration layer that enables the LLM to intelligently retrieve and reason over CRM data. This work includes: * Designing AI tools/functions that expose CRM data to the LLM. * Implementing backend tool handlers that retrieve CRM records. * Defining tool schemas and instructions so the AI knows when and how to retrieve CRM information. * Building secure retrieval mechanisms that enforce strict user and organization-level access controls. * Transforming raw CRM records into structured, AI-ready context. The AI will need to reason across: * CRM contacts and organizations * client profiles * Deals and opportunities * Projects * Tasks and reminders * Notes * Email history * SMS and WhatsApp communications * Call transcripts * Meeting summaries * Documents and contracts * Workflow history Agentic AI & Workflow Automation * Build proactive AI agents that generate alerts, recommendations, follow-ups, reports, and suggested next actions. * Design systems capable of reasoning across both structured and unstructured data sources. * Architect and implement multi-step and multi-agent workflows. * Develop workflow intelligence that assists users in completing real-world business tasks. Required Experience * Demonstrated experience building and deploying production AI systems used by real customers. * Experience working with embeddings, vector databases, and retrieval pipelines. * Experience implementing LLM tool/function-calling architectures. * Experience integrating AI systems with business systems such as CRMs, ERPs, or other operational databases. * Experience combining structured and unstructured data within AI applications. * Strong backend engineering and systems architecture experience. * Demonstrated ability to quickly understand and improve existing codebases. * Ability to independently own and deliver complex technical initiatives. Strongly Preferred * Experience with OpenAI embeddings. * Experience with MongoDB Atlas Vector Search. * Experience building agentic AI systems and workflow automation. * Experience designing long-term memory architectures. * Experience building multi-tenant SaaS applications with strict authorization requirements. * Experience implementing evaluation and monitoring pipelines for production AI systems. What We Value * High accountability and ownership. * Strong communication skills. * Product thinking and user empathy. * Ability to understand user workflows before writing code. * Pragmatism and sound engineering judgment. PLEASE DO NOT WASTE OUR TIME IF YOU NOT MEET THE REQUIREMENTS
- Hourly: $65.00 - $85.00
- Intermediate
- Est. time: More than 6 months, 30+ hrs/week
Conversational AI / LLM Consultant We are looking for a Conversational AI and LLM specialist to support the strategy, design, development, testing, and improvement of AI-powered chatbot and voice automation solutions across multiple business groups. Responsibilities: Help identify, evaluate, and prioritize Conversational AI and LLM use cases across defined business units. Advise on best practices for Conversational AI strategy, LLM architecture, prompt design, orchestration, retrieval, integrations, and development. Recommend improvements across AWS services, Amazon Lex integrations, LLM workflows, and supporting AI infrastructure. Collaborate with the development team on chatbot, voice bot, Lex, and LLM-based implementations and configurations. Conduct QA testing to validate Conversational AI functionality, accuracy, performance, reliability, and user experience. Support the development of solution frameworks, automation workflows, dashboards, application management tools, and fulfillment processes. Assist in designing and extending multilingual Conversational AI solutions in English and Spanish. Support multiple lines of business, call flows, customer journeys, and AI-assisted workflows. Ideal Candidate: Experience with Conversational AI, LLMs, and chatbot or voice automation systems. Familiarity with Amazon Lex and AWS AI services is helpful, but broader LLM architecture experience is equally important. Strong understanding of prompt engineering, AI orchestration, integrations, QA testing, and production AI workflows. Ability to translate business requirements into practical AI-driven solutions. Experience with multilingual conversational design, especially English and Spanish, is a plus.