Hi all, author here. Please don't go to this website. It's expensive for me. It's a realtime multiplayer text-to-website chat, powered by Sonnet 4.6, that I built to showcase the incredible agency and speed frontier models have attained. I am paying API costs out-of pocket. Call it a business expense?
It's inspired by Pieter Levels' tweet about chatting with his websites. [1]
It uses the same tool under the hood as the core web offering, bareclaw [2], a thin Claude Code CLI wrapper I created to enable custom CC client creation while leveraging your Claude Max subscription.
I have a goal of setting up solar on my property in the woods that goes directly to a wall of batteries, maybe Tesla, maybe something else. But definitely not going back into the grid. Does anybody have suggestions or advice on how to do this?
Who are the best companies doing this right now in New England? What products are folks using to store electricity? Are there any good resources for this kind of thing?
How big of an install are you looking to do? I just did a ground mount install on my property. (4kw panels, 5kwh battery) If you are good with your hands, and can follow instructions then I would recommend you do the work your self. The actual installation of the panels and battery are close to plug n play. The cost of an electrician can easily double the project costs for small projects.
For the panels I did whatever was cheapest on signature solar. For batteries and inverter I did eco-worthy. (eBay for that, they run sales pretty often) in total is was $1000 for the panels (that included delivery) and around $1200 for the battery and inverter. If you have a truck then you might be able to find cheaper panels locally.
On YouTube check out DIY Solar Power with Will Prowse. He is a certified electrician and publishes part lists and plans that are easy to follow.
tesla isn't great value any more. For a while powerwalls were the shit And the powerwall three is nice, with direct DC charging as well as islanding.
But, only 13kwh still, and internet dependency, and very expensive.
I currently have enphase micro inverters and a power wall 2. It was the right mix at the time.
But, if you have the space, which I think you do, An insulated shed for a 19" rack, and choose any one of the many battery unit makers. Its about $200 per kwh now (in UK prices, I'm not sure what tarrifs are doing for you)
then get a frame for your solar (or build a barn and roof it with solar, its cheaper than 12mm plywood at the moment.)
Have micro inverters, they are more expensive, but solid state, less likely to catch fire, do MPPT better, and are not a single point of failure.
You'll need backup for when solar doesn't cover your daily needs, so either grid or some other power source.
A few things that I've needed to deal with in my off grid setup:
I like the MidNite solar controllers.
LiFePO4 batteries are great, with a few caveats:
- you must use batteries from the same batch, ie you can't upgrade capacity piecemeal, to avoid degrading the new ones
- cable lengths are important because even small differences in resistive losses between batteries can mean that one battery is doing more charging / discharging
- you can't charge below 0\*C, which I'm assuming could be a problem in New England
Not being able to charge below freezing shouldn't be a problem if you keep the batteries indoors. Is there a reason why you wouldn't? Fire concerns? Or is it just a space issue?
Yes, sorry, I was in a rush and didn't explain enough. For our usage, the cabin isn't occupied during the winter, and can drop below 0*C occasionally. The solar system is turned off though, so we don't worry about it.
If you're permanently there, it shouldn't be a concern. Sounds like modern BMS can disable charging at low temperatures so maybe not a worry for you at all if you're buying new batteries.
I've found lots of communities online on both reddit and facebook for solar DIY and there's some youtubers out there that talk about what you need for this and do reviews of different batteries/inverters/panels.
From what I've heard Tesla has a high cost/energy storage rate and you'd be better of going with something else (even if you have a tesla) but it would boil down to are you wanting to set this up yourself or hire a professional to do all the wiring.
If you are planning to get a Tesla car with PowerShare (it's slowly expanding to the Model Y and other vehicles) then you only really need one Powerwall 3, because the car when charged acts as ~7+ powerwalls worth of backup.
>I have a goal of setting up solar on my property in the woods that goes directly to a wall of batteries,
>Does anybody have suggestions or advice on how to do this?
Pay a land use consultant or lawyer $500-$1k to go over you idea with you. There is a reason you do not see people DIYing land development that is not residential. You will likely find that the least terrible way to do what you're asking is to build some sort of minimal cabin or something to get the whole project to be residential. Even then you will likely have to dial back your clearing a lot and structure the project in multiple phases over many years to not incur non-starter level costs.
You're gonna learn more about the clean water act than you ever wanted to know.
I’ve been doing this for a while [1], but ultimately settled on a building a thin transport layer for Telegram to accept and return media, and persistent channels, vastly improved messaging UX, etc. and ended up turning this into a ‘claw with a heartbeat and SOUL [2].
I really enjoyed reading both posts. Thanks for sharing!
I, like many others, have written my own "claw" implementation, but it's stagnated a bit. I use it through Slack, but the idea of journaling with it is compelling. Especially when combined with the recent "two sentence" journaling article[1] that floated through HN not too long ago.
Great posts! So far [2] is the only "claw" that has caught my interest, mostly because it isn't trying to do everything itself in some bespoke, NIH way.
Amidst all the ‘claw hype, folks have lost sight of the fact that we already have a high quality, trusted coding agent that with a few lines of code can become proactive, recursively self improving, and is supported by a large dedicated engineering organization who are commercially incentivized to improve it.
Claude Code is all you need.
Well, that and a persistent transport layer that exposes a messaging endpoint you can text from your phone. And that’s bareclaw: just ~1200 LOC of TypeScript and you’re off to the races on the Claude Max plan with no OAuth token theft hijinks.
A rash of these second mind type tools have emerged, but they all seem overly focused (business or whatever), or performative.
This one started from me just typing stuff into Claude Code, then adding more ideas and skills / formatting changes as I went until it grew into something useful enough I started telling other people about what it's done for me. Then they asked me to share it so I packaged it up, polished it a bit, and here we are! There's no other editor, I don't use Obsidian or anything with it (although you definitely could). I just find the simplicity of one interface to be really freeing and helps me focus on actually journaling instead of maintaining a card / link system.
It helps me think and reflect across time in a way that my meat mind seems to be not as good at. It's just so fast at searching through things and making associations even with the default Opus 4.6 somewhat limited context. I've ended up capturing and working on so many more of my ideas and I'm so much more inspired on a day to day basis. I hope you enjoy it as much as I do.
It's inspired by Pieter Levels' tweet about chatting with his websites. [1]
It uses the same tool under the hood as the core web offering, bareclaw [2], a thin Claude Code CLI wrapper I created to enable custom CC client creation while leveraging your Claude Max subscription.
[1] https://x.com/levelsio/status/2023960543959101938 [2] https://github.com/elliotbonneville/bareclaw
reply