Update aisafety.html
· 1 year ago
33f88292ae272a8981aaf42bb47562d1c6f18856
Parent:
17f444c4b
1 file changed +62 −1
- aisafety.html +62 −1
Diff
--- a/aisafety.html +++ b/aisafety.html @@ -986,6 +986,67 @@ </script> -<script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"rayId":"933f9b2ffe3fe66a","version":"2025.4.0-1-g37f21b1","r":1,"token":"6e6964b5878c4e3b9fe32392cd40f886","serverTiming":{"name":{"cfExtPri":true,"cfL4":true,"cfSpeedBrain":true,"cfCacheStatus":true}}}' crossorigin="anonymous"></script> + +<footer class="container-fluid text-center text-muted pb-3"> + + <div class="mb-3"> + <h6 + style=" + color: var(--text-color-primary); + font-family: var(--font-headings); + font-size: 1rem; + margin-bottom: 0.5rem; + " + > + Explore Related AI Cheatsheets: + </h6> + <a + href="https://cheatsheets.davidveksler.com/airisk.html" + title="AI Existential Risk (X-Risk) Cheatsheet" + target="_blank" + rel="noopener noreferrer" + class="mx-2" + style="font-size: 0.9em" + > + <i class="bi bi-shield-exclamation"></i> AI X-Risk + </a> + <a + href="https://cheatsheets.davidveksler.com/ai-frontier.html" + title="AI Frontier Model Builders Cheatsheet" + target="_blank" + rel="noopener noreferrer" + class="mx-2" + style="font-size: 0.9em" + > + <i class="bi bi-cpu-fill"></i> AI Frontier Models + </a> + <a + href="https://cheatsheets.davidveksler.com/aisafety.html" + title="Interactive AI Safety Ecosystem Hub" + target="_blank" + rel="noopener noreferrer" + class="mx-2" + style="font-size: 0.9em" + > + <i class="bi bi-diagram-3-fill"></i> AI Safety Ecosystem + </a> + </div> + + <div> + <a + href="https://www.linkedin.com/in/davidveksler/" + title="David Veksler on LinkedIn" + target="_blank" + rel="noopener noreferrer" + class="mx-2" + > + <i class="bi bi-linkedin"></i> LinkedIn + </a> + <a href="https://cheatsheets.davidveksler.com/" title="Browse All Cheatsheets" class="mx-2"> + <i class="bi bi-collection-fill"></i> All Cheatsheets + </a> + </div> + </footer> + </body> </html> \ No newline at end of file