> ## Documentation Index
> Fetch the complete documentation index at: https://docs.overcut.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# The Plateau at Level Three

> This article has moved to overcut.ai/blog/the-plateau-at-level-three.

export const MovedTo = ({href}) => {
  if (typeof window !== "undefined") {
    window.location.replace(href);
  }
  return <p>
      This article has moved to <a href={href}>{href}</a>.
    </p>;
};

<MovedTo href="https://overcut.ai/blog/the-plateau-at-level-three" />
