Skip to content

Latest commit

 

History

History
58 lines (41 loc) · 2.04 KB

File metadata and controls

58 lines (41 loc) · 2.04 KB

devpapers

🔬 Technical papers, academic articles, and AI research written in LaTeX by the Devs Café Community.

Topics: latex papers research software-engineering artificial-intelligence llm devscafe


📑 Papers Index

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

📂 Repository Structure

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)

🤝 Contributing

Want to add your own paper? Read the full guidelines in CONTRIBUTING.md.

Quick checklist:

  1. git pull origin main to get the latest ID
  2. Place your paper under the right category path
  3. Name your folder [next-id]-[title-slug] (e.g. 0000000004-my-paper-title)
  4. Add main.tex and commit

📄 License

MIT