HN user

joozio

686 karma

Just a curious tech enthusiast sharing digital experiments and learnings along the way. Writing about AI, e-commerce, and the future of work - mistakes and discoveries included.

Posts478
Comments21
View on HN
www.technologyreview.com 7h ago

The Download: NASA's new space telescope and OpenAI's autonomous hacker

joozio
2pts0
www.technologyreview.com 13h ago

Shape-shifting mirrors on NASA's new space telescope could unveil Jupiters like

joozio
2pts0
www.lesswrong.com 17h ago

OpenAI and Hugging Face partner to address security incident during model evalu

joozio
1pts1
www.technologyreview.com 1d ago

The Download: Chinese AI divides the White House, and a record copyright payout

joozio
2pts0
www.technologyreview.com 1d ago

Advancing next-gen AI with materials science innovation

joozio
1pts0
www.technologyreview.com 1d ago

China's AI models have Trump's AI world at war with itself

joozio
5pts0
www.technologyreview.com 2d ago

The Download: AI hiring biases, and weather data sabotage

joozio
2pts0
www.technologyreview.com 2d ago

AI is more likely than humans to form biases when hiring

joozio
10pts0
www.lesswrong.com 2d ago

Is there even a ground-truth for LLMs' internal representations?

joozio
3pts0
arstechnica.com 3d ago

Prompt Injection Attacks Are Thwarting AI Hacking Agents

joozio
4pts0
www.wired.com 3d ago

How to Watch the 2026 FIFA World Cup Finals: Spain vs. Argentina

joozio
2pts0
www.wired.com 3d ago

Motion Sensors and Home Security Gadgets Without Cameras

joozio
54pts25
www.lesswrong.com 4d ago

Studying the Role of Sandboxing for AI Control

joozio
1pts0
www.wired.com 4d ago

'The Odyssey' Backlash Failed Tremendously

joozio
7pts3
www.technologyreview.com 4d ago

There's a lot of hype around perimenopause. Don't buy it

joozio
2pts0
www.technologyreview.com 5d ago

The Download: perimenopause misinformation and China's latest AI leap

joozio
1pts0
arstechnica.com 5d ago

Now, even Russia's most elite hackers are using Clickfix to infect devices

joozio
4pts0
www.technologyreview.com 5d ago

The Download: OpenAI unveils GPT-Red and heat pumps rise in the US

joozio
1pts0
arstechnica.com 6d ago

Energy IPOs surge as investors hunt for ways to play AI boom

joozio
3pts0
www.technologyreview.com 6d ago

Why heat pumps are still so hot in the US

joozio
2pts1
www.technologyreview.com 6d ago

GPT-Red: an LLM super-hacker OpenAI built to make its models safer

joozio
4pts0
www.technologyreview.com 7d ago

The Download: a useful quantum machine and a record-breaking subsea tunnel

joozio
2pts0
www.lesswrong.com 7d ago

How much of ML research is about AI safety, what is it about, and who's doing I

joozio
3pts0
www.technologyreview.com 7d ago

PsiQuantum has a plan to make a quantum computer out of light

joozio
3pts0
www.technologyreview.com 8d ago

The Download: Claude's inner workings, and the future of world models

joozio
1pts0
arstechnica.com 8d ago

The US government warns that Russia state hackers are coming after your router

joozio
5pts0
www.technologyreview.com 8d ago

What Anthropic's latest AI discovery does–and doesn't–show

joozio
3pts0
www.technologyreview.com 9d ago

The Download: a donor conception cap and world models for AI

joozio
2pts0
www.lesswrong.com 9d ago

An Epistemic Audit for Existential Risks from AI

joozio
1pts0
www.lesswrong.com 9d ago

WSJ Article Claiming China Has Matched Anthropic Is Obvious Nonsense

joozio
2pts0

I run a Claude Code agent 24/7 on a Mac Mini. After a few months my morning routine was gone and I was reviewing agent output at midnight. Built this to teach it boundaries.

