> For the complete documentation index, see [llms.txt](https://docs.pyreplay.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pyreplay.com/development/bi-weekly-dev-updates/07-14-2024.md).

# 07/14/2024

Hey everyone!&#x20;

The past two weeks have been packed with intensive concept work on how to best implement our smart contracts. We are evaluating various approaches to optimize user experience, on-chain capabilities, security, and more. Each option comes with its own set of trade-offs, especially when balancing on-chain and off-chain elements. For us, security is the top priority, making it the most critical factor in our decision-making process.

Last Friday, Dmitrij and I had the pleasure of being interviewed by the Alephium team. The video is expected to be released in the next couple of weeks, so stay tuned!

Additionally, we are working on an exciting, yet-to-be-revealed game behind the scenes. I don't want to give away too much just yet... 💣

Stay tuned for more updates!


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.pyreplay.com/development/bi-weekly-dev-updates/07-14-2024.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
