How Accurate Is AI at Reading Architectural Drawings? Benchmark Results for 6 AI Models. Part 2

An architectural sheet with a floor plan boxed in blue, soffit and bulkhead details boxed in green, and callout bubbles boxed in pink.

Quick answer: In our August 2026 benchmark of six multimodal AI models across 119 architectural drawing pages and 1,430 hand-labelled objects, Qwen3.8-Max achieved the highest overall F1 score at 62%, followed by Gemini 3.5 Flash at 53%. AI was much better at locating large objects such as floor plans and interior elevations than small or thin objects such as callouts and countertops. In direct full-page processing, current general-purpose AI models are useful for navigating drawing sets and generating starting-point object counts, but their output still requires human verification for estimating work.

These are initial results from August 2026. More models and newer versions will be added as the benchmark grows.

Part 1 recap

In Part 1 we introduced the problem.

Estimators working in casework and millwork spend a significant part of their day finding objects on architectural drawings: cabinets, countertops, interior elevations, and the small callout bubbles that connect one view to another.

Multimodal AI models can now take a drawing page as an image and answer questions about what is on it. We wanted to measure how reliably they can locate specific objects on architectural drawings, and where they break down.

This is harder than it sounds. Architectural drawing pages are dense. When a full sheet is compressed to the resolution accepted by an AI model, a callout can become only a few pixels wide. Object size, image resolution, drawing density, scan quality, and the way the task is posed can all affect the result.

Part 2 focuses on the first of these questions: given the same full architectural drawing page and the same task, how accurately can different AI models locate the same objects?

In this benchmark, “reading” a drawing means locating predefined objects on a page and returning bounding boxes around them. We are not testing whether a model can interpret a whole project or produce a takeoff (more on that in the FAQ below).

The AI architectural drawing benchmark: 119 pages, 1,430 objects, 6 models

We collected drawings from nine publicly available projects, covering 119 pages in total.

The projects come from different offices and different decades of drafting habits, so drawing quality and page density vary. Some pages contain only one labelled object; the busiest pages contain more than 60.

An annotator manually marked every object on every page. The benchmark contains approximately:

  • 560 callouts
  • 320 cabinets
  • 300 elevations
  • 170 floor plans
  • 90 countertops

That gives us approximately 1,430 hand-labelled objects against which to compare AI output.

An interior elevation sheet with every object boxed by hand and colour-coded: 13 cabinets, 6 countertops, 16 elevations and 9 callouts.
Expert markup on one sheet. Every box is drawn by hand.

Which AI models were tested?

Six multimodal AI models were run on every page using the same direct-mode approach:

  • Qwen3.8-Max
  • Gemini 3.5 Flash
  • Gemini 3.1 Pro Preview
  • Claude Opus 5
  • Grok 4.6
  • Claude Sonnet 5

In direct mode, the complete drawing page is provided to the model and the model returns a list of bounding boxes with coordinates. Other models will be added as the benchmark grows.

How accuracy is scored

A predicted box counts as correct when it overlaps the human-labelled box by at least half of their combined area (IoU 0.50). From the correct, stray, and missed boxes we calculate an F1 score, which balances objects found against objects invented. A loose box that misses the threshold counts as both a stray prediction and a missed object. The FAQ explains IoU and F1 in more detail.

Diagram of three predicted bounding boxes overlapping one ground-truth box at IoU 0.34, 0.54 and 0.84.
Three model boxes for the same object. Only the middle and right ones count at the 0.50 threshold.

Which AI model is best at reading architectural drawings?

In this first benchmark, Qwen3.8-Max achieved the highest overall score, with an F1 score of 62%. Gemini 3.5 Flash was second at 53%, followed by Gemini 3.1 Pro Preview at 51%.

However, there is no single model that performs equally well on every type of architectural drawing object.

AI modelCabinetsCountertopsFloor plansElevationsCalloutsAll objects
Qwen3.8-Max60%32%98%90%47%62%
Gemini 3.5 Flash45%16%96%90%33%53%
Gemini 3.1 Pro Preview39%10%89%78%37%51%
Claude Opus 551%19%96%89%15%40%
Grok 4.65%7%91%69%0%30%
Claude Sonnet 510%0%73%47%4%21%
F1 score by AI model and object type, at IoU 0.50, over 119 architectural drawing pages (August 2026).

The model ranking is less informative than the difference between object types. The same AI model can be very good at finding a floor plan and very poor at finding a countertop on the same type of drawing.

That means there is no meaningful answer to “How accurate is AI at reading architectural drawings?” without also asking: accurate at finding what?

