Apr 6, 2026

How We Built an AI System That Automates Senior Solution Architect Workflows

Discover how we built a 4-agent AI co-pilot that converts complex RFPs into draft technical proposals in 15 minutes — with built-in conflict detection, assumption surfacing, and confidence scoring.

Author

Yash Jogendrasingh Thakur
Yash Jogendrasingh ThakurSenior Software Engineer - II
How We Built an AI System That Automates Senior Solution Architect Workflows

Table of Contents

30% of a senior architect's time goes into reading RFPs and writing proposals rather than designing systems or solving engineering problems.

A 50-page enterprise RFP lands in an inbox. Two hours later, the architect has concluded what they suspected on page three: React Native frontend, Node backend, PostgreSQL, and Stripe for payments. The decision was predictable, but the process was manual and time-consuming. 

This manual work of extracting requirements, spotting contradictions, and drafting a coherent proposal repeats for each RFP. Our teams built an AI-powered co-pilot to change that.

What the AI Presales Co-Pilot Does

This system assists with the presales cycle. You upload a client's documents—PDFs, Word docs, Excel sheets, or emails—and the system produces a draft technical proposal that an architect can review and refine in 15 minutes instead of writing from scratch for 3 hours.

The value extends beyond document generation to reasoning:

  • Detects Contradictions: It flags tensions, such as a request for Native Mobile only paired with Critical SEO.
  • Surfaces Assumptions: It states the assumptions it is making (e.g., assuming Stripe for payments) so an architect can confirm or override them.
  • Confidence Scoring: It scores its own decisions, indicating where reviewers should focus attention.
ArchIntel AI presales co-pilot document upload dashboard.

How It Works: Four Specialized Agents

The system runs four specialized AI agents in sequence. The entire pipeline runs over a WebSocket connection, streaming progress to the dashboard in real time.

AI agent pipeline performing autonomous analysis on RFPs.

Agent 1: Requirement Interpreter

This agent parses raw, unstructured documents using format-specific tools (PyMuPDF, pandas, etc.). It extracts features, technical constraints, and non-functional requirements.

  • Pattern Enrichment: If a two-sided marketplace is mentioned, the system suggests features like ratings and booking based on a built-in knowledge base.
  • Conflict Detection: A rule engine identifies over-engineering or technical mismatches during initial analysis.

Agent 2: Solution Engine

This agent produces tech stack recommendations and effort estimates. It uses a hybrid approach: deterministic rules suggest the baseline stack (e.g., NestJS/PostgreSQL), while the LLM validates that choice against the specific client context. Effort estimation provides optimistic-to-pessimistic ranges (e.g., "120–210 hours") to reflect real-world uncertainty.

Agent 3: Self-Critique

Before a proposal is written, a critique agent reviews the solution for consistency. If an assumption contradicts a user input, the system sends a clarifying question back to the architect via WebSockets. Only when the critique approves does the pipeline proceed to generation.

Agent 4: Proposal Composer

The final agent selects a template (MVP, Enterprise, or Standard) and generates a Markdown proposal. The output covers Problem Understanding, Tech Stack, Architecture Overview, and Risk Mitigation.
AI dashboard showing conflict detection and assumptions.
Resolving technical conflicts in the AI proposal builder.

The Pipeline at a Glance

StageRoleOutput

Engineering Insights

Rule-based systems and LLMs complement each other: Conflict detection and effort mapping do not need an LLM—they need deterministic rules. LLMs handle ambiguity and prose generation.

Transparency is the primary feature. The reasoning trace provides more value than the document itself. By showing why assumptions were made, the system enables architects to review proposals 5–10x faster.

The Technical Stack

  • Backend: Python with FastAPI for async orchestration.
  • AI Layer: OpenRouter (Claude, GPT-4, and Gemini) for multi-model reasoning.
  • Communication: WebSockets for real-time streaming to a React-based frontend.
  • Knowledge Base: JSON-based datasets for requirement patterns and stack decision rules.
AI-generated technical proposal with architecture diagram.
Presales reasoning is repeatable. AI systems that make reasoning transparent and reviewable accelerate the path from RFP to proposal.

SHARE ON

Subscribe to Our Newsletter

Related Articles.

More from the engineering frontline.

Dive deep into our research and insights on design, development, and the impact of various trends to businesses.

How We Built the Missing Bridge from Code to Figma
Article

Jul 10, 2026

How We Built the Missing Bridge from Code to Figma

This blog explores how AI-generated React apps get turned into fully editable, designer-ready Figma files by reading React Fiber instead of the DOM.
GeekyAnts Becomes Member of Newly Launched AI Council of India
Article

Jul 10, 2026

GeekyAnts Becomes Member of Newly Launched AI Council of India

GeekyAnts has joined the AI Council of India, launched this week in Mumbai to guide India's AI policy and innovation. This piece covers the council's structure, plans, and the capital gap founders raised at the launch.
What Founders Must Evaluate Before Launching an AI-Built App
Article

Jul 2, 2026

What Founders Must Evaluate Before Launching an AI-Built App

What founders need to check before launching an AI-built app: code ownership, build limits, data security, and why a pre-launch technical review matters.
Industry 4.0 Built Visibility. Industry 5.0 Must Automate Decisions, Says GeekyAnts CEO at ET Now Business Conclave 2026
Article

Jun 30, 2026

Industry 4.0 Built Visibility. Industry 5.0 Must Automate Decisions, Says GeekyAnts CEO at ET Now Business Conclave 2026

At ET Now Business Conclave 2026, GeekyAnts participated in a panel discussion on manufacturing, where our CEO Kumar Pratik shared his insights on Industry 5.0.
Building a Resilient Hybrid-Cloud Network with WireGuard HA, Route-Based Failover, and Deep Observability
Article

Jun 27, 2026

Building a Resilient Hybrid-Cloud Network with WireGuard HA, Route-Based Failover, and Deep Observability

A practical breakdown of building resilient AWS-to-on-premises connectivity with WireGuard HA, active-standby failover, and deep packet-forwarding observability.
GeekyAnts Wins AI and Digital Transformation Excellence Award at ET Now Business Conclave 2026
Article

Jun 26, 2026

GeekyAnts Wins AI and Digital Transformation Excellence Award at ET Now Business Conclave 2026

This blog covers GeekyAnts winning the "Excellence in AI & Digital Transformation" award at the ET Now Business Conclave & Awards 2026, Gujarat Edition, held in Ahmedabad on June 16, 2026.
Scroll for more
View all articles