> For the complete documentation index, see [llms.txt](https://i.janardhanpulivarthi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://i.janardhanpulivarthi.com/season-1/shameful-inconsistency.md).

# Shameful Inconsistency

While working on a task, going well with expected outcomes, creates a sense of confidence that we could do anything. After the lunch, you attempt the task and it didn't work - we feel like total disaster.

### Reasons

1. Mood swing causes the evaluation to be corrupted. Our reasoning ability is not constant. It changes with time of the day, work pressure, motivation.
2. Our brains inability to do computation and holding information at the same time.\
   \
   For example, you could answer 2 x 2 = ? but\
   \-  22 x 22 = ? (take significantly longer), we know how to compute but we need to hold the intermediate results.
3. Keeping a flux benchmark, which is not clear to make decisions upon.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://i.janardhanpulivarthi.com/season-1/shameful-inconsistency.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.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
