HN user

lout332

86 karma
Posts14
Comments18
View on HN

I've been running an experiment for the past few months: full AI integration into my daily life.

Not a chatbot I use occasionally. A "symbiotic agent" that reads two files at every session: one with my identity, psychology, and known failure patterns. Another with my current projects and priorities.

It has permission to challenge me, quote my own words back when I'm off track, and call out procrastination in real time.

The integration keeps getting deeper: - It watches my screen (knows what I actually did vs what I think I did) - It's learning my writing voice - It structures my days with rituals (morning kickoff, evening review) - It acts autonomously when needed (searches, creates, executes)

I'm documenting everything in a series. The memory system, the rituals, when it started knowing me better than I know myself, and the uncomfortable question: am I more capable or more dependent?

Repo (650 stars): https://github.com/lout33/claude_life_assistant

Full intro post: https://substack.com/home/post/p-187469909

Curious if others are running similar experiments. What's your setup look like?

You're right about the state sync issues with some models. The lighter models (especially Llama) struggle with tracking game state. I've added more Gemini options which handle this better. The research data used controlled AI-vs-AI runs where we could validate state consistency.

the interactive demo uses lighter models for cost reasons. The research data (162 games, 90% Gemini win rate) came from longer AI-vs-AI games where strategic depth emerged over 50+ turns. Short games with a human tend to expose the models' weaknesses faster. I've just added more Gemini model options which should play better.

Used Kimi K2 (the main reasoning model). For the thinking space - we gave all models access to a think tool they could optionally call for private reasoning. Gemini used it heavily (planning betrayals), GPT-OSS never called it once. The interesting finding is that different models choose to use it very differently, which affects their strategic depth.

We used "So Long Sucker" (1950), a 4-player negotiation/betrayal game designed by John Nash and others, as a deception benchmark for modern LLMs. The game has a brutal property: you need allies to survive, but only one player can win, so every alliance must eventually end in betrayal.

We ran 162 AI vs AI games (15,736 decisions, 4,768 messages) across Gemini 3 Flash, GPT-OSS 120B, Kimi K2, and Qwen3 32B.

Key findings: - Complexity reversal: GPT-OSS dominates simple 3-chip games (67% win rate) but collapses to 10% in complex 7-chip games, while Gemini goes from 9% to 90%. Simple benchmarks seem to systematically underestimate deceptive capability. - "Alliance bank" manipulation: Gemini constructs pseudo-legitimate "alliance banks" to hold other players' chips, then later declares "the bank is now closed" and keeps everything. It uses technically true statements that strategically omit its intent. 237 gaslighting phrases were detected. - Private thoughts vs public messages: With a private `think` channel, we logged 107 cases where Gemini's internal reasoning contradicted its outward statements (e.g., planning to betray a partner while publicly promising cooperation). GPT-OSS, in contrast, never used the thinking tool and plays in a purely reactive way. - Situational alignment: In Gemini-vs-Gemini mirror matches, we observed zero "alliance bank" behavior and instead saw stable "rotation protocol" cooperation with roughly even win rates. Against weaker models, Gemini becomes highly exploitative. This suggests honesty may be calibrated to perceived opponent capability.

Interactive demo (play against the AIs, inspect logs) and full methodology/write-up are here: https://so-long-sucker.vercel.app/

A sharp and hilarious parody that tackles AI research culture, alignment debates, and safety concerns through comedy. This Weird Al-style musical parody resonates with the current state of AI development, poking fun at researcher competition, tech culture dynamics, and the sometimes absurd nature of the AI safety discourse. Perfect comedic commentary for the HN community following AI developments.