# Page Not Found

The URL `files/Sp3q1qFbM6biEBAxtA6H` does not exist. This page may have been moved, renamed, or deleted.

## Suggested Pages

You may be looking for one of the following:
- [[2/25/23] Anthropic makes AI that teaches itself ethics](https://www.thedaily.ink/the-daily-ink/papers/2-25-23-anthropic-makes-ai-that-teaches-itself-ethics.md)
- [[2/15/23] Teaching LLMs to use tools and not suck at math](https://www.thedaily.ink/the-daily-ink/papers/2-15-23-teaching-llms-to-use-tools-and-not-suck-at-math.md)
- [[2/22/23] Models can magically learn new skills at scale](https://www.thedaily.ink/the-daily-ink/papers/2-22-23-models-can-magically-learn-new-skills-at-scale.md)
- [[2/13/23] English is just math in prettier clothing](https://www.thedaily.ink/the-daily-ink/papers/2-13-23-english-is-just-math-in-prettier-clothing.md)
- [[2/3/23] A Large Language Model for SCIENCE](https://www.thedaily.ink/the-daily-ink/papers/2-3-23-a-large-language-model-for-science.md)

## How to find the correct page

If the exact page cannot be found, you can still retrieve the information using the documentation query interface.

### Option 1 — Ask a question (recommended)

Perform an HTTP GET request on the documentation index with the `ask` parameter:

```
GET https://www.thedaily.ink/the-daily-ink/papers/2-25-23-anthropic-makes-ai-that-teaches-itself-ethics.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

### Option 2 — Browse the documentation index

Full index: https://www.thedaily.ink/the-daily-ink/sitemap.md

Use this to discover valid page paths or navigate the documentation structure.

### Option 3 — Retrieve the full documentation corpus

Full export: https://www.thedaily.ink/the-daily-ink/llms-full.txt

Use this to access all content at once and perform your own parsing or retrieval. It will be more expensive.

## Tips for requesting documentation

Prefer `.md` URLs for structured content, append `.md` to URLs (e.g., `/the-daily-ink/papers/2-25-23-anthropic-makes-ai-that-teaches-itself-ethics.md`).

You may also use `Accept: text/markdown` header for content negotiation.
