Tag: patterns
All the articles with the tag "patterns".
-
MarkyMarkov - Markov Chain-Based Code Guidance for LLM Agents and Humans Alike
MarkyMarkov - a PoC leveraging Markov chains for coding - shows that small, interpretable probabilistic models add high value to code workflows. By learning patterns from your own codebase, Markymarkov provides fast, explainable guidance that complements existing tools rather than replacing them.
-
Markov chains and LLMs - hybrid architectures for smarter agents
How to combine Markov chains with large language models to build more structured, interpretable, and efficient agents. Markov chains provide structure and efficiency; LLMs provide semantic understanding and flexibility.