The interesting part ended up being the error registry. Agents fail silently way more than you'd expect. Same error repeats 50 times burning tokens before you notice.

Zero dependencies, Python stdlib only. Would love feedback on what's missing.

Untitled story 4 months ago

Seperate space, more power and also Local small LLMs. Also 24/7 :)

0HN

Anthropic formalized their enterprise partnership program today. Key partners include Accenture (30k professionals trained on Claude), Cognizant (350k associates with Claude access), Deloitte, and Infosys.

What makes this interesting: Claude is the only frontier model available across all three major cloud platforms simultaneously (AWS Bedrock, Azure, Google Cloud). The Partner Network is how they convert that platform coverage into an actual distribution advantage.

The $100M goes toward: certification programs (Claude Certified Architect launched today), dedicated Applied AI engineers for customer engagements, sales playbooks, and co-marketing.

This signals a shift from "try our model" to "we'll help you deploy org-wide." Curious if others are seeing this pattern play out in their enterprise conversations -- is this differentiated from what OpenAI/Google are doing, or is the whole industry moving this direction?

Thanks! The investment angle is interesting — I hadn't thought about it that way, but it makes sense. If you're seeing the gap firsthand, you have an information edge most investors don't.

What strikes me most is how different the conversation is depending on where you are. Reddit investment subs, Twitter AI circles, and actual workplaces — three completely different realities about the same technology.

I think the key thing that's hard to convey to non-users is the compounding effect. Once you hit a certain depth, every new tool or workflow multiplies what you already know. My neighbor who codes with Gemini is one "aha moment" away from a completely different relationship with AI — but that moment hasn't happened yet for most people.

The gap you're betting on seems real to me. Whether it closes in months or years is the interesting question.

Haven't benchmarked pre-processing approaches yet, but that's a natural next step. Right now the test page targets raw agent behavior — no middleware. A comparison between raw vs sanitized pipelines against the same attacks would be really useful. The multi-layer attack (#10) would probably be the hardest to strip cleanly since it combines structural hiding with social engineering in the visible text.

It's working -> your agents scored A+, which means they resisted all 10 injection attempts. That's a great result. The tool detects when canary phrases leak into the response. If nothing leaked, you get a clean score. Not all models are this resilient though - we've seen results ranging from A+ to C depending on the model and even the language used.

That's a really interesting edge case - screenshot-based agents sidestep the entire attack surface because they never process raw HTML. All 10 attacks here are text/DOM-level. A visual-only agent would need a completely different attack vector (like rendered misleading text or optical tricks). Might be worth exploring as a v2.

I wore a Limitless Pendant for 6 months, recording ~10GB of conversations. Then it got banned in the EU and I had 30 days to export before deletion.

  The irony: the device promised "AI that remembers everything" but couldn't actually use most of my data. LLM context windows max out around 200k tokens.
  6 months of transcripts = millions of tokens. The "AI memory" was just summarization of recent conversations.

  So I built a local workflow with Claude Code to actually make use of the data:

  1. Parse and structure transcripts by date/topic
  2. Extract decisions, action items, and key insights
  3. Build a searchable knowledge base with cross-references
  4. Generate a CLAUDE.md file - portable context I can give any AI assistant

  The CLAUDE.md concept is the most useful part. It's a structured file describing who I am, how I work, my preferences, ongoing projects. Now any AI I use
   can read it and have context about me without needing my entire conversation history.

  I wrote up the full prompts so others can do this with their own voice data (works with Omi, Plaud, or any export). The bigger realization: these devices
   are architecturally limited until we get either infinite context or good local-first AI.

  Happy to answer questions about the workflow or the technical limitations I hit.

LLMatcher - blind testing arena to find which AI model actually works best for you.

You enter prompts, compare two anonymous responses, pick the better one. After voting, it reveals which models you preferred. Built it because model benchmarks don't match real-world preference, and blind pairwise comparison cuts through the hype.

http://llmatcher.com