HN user

scottcha

946 karma

https://neuralwatt.com scott@neuralwatt.com https://www.linkedin.com/in/scott-t-chamberlin/

Posts56
Comments92
View on HN
www.neuralwatt.com 1y ago

Mixture of Experts: When Does It Deliver Energy Efficiency?

scottcha
2pts0
www.neuralwatt.com 1y ago

Agent Bedlam: A Future of Endless AI Energy Consumption?

scottcha
1pts1
www.neuralwatt.com 1y ago

Harnessing Dynamo: Unlocking Sustainable AI Performance

scottcha
2pts0
news.ycombinator.com 1y ago

Ask HN: Are you paying electricity bills for your service?

scottcha
6pts4
news.ycombinator.com 1y ago

Ask HN: Interested in optimizing datacenter energy use?

scottcha
3pts2
news.ycombinator.com 4y ago

Ask HN: Is scratch.mit.edu now primarily social media?

scottcha
17pts5
blogs.microsoft.com 5y ago

Accenture, GitHub, Microsoft and ThoughtWorks Launch the GSF

scottcha
4pts7
devblogs.microsoft.com 5y ago

Tuning Servers for Energy Savings

scottcha
1pts0
blogs.microsoft.com 6y ago

Microsoft Will Be Carbon Negative by 2030

scottcha
20pts2
blogs.microsoft.com 6y ago

Ambition is good; action is better: Making progress on our climate commitments

scottcha
18pts1
www.nytimes.com 7y ago

The Neighborhood Is Mostly Black. The Home Buyers Are Mostly White

scottcha
1pts0
openavalancheproject.org 8y ago

Show HN: Open Avalanche Project – Using ML to Improve Avalanche Forecasting

scottcha
42pts10
blog.revolutionanalytics.com 10y ago

Sustainability Through Energy Load Shaping for Buildings Using R

scottcha
1pts0
adventure-journal.com 10y ago

This Is the Drone You're Looking For

scottcha
1pts0
www.wired.com 10y ago

Steinway’s New Piano Can Play a Perfect Concerto by Itself

scottcha
19pts14
www.steinway.com 10y ago

Steinway's 600,000th piano, the Fibonacci

scottcha
104pts49
www.seattletimes.com 10y ago

Seattle Company Copes with Backlash Over $70,000 Minimum Wage

scottcha
2pts0
washingtontrailruns.com 11y ago

Non-green plants

scottcha
1pts1
junkcharts.typepad.com 11y ago

Some Statistics About Nutrition Statistics

scottcha
1pts0
www.theatlantic.com 11y ago

The Night Sky You've Never Seen [video]

scottcha
5pts0
hackerhmb.tumblr.com 11y ago

Thoughts on Working Without Suffering

scottcha
1pts0
hackerhmb.tumblr.com 11y ago

Programming While Staying in Touch with Your Body

scottcha
1pts0
hackerhmb.tumblr.com 11y ago

Where Does Suffering Arise Is Your Work?

scottcha
1pts0
www.adventure-journal.com 11y ago

On the Verge of Dawn Wall Success, an Appreciation for Tommy Caldwell

scottcha
1pts0
www.wired.com 11y ago

What’s Harder Than Skiing at Night in an LED Suit? Filming It

scottcha
1pts0
vimeo.com 11y ago

Afterglow

scottcha
1pts0
childlivesmap.com 12y ago

Child Lives Map

scottcha
1pts0
www.cnn.com 12y ago

How 'groundbreaking' number crunching found path of Flight 370

scottcha
3pts0
www.tricycle.com 12y ago

Protesters crash Google talk on corporate mindfulness at Wisdom 2.0 conference

scottcha
3pts0
hackerhmb.tumblr.com 12y ago

Doing Things You Are Afraid Of

scottcha
1pts0

I run an AI platform and we need to tokenize fast and early to make a lot of decisions on the subsequent steps (things like routing, rate limiting and such). Its really important to do this efficiently even though its not a large % of total end to end time for the request.

