Mercedes acquired Yasa (UK) couple of years ago and now getting up to the speed in the production.

Here is a nice video that explains axial flux motors with a factory visit

https://youtu.be/B2Hl4c1iZK0?si=VfDYARyuaPVj1nKm

They are so, so, small.

I was curious how this thing works and asked Claude to visualize it -- mostly to see how good Fable is and I have to say, what it made was good enough for me to get a gist of it. Posted it here

https://azimi.me/axial-flux-motor-explainer/

Every plausibly cool electric car innovation leads me to the same thought: “5-10 years from now, the restomod potential will be wild once these come down in cost.” For this, I am imagining retrofitting a Pontiac Fiero to reduce as much weight as possible and see if extended flight becomes possible.

Here’s a build series of an ex-Apple/NASCAR/Tesla engineer turned YouTuber swapping Tesla Model 3 drivetrain to a 50s Jag.

https://youtube.com/playlist?list=PLoTU9_iCGa6i_C38pwQyg0pBG...

As an antique BMW enthusiast, I know some people that have swapped electric motors in to 2002s and 2000 CSLs and they said it was actually a pretty disappointing experience. You lose the vintage driving experience entirely.

Yeah, it was also so sad to lose the vintage brain damage when we migrated away from leaded fuels: https://dupri.duke.edu/news-events/news/20th-century-lead-ex...

Number 1 problem is battery weight though. Not electric motors.

I have a 84 w123 300D, and would love to add some more power to it. Lightweight hub motors would be great, but any decent size battery would be at least 200lbs+, which is hard to do on a old chasy.

Reducing the motor mass by 200 kg means you've just removed 10% of the weight of the vehicle. You could theoretically now reduce the battery pack by 10% as well.

Something to keep in mind with hub motors is that they’re unsprung weight, vs the battery pack is pretty much always sprung. While that’s not a huge differentiator for efficiency, it sure cuts down on the abuse the wheels and hub motors will experience

its less hard than you'd think unless you're really going for long range.

for my sailboat I am getting rid of a 300lbs diesel and a 30gallon fuel tank with a 45lbs PMAC.

That means I have opened up about 465lbs for batteries.

Now, with a sailboat you're never truly out of range -- but the point stands : these things are so much lighter than ICEs on average that there is a lot of opportunity even with battery weight as it is (and it's getting better daily).

Uh, car batteries are much heavier than most ICE’s. The curb weight on teslas’s are crazy high.

BYD can be lighter because they skip on safety gear and proper structural elements - in my experience.

  > BYD can be lighter because they skip on safety gear and proper structural elements - in my experience.
I'd love to hear more about your experience with BYD. The ex just bought one and my kids ride in it daily. I helped negotiate the sale - I drive a Tesla and I'm very happy with the BYD.

Jeep/Stellantis certainly had problems trying to do this:

https://www.thedrive.com/news/jeep-tells-4xe-hybrid-owners-t...

i know series hybrids aren't as efficient as parallel hybrids (thanks technology connections!), but i wonder if they'd be a good candidate for fun restomods.

drop in a tiny, powerful electric motor and a small battery (crammed in whatever location is best for weight distribution), and then wire up a little genny powered off your existing fuel tank that can jump in as a range extender

Yeah, my comment was hand-waving away a bit of the reality of it, but swap the Fiero engine for a battery and some of these and it's got to be close to achieving full lift.

I think the cited weight loss comes from energy efficiency gains leading to less battery capacity needed.

Electric engines are already very efficient (particularly compared to internal combustion). If you go from 90% to 95% efficiency, you don't save much in terms of battery.

ETA: Internal combustion engines half a century ago had an efficiency of 20%, now they're at 40%. That cuts the fuel you need to carry in half. Electric engines are near 100%, and as I said, going from 90% to 95% efficiency cuts required battery by a bit more than 5%, so peanuts.

Going from 90% to 95% efficiency you're halving the thermal loses, thus reducing the need for cooling by half. It's a big deal.

Same with going from 99% to 99.5% efficiency. It still reduces the cooling needed by half.

> reducing the need for cooling by half

But the motor is not the only thing that needs to be cooled. It’s mainly the battery, which has a narrow operating range. The power electronics that convert AC to DC also need to be cooled.

