a Go.
· Sixto Valdés

Bidding on Chile public procurement with AI: 2026 guide

How to use AI to discover, evaluate and bid on Chile's Mercado Público tenders without a black box: deterministic scoring, RAG over previous bids and pitfalls.

B2GPublic ProcurementAITendersChile
§ Summary

How to use AI to discover, evaluate and bid on Chile’s Mercado Público tenders without a black box. Deterministic scoring, RAG over previous bids and common mistakes.

Bidding on Chile’s Mercado Público (Chilecompra) consumes time from small teams: read the terms, decide whether to bid, write, calculate the price. AI can accelerate much of it without replacing human judgment. This guide covers what to automate well, what not to automate, and what tools to use in 2026.

The concrete problem

A medium-sized Chilean state supplier faces, every week:

  1. Volume: hundreds of tenders published, most irrelevant.
  2. Long terms: 40-100 page PDFs with technical and administrative requirements.
  3. Short deadlines: typically 7-15 calendar days.
  4. Repetition: if they bid on something similar last year, much can be reused.
  5. Informed decision: is it worth bidding? how competitive is the proposal?

A spreadsheet plus manual search on mercadopublico.cl solves this at the cost of many hours. Well-designed AI reduces it drastically.

What to automate well

1. Discovery (filtering)

AI discovers new tenders daily, filters by UNSPSC code of your industry, minimum amount, region and deadline. It hands you a short list of 5-15 per week instead of 200.

2. Technical analysis

For the ones that pass the filter, AI extracts: critical requirements, evaluation criteria, delivery deadline, required guarantees, minimum experience. Instead of reading 60 pages, you read a structured sheet.

3. Scoring

Each tender gets a deterministic score (not a black box): calculated with clear rules about your fit. If you fail a hard requirement (e.g. minimum 3 years experience, you have 1), the system says it before you waste time.

4. RAG over your previous bids

For the ones you decide to bid on, the AI searches your corpus of previous bids (the ones you won) and proposes reusable sections: experience, team, methodology. You edit and adjust to the case.

5. UNSPSC analytics

Dashboard of which categories the State buys most, where it competes, where you stand. Useful to decide whether to get certified in a new UNSPSC code.

What NOT to automate (yet)

  • Final decision to bid: human judgment, considers client relationship, real operational capacity.
  • Pricing: depends on internal costs the AI does not know well.
  • Cover letter / personal stamp: the human touch makes the difference in qualitative evaluation.
  • Legal guarantees and bonds: manual paperwork with your bank.

If the AI says “this tender has score 87” without explaining why, you cannot appeal to judgment.

— Sixto Valdés

Common mistakes AI can make worse if not designed well

1. Bidding on everything the filter shows

If your AI only filters by keywords, it will flood you with irrelevant opportunities and burn the team. The AI must rank by real probability of award.

2. Invented citations in the bid

If the AI writes sections without RAG over your corpus, it invents background. Winning with false info means disqualification.

3. Black box

If the AI says “this tender has score 87” without explaining why, you cannot appeal to judgment. You need deterministic scoring with a breakdown.

4. Sensitive data sent to OpenAI

Your previous bids are IP. If the tool sends everything to a foreign provider’s public API, consider confidentiality implications and clauses with your own clients.

How quelicitar.cl does it

quelicitar is aGo’s B2B product for Chilean state suppliers. In pre-launch. It covers:

  • Daily discovery with filters by UNSPSC, region and amount.
  • Deterministic explainable scoring (not a black box, each score component is visible).
  • RAG over your corpus of previously awarded bids.
  • UNSPSC market analytics.
  • Add-on marketplace (factoring for awarded bids, insurance).
  • Stack: Django 5 + Flow + OpenFactura. Data on controlled infrastructure.

If your SMB bids recurrently on Mercado Público, request early access.

Conclusion

AI in public procurement does not replace the commercial team: it frees them from repetitive tasks so they can focus on higher-value decisions. The key is to choose tools with explainable scoring and RAG over your own corpus, not generalist agents that hallucinate.

Request early access to quelicitar.cl.


Sources

§ Next step

Want to dig deeper? Get in touch at [email protected] and we will review your case.

§ FAQ

Frequently asked questions

What is Mercado Público and how does AI-assisted bidding work in 2026?

[Mercado Público](https://www.mercadopublico.cl) is Chile's centralized State purchasing platform operated by ChileCompra. It publishes over 200,000 tenders per year. AI accelerates three workflow steps: discovery (filtering applicable tenders), evaluation (deciding if it's worth bidding), and drafting (generating proposal drafts from history).

Can a Chilean SMB compete against large companies in Mercado Público?

Yes, with criteria. Technical bases usually have parity requirements (active RUT, guarantee, background). The differentiator is reading bases well, asking during clarification window, bidding only where you have real edge. SMB bidding 5 well-evaluated per week converts more than big company bidding 50 unfiltered.

What free or cheap AI tools work for bidding in 2026?

For discovery: native mercadopublico.cl filters + respectful RSS feed scraping. For evaluation: ChatGPT/Claude with technical bases as context. For drafting: Notion templates + generative AI. For professional flows with automated scoring, platforms like QueLicitar (by aGo lab) consolidate steps in a dashboard.

What are the most common errors when bidding with AI?

Four repeated: 1) Trusting AI-generated amounts without verifying against bases. 2) Literally copying past proposals without adapting. 3) Not reading clarifications published during deadline. 4) Bidding past deadline due to AI alert failure. AI accelerates, does NOT replace human judgment.