How accurate is AI at finding different objects on architectural drawings?

Floor plans: AI performs very well

Floor plans are the easiest object category in this benchmark. The best result was 98% F1 from Qwen3.8-Max, and every model except Claude Sonnet 5 scored at least 89%.

Floor plans are relatively large visual objects and often occupy a substantial portion of a drawing sheet. Their size makes them easier for a multimodal model to identify than small symbols or thin lines.

Interior elevations: AI also performs well

Interior elevations are the second-strongest category. The best models reached 90% F1, and three of the six scored 89% or higher.

Like floor plans, elevations are relatively large views, often occupying a quarter of a page or more. Their visual scale gives the AI model considerably more information to work with than a tiny callout or thin countertop line.

[coxit_compare ids=”1337,1341″ labels=”Ground truth|Qwen3.8-Max · F1 0.79″ caption=”The expert marked 23 objects on this sheet — 1 floor plan, 5 elevations and 17 callouts. Qwen3.8-Max returned 1, 5 and 14, scoring F1 0.79.”]

Cabinets: AI is usable, but not reliable enough to skip checking

Cabinets are smaller objects embedded within elevations and other views. The strongest cabinet result was 60% F1 from Qwen3.8-Max; the top four models scored between 39% and 60%.

For estimating workflows, cabinet detection can provide a useful starting point, but the benchmark does not support treating raw AI output as a final cabinet count without verification.

Callouts: AI struggles with small symbols

Callouts are small circles containing numbers or other identifiers. The models performed very differently here. Qwen3.8-Max achieved 47%, while Gemini 3.1 Pro Preview and Gemini 3.5 Flash achieved 37% and 33%. Other models performed poorly. Grok 4.6 returned 317 callout boxes across the dataset, but only two matched the human-labelled callouts at the 0.50 IoU threshold.

The problem is partly geometric. A callout may be only a few pixels across in a full-page image, so a small positional error makes a large difference to its IoU score.

Countertops: the hardest category

Countertops produced the lowest scores. The best result was only 32% F1 from Qwen3.8-Max.

Countertops are not necessarily the smallest objects on a sheet. The problem is their visual representation. On an elevation, a countertop can appear as a thin horizontal line sitting above a cabinet run. Unlike a cabinet, it may not have a clear enclosing shape that an AI model can use to determine the object’s boundaries.

No model scored above one third on countertops, and Claude Sonnet 5 found none at the primary IoU threshold.

[coxit_compare ids=”1343,1348″ labels=”Ground truth|Qwen3.8-Max · F1 0.67″ caption=”The expert marked 44 objects on this dense elevation sheet — 13 cabinets, 6 countertops, 16 elevations and 9 callouts. Qwen3.8-Max returned 12, 2, 16 and 9: nearly every cabinet and elevation, and 2 of the 6 countertops. F1 0.67.”]

Object size predicts AI accuracy better than model choice

For every model, the broad pattern is similar: floor plans, then elevations, then cabinets, then callouts, then countertops.

The best model scores 98% on floor plans but only 32% on countertops. That is a 66-point difference within one model. By comparison, the gap between the best and worst model is much smaller for several individual object categories.

This suggests that improving the way an architectural drawing is presented to a multimodal AI model may be at least as important as switching between models.

AI models can count objects better than they can locate them

Gemini 3.5 Flash returned 314 cabinet boxes across the dataset. The human markup contains 317 cabinets. At first glance, that sounds extremely accurate. But the cabinet F1 score is only 45%.

Knowing that there are approximately 317 cabinets is different from drawing a sufficiently accurate bounding box around each individual cabinet. Gemini Flash’s project-level cabinet counts were off by 17% on average, but many of its boxes were shifted or oversized and therefore failed the IoU 0.50 requirement.

What happens if we relax the localization requirement?

At an IoU threshold of 0.20 instead of 0.50:

  • Gemini 3.5 Flash increases from 53% to 76% overall
  • Claude Opus 5 increases from 40% to 59%
  • Claude Sonnet 5 increases from 21% to 42%
Benchmark results recomputed at IoU 0.20: overall micro-F1 of 0.76 for Gemini 3.5 Flash, 0.72 Qwen3.8-Max, 0.70 Gemini 3.1 Pro Preview, 0.59 Claude Opus 5, 0.47 Grok 4.6 and 0.42 Claude Sonnet 5, with a per-object-type breakdown below.
The same six models at IoU 0.20 instead of 0.50, overall and by object type. Callouts gain the most: Gemini 3.5 Flash goes from 0.33 to 0.73.

Callouts show the largest improvement. Their small size means that even a few pixels of positional drift can substantially reduce IoU.

