diff options
| author | CaptainJack2491 <jayrupnakawala@gmail.com> | 2025-12-27 16:39:29 +0000 |
|---|---|---|
| committer | CaptainJack2491 <jayrupnakawala@gmail.com> | 2025-12-27 16:39:29 +0000 |
| commit | a2fac7bc0b1a5d825b8ed8d07923a17cb16dc32c (patch) | |
| tree | 7b38225470d75f950b6ccfcd93b02a1b431acb58 /projects/index.qmd | |
inital commit
Diffstat (limited to 'projects/index.qmd')
| -rw-r--r-- | projects/index.qmd | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/projects/index.qmd b/projects/index.qmd new file mode 100644 index 0000000..e7c9113 --- /dev/null +++ b/projects/index.qmd @@ -0,0 +1,44 @@ +PROJECTS +================================================== + +[1] DECEPTIVE ALIGNMENT IN AUTONOMOUS LLM AGENTS +Undergraduate Dissertation (Final Year) + +Built an agentic LLM framework to study hidden goal +pursuit under conflicting in-context instructions. +Agents operate in a sandboxed virtual file system +with constrained tools and full behavioural logging. + +Experiments vary perceived oversight levels and +analyse deceptive tactics using: +- deterministic text filters +- black-box LLM judges (user perception) +- glass-box reasoning vs output analysis + +Focus: AI safety, evaluation methodology, detectability +of hidden goals. + +-------------------------------------------------- + +[2] SELF-HOSTED INFRASTRUCTURE + +Personal infrastructure spanning home server and VPS, +using Tailscale for private access and Docker Compose +for service orchestration. + +Public and private services are segmented cleanly, +with minimal maintenance and reproducible setup. + +-------------------------------------------------- + +[3] THREE REWARDS SCRAPER + +Found the internal API used by the Three (sim company) +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 +in python for production. + +-------------------------------------------------- |
