This page page lists some guidelines for writing feeds so that they will be displayed well in R3R. If you're a feed developer, please enable warnings (in the "Feeds" tab of the settings dialog).
<item>
<title>My Adventures</title>
<description>My Adventures are cool!</description>
</item>
Not this:
<item><title>My Adventures</title>
<description>My Adventures are cool!</description></item>