Subject
3 entries
Framework
Bookmarks
Eidolon: open-source agent service framework
Eidolon is an open-source agent service framework that treats AI agents as first-class services with defined APIs, not just Python scripts — enabling agents to communicate with each other and be composed into larger systems. Targets production deployment of multi-agent architectures.
DeZero Book: Build a Deep Learning Framework from Scratch
DeZero is a book that builds a deep learning framework from scratch in pure Python — teaching automatic differentiation, computational graphs, and the internals of PyTorch/Chainer by implementing them. The most hands-on way to understand how deep learning frameworks actually work.
Getting Started With Ember.js
Andy Matthews' getting started guide for Ember.js, written in early 2012 when Ember was still called SproutCore 2.0 and the framework was in flux. Ember was the ambitious option in the Backbone vs Ember vs Angular debate that defined frontend JS frameworks in 2012.
