Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

ArkNill/case-studies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

1 Commit

Repository files navigation

Case Studies

Architecture decisions, quantifiable results, and lessons learned from building AI data pipelines and developer tools.

These case studies document the engineering journey behind three production systems — each built from scratch, running entirely on-premise, with no cloud LLM dependencies.

Studies

# Case Study Domain Key Result
1 Multi-Source Fact-Checking Pipeline NLP / Information Verification 83.6% production accuracy across 127K claims, 11 prompt iterations in 2 days
2 Zero-Framework Autonomous AI Agent Agent Systems / Infrastructure 3-device distributed architecture, 1,235 tests, 101s → 3s latency
3 Declarative Data Mart Automation Data Engineering / BI 47.4M rows, 90% Text2SQL accuracy with zero manual config

Themes

Across all three projects, several engineering principles emerged:

  • Local-first inference — All systems run on-premise (DGX Spark, consumer GPUs). No cloud API dependency, no per-token costs at scale.
  • Measure, don't assume — The fact-checking pipeline's "98% accuracy" collapsed to 56.3% under ground truth. Every metric needs independent verification.
  • Structural solutions over prompt tuning — The biggest accuracy gains came from architectural changes (claim 3-classification, router elimination, bipolarization engine), not prompt engineering.
  • Honest failure documentation — Each study includes what went wrong, not just what worked.

Related

  • QuartzUnit — 10 open-source Python packages extracted from these projects
  • ArkNill — Author profile

License

Content in this repository is shared for portfolio and educational purposes.

About

Architecture case studies — fact-checking pipelines, autonomous AI agents, and data mart automation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

AltStyle によって変換されたページ (->オリジナル) /