This distinction matters for AI-assisted estimating. If the task is “How many cabinets are on this page?”, the models may be more useful than the headline F1 score suggests. If the task is “Show me exactly where every cabinet is so an estimator can trust the result without checking the sheet”, the current results are much weaker.

We use IoU 0.50 as our primary benchmark because a loose bounding box has limited practical value when a person must verify the result on the drawing.

How do different AI models fail on architectural drawings?

The overall F1 score hides an important difference: models can fail by missing objects or by inventing objects. Those failures create different amounts of work for a human estimator.

Claude Opus tends to over-detect

Across the dataset, Claude Opus produced 1,405 callout boxes for 557 actual callouts. At a lower overlap threshold, it covers approximately three quarters of the true callouts, but only around one in ten of its predicted boxes is a callout. The remaining predictions include other circles, tags, and bubbles on the sheet. For a human reviewer, an Opus-style result can require significant cleanup.

Gemini Pro tends to skip objects

Gemini 3.1 Pro Preview has a different failure pattern. On elevations, when it draws a box, it is right 94% of the time, but it only draws boxes for 67% of the elevations that exist. The output is relatively precise but incomplete. For an estimator, the work is going back to the drawing to find what the AI missed.

Grok misses many objects

Grok 4.6 finds only 26% of all objects in this benchmark. Its performance is particularly weak on callouts, cabinets and countertops.

Qwen finds more, at the cost of extra boxes

Qwen3.8-Max finds approximately 71% of objects at 55% precision. It sees more of the drawing than the other models, but it also generates more boxes that require checking.

Two AI models can have similar headline accuracy but create very different workloads for an estimator. One model might produce “Here are 20 objects. I am confident about most of them.” Another might produce “Here are 40 possible objects. You need to delete the wrong ones.” The best model for an estimating workflow therefore depends on F1 and on how the model’s errors affect human review time.

Drawing complexity matters as much as the AI model

AI accuracy also changes substantially from project to project. Qwen3.8-Max ranges from 44% on the densest project to 88% on two lighter projects. Gemini 3.5 Flash ranges from 26% to 85%.

The densest project contains 323 objects and 103 elevations. Every model performs worst on that project. Conversely, every model performs well on the project containing only floor plans and elevations.

An AI model’s benchmark score should not be interpreted as a universal accuracy number. A model’s performance depends on the drawing set, object types, page density, image quality and task definition.

What is the fastest and cheapest AI model for architectural drawings?

We also measured model response time and cost per page over the 119-page run.

AI modelCost per pageTime per page
Gemini 3.5 Flash$0.03520 s
Gemini 3.1 Pro Preview$0.04023 s
Qwen3.8-Max$0.057161 s
Claude Sonnet 5$0.07360 s
Claude Opus 5$0.13448 s
Grok 4.6$0.145362 s
Costs and response times are averages over the 119-page run via OpenRouter. Pages were processed sequentially.

Cost varies by a factor of approximately four, from $0.035 to $0.145 per page. Response time varies by a factor of approximately eighteen.

The two most expensive models, Grok and Opus, rank fourth and fifth in overall accuracy. Qwen3.8-Max, the highest-scoring model, sits in the middle on cost but is the second slowest at approximately 2.7 minutes per page.

For a 100-page drawing set, that means approximately:

  • Gemini: $3–4
  • Qwen: $6
  • Opus or Grok: $13–14

Qwen’s processing time also adds up: approximately four and a half hours for 100 pages when pages are run one after another.

Gemini 3.5 Flash is an interesting alternative if cost and speed matter more than the highest benchmark score. It scores 53% overall versus Qwen’s 62%.

The bottom line

The first run gives a fairly clear picture of where multimodal AI stands on architectural drawings in August 2026.

Qwen3.8-Max is the strongest overall model in this benchmark at 62% F1. But object type matters more than model choice. AI performs very well on large visual objects such as floor plans and elevations. Performance falls significantly for cabinets and becomes poor for small callouts and thin countertops.

The models also show a distinction between counting an object and locating it precisely. A model can produce a cabinet count that is close to the human count while still failing to place sufficiently accurate boxes around individual cabinets.

And the drawing itself matters. Dense pages reduce performance across models.

For an estimator, the current practical use of general-purpose multimodal AI is closer to “use AI to navigate the drawing set, identify relevant views, and create a starting point that a human estimator verifies” than to “upload the drawing set and let AI do the entire takeoff”. That is already useful, and it is a different thing from autonomous estimating. It is also the gap a purpose-built system closes: at the largest U.S. casework factory, that work went from six hours to ten minutes.

