There have been far too many assumptions with regards to what Anubis is aiming for, and as the new project lead, I intend to clarify these misconceptions with anyone willing to ask civil questions which do not assume ridiculous things.
Anubis looks very interesting - while I love some aspects of the AmigaOS user experience, it's apparent that some of the underlying system is woefully outdated and as far as I can tell none of the three existing systems have a clear roadmap for modernisation. MorphOS seemed to have the roadmap originally although as far as I can tell most development so far has been on the ABox. An OS that tries to place the best AmigaOS features on a modern foundation
sounds like a great idea, however there's not a great deal of info on the Anubis website. So here are a few questions

As far as I can tell from the website, Anubis is trying to build an AROS-derived userland on top of a Linux kernel - is that correct? I guess that's similar in many ways to what MS did with Windows NT, using the same Win32 API on a new kernel. OSX is another possible comparison, however as you mentioned the old-style Carbon API was only intended as a legacy solution.
Is there any particular reason why Linux has been chosen as the kernel? I always thought that AmigaOS and clones were much more microkernel based, but presumably the Anubis team considers a monolithic design a better choice for various reasons?
From the perspective of a user, how similar is the system going to be to AmigaOS/AROS/MOS? What bits of the interface/filesystem/etc do you think are worth keeping and what is likely to go?
In terms of actual code, how much are you planning to re-use from AROS? From my highly limited knowledge of how Amigalike OSes work internally, doesn't much of the AmigaOS API rely on the fact that any task can quickly access the memory of another task, something that's not compatible with memory protection? Will this be a big issue?
What about backwards-compatibility with existing AROS applications? Will AROS applications be able to access some of the new features, a bit like on OS4? Or is it intended for old applications to run in a sandbox, and build the next-generation stuff up separately (like the ABox/QBox idea in MOS)? Or would they just have to be ran in a VMed instance of AROS? Also, are you planning any integrated 68k emulation or would system-friendly 3.x apps need to be run in UAE?
Apologies for the insane number of questions, and I realise that the project's at a very early stage so it might not be possible to give detailed answers. However without knowing this kind of thing it's extremely hard to properly understand what you're aiming for.