With the #1818556: Convert nodes to the new Entity Field API the initial conversion has been done, but most access to $node properties/fields still goes via the bc-decorator entity.
To complete the conversion we need to change node_load(_multiple())() to return the original (NG-)entity and fix all usages of node properties to use the new entity field syntax: $node->title
becomes $node->title->value
.