Hi, I'm co-founder of Neuralwatt. While there aren't other providers selling by energy we also produce the same tokens stats you get at others (input, output, cached) and you can compare using those. The CO2 number is really just multiplying the energy by the CO2-intensity at the time/place we served the request. So everything is actually measured and can be derived externally.

The main observation when you compare to token prices our input/cached energy is much lower than the equivalent token prices while the output energy is generally higher. One of the reasons this is a bit cheaper, especially for agentic systems, is that in an fully built/cached session your input & cached to output ratio is really massive input to very small output (multiple orders of magnitude usually). The other thing we do is we actively work to optimize the system around tokens/joule with the goal of making the most energy-optimal system.

Happy to answer any other questions.

Thanks for the feedback! Our primary focus is charging by energy, for token pricing we really just try to be close to the market. That being said I'll take a look at our token pricing to see if we need an update there https://portal.neuralwatt.com/energy-pricing Generally our users get much lower cost on energy than token pricing though on a typical request with a high prefix cache hit the input, cached costs is very small and the output energy cost is higher.

We definitely don't have any intention to obfuscate and in fact we actually try and provide more data than any other provider out there about both an individual request, as well as the fleet behavior. Since we tend to focus directly on our energy pricing and optimizing that the issue is likely where the ROI lies on energy optimization versus token optimization (totally correlated but we have other levers to reduce energy while keeping token counts the same).

Hi I'm the CTO of neuralwatt, would love to hear your feedback on what your experience was. Feel free to email me scott@neuralwatt.com. Also for GLM5.2 we run the FP8 quantization at 1M context which is a common deployment target.

I use OpenCode and have just started using Nanoclaw with ClaudeCode (my coworker has a post coming on this) and sometimes ClaudeCode with Claude Code Router. I do a range of small to complex work with these but I also do drop back in to Claude Opus for some really complex things where I want it to be more autonomous.

I switch between Claude Code (Opus/Sonnet) and Qwen (OpenCode, OpenClaw) multiple times throughout the day and Qwen 3.5 is really nice. I do also use KimiK2.5 and GLM5 pretty often too and I'm starting to get a sense that the agent tool is becoming a little more important than the model with these level of models. As long as tool calling and prompt quality is all configured correctly by the provider.

I actually built this analysis while I worked at Microsoft so I 100% agree. Doing the work at the platform level is the way to go and you can actually make a significant impact with this kind of approach. The other value of this that's not obvious is that doing it client side ends up touching all the grids/generators in the world outside of the market based accounting that tends to drive the datacenter carbon impact analysis.

[dead] 5 months ago

There have been a few questions about the state of Show HN lately. Was actually interested in this post but I see all the OPs responses to questions are Dead? I do see its a new account but I don't really see anything egregious or against policy for these.

That is a pretty good article although the one factor not mentioned that we see that has a huge impact on energy is batch size but that would be hard to estimate with the data he has.

We've only launched to friends and family but I'll share this here since its relevant: we have a service which actually optimizes and measures the energy of your AI use: https://portal.neuralwatt.com if you want to check it out. We also have a tools repo we put together that shows some demonstrations of surfacing energy metadata in to your tools: https://github.com/neuralwatt/neuralwatt-tools/

Our underlying technology is really about OS level energy optimization and datacenter grid flexibility so if you are on the pay by KWHr plan you get additional value as we continue to roll new optimizations out.

DM me with your email and I'd be happy to add some additional credits to you.

Neuralwatt | https://neuralwatt.com | REMOTE (US – Seattle/Denver/Boulder metros only) | Full-time | $180k–$220k DOE Energy is the #1 constraint in new datacenter buildouts. Neuralwatt is reshaping AI compute around energy efficiency to maximize revenue per kilowatt. We’re a VC-backed, early-stage startup building optimization tools for AI, HPC, and datacenter workloads.

We're hiring 2 experienced founding engineers to help architect our core systems and work directly with customers.

What you'll do:

