[![Image]() Meet Jobicy Copilot — free AI autofill for job applications + remote job alerts ›](#)   [All remote jobs](https://jobicy.com/jobs.md)Open role[![Able logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2025/06/b70bf263-221.png)](https://jobicy.com/company/able.md)Remote opportunity at[Able](https://jobicy.com/company/able.md)

# AI Senior Engineer (Vision)

Review the role, location requirements, compensation details, and application process before deciding whether this opportunity fits your next career move.

[Apply for this job](#job-application)[View company](https://jobicy.com/company/able.md)Share20 Sep 2026Published32Listing views3Application actions20 Oct 2026Apply before  Opportunity details

## About this role.

AI SummaryThis Senior AI Engineer role builds document-intelligence systems that combine computer vision, PDF parsing, and LLM orchestration. The engineer will develop pipelines for extracting structured information from complex visual documents, including layouts, charts, and tables. Core work includes LangChain or LangGraph agent workflows, multimodal model integration, prompt/control-flow design, and cost optimization. Strong Python ML experience, native PDF-processing expertise, and clear English communication are required. The role is fully remote for candidates within Latin America and expects a 40-hour workweek.

## Role DNA

A quick view of the complexity, pace, ownership and collaboration implied by the job description.

### Job Complexity

5/5EasyHard

### Pace & Pressure

4/5RelaxedFast-paced

### Autonomy Level

5/5GuidedFull ownership

### Communication Load

4/5IndependentCollaborative

AI insightThis is a highly specialized senior role spanning multimodal AI, document parsing, agentic orchestration, and production cost/performance tradeoffs. Success requires independently solving ambiguous reliability challenges such as preserving PDF structure and reducing hallucinations on financial charts.

## Salary analysis

Estimated compensation compared with the broader US market for similar roles.

Estimated job medianMarket rate$190,000US market range$165k–$230k0$253k

AI insightNo actual salary was disclosed; "Payments made in USD" only establishes payment currency. The figures shown are estimated annual US-market base-salary benchmarks for a senior AI/computer-vision engineer with LLM orchestration and document-intelligence expertise; actual LATAM compensation may differ substantially by country, engagement model, and benefits.

## Core skills

Skills and capabilities most closely associated with this opportunity.

[Computer Vision](https://jobicy.com/jobs?search_keywords=Computer%20Vision.md)[Vision-Language Models](https://jobicy.com/jobs?search_keywords=Vision-Language%20Models.md)[LLM Orchestration](https://jobicy.com/jobs?search_keywords=LLM%20Orchestration.md)[LangChain](https://jobicy.com/jobs?search_keywords=LangChain.md)[LangGraph](https://jobicy.com/jobs?search_keywords=LangGraph.md)[Python](https://jobicy.com/jobs?search_keywords=Python.md)[PyTorch](https://jobicy.com/jobs?search_keywords=PyTorch.md)[PDF Processing](https://jobicy.com/jobs?search_keywords=PDF%20Processing.md)[Document Intelligence](https://jobicy.com/jobs?search_keywords=Document%20Intelligence.md)[Prompt Engineering](https://jobicy.com/jobs?search_keywords=Prompt%20Engineering.md)

Sample interview questionsHow would you design a pipeline to extract and interpret data from a complex financial PDF containing text, tables, charts, and mixed layouts?I would first classify the document and extract native PDF elements with PyMuPDF or pdfplumber wherever possible, preserving page coordinates and reading order. For scanned or highly visual regions, I would use layout detection and targeted vision-language model calls, then normalize outputs into a schema with provenance links to page regions. I would validate critical fields using confidence thresholds, cross-checks, and human-review fallbacks for low-confidence financial values.

How do you manage context limits and reliability in LangChain or LangGraph agent workflows?

I define narrowly scoped graph nodes, structured inputs and outputs, and explicit state so each step has a clear responsibility. Rather than passing entire documents into a model, I retrieve only relevant chunks, table representations, and image regions while retaining metadata for traceability. I also implement retries, tool-result validation, guardrails, and evaluation datasets to identify failure modes before production release.

What techniques would you use to reduce hallucinations when models interpret charts or tables?

I would ground the model on extracted source data and require structured answers that cite page, chart, or table coordinates. I would use deterministic parsing for values when available, reserve visual models for interpretation tasks, and prompt the model to return uncertainty rather than infer missing information. Automated checks such as totals reconciliation, unit validation, and comparison against OCR or native text provide additional safeguards.

Describe how you would optimize the cost of a high-volume document-processing system using multimodal models.

I would segment documents and route each task to the least expensive model capable of meeting quality targets. Native text extraction, caching, batching, asynchronous processing, and selective high-resolution image rendering can greatly reduce expensive vision calls. I would measure per-document cost, latency, and extraction quality by document type, then use those metrics to tune routing thresholds and model choices.

How would you evaluate whether fine-tuning is preferable to prompt engineering for domain-specific financial documents?

I would begin with a representative benchmark set and establish a prompt-and-retrieval baseline using error categories such as chart misreads, layout mistakes, and incorrect field extraction. If recurring errors persist despite improved data representation, prompts, and validation, I would assess whether sufficient labeled examples exist for fine-tuning. The decision would compare measurable quality gains against annotation, training, maintenance, inference cost, and the ability to adapt to new document formats.

Back in 2012, we were a group of engineers and designers who decided we wanted to build things—so we did. Able started as an engineering and product hub building for a portfolio of early-stage startups. We built many relationships while developing products that were thoughtful, effective, and genuinely useful. But, since then, we’ve grown… and so has our ambition.

Now, we’re entering our next chapter—defined by applied AI. AI is a powerful force in the end-to-end software development cycle, and we’re creating practices that allow us to deliver software fast and more effectively than traditional approaches, creating meaningful value for our partners. Today, our builder mindset is driving us to become an AI-native organization across every function. We’re still evolving, and that’s part of the opportunity. If you want to build, learn, and tackle challenges alongside an ambitious team, let’s build together.

This position is 100% remote within LatAm.

### What you’ll be doing

We are seeking someone who enjoys working at the cutting edge where Computer Vision meets Logic. You will be responsible for the “eyes” and the “brain” of our system—extracting complex data from visual documents and then orchestrating how that data is used by Large Language Models.

In short, someone who likes:

* Unlocking Visual Data: Building pipelines that can “read” complex documents, understanding layout, charts, and visual context using Vision-Language Models (GPT-4V, Claude 3.5) and Layout Analysis.
* Orchestrating Intelligence: Owning the application logic layer. You will use LangChain or LangGraph to build the agents and chains that query our data, reason about it, and generate responses.
* Native PDF Handling: Handling the messy reality of PDF processing (PyMuPDF, layout parsing) to preserve structure before the AI even sees it.
* Prompt Engineering & Logic: Crafting complex prompts and control flows to ensure models interpret financial charts and layouts accurately without hallucinating.
* Cost & Scale: Applying a cost-optimization mindset (batch processing, model selection) to ensure our vision and orchestration layers are economically viable.

### What we’re looking for

We want to work with people who have a passion for collaborating with their teams, building software while nurturing inclusive and respectful relationships with their coworkers. With the ones that are open about their shortcomings and what they do not know now, but remain eager to keep on growing and closing those gaps.

Ideally, they would also have:

* LLM Orchestration (Must Have): Deep experience with LangChain, LangGraph, or similar frameworks. You know how to manage context windows, tool calling, and agentic workflows.
* Multimodal AI Experience: Hands-on experience integrating state-of-the-art vision models (GPT-4V, Claude 3.5 Sonnet) and embedding models (CLIP).
* Document Intelligence Specialist: Familiarity with specialized models (e.g., Donut, Pix2Struct) and tools like Unstructured.io or Docling.
* PDF Processing Mastery: Mastery over tools like PyMuPDF or pdfplumber for native element extraction.
* Python ML Stack: Strong proficiency in PyTorch or TensorFlow.

Nice-to-Have:

* Fine-Tuning: Experience fine-tuning vision or language models, specifically to improve accuracy on domain-specific artifacts like financial charts or tables.
* Domain Knowledge: Prior experience handling documents in the Real Estate or Finance sectors.

Able is powered by curious, thoughtful people who care about what they build and how they build it. We’re actively investing in our team through AI training, knowledge-sharing, and hands-on experimentation to ensure everyone grows alongside the technology.

This position is 100% remote within LatAm. Strong verbal and written communication skills in English are a requirement. As a team member, you can expect:

* To work 40 hours per week, and be available during normal business hours as needed.
* Payments made in USD.
* 18 days of PTO per year, observance of local holidays, and an annual break between Christmas and New Years.
* Wellness + Remote Stipend
* AI Voucher

### [About Able](https://able.co/)

Able builds technology products in a portfolio model. We believe that people, teams, and processes are more important than the ideas themselves, so we’ve focused on bringing great people together, and investing in their growth.

We’ve built products in a variety of industries. Everything from media to finance to toys to healthcare. Sometimes we work with management teams to help their businesses grow faster or unlock value using technology. Other times we start or buy businesses outright. Each time, we look for opportunities to leverage technology built at the portfolio-level to drive value faster.

Able is committed to inclusion and diversity and is an equal-opportunity employer. All applicants will receive consideration without regard to race, color, religion, gender, gender identity, sexual orientation, national origin, disability, or veteran status.

This is but the beginning of a conversation we’d love to have with you.

Apply, and let’s get this adventure started!

Show more

[Apply now >](https://jobicy.com/jobs/153740-ai-senior-engineer-vision.md)

>  Annual salary information is not provided for this position. Explore salary ranges for similar roles in our [Salary Directory ›](https://jobicy.com/salaries.md)

*

![Upload CV](data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2NSIgaGVpZ2h0PSI2NSIgZmlsbD0ibm9uZSIgeG1sbnM6dj0iaHR0cHM6Ly92ZWN0YS5pby9uYW5vIj48ZyBjbGlwLXBhdGg9InVybCgjQSkiPjxwYXRoIGQ9Ik0wIDBINjVWNjVIMFYwWiIgZmlsbD0iIzAyOWFlYiIvPjxnIGZpbGw9IiNmZmYiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIj48cGF0aCBkPSJNMzMuMDQ5IDE1LjQ1NGExLjQzIDEuNDMgMCAwIDAtMi4wOTcgMGwtNy41NzkgOC4xNDdhMS4zOCAxLjM4IDAgMCAwIC4wOSAxLjk3MyAxLjQ0IDEuNDQgMCAwIDAgMi4wMDgtLjA4OGw1LjEwOS01LjQ5MnYyMC42MWExLjQxIDEuNDEgMCAwIDAgMS40MjEgMS4zOTdjLjc4NSAwIDEuNDIxLS42MjUgMS40MjEtMS4zOTd2LTIwLjYxbDUuMTA5IDUuNDkyYTEuNDQgMS40NCAwIDAgMCAyLjAwOC4wODggMS4zOCAxLjM4IDAgMCAwIC4wOS0xLjk3M2wtNy41NzktOC4xNDZ6TTE2Ljc2OSAzOC40YzAtLjc3My0uNjItMS40LTEuMzg1LTEuNFMxNCAzNy42MjcgMTQgMzguNHYuMTAybC4yMTUgNi4yMjljLjIyMyAxLjY4LjcwMSAzLjA5NSAxLjgxMyA0LjIxOHMyLjUxIDEuNjA3IDQuMTcyIDEuODMzYzEuNi4yMTggMy42MzYuMjE4IDYuMTYuMjE4aDExLjI4bDYuMTYtLjIxOGMxLjY2Mi0uMjI2IDMuMDYxLS43MDkgNC4xNzItMS44MzNzMS41ODktMi41MzggMS44MTMtNC4yMThDNTAgNDMuMTEzIDUwIDQxLjA1NSA1MCAzOC41MDNWMzguNGMwLS43NzMtLjYyLTEuNC0xLjM4NS0xLjRzLTEuMzg1LjYyNy0xLjM4NSAxLjRsLS4xOSA1Ljk1OGMtLjE4MiAxLjM3LS41MTUgMi4wOTUtMS4wMjYgMi42MTJzLTEuMjI4Ljg1My0yLjU4MyAxLjAzOGMtMS4zOTUuMTktMy4yNDMuMTkzLTUuODkzLjE5M0gyNi40NjJjLTIuNjUgMC00LjQ5OC0uMDAzLTUuODkzLS4xOTMtMS4zNTUtLjE4NC0yLjA3Mi0uNTIxLTIuNTgzLTEuMDM4cy0uODQ0LTEuMjQyLTEuMDI2LTIuNjEyYy0uMTg3LTEuNDEtLjE5MS0zLjI3OS0uMTkxLTUuOTU4eiIvPjwvZz48L2c+PGRlZnM+PGNsaXBQYXRoIGlkPSJBIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMCAwaDY1djY1SDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+)

### Upload your resume now

To unlock remote work opportunities and be discovered by global employers.

This job listing has been manually reviewed by the Jobicy Trust & Safety Team for compliance with our posting guidelines, including verification of the company's legitimacy, accuracy of job details, clarity of remote work policy, and absence of misleading or fraudulent content.

Next step

## Apply now.

Follow the employer’s application method and review Jobicy’s safety guidance before sharing personal information.

Keep exploring

## Related remote jobs.

Matched by job category10 related opportunities[Software Engineering](https://jobicy.com/categories/engineering.md) [Browse all jobs](https://jobicy.com/jobs.md)
*
![Serve Robotics logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2025/08/8ad805d9-221.png)
Serve Robotics  Sep 20

### [Electrical Engineer](https://jobicy.com/jobs/153758-electrical-engineer-3.md)

At Serve Robotics, we’re reimagining how things move in cities. Our personable sidewalk robot is our vision for the future. It’s designed to take deliveries away from congested streets, make…

*
![Fastly logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2021/10/127f9e4bbbdb8767bef358a23bf7f73d.jpeg)
Fastly  Sep 20

### [Senior Software Engineer, Edge Security](https://jobicy.com/jobs/153752-senior-software-engineer-edge-security.md)

Fastly helps people stay better connected with the things they love. Fastly’s edge cloud platform enables customers to create great digital experiences quickly, securely, and reliably by processing, serving, and…

*
![Airtm logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2025/06/1994f28e-221.png)
Airtm  Sep 20

### [Senior Software Enginner (Full-stack Node + React)](https://jobicy.com/jobs/153741-senior-software-enginner-full-stack-node-react.md)

About us: Airtm is a financial-infrastructure company building the future of the online-work economy. We are on a mission to empower the world’s growing number of Digital Entrepreneurs in the…

*
![Atomic logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2021/11/dfb1cc8654c3b08bce1117b36f882000.png)
Atomic  Sep 20

### [Founding Forward Deployed Engineer](https://jobicy.com/jobs/153712-founding-forward-deployed-engineer.md)

We’re a stealth holding company acquiring and operating software businesses in overlooked, mission-critical industries – the systems that run the physical economy but have been ignored by Silicon Valley. We’re…

*
![Oowlish Technology logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2025/06/c279fe91-221.jpg)
Oowlish Technology  Sep 20

### [Senior Frontend Engineer (React)](https://jobicy.com/jobs/153716-senior-frontend-engineer-react.md)

Join Our Team Oowlish, one of Latin America’s rapidly expanding software development companies, is seeking experienced technology professionals to enhance our diverse and vibrant team. As a valued member of…

*
![1Password logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2020/09/WRILS-200909195848-296323.png)
1Password  Sep 20

### [Senior .NET Developer, SaaS Manager](https://jobicy.com/jobs/153707-senior-net-developer-saas-manager.md)

1Password is growing. We’ve surpassed $400M in ARR and we’re continuing to accelerate, earning a spot on the Forbes Cloud 100 for four years in a row and teaming up…

*
![Future PLC logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2025/06/2da60a56-221.jpg)
Future PLC  Sep 20

### [Full-Stack Growth Engineer](https://jobicy.com/jobs/153701-full-stack-growth-engineer.md)

About Us: Future is building a personalized guidance system for lifelong health. We help people understand what to do next for their body, goals, and stage of life — then…

*
![LivePerson logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2025/06/49f9583c-221.jpeg)
LivePerson  Sep 20

### [Senior Software Engineer, Data & Platform Services](https://jobicy.com/jobs/153692-senior-software-engineer-data-platform-services.md)

Location: Berlin, Germany Remote Status: Fully Remote (#LI-Remote) LivePerson (NASDAQ: LPSN) is a leader in trusted enterprise conversational AI and digital transformation. The world’s leading brands use our award-winning Conversational…

*
![saas.group logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2025/06/f6d362c3-221-1.png)
saas.group  Sep 20

### [Senior Software Engineer – AI](https://jobicy.com/jobs/153695-senior-software-engineer-ai.md)

This role is part of our Usersnap team, one of our growing brands at saas.group. Profile Overview Usersnap is building AI-driven capabilities into the core of the product, from automated…

*
![saas.group logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2025/06/f6d362c3-221-1.png)
saas.group  Sep 20

### [Staff Software Engineer](https://jobicy.com/jobs/153697-staff-software-engineer-6.md)

This role is part of our Prerender team, one of our growing brands at saas.group. For nearly a decade, Prerender has empowered marketers to create dynamic, complex sites at scale,…