Cocoa for Mac OS X support Cocoa Binding technology, reducing need of glue code between your views and your models.
Recreating Cocoa Bindings on top of KVC on KVO seems doable with the help from cocotron source code.
Is there any technical or conceptual reason why Cocoa Bindings are not part of the SDK ? I'm thinking about performance, lack of garbage collection, lack of KVC support from UI elements (UISlider for instance).