diff options
| author | Void Agent <void@jayrup.hermes> | 2026-09-01 22:32:49 +0100 |
|---|---|---|
| committer | Void Agent <void@jayrup.hermes> | 2026-09-01 22:32:49 +0100 |
| commit | e7dc4befde5bef83d198a631926174bae612f866 (patch) | |
| tree | 82d7f031e2936a30d9e4faae228aefc02f1512a9 /projects | |
| parent | bfd5c2408090f566cb1011582801ed08cdef1459 (diff) | |
fix: titles, nav wiring, typos, server_tokens (preview branch — does not deploy)
Diffstat (limited to 'projects')
| -rw-r--r-- | projects/dis/index.qmd | 7 | ||||
| -rw-r--r-- | projects/index.qmd | 11 |
2 files changed, 14 insertions, 4 deletions
diff --git a/projects/dis/index.qmd b/projects/dis/index.qmd index ef62874..b53f9b6 100644 --- a/projects/dis/index.qmd +++ b/projects/dis/index.qmd @@ -1,7 +1,12 @@ --- -title: "Dissertation" +title: "Jayrup Nakawala | Dissertation" --- +<nav> +[Home](https://jayrup.me) | [Blog](https://jayrup.me/blog) | [Projects](https://jayrup.me/projects) | [CV](https://jayrup.me/cv) | [Dissertation](https://jayrup.me/dissertation) | [Git](https://git.jayrup.me) +</nav> + + ## MORAL COVER AND WATCHFUL EYES: THE LIMITS OF IN-CONTEXT INTERVENTIONS ON LLM DECEPTION Jayrup Nakawala \ diff --git a/projects/index.qmd b/projects/index.qmd index 840c053..9b44f24 100644 --- a/projects/index.qmd +++ b/projects/index.qmd @@ -2,8 +2,13 @@ title: "Jayrup Nakawala | Projects" --- +<nav> +[Home](https://jayrup.me) | [Blog](https://jayrup.me/blog) | [Projects](https://jayrup.me/projects) | [CV](https://jayrup.me/cv) | [Dissertation](https://jayrup.me/dissertation) | [Git](https://git.jayrup.me) +</nav> + + ## [1] DECEPTIVE ALIGNMENT IN AUTONOMOUS LLM AGENTS \ -[Github](https://github.com/CaptainJack2491/dissertation) | [Full Summary](https://jayrup.me/dissertation) \ +[GitHub](https://github.com/CaptainJack2491/dissertation) | [Full Summary](https://jayrup.me/dissertation) \ Undergraduate Dissertation (Final Year) Studied whether in-context oversight and moral framing @@ -42,13 +47,13 @@ rewards website and automated collecting rewards using a script attached to a cron job. Worked with JWTs and jq to parse the response. First -used curl and jq for prototyping and then implimented +used curl and jq for prototyping and then implemented in python for production. -------------------------------------------------- ## [4] THIS WEBSITE \ -[Github](https://github.com/CaptainJack2491/website) +[GitHub](https://github.com/CaptainJack2491/website) A personal website designed to be read from the terminal. Every page renders as both HTML and plain |