Technically: Architect critical datacenter infrastructure - Write Rust and Python - Measure real-world energy impact - Design state-of-the-art AI-led optimizations

Non-technically: Help build the business and win customers - Present at conferences - Develop marketing and company materials

Requirements:

- 5–10+ years of software development experience

- Thrive in ambiguous, outcome-driven environments

- Experience working closely with customers

- Clear communication and strong leadership

- Familiarity with LLM/AI infrastructure

Location: Remote-first, but we meet regularly in Seattle/Denver metro areas.

To apply: Email: scott@neuralwatt.com Subject: HN Hiring Include: - Resume - GitHub profile - A short note on why you're interested.

Please note: At this time, we are unable to offer visa sponsorship.

Neuralwatt | https://neuralwatt.com | REMOTE (US – Seattle/Denver/Boulder metros only) | Full-time | $180k–$220k DOE

Energy is the #1 constraint in new datacenter buildouts. Neuralwatt is reshaping AI compute around energy efficiency to maximize revenue per kilowatt. We’re a VC-backed, early-stage startup building optimization tools for AI, HPC, and datacenter workloads.

We're hiring 2 founding engineers to help architect our core systems and work directly with customers.

What you'll do:

Technically: Architect critical datacenter infrastructure - Write Rust and Python - Measure real-world energy impact - Design state-of-the-art AI-led optimizations

Non-technically: Help build the business and win customers - Present at conferences - Develop marketing and company materials

Requirements:

- 5–10+ years of software development experience

- Thrive in ambiguous, outcome-driven environments

- Experience working closely with customers

- Clear communication and strong leadership

- Familiarity with LLM/AI infrastructure

Location: Remote-first, but we meet regularly in Seattle/Denver metro areas.

To apply: Email: scott@neuralwatt.com Subject: HN Hiring Include: - Resume - GitHub profile - A short note on why you're interested

I’ve asked that question on linked in to the Cerebras team a couple times and haven’t ever received a response. There is system max tdp values posted online but I’m not sure you can assume the system is running in max tdp for these queries. If it is the numbers are quite high (I just tried to find the number but couldn’t find it but I had it in my notes as 23kw).

If someone from Cerebras is reading this feel free to dm me as optimizing this power is what we do.

Maybe I’m a statistical anomaly or maybe I just don’t know the baseline occurrence rate for this stuff but I have 3 close acquaintances two of which are this persons age or younger with similar symptoms (tachycardia, though to a lesser degree) going on. Is there data on the incidence rates for this stuff and has it been increasing since 2021?

The are many great things about Aurora, here are a few as I've been using it since it came out. 1. Its open source & open weights and free to use non-commercially. 2. Its configurable to easily fit on my local gpu for development purposes. 3. I've also gotten great engagement from the repo owners.

Shameless plug . . . I run a startup who is working to help this https://neuralwatt.com We are starting with an os level (as in no model changes/no developer changes required) component which uses RL to run AI with a ~25% energy efficiency improvement w/out sacrificing UX. Feel free to dm me if you are interested in chatting either about problems you face with energy and ai or if you'd like to learn more.

My Grandparents lived in a very small farming town (pop 500) and word would get around town when chicks had arrived and she would take us down there to see them.

Monte-carlo modeling has been a hot topic here the last few days. I've been using a monte-carlo model to estimate the factors that contribute to AI energy growth and got curious as to what happens if we get agent to agent calls growing. I know its not very common today to have one agent trigger another agent call but I'm certain its a scenario that will be more common in the future. So I decided to find at what threshold this pattern causes out of control growth.

Does anyone have any good examples today of agent call chaining?

Interested to hear others thoughts here on this. I also am hoping to make my model available in some manner in the future for others use so interested if there are other parameters and factors you want to see?

Pretty sure Seattle (maybe King County) doesn't allow billboards. You can really tell when you pass the banned area when driving south on I-5 getting close to Tacoma.

Also if interested the opening scenes of The Monkey Wrench Gang (by Edward Abbey) are about illegally cutting down billboards in Southwest Utah.