I build agentic systems for enterprises by day, and spend my evenings finding out how little silicon a working model actually needs.
every card on this page is hand-built SVG, regenerated nightly from public GitHub data. no third-party widgets, no visitor counters.
The through-line: take something that supposedly needs a datacenter, and land it on hardware you can hold.
|
|
femtoclaw · C turboquant-mlx · Python esp32-tinyllm · C esp32-gpio-llm · Python fmx · Python fastcontext · Python |
I go after the bugs that survive code review because everything still looks fine: a conversion boundary that silently drops a field. A good share of what's below is that same bug wearing different clothes — and each fix ships with the regression test that keeps it dead.
merged — 25 upstream
| project | what shipped | pr |
|---|---|---|
| MicrosoftDocs/azure-ai-docs | clarify declarative workflow response events | #838 |
| microsoft/agent-framework | keep agent compaction config when HandoffBuilder clones participants |
#8329 |
| microsoft/agent-framework | parse Responses function_call_output so hosted tool results survive |
#8078 |
| microsoft/agent-framework | make concurrent FileCheckpointStorage saves stop racing |
#7757 |
| microsoft/agent-framework | keep cached + reasoning token counts through Foundry hosting | #8334 |
| ag-ui-protocol/ag-ui | give .NET clients typed access to AG-UI client state | #2752 |
| microsoft/agent-framework | keep AG-UI workflow reasoning in thread snapshots | #8058 |
| microsoft/agent-framework | register built-in orchestration types so checkpoint restore stops failing | #8258 |
| microsoft/agent-framework | stop dropping URL query parameters in the default HTTP request handler | #7765 |
| microsoft/agent-framework | preserve tool call/result ordering when AG-UI splits a message | #8005 |
| microsoft/agent-framework | surface AG-UI workflow intermediate events as reasoning | #8003 |
| microsoft/agent-framework | keep parallel function_result contents through AG-UI conversion |
#7980 |
| microsoft/agent-framework | forward function_invocation_kwargs from DevUI to the agent |
#7779 |
| microsoft/agent-framework | preserve agent additional_properties when HandoffBuilder clones |
#7755 |
| PrismML-Eng/Bonsai | auto-fall back to MLX when a GGUF build is absent, instead of dying | #123 · #126 |
| NVIDIA/GenerativeAIExamples | fix the ModelFilter ImportError that broke the examples on new huggingface_hub |
#208 |
| neo4j-graphacademy | fix the wrong fulltext_index_name in the GraphRAG hybrid retriever |
#6 |
| langchain-ai/langchain | default GITLAB_URL to gitlab.com instead of raising |
#14638 |
plus six smaller docs, README and dependency fixes across NVIDIA/GenerativeAIExamples, AIAnytime and collabnix/dockerbangalore.
in review — 11 signals out
| project | what i shipped | pr |
|---|---|---|
| microsoft/agent-framework | terminate chat completions SSE stream with data: [DONE] | #8532 |
| ag-ui-protocol/ag-ui | use the canonical A2UI v0.9 basic catalog ID in .NET | #2771 |
| microsoft/agent-framework | consolidate in-memory agent session storage in .NET | #8417 |
| microsoft/agent-framework | validate declarative message properties; tighten strict skill script schemas | #8119 · #8120 |
| google-research/tabfm | cast float64 targets before the device move; ship the safetensors extra |
#74 · #75 |
| ibm-self-serve-assets/SuperKnowa | repair the PDF retriever notebooks | #22 · #23 |
- Run it on the smallest thing that works. A constraint you can't argue with is the fastest way to find out what your architecture actually needs.
- The bug is usually at a boundary. Serialize, clone, convert, forward — that's where fields go missing, and where tests rarely look.
- A fix without a regression test is a rumour. It'll come back under a new issue number.
- Design patterns didn't stop mattering because the component is now a model. Agentic systems fail in ways software engineering already has names for.
Speaker and workshop author — sessions on agentic AI, MCP, and graph-backed retrieval, with the material kept public rather than locked in a slide deck.
aidevcon 2026 · PyData 2025 · Neo4j OSS 2025 · Agentic AI + MCP · ADK + MCP · DevFest Noida · AWS Community Day Mumbai


