The Dual Failure Thesis
Legacy platforms provide tools without strategic guidance. Traditional agencies provide strategy without
proprietary technology. Neural Partners breaks both ceilings. Neural Core automates
low-value tasks (data, catalog, execution) while Neural Labs focuses on high-value strategy. The result:
SaaS margins with agency relationships. Not a platform. Not an agency. The infrastructure for
the Agentic Economy.
Bimodal Intelligence Architecture
Neural Core
→
A2H Automation
→
High-Volume Execution
Neural Labs
→
H2H Strategy
→
High-Value Guidance
Core automates low-value tasks → Labs focuses on high-value strategy → Self-reinforcing loop
Large PDF catalogs (up to 500MB) from lighting manufacturers. Validate → Chunk → Extract Markdown →
Product Analyzer (Claude). Full orchestration via Step Functions.
Step Functions
Python Lambdas
Claude
Pull from OEM FTP servers: products (base catalog), images (matched to SKUs), pricing (NET
wholesale), inventory (stock levels). Parent inheritance for credentials.
Products
Images
Pricing
Inventory
Fill missing product data by category: Basic, Dimensions, Electrical, Bulbs, Safety, Features,
Additional. Additive merge strategy - never overwrites existing data.
CSS Selectors
Puppeteer
Additive Merge
Discovery Agent (lead gen), Research Agent (in dev), Showroom Agent (catalog processing). 3-stage
pipeline: Seed → Apollo enrichment → AI scoring. JSON repair system (98.7% success).
Claude API
Apollo
Attio CRM
API Push (REST), SFTP server ($7/mo Lightsail), S3 cross-account, Email CSV. Per-OEM isolation,
automatic S3 sync, unified processor Lambda handles all sources.
REST API
SFTP
S3
Email
Reusable AI skills for development velocity. Agent Architect, Database Schema Designer, API Endpoint
Generator, Integration Test Builder, Log Intelligence, and 12 more.
SKILL.md
YAML Frontmatter
Scripts
Playground & Decommissioned (Build Fast, Kill Faster)
Discovery Agent
Internal sales prospecting
Apollo → AI Scoring → Attio
Status: Built, not in use
Paused
Internal Only
Social Media Agent
Automated content generation
Multi-platform posting
Status: Built, not in use
Paused
Internal Only
Research Agent
Deep research with Claude
Market intelligence
Status: DECOM - replaced by platforms
Decommissioned
Early experiments that proved the agent architecture. Discovery & Social remain available for future activation. Research superseded by Claude Desktop workflows.
AWS
Lambda (60+)
Step Functions (8)
S3 (3 buckets)
DynamoDB (5+)
API Gateway
Secrets Manager
CloudWatch
Lightsail
Stack
TypeScript (strict)
Python 3.11
Turborepo
Zod Schemas
Jest
Database
DynamoDB Single-Table
SQLite (dev)
Adapter Pattern
GSI for queries
Integrations
Claude API (Anthropic)
Apollo.io
Attio CRM
Slack Webhooks
Sentry
S3 Buckets
neural-partners-ingest-raw
neural-partners-ingest-staging
neural-partners-ingest-processed
DynamoDB
neural-partners-oems
neural-partners-oem-state
neural-partners-lak-history
neural-partners-main
APIs
api.neuralpartners.ai
sftp.neuralpartners.ai
Repository
github.com/neuralpartners/neural-partners-agents (private)