# Stop and review

* what I’m doing, ideas I have, and experimental results (pasting in plots and tables)
* Every 1 or 2 weeks, I do a review, where I read all of my daily entries and I condense the information into a summary
* my review contains sections for experimental findings, insights (which might come from me, my colleagues, or things I read), code progress (what did I implement), and next steps / future work.
* spend one day per week on something totally different from your main project.

Quoted from `From An Opinionated Guide to ML Research`<http://joschu.net/blog/opinionated-guide-ml-research.html>


---

# Agent Instructions: 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://lwang010.gitbook.io/longw/softskills/chap-1.-soft-skills-in-getting-things-done/stop-and-review.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.