So you’re halving the cooling needs of the motor, which is nice but small compared to the other two. And even then, total cooling doesn’t impact range that much compared to warming the battery in cold climates.

I think you’ve overstated your case.

In the video the yasa guy said most of the weight loss is from getting rid of the yoke.

I'm going to replace the differential and the automatic transmission in my truck with a 4-cylinder engine and an electric transmission.

Can you elaborate a little on what you asked Claude to do here? This is a pretty impressive one-shot.

This viz is superficially neat, but hard to get info out of. It seems like a demo in a movie.

What did you like most about it?

Yup, the visualization didn't help me understand the concept any more than plain text. Superficial in the way that you would expect from a system that has no real world reference for what it is creating.

To get something better I expect more than a one-shot is needed, and the knowledge to guide it in the right way.

Look at the beauty of an interactive visualisation of an internal combustion engine made by a human being - https://ciechanow.ski/internal-combustion-engine/

It’s possible to actually learn something from this, whereas the one fable created is just slop with pretty colours.

You made this with Fable? How many prompt? It is amazing.

Thanks for sharing. I wish it was a bit more interactive especially when there are parameters, e.g. "Widen the disc and torque rises with diameter cubed" I wish there was a slider to see that effect and thus maybe why there might be a sweet spot.

Also I have "The Way Things Work" on my desk right now and can't help but wonder, could you adapt some of the pages of the book this way? It seems like exactly the kind of content that would benefit from such 3D (interactive) visual explainers.

Code is here https://github.com/mohsen1/axial-flux-motor-explainer

Feel free to steal! This was one shot with Claude Code. You can take it and adopt it to your need

Oof... well thanks for sharing but that's basically unusable for me. It neatly all packed in a 2MB file containing all assets, threejs, etc.

I assumed it's based on a three.js template due to the `Rendered live with three.js · Drag anywhere to orbit the model` kind of showcase but unfortunately that's not linked. I also imagine the 3D models are more that primitives (at least the arrows showcasing the flow) but I don't know where they came from, if that are also from a template or repository or if they are generated from a tube mesh.

So... I'm genuinely grateful that you took the time to share but I don't think I can do something with this except restarting from scratch, especially if it's one-shot.

I'd suggest, if you don't mind the extra effort, that you add a ReadMe.md in the repository to clarify how you did this, at least model name, version and prompt.

I mentioned elsewhere too. This was a one-shot thing that made me wow so I thought I share. You're kind with your comments but others are just hating it, even so I said 1. I don't know this motor technology and 2. It was a one shot experiment

If I had time and making a polished web page was my goal I could probably do better but this was not the point!

I made it live and editable here: https://hallway.com/workspaces/f7cfb27c-0a0b-4ca3-9b28-cc7eb...

I asked mythos to make a "The Way Things Work"-inspired version.

Published: https://banagale.com/the-way-the-motor-works/

Source: https://github.com/banagale/the-way-the-motor-works

It lacks cave people but has the woolys.

Very neat. Thank you for sharing! I assume this was one shot as well -what sort of prompt did you use?

I’m sure folks would be interested even in a blog post comparing just this process with different Anthropic models if that’s something you do and need a content idea. :)

Here's the prompt I used:

---

Can you make a version of this that is more in the style of "the way things work" the cool inventions book from the 90s with cavepeople and wooly mamoths and that illustration asthetic?

https://github.com/mohsen1/axial-flux-motor-explainer

If able, expand on the abilities of the page as requested in this thread:

https://news.ycombinator.com/item?id=48475428

---

So ya, that was a one shot to build.

Just as impressive was its ability to publish the source and get the version up on my personal site. That was also a one shot but aided by context and skills I have available for these purposes.

