> For the complete documentation index, see [llms.txt](https://wiki.reanimated.lt/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.reanimated.lt/tech/kompanijos/neurolink.md).

# Neurolink

*As with any technology, there are benefits and downsides - and excitement as well as concerns are justified. But the goal shouldn't be how to avoid certain technology in order to avoid these issues. Progress in science and technology happens, it's just a matter of time and mostly circumstances who will discover something new and how they are using that - so these developments can't be stopped. So we need to discuss how we can avoid potential issues while continuing to work on such technology. And that requires a lot more interaction with the scientific community than expressing concerns or doubt. People really need to realize that we all, as a species, are responsible for the outcome of things, we can and should actively shape the future.*

### Links

* Neurolink pirmą kartą nuo įkūrimo 2016-aisiais surengė prezentaciją ir papasakojo apie savo pasiekimus bei kuriamą N1 sensorių:\
  [Straipsnis](https://www.theverge.com/2019/7/16/20697123/elon-musk-neuralink-brain-reading-thread-robot) apie prezentaciją\
  [Prezentacijos video](https://youtu.be/lA77zsJ31nA)
* Visiškai puikus ir išties masyvus Tim Urban [straipsnis](https://waitbutwhy.com/2017/04/neuralink.html), pasakojantis apie tai, ką šiuo metu suprantame apie smegenų veikimą, kokius Brain Machine Interface'us turime jau dabar ir kokie yra ilgalaikiai Neurolink tikslai.

### Notes

* *We’re going to have the choice of either being left behind and being effectively useless or like a pet—you know, like a house cat or something—or eventually figuring out some way to be symbiotic and merge with AI.*\
  \&#xNAN;*Then, a second later:*\
  \&#xNAN;*A house cat’s a good outcome, by the way.*


---

# 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://wiki.reanimated.lt/tech/kompanijos/neurolink.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.
