-
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.
-
Mixture-of-Kittens
Explains Cursor's open-source MoE training megakernel for NVL72s that fuses communication and computation into a single deterministic kernel.
-
Introducing Agent Plugins
Defines an open, vendor-neutral format for packaging Agent Skills and MCP servers into distributable plugins for AI agents.
-
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.
-
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.
-
Free LLM API Resources
Curated list of free LLM inference resources accessible via API.
-
Tech Interview Handbook
Free curated technical interview preparation guide covering coding algorithms, system design, behavioral questions, and resume tips
-
FAQGURU
Curated collection of technical interview questions and answers covering JavaScript, React, Java, SQL, and more
-
awesome-interview-questions
Curated awesome list of interview question collections across programming languages and technologies
-
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.
-
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.
-
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.
-
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
-
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
-
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.
-
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
-
RAG Techniques
Comprehensive collection of advanced Retrieval-Augmented Generation techniques with detailed notebook tutorials.
-
iximiuz Labs
Hands-on learning platform for Linux, Docker, Kubernetes, and networking with interactive tutorials, coding challenges, and sandboxed playgrounds.
-
Introduction to Data Science with Python
Harvard online course teaching Python for data science, covering Pandas, NumPy, Matplotlib, SKLearn, regression, classification, and ML fundamentals.
-
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.
-
El-Pths Wiki
Wiki related files for Electronics in PTHS Wiki (schematics, drawings, and images).
-
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.
-
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.
-
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.
-
Awesome Opencode
A curated list of awesome plugins, themes, agents, projects, and resources for Opencode AI coding agent.
-
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.
-
Using DSPy in Production
Practical guide to building production DSPy applications covering async RAG pipelines, GEPA prompt optimization, FastAPI serving, and LangSmith monitoring.
-
Unity Clean Code
Quick guide to help Unity developers create more robust, maintainable, and cleaner C# code.
-
TorchCode
LeetCode for PyTorch — practice implementing operators and architectures from scratch with instant auto-grading.
-
Tiny LLM
A hands-on course to build an LLM serving system from scratch using Python and MLX, covering inference, optimization, and batching.
-
Think Stats
Notebooks, data, and supplementary material for the third edition of Think Stats.
-
The Accidental CTO
Technical book chronicling the journey of scaling a startup from a single server to global infrastructure.
-
System Design 101
Explain complex systems using visuals and simple terms to help prepare for system design interviews.
-
SuperPrompt
A project to engineer prompts that help understand AI agents and their behavior.
-
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.
-
Similarity Graph Traversal Semantic RAG Research
Completed research on semantic retrieval augmented generation using novel semantic similarity graph traversal algorithms.
-
Open Source CS
Curated list of free university courses equivalent to an undergraduate computer science degree.
-
Machine Learning Systems
Open-source textbook and curriculum for machine learning systems engineering.
-
LLMs from Scratch
Implement a ChatGPT-like large language model in PyTorch from scratch, step by step.
-
LLM Datasets
Curated list of datasets and tools for post-training large language models focusing on accuracy, diversity, and complexity.
-
Learn Harness Engineering
Course on making agentic coding tools reliable through environment design, state management, and control systems.
-
learn-claude-code
A nano Claude Code-like agent harness built from 0 to 1, teaching harness engineering through 12 progressive sessions.
-
Claude Prompting Best Practices
Comprehensive guide to prompt engineering techniques for Claude's latest models, covering clarity, examples, XML structuring, thinking, and agentic systems.
-
Claude Cookbooks
Collection of notebooks and code snippets showcasing ways to build with Claude for developers.
-
Chain-of-Verification (CoVe)
Educational guide on Chain-of-Verification prompting, a self-critique technique to reduce LLM hallucinations through systematic verification questions.
-
Build Your Own X
Collection of step-by-step guides to rebuild popular technologies from scratch.
-
Awesome Software Architecture
Curated list of awesome articles, videos, and other resources to learn and practice software architecture, patterns, and principles.
-
Awesome AI Tools
Curated list of artificial intelligence tools, models, and platforms across the evolving ecosystem.
-
AIforITOps
Workshop for IT/Ops teams to learn how to manage AI-enabled applications on Microsoft Azure.
-
AI Engineering Hub
In-depth tutorials on LLMs, RAGs and real-world AI agent applications.
-
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.
-
TabFM
Foundation model for tabular data classification and regression using in-context learning that eliminates manual feature engineering.
-
Plain Vanilla
Guide to web development using only vanilla techniques — no tools, no frameworks, just web standards.
-
CS Fundamentals
Curated collection of CS fundamentals for placement preparation covering DSA, computer networks, DBMS & SQL, OOPs, operating systems, system design, and software engineering.
-
awesome-legal
Curated collection of free legal documents and templates for companies, including site policies, agreements, and contracts.