What comes next: structured processing

Everything measured above uses a simple workflow: one full drawing page in, one answer out. Part 1 described a second approach, structured processing, where the task is broken into steps:

  1. Find the interior elevations.
  2. Crop the relevant elevation.
  3. Analyze the cropped elevation at higher effective resolution.
  4. Identify the cabinets, countertops and other objects inside it.

Our early runs using this approach perform substantially better than the direct full-page results reported here. The likely reason is resolution: a cropped elevation can reach the model at several times the effective resolution of the same elevation embedded in a complete sheet.

We will publish those results once the structured-processing benchmark has been verified across the full dataset. The dataset is also growing, and models will be re-run as new versions become available. If you want the method behind the scoring rather than the results, our LLM evaluation work covers how these ground-truth datasets and automated runs are built.

Follow the benchmark

A ground floor plan open on a laptop, at the scale an estimator reads it

We re-run this benchmark whenever a notable new model comes out. Leave your email and the updated results land in your inbox.

Frequently Asked Questions

  • In this benchmark, it means locating predefined objects on a drawing page and returning bounding boxes around them: cabinets, countertops, floor plans, interior elevations, and drawing callouts. We are not testing whether an AI model can independently interpret an entire construction project, produce a complete quantity takeoff, or replace an estimator. Object detection is one part of the larger drawing-reading and estimating workflow.

  • A predicted bounding box is counted as correct when it overlaps the human-labelled box sufficiently. Our primary threshold is IoU 0.50. IoU, or Intersection over Union, measures how much the predicted box overlaps the human reference box relative to the combined area of the two boxes.

    From the resulting true positives, false positives, and missed objects, we calculate an F1 score. F1 balances precision (how many of the objects the AI identifies are correct) and recall (how many of the objects that exist on the drawing the AI finds). This prevents a model from scoring well by drawing boxes everywhere or by returning only a few highly confident boxes. A loose box that does not reach the IoU 0.50 threshold is counted as both a stray prediction and a missed object.

  • The benchmark does not measure complete automated takeoff, so it would be premature to claim that any of these models can perform one reliably. Locating objects on drawings is one component of the takeoff workflow, and on that component the results are mixed.

    Based on this benchmark, AI is currently useful for navigating large drawing sets, finding pages with floor plans and interior elevations, generating preliminary object counts, and helping an estimator identify where to look. It still requires substantial verification for small callouts, thin countertops, precise cabinet localization, dense sheets, and any fully automated quantities or final estimating decisions. Current general-purpose multimodal AI is better suited to AI-assisted drawing analysis than to autonomous takeoff.

  • Yes for some large, visually distinct objects; not yet for all objects required in detailed estimating.

    Floor plans (up to 98% F1) and interior elevations (up to 90%) are relatively reliable and already useful for drawing-set navigation. Cabinets (up to 60%) are partially reliable: a useful starting point that needs checking. Callouts (up to 47%) and countertops (up to 32%) are not yet reliable enough for unattended use. The models struggle most with small symbols and thin objects whose boundaries are hard to distinguish in a full-page image.

  • It measures multimodal AI object detection on architectural drawing pages, using bounding boxes and a defined IoU/F1 scoring method. It does not measure complete construction quantity takeoff, material pricing, cost-estimate accuracy, specification interpretation, OCR accuracy, drawing-to-BIM conversion, full architectural design interpretation, or whether AI can replace a human estimator. Those are separate capabilities that need separate benchmarks.

  • In this run, Qwen3.8-Max scored highest overall (62% F1) and led every object category. Gemini 3.5 Flash scored 53% at roughly 60% of Qwen’s cost and eight times its speed. The answer depends on which objects you need and how much checking time you can spend: see the sections on object types and failure patterns above.

Related articles

woodworking-operations-ai AI for Drawings

From 6 Hours to 10 Minutes: How AI Transformed Estimating at the Largest U.S. Casework Factory

takeoff-woodworking-ai AI for Drawings

6 Questions About AI Takeoffs for Casework Shops

OpenAI, Gemini and Claude icons beside an architectural floor plan on a monitor in a millwork shop, with rolled drawings on the workbench AI for Drawings

How Accurate Is AI at Reading Architectural Drawings? A Benchmark of 6 AI Models. Part 1

Let's collaborate

Tell us a bit about your project or challenge, and we'll get back to you shortly.

Volodymyr Hresko Volodymyr Hresko Co-Founder & COO

Reach out directly

[email protected]
This field is for validation purposes and should be left unchanged.
Full name
By submitting the form, you agree to Coxit’s Privacy Policy.