🔬 Technical papers, academic articles, and AI research written in LaTeX by the Devs Café Community.
Topics:
latexpapersresearchsoftware-engineeringartificial-intelligencellmdevscafe
| ID | Title | Area | Author | Date |
|---|---|---|---|---|
| 0000000001 | Graph-Based Cognitive Memory: Otimizando o Uso de Tokens em Agentes de IA via Neo4j, Redis e Mecanismos de Atenção Exógenos | ia / llm / agentic |
Pedro Jesus | 2026 |
| 0000000003 | S-GRACE: Sistema de Recomendação Vetorial Baseado em Grafos de Conhecimento Heterogêneos e Embeddings Latentes | ia / recomendation-systems |
Pedro Jesus | Mar 2026 |
devpapers/
└── software/
└── ia/
├── llm/
│ └── agentic/
│ └── 0000000001-graph-based-cognitive-memory-…/
└── recomendation-systems/
└── graphs-and-embeddings/
└── s-grace/
└── 0000000003-s-grace-…/
Each paper lives in its own folder following the convention:
[category]/[subcategory]/[technology]/[specificity]/[10-digit-id]-[slug]/
├── main.tex # LaTeX source
├── references.bib # Bibliography (optional)
└── imagens/ # Figures and diagrams (optional)
Want to add your own paper? Read the full guidelines in CONTRIBUTING.md.
Quick checklist:
git pull origin mainto get the latest ID- Place your paper under the right category path
- Name your folder
[next-id]-[title-slug](e.g.0000000004-my-paper-title) - Add
main.texand commit