| Sorry to hear about your situation. Have you spoken to https://www.citizensadvice.org.uk/ you should be able to get some help and advocacy. And they will help you find accomodation and apply for the benefits you are entitled to. If you can get a proper diagnosis you can also claim PIP for more support: https://www.benefitsandwork.co.uk/personal-independence-paym... You're obviously smart and probably present as high functioning to someone working in the job centre who is not motivated to help you and frankly anything they give you, you will be massively underemployed. --- I will say something feels off with the project itself just by looking at the stats. Obviously an LLM is doing the heavy lifting to write 1.3m lines in 4 months, but 3,900+ tests seems an order of magnitude too small to me. What LLM are you using to generate this much code? Priority 1 right now is to get accomodation, not pay for expensive LLM API costs or subscriptions! Best of luck! |
But I have to be honest: I’ve been through Citizens Advice and the benefits system for years. CA is a signposting service that directs you to the same services that have already rejected you. PIP requires a formal diagnosis, which requires years of waiting lists and assessments.
I’ve been fighting this system long before I ended up in a tent. The post explains that the state won’t help, and that’s not an exaggeration or an oversight on my part. I’ve tried.
On the test count: fair point. The 3,900+ is the core workspace (50 crates).
Satellite projects have their own test suites not included in that number. Coverage could be better. That’s part of what stability buys me.
On the LLMs: Claude Code for complex Rust architecture. Codex for pattern-heavy work. Gemini for docs and broad context. Qwen for parallel workloads. All running simultaneously with strict file ownership and pre-defined interface contracts.
But to be direct about what I’m actually looking for: I don’t want benefits. I don’t want PIP. I don’t want permanent support from the state. I want to use my brain, build complex systems, and turn AI research into reality.
What I need is 3 months of runway so I can do exactly that.