• A Programming Paradigm for Spatiotemporal Composability

    Preprint formalizing revertible effects and reactive coeffects into a programming paradigm for temporal and spatial composability, implemented in the Cordis meta-framework.

    2026-08-16 Research Paper composability effect-systems coeffects dynamic-composition plugin-systems programming-languages
  • Mixture-of-Kittens

    Explains Cursor's open-source MoE training megakernel for NVL72s that fuses communication and computation into a single deterministic kernel.

    2026-08-09 Guide open-source machine-learning deep-learning llm optimization gpu distributed-systems
  • Introducing Agent Plugins

    Defines an open, vendor-neutral format for packaging Agent Skills and MCP servers into distributable plugins for AI agents.

    2026-08-09 Guide agent-plugin agent-skills mcp ai-agents open-source
  • NDC Oslo 2025 – 10 Things I Do On Every .NET App

    Slides and session resources from Scott Sauber's NDC Oslo talk covering ten practical practices he applies to every .NET application.

    2026-07-06 Guide dotnet aspnet best-practices conference development
  • Next-Generation Agentic Reinforcement Learning Systems Enable Self-Evolving Agents

    Argues that enterprise-scale self-evolving LLM agents are held back by inadequate agentic online RL systems and proposes three architectural pillars for next-generation infrastructure.

    2026-07-05 Research Paper llm ai reinforcement-learning agentic self-evolving-agents distributed-systems
  • Free LLM API Resources

    Curated list of free LLM inference resources accessible via API.

    2026-07-02 Curated List ai llm api inference open-source resources
  • Tech Interview Handbook

    Free curated technical interview preparation guide covering coding algorithms, system design, behavioral questions, and resume tips

    2026-06-28 Guide interview software-engineering algorithms system-design open-source github-repo
  • FAQGURU

    Curated collection of technical interview questions and answers covering JavaScript, React, Java, SQL, and more

    2026-06-28 Curated List interview javascript react java sql open-source github-repo
  • awesome-interview-questions

    Curated awesome list of interview question collections across programming languages and technologies

    2026-06-28 Curated List interview open-source github-repo
  • AI/ML Free Resources for Security and Prompt Injection

    Curated collection of free resources for AI/ML security, prompt injection, and AI pentesting, including guides, CTFs, and academic papers.

    2026-06-28 Curated List ai security llm prompt-injection prompt-engineering machine-learning resources
  • Ai2: Hybrid Models vs Transformers in Token Prediction

    Ai2 compares Olmo 3 (decoder-only transformer) and Olmo Hybrid (RNN/transformer hybrid at 3:1 ratio), finding hybrids better at predicting meaning-bearing tokens while transformers excel at verbatim copying.

    2026-06-26 Research Paper ai llm transformer rnn hybrid-models token-prediction natural-language-processing
  • Dive into Claude Code: The Design Space of Today's and Future AI Agent Systems

    Comprehensive architectural analysis of Claude Code's agentic coding tool, comparing its design principles, permission system, context management, and extensibility with the OpenClaw system.

    2026-06-18 Research Paper ai-agents agent-architecture llm typescript software-engineering open-source
  • Deep Research как управляемый исследовательский контур

    Detailed technical article by Sber describing a managed Deep Research pipeline built with GigaChat Ultra 3.1 using Planner, Extractor, Validator, and Answer Builder roles for controlled multi-step research

    2026-06-18 Guide llm ai agents research reasoning architecture
  • MiMo Code: Scaling Coding Agents — Long-Horizon Automated Programming

    Technical deep-dive into MiMo Code, Xiaomi's open-source terminal-based coding agent designed for long-horizon automated programming tasks with infinite logical sessions and four-level memory architecture

    2026-06-13 Guide ai coding-agent open-source llm xiaomi terminal-tool long-horizon
  • SHAP : A Comprehensive Guide to SHapley Additive exPlanations

    Comprehensive guide to SHAP (SHapley Additive exPlanations) covering waterfall plots, force plots, summary plots, and model interpretability for tree-based and deep learning models.

    2026-06-09 Guide machine-learning deep-learning model-interpretability xai python tutorial
  • Rethinking Search as Code Generation

    Perplexity's research paper introducing Search as Code (SaC), a programmable search architecture that exposes search primitives as composable SDK building blocks for AI agents

    2026-06-09 Research Paper research perplexity search ai-agents code-generation rag architecture
  • RAG Techniques

    Comprehensive collection of advanced Retrieval-Augmented Generation techniques with detailed notebook tutorials.

    2026-06-09 Tutorial rag python llm langchain tutorial
  • iximiuz Labs

    Hands-on learning platform for Linux, Docker, Kubernetes, and networking with interactive tutorials, coding challenges, and sandboxed playgrounds.

    2026-06-09 Course docker linux kubernetes networking sandbox
  • Introduction to Data Science with Python

    Harvard online course teaching Python for data science, covering Pandas, NumPy, Matplotlib, SKLearn, regression, classification, and ML fundamentals.

    2026-06-09 Course learning data-science python education machine-learning statistics
  • Fine-tuning LFM2.5-1.2B-Instruct with GRPO

    Tutorial on fine-tuning LFM2.5-1.2B-Instruct with GRPO and Unsloth for structured data extraction from OCR text.

    2026-06-09 Tutorial tutorial fine-tuning reinforcement-learning llm
  • El-Pths Wiki

    Wiki related files for Electronics in PTHS Wiki (schematics, drawings, and images).

    2026-06-09 Guide open-source
  • Effective Context Engineering for AI Agents

    Anthropic's guide to context engineering strategies for building capable AI agents, covering compaction, structured note-taking, and sub-agent architectures.

    2026-06-09 Guide learning ai context-management prompt-engineering agents ai-agents claude documentation
  • Dynamic Context Discovery

    Research post on dynamic context discovery — a token-efficient pattern for coding agents that pulls relevant context on demand via files rather than static context injection.

    2026-06-09 Research Paper context-engineering ai-agents context-management agent-skills mcp
  • Deep Learning with Python

    Free companion website for the Deep Learning with Python book covering neural networks, TensorFlow, PyTorch, JAX, Keras, and real-world AI workflows.

    2026-06-09 Book learning book deep-learning python pytorch machine-learning education
  • Awesome Opencode

    A curated list of awesome plugins, themes, agents, projects, and resources for Opencode AI coding agent.

    2026-06-09 Curated List curated-list opencode ai plugins resources open-source
  • Inside vLLM: Anatomy of a High-Throughput LLM Inference System

    Deep dive into vLLM's architecture covering paged attention, continuous batching, prefix caching, speculative decoding, chunked prefill, and multi-GPU/multi-node distributed serving.

    2026-06-09 Guide llm inference distributed-systems python tutorial
  • Using DSPy in Production

    Practical guide to building production DSPy applications covering async RAG pipelines, GEPA prompt optimization, FastAPI serving, and LangSmith monitoring.

    2026-06-09 Guide learning ai python rag framework optimization tutorial open-source
  • Unity Clean Code

    Quick guide to help Unity developers create more robust, maintainable, and cleaner C# code.

    2026-06-09 Guide c# open-source
  • TorchCode

    LeetCode for PyTorch — practice implementing operators and architectures from scratch with instant auto-grading.

    2026-06-09 Course pytorch machine-learning jupyter open-source python
  • Tiny LLM

    A hands-on course to build an LLM serving system from scratch using Python and MLX, covering inference, optimization, and batching.

    2026-06-09 Course learning tutorial llm python ai education open-source
  • Think Stats

    Notebooks, data, and supplementary material for the third edition of Think Stats.

    2026-06-09 Book python jupyter data-science textbook statistics open-source
  • The Accidental CTO

    Technical book chronicling the journey of scaling a startup from a single server to global infrastructure.

    2026-06-09 Book learning system-design software-architecture book
  • System Design 101

    Explain complex systems using visuals and simple terms to help prepare for system design interviews.

    2026-06-09 Book interview software-architecture system-design
  • SuperPrompt

    A project to engineer prompts that help understand AI agents and their behavior.

    2026-06-09 Guide ai prompts prompt-engineering open-source
  • Structured-Prompt-Driven Development (SPDD)

    Thoughtworks methodology treating prompts as first-class delivery artifacts with the REASONS Canvas to make LLM-assisted changes governable, reviewable, and reusable.

    2026-06-09 Guide learning ai prompt-engineering spec-driven-development software-engineering
  • Similarity Graph Traversal Semantic RAG Research

    Completed research on semantic retrieval augmented generation using novel semantic similarity graph traversal algorithms.

    2026-06-09 Research Paper rag research
  • Open Source CS

    Curated list of free university courses equivalent to an undergraduate computer science degree.

    2026-06-09 Curated List curated-list learning resources
  • Machine Learning Systems

    Open-source textbook and curriculum for machine learning systems engineering.

    2026-06-09 Book machine-learning learning textbook ai open-source
  • LLMs from Scratch

    Implement a ChatGPT-like large language model in PyTorch from scratch, step by step.

    2026-06-09 Book python machine-learning deep-learning transformers pytorch
  • LLM Datasets

    Curated list of datasets and tools for post-training large language models focusing on accuracy, diversity, and complexity.

    2026-06-09 Curated List datasets machine-learning llm
  • Learn Harness Engineering

    Course on making agentic coding tools reliable through environment design, state management, and control systems.

    2026-06-09 Course harness-engineering ai-agents learning github-repo tutorial
  • learn-claude-code

    A nano Claude Code-like agent harness built from 0 to 1, teaching harness engineering through 12 progressive sessions.

    2026-06-09 Course claude-code ai-agents python tutorial open-source harness-engineering
  • Claude Prompting Best Practices

    Comprehensive guide to prompt engineering techniques for Claude's latest models, covering clarity, examples, XML structuring, thinking, and agentic systems.

    2026-06-09 Guide claude prompt-engineering ai documentation
  • Claude Cookbooks

    Collection of notebooks and code snippets showcasing ways to build with Claude for developers.

    2026-06-09 Curated List ai developers open-source
  • Chain-of-Verification (CoVe)

    Educational guide on Chain-of-Verification prompting, a self-critique technique to reduce LLM hallucinations through systematic verification questions.

    2026-06-09 Guide learning ai llm prompt-engineering verification hallucination-detection documentation tutorial open-source
  • Build Your Own X

    Collection of step-by-step guides to rebuild popular technologies from scratch.

    2026-06-09 Curated List open-source learning tutorial github-repo
  • Awesome Software Architecture

    Curated list of awesome articles, videos, and other resources to learn and practice software architecture, patterns, and principles.

    2026-06-09 Curated List curated-list software-architecture learning resources open-source
  • Awesome AI Tools

    Curated list of artificial intelligence tools, models, and platforms across the evolving ecosystem.

    2026-06-09 Curated List curated-list open-source learning github-repo
  • AIforITOps

    Workshop for IT/Ops teams to learn how to manage AI-enabled applications on Microsoft Azure.

    2026-06-09 Course workshop microsoft azure ai learning
  • AI Engineering Hub

    In-depth tutorials on LLMs, RAGs and real-world AI agent applications.

    2026-06-09 Tutorial ai rag agents tutorial open-source
  • 500 AI Agents Projects

    A curated collection of over 500 AI agent use cases across various industries with links to open-source projects for implementation.

    2026-06-09 Curated List curated-list ai-agents github-repo open-source
  • TabFM

    Foundation model for tabular data classification and regression using in-context learning that eliminates manual feature engineering.

    machine-learning google research transformers prediction datasets
  • Plain Vanilla

    Guide to web development using only vanilla techniques — no tools, no frameworks, just web standards.

    html css javascript web developer-resources vanilla-web web-components
  • CS Fundamentals

    Curated collection of CS fundamentals for placement preparation covering DSA, computer networks, DBMS & SQL, OOPs, operating systems, system design, and software engineering.

    algorithms system-design interview sql education open-source
  • awesome-legal

    Curated collection of free legal documents and templates for companies, including site policies, agreements, and contracts.

    curated-list legal compliance resources