The key thing missing from existing OS vendors and platforms is a uniform high-level approach that deals equally well with performance oriented multi-core programming and traditional event-based concurrent programming.
Providers of operating systems typically supply API's that enable programmers to do basic things such as I/O, basic threading etc. upon which vendors of programming languages and libraries can build more advanced products and features.
Even though most programming languages are supplied with threading libraries, and third party products exists -- some of which include functionality which overlaps with Jibu -- no other players provide as much functionality on as many programming languages and platforms.
Jibu provides a uniform approach across 4 of the most widespread languages. It contains constructs that make it simple to utilize all the processing power in a given system. It also provides constructs inspired by CSP (Communicating Sequential Processes) that make traditional concurrent programming very easy.