blob: e7c91136cbee43270bea165c2dc5755bc906a89a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
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.
--------------------------------------------------
|