Yeah so the relationship between speed, power, frequency, size (both in the direction of primary flux excitation and in the direction orthogonal to both that and the movement), and torque at nominal values of current density (for a given conductor losses are proportional to the square or this value and to the total mass of that conductor in the machine; that's independent of any of the other scaling parameters; note this is absolute power not percentage) and peak flux limitations (core saturation, permanent magnet demagnetization), are sadly not trivial if you express them in a way that is even just _valid_ for the modern days where we can support electrical frequencies up to around a megahertz at scales up to around 100 kW, and even harder when you remember that core material has severe frequency dependence of it's limits.

E.g. for example for a given electrical frequency and decent radial flux synchronous machine, power density is quite static and torque density can actually be dialed quite freely from 2-pole machine (turboset in gas turbine running on the grid at 3600 rpm (or 3000 rpm outside NA and some Pacific Islands) to 40(+) (example deployed at Hoover dam, 180 rpm). At those higher pole counts, the center of the rotor is no longer electromagnetically active, because the magnetic field lines keep to a narrow ring only about as thick as each pole is wide. Unfortunately it's mechanically not that trivial to handle a cylindrical shell with a small air gap (this needs to be significantly smaller (about at least 10x) than the pole width) when using substantial torque and speed.

Circumferential velocity is practically limited by hoop strength of whatever the outer region of the rotor is made of, even if it's all very nicely balanced, because eventually the magnetic armature flux source (wires or magnets) will fly out.

Higher electrical frequencies limit the field winding core's magnetic permeability (magnetic field/force strength amplification relative to vacuum, for same electrical current) which hurts efficiency by dropping the useful mechanical power component of field voltage while the voltage resulting from the current (that needs to happen to cause the magnetic field in the direction of movement that causes the mechanical force) due to wiring resistance stays. (I think the permeability gives the ratio between voltage and current for otherwise identical mechanical load conditions and winding shape?)

Thinner wires have less fill factor because the insulation has to stay the same thickness as per-winding voltage stays, but magnetically inactive terminations are less wasteful (for losses and mass) when a decent number of effective turns (>>1, think >10~50 for most of the benefits) are used.

Note while the armature necessarily has an even number of poles in it's construction (north/south), the field is not forced to that.

Indeed, the iirc most smooth torque (under practical mechanical feasibility limitations and without undue sacrifice of efficiency) results from having a prime number (of field windings, in WYE-style connection) exactly one off from the armature pole count. Note that for low losses all these torque-smoothing techniques _require_ only a single electrically directly driven winding in each slot (per mechanical field pole) and with that only GCD(field_slots, (armature_poles / 2)) windings get to share an electrical half-bridge (one single wire going to a single voltage-output terminal on the electronics board; note mainstream BLDCs have 3 of these, classic fridge compressors have 2, and modern stepper motors (e.g. 3D printer) have 4).

Any time you have multiple windings driven by different electrical source voltages you're wasting heat in the winding because the lowest-loss would require all conductor in the slot to to perfectly evenly share current.

There's just one problem with that: you need a nearby slot with exactly opposite phase to even possibly use more than a single (half) turn of "winding" in the slot.

If the voltage is still enough to not loose too much in the connections, you can use transistors developed for efficiently powering modern computer chips from comfortable voltages like 12V, but even then a "winding" has to be much longer than an armature pole to mitigate the losses of spreading the return current sideways to where a slot carries the current in the reverse direction. Once the voltage at the transistor is over around 10V the benefits of more precise control of the field magnetization to the armature position (and how the shapes distort the field lines from anything that would look like a sine wave) could be useful. In theory that'd also provide direct access to electronically control the air gap (well, net force normal to the air gap "surface") which _could_ be an alternative to mechanical bearings for very thin-shell constructions. See maglev trains for a pretty practical application of using an electric motor to also levitate the "rotor" in a place where a mechanical bearing ("train wheels + bogies") performs poorly.

https://archive.org/details/TWTK_WIN

Thanks but I'm aware of it, linked to an alternative just yesterday (but might replace by the InternetArchive one instead). A Web version would be so neat as we'd be able to link to pages, even states of the interactive explanation, rather than the whole thing but it's already great to have that basis.

Honestly, I don't think this actually provided much above a paragraph of text.

The visuals didn't show much, and I learnt a lot more from one of the YouTube videos (https://www.youtube.com/watch?v=dCO633KE7RA) posted below.

It's neat that a whole interactive deck can be produced without effort. But it's just not very interesting.

Yeah, I'm at once awed that something like that can be auto-generated (I presume?) and disappointed that it doesn't usefully or practically improve my understanding, beyond written synopses and human videos, at all.

Stuff like this reminds me that we still need a human in the loop to edit, to improve, to advance.

Auto-from-scratch just doesn't really achieve anything of actual value.

It's unfortunately just slop.

The issue with this is, without an expert, how do I know I am getting an accurate representation?

Hundreds of examples of axial flux motors exist online. If you look at the visualization it shows the iron cores in a perpendicular orientation with the hub. This is correct, but loses so much of what makes these specific motors interesting. The angled nature of the grey cores and copper wrapping smoothes the transition between each magnetic field.

Basically it is a pretty version of a dumbed down partially incorrect answer. With a knowledgeable user it would be very good, but he has no idea he is wrong. I’m not sure what Dunning Kreguer with graphics should be called.

You don't. You didn't know before either. The difference is trust. How do you trust it as much as you do the hypothetical humans making such representations? That's up to you.

I think humans develop expertise and brand names and get called out when they make mistakes and if they are too wrong, their reputation is damaged.

This doesn’t seem to apply to AI for some reason. It keeps generating incorrect results after incorrect results, yet people continue to trust its output.

I don’t know what to make of this.

"Trust" is an abused term, nowadays.

Human trust differs from mathematical trust. And branding / marketing abuses the ambiguity.

There is no shame in a "likely to hallucinate" model that can be instantiated 1,000 times across 1,000 different machines spread throughout our planet. So, human trust is broken by machine trust.

I've starting going back to books, either at the library or e-books. Librarians are very good at telling you if nonfiction is biased, outdated, or incorrect.

wait until AI starts publishing printed books :)

https://www.amazon.com/stores/Dave-Gary/author/B0BY6Z6HP8/al...

I would hope that librarians vet those and exclude them before they hit the shelves :(.

> I think humans develop expertise and brand names and get called out when they make mistakes and if they are too wrong, their reputation is damaged.

Take a look at the Forbes billionaires list and some of their statements. Or maybe at the politician fact checkers. If only being wrong damaged reputations.

You first heard about this effect with the phrase "computer says no".

The question is for you to answer, first. Gotta do that work. (My answer will differ from yours.)

Then, predictably, finding the collection of supporting details + vetting the content in question.

This is an issue we, technology-folk, ought to help guide our non-tech-co-folk through engaging with, BTW. Our responsibility is rising with tech becoming more deeply entrenched / required for society's operations.

what was the prompt for this, did you use a CAD/threejs skill or grab a model from somewhere?

[deleted]

Nice! Did fable generate that animation? Looks crisp

Tbh it did a pretty good job

I am not an expert, but I do know some physics and I know how to read, and I’m pretty sure this is full of BS. Also it’s a really crappy visualization.

I wonder how developing electric motors compares to combustion engines. My hunch says that it’s the main reason the Chinese high-tech electronics industry was able to develop and iterate leading electric vehicles so fast. (Edit: My more clarified point is regarding the machinery required + place to accommodate them to work on electric motors vs. ICE metal parts and all the intermediary parts transfering power in the drivetrain. The shop in the video is smaller than many would imagine.)

When these hopefully go to the next generation Formula E cars, we’ll see some crazy improvements in cornering. The newest generation already has active 4WD. I imagine this can bring even better torque adjustment improvements.

The Chinese EV industry is actually lead by development of batteries, especially CATL. Along with the pack engineering, which is good old Mech.E stuff about heat transfer and physical strength.

Secondarily power electronics; at that scale, you can't just pick a bigger transistor and call it a day.

By comparison the motors seem to be a mostly solved problem, although I'm sure there's still some scope for power-to-weight engineering there, it's not as critical as the battery pack.

And is development of batteries (and better magnetics) not just chemical engineering and material science?

Motors might be a 'solved problem' - there might not be much innovation, Maxwell's laws aren't changing any time soon, but there will surely be a lot of incremental improvement - an early 1900s ICE is considerably worse than a 2000s ICE.

> n early 1900s ICE is considerably worse than a 2000s ICE.

But how much worse is a early 1900s electric motor from a modern one? I can't find data, but I suspect the first electric motor from the 1830s is more efficient than a modern ICE (even if we assume the ICE is built for efficiency, screw emissions). There is some room for improvement, but there isn't much difference between our best motors and perfection (a carnot cycle by contrast is as best much worse than perfection)

Early electric motors were awful, because there was no good way to control their speed.

For example, DC motors used in some late-1900s trains still had a giant variable resistor in series with their motor, burning away a huge chunk of the power as heat to force the motor to run at a lower speed during acceleration. AC motors weren't much better.

Electric motors only became truly efficient when variable-frequency drive became viable, which was in the 1980s due to semiconductor innovation.

Surely the variable resistor would only have been on the field winding. It wouldn't waste that much energy.

Figuring out where to place it, or how to do this took time. I'm sure some early attempts were really bad.

Helped along by the somewhat Wild West attitude towards worker safety and industrial regulation - high energy density batteries are hard to get right, and extremely dangerous if done wrong. During manufacturing in particular.

And only get cheap at scale.

I thought that for a long time the german supply chain had an advantage in terms of the precision engineering to create drive chains for ICE - but EV's don't have the same number of moving parts and hence... end of advantage?

> The Chinese EV industry is actually lead by development of batteries

This is the core point, but it applies for the whole of the industry. Motors just don't matter. An electric motor is an almost vanishing component of the weight and complexity of an electric vehicle. Cut the mass of the thing *in half* and you're looking at 100kg savings, tops. You could do that with a Model Y by just changing the roof material to something boring and not glass. You could almost do it by shrinking the oversized-as-is-the-fashion wheels.

So... it's great that Mercedez-Benz is producing these, I guess. But it won't make their cars anything more than incrementally better. Which is why we're seeing them crow about it in a press release and not a spec sheet.

If they’re small, light, and cheap, you can put 4 of them on the car and get independent all-wheel drive and insane acceleration.

We have a dual-motor EV and our lease is expiring this year. We have our eyes on the GLC EV, which will land in the U.S. with a tri-motor design at first. There’s no fun in a single-motor EV.

Low power and high power electronics don't actually have a lot in common other than the broad types of engineers you need to be educating.

China has industrial policy. The country and companies are able to invest in BEV technology knowing that everyone agrees on the direction.

Standing on the shoulders of giants, mainly.

All the industrial processes and machine tool development that happened in the ICE car industry over the last century (and the electronic hardware manufacturing, more recently) was available day one.

>I wonder how developing electric motors compares to combustion engines. My hunch says that it’s the main reason the Chinese high-tech electronics industry was able to develop and iterate leading electric vehicles so fast.

The talent had very little impact to be honest. The primary factor was a government looking 50 years down the road seeing that:

1. ICE engines have little to no long-term future in transportation.

2. global warming is a thing whether the right wing in the US likes it or not.

3. They were never going to overtake the West in ICE engines and had to attack from a different angle.

The US' lack of breakthroughs in EVs has little to do with technology or expertise and everything to do with an administration that is openly hostile towards EVs and renewable energy in general. For the rest of the planet, EVs becoming the primary form of transportation is just an obvious and logical conclusion, even if it takes us another 25-50 years to get there.

China saw it and decided to heavily incentivize and subsidize the rapid expansion of EVs both to fix the air quality issues in China and corner the market.

> The US' lack of breakthroughs in EVs has little to do with technology or expertise and everything to do with an administration that is openly hostile towards EVs and renewable energy in general.

It has nothing to do with the current administration either. For one thing, China's dominance predates it. For another, the EU and Japan have failed equally hard at capturing any meaningful EV marketshare.

1. There is still no good answer for air transport, trans-oceanic shipping, long-haul trucking, and long-distance rail. ICE will be used there for a good while longer.

I think air transport and oceanic shipping will probably still take time owing to energy density concerns, but there are electric trucks already (with trials of roadside charging rails that can actively charge during driving), and for a large part of the world, electrified trains are the norm. It's a uniquely US problem that rail isn't electrified, even other major OECD countries are above 50% if not more, while in places like India it is almost 100% electrified railway (one of the largest networks in the world).

The current admin is actively hostile to EVs, but I think the real problem was the chicken and egg issue of charging stations: they wouldn't be built because there wasn't enough demand for them and EVs would be limited in sales because they wouldn't have chargers to use on the road.

This is where Tesla made a huge difference with Supercharger stations. I am no fan of Elon, but that work was fundamental in making EVs viable in America.

AFAIK Chinese electric cars used western motor drivetrains and often still do?

The new season of Formula One feels (unfortunately) like Formula E!

In Formula E the drivers control engine behavior and regen. It is much better than F1 right now.

It would be awesome if they would implement a crude rule: no computers. You can use a computer to design the car--CAD/CAM/CAE are all fine--but no stored program computers are allowed in the race car. I think that would improve F1 tremendously.

Very funny idea. That basically means a carbureted gas engine, or a direct injection diesel with a mechanical governor and mechanically timed injection pumps - can't run a direct injection gas engine without a digital engine control unit, because the injection timings are much to precise to do mechanically.

So, basically '60s Formula 1. Might be fun to watch. We'd certainly see some crazy engine designs and a lot of re-fueling pit stops...

> can't run a direct injection gas engine without a digital engine control unit, because the injection timings are much to precise to do mechanically.

This is not accurate, the first production direct injection gasoline automotive engine was in the 1954 Mercedes-Benz 300SL. It's true, you probably won't be running piezoelectric injectors without computer controls, but there's nothing preventing direct injection.

But that would make it interesting. How many of the advances we've made in the past 75yrs could be accomplished some other way if you take the computer away? You don't need a computer to accomplish nanosecond timing. Maybe there's a clever analog way to run piezoelectric injectors.

To phrase it maybe a little more provocatively: how would you accomplish the precise timing necessary to achieve spherical implosion? This was possible with analog electronics in 1945. Surely in 2026 we can also build analog piezoelectric fuel injection systems.

I'm not saying there isn't room for innovation but... Electric motors have been around for a century now already in many applications.

It's not like the Dawn of the steam engine

According to wikipedia[1] the first industrial steam engine (1712) was invented almost 100 years before the invention of the steam locomotive (1804), arguably its greatest evolutionary feat.

[1] https://en.wikipedia.org/wiki/History_of_the_steam_engine

The timeline of the electric motor isn't much behind. https://en.wikipedia.org/wiki/Timeline_of_the_electric_motor.

> develop and iterate leading electric vehicles so fast.

How do you know this for a fact? Chinese press releases? You've driven one? Some auto blogger drove one?

After world war 2 Gorbachev or whoever visited the United States and during that trio visited a supermarket. He thought it was a facade, possibly, put on just for him, there's no way Americans are this prosperous (or whatever, this good at agriculture, farm equipment, etc)

Also do the race cars have 4 wheel drive, or all-wheel drive? I'm wagering all-wheel with "torque vectoring" and "Yaw control", like a Mitsubishi Lancer Evolution X.

I am somewhat confused at the intensity of pushback for the statement “leading electric vehicles.”

Chinese EVs are leading and that doesn’t necessarily mean being the best, most advanced vehicles. They are leading in value/pricing, and in many regions they are leading in sales.

BYD sells almost double the EV volume of Tesla globally as of December 2025. They are objectively leading in that respect.

I think the parent comment of yours made a good point (or at least adjacent to a good point) about China’s ability to enter the market: they can’t compete with 100 years of internal combustion engine development along with the vast parts supplier network of the West, but they can compete on battery chemistry, battery supply, motors, and the more vertically integrated EV space where automakers don’t need to depend on a huge network of parts suppliers like they did in the past.

I also think that a lot of pushback to the innovation that China is delivering is criticism that is stuck in the past. If you buy a Xiaomi car, it integrates perfectly with all your Xiaomi consumer devices. You can control your rice cooker or robot vacuum from your car’s integrated infotainment system. This type of approach was exactly what Apple was going to deliver before they abandoned their automotive project.

Or, you can buy a Mercedes and you’ll get a car with more precise handling and perfectly tuned driving characteristics. The infotainment system looks like Windows Vista.

Which side of the aisle do you think most consumers care about? I think most people buy into Xiaomi’s approach.

Semiofftopic but somehow I took offense at the Vista comparison. Aero Glass was peak UI design to me, and I'd certainly prefer it to modern paradigms like flat controls, or to stretch it even further, Corporate Memphis etc.

Curse you, Apple and Jony Ive. You only needed to tone skeuomorphism down not kill it.

I’m genuinely delighted that this reaction to that little phrase came up! It was definitely something of a half-joke on my part: the Mercedes infotainment system is very well-regarded, but it does not look “modern” compared to something like a Tesla, Rivian, or Xiaomi.

The hyperscreen from a physical hardware perspective looks strangely dated to me as well, depending on the specific car model.

you consider the question asked to be "intense"?

I wouldnt be so harsh even with chinese combustion engines, its at this point a meme that is just copy pasted because everybody says so, but without actual experience. People dont understand how China is 3x bigger than Europe and 4x bigger than US, the scale of that market is absurd and competition numerous and fierce.

I've had MG suv rented recently with just gasoline engine and it was fine. This comes from long term bmw driver, they are not on the exactly same level, but light years ahead from similarly prices ie french vehicles. Handling was fine too, probably the biggest shock for me, this is where french, italian etc are losing me (bmw effect). And they cost 1/3 of bmw.

True, and on a similar wavelength, nobody seems to care that Kia/Hyundai engines are super mid.

Heck, nobody seems to care that Toyota engines/transmissions sound like a vacuum cleaner and have pretty mediocre NVH on models like the Corolla, but they buy those products for reliability and efficiency.

I think with xiaomi yu7 and Tesla killing the model S, the chinese are leading in everything when it comes to EVs.

Listening to the heads of the American and European car companies say the same and driving in them in china. I know that is different than personally disassembling one and reviewing it, but I am not sure the incentive for the other companies to say they have inferior products, unless it was a play for subsidies or deregulation of some form.

Personally I feel that the rest of the world continues to dramatically under estimate China’s progress and technological advancement at our own peril. Is there fluff and are their lots of untrue claims, of course, but that is certainly not something they have a monopoly on.

It's because the West still views Chinese people as dumb laborers: just a bunch of cheap bodies who can do nothing more than screwing together our brilliant inventions.

China creates something of equal quality as a Western company? It must've been IP theft! China competes on price? It must be state subsidies! China creates something innovative? Don't use it - it'll send your data back to the CCP! Or just pretend it doesn't exist.

In reality Chinese people aren't idiots. We've spent a couple of decades giving away all of our manufacturing knowledge for a few cents of shareholder value, so it is not exactly surprising that they now possess that knowledge - and are able to build upon it. China is dealing with huge demographic changes, so obviously they've been pushing for automation, so it shouldn't be a surprise that those factories are now rapidly automating. Which we could've done in the West, but outsourcing it to cheap Chinese labor was cheaper in the short term.

For every genius in the West there are ten geniuses in China, and with their top-down economic policy they are able to apply it where it truly matters.

We created our own worst enemy, and are now crying foul. If we don't get rid of our outdated racist biases soon and start treating China like the successful superpower that it is, we're going to get completely steamrolled in the next few decades.

Aren't you getting your analogy backwards? American supermarkets have the same role in the story as Chinese cars.

That was a good video, and I also liked the Munro video that does a nice job of explaining how these work: https://www.youtube.com/watch?v=m507ryWhc6c

Great video!

So it looks like axial flux, the OG was introduced in 1820 something and it wasn't easy to manufacture. So radio flux came after that and has been around ever since. So axial flux is making its come back this year!

The video is very interesting too about decompounding returns when the motor is less with the other things need to weigh less too.

Especially the bit about potentially not needing brakes in the near future because the regen is so capable. Which would lead to less weight and less parts even again!

Also found it fascinating, although on the discussion about brakes I thought about how regen braking turns off in my EV when the battery is full, because there is no where to put the power. So you either keep some of the battery always available to soak up braking energy (and hope people never charge to full at the top of a mountain and exhaust the buffer) or you include a set of normal brakes for when regen is not possible, both options negating the weight savings. Right?

A few years ago I built a few small ones in my home lab. They are extremely efficient. With the right setup, have insane torque, and don’t require a lot of energy to do it. The best part for me was that they are completely brushless by design and are easily to keep clean.

Came here for this, thank you for providing a link

Edit.... Video doesn't seem to explain very well either