Tag: ai
All the articles with the tag "ai".
-
Improving Local Techdocs for Your AI Coding Agent
After crawling and cleaning technical documentation locally, we add page classification, embeddings, and a knowledge graph to make the data much more useful for AI coding agents.
-
Book Club: Designing Data-Intensive Applications, 2nd Edition
Join me in an async, email-based book club reading Designing Data-Intensive Applications, 2nd Edition. Inspired by Phil Eaton, we'll regularly discuss asynchronously via email and not have no video calls. Every level of experience and participation is welcome :).
-
Learnings From Crawling Technical Documentation
Small gotchas and learnings from crawling technical documentation. Saving documentation locally is helpful in your software engineering projects - for example, for local AI to offer your coding agents to use the documentation of software you use, or just to do further processing on it.
-
Make Technical Documentation Available for Local AI Use
For our recent work, we looked into how to consistently crawl technical documentation and make it available for further processing by LLMs or agents. Doing so would either allow you to use the documentation for downstream processing, or you could vendor the documentation locally - in your repository, for example - and build a more easily searchable database of it.