this post was submitted on 06 Apr 2026
1 points (100.0% liked)

Anime

4414 readers
13 users here now

This community is the place to discuss and ask questions about anime, anime news, and related topics.

Currently airing show discussion threads are created by our resident bot, rikka@ani.social. If it doesn't make a thread for an episode that you want to discuss, see the user guide on the wiki for instructions on how to ask rikka to make a thread for you to use.

Check out our wiki to find:

Rules

More complete rules on the wiki.

Post Tags

Post tags are completely optional, but some recommended tags would include:

Related General Communities

Chat

Thanks to @NineSwords@ani.social for running the discord!


rikka

founded 2 years ago
MODERATORS
 

Tongari Boushi no Atelier, episode 1

banner image

Alternative Names

  • จอมเวทฝึกหัดกับหมวกมหัศจรรย์, Atelier of Witch Hat, Atelier spiczastych kapeluszy, Cadı Şapkası Atölyesi*

Additional Links


Reminder: Please do not discuss plot points not yet seen or skipped in the show. Failing to follow the rules may result in a ban.


All discussions

Episode Link
1 Link
2 Link

This post was created by a bot. Message the mod team for feedback and comments. The original source code can be found on GitHub.

top 15 comments
sorted by: hot top controversial new old
[–] Rottcodd@ani.social 0 points 5 days ago (1 children)

I was so impressed by this that I don't think I'm going to follow it. I'd rather wait and binge it, because I want to sink fully into this world rather than just visiting it once a week.

[–] hypertown@ani.social 0 points 4 days ago

It's painful to wait 7 days for each episode but discussing every episode every week is worth it imo

[–] mo_lave@reddthat.com 0 points 6 days ago* (last edited 6 days ago)

It's our boi Qifrey!

I already resolved to seasonally watch Akane-banashi instead of WHA (mainly because I loved Showa Genroku Rakugo Shinju in the past, and partially about saving the best things for later too), but I checked some scenes. It does not disappoint. Good job on CR for making this a simuldub.

I think this is the first anime where I find the English dub vastly superior to the Japanese dub. Hanae Natsuki is a superb VA. I also opine he's a mismatch to Qifrey.

[–] vole@lemmy.world 0 points 6 days ago (1 children)

From the title I thought this was going to be about making hats for magicians. I love the world building (A+ so far, though the idea of being able to keep magic secret is little hard to accept. I doubt that the series will focus on that so I think that I can lock in going forward.) and the fascination with the magic system (B to A+, depending on how well it explains advanced magic). The pacing so far is great: fast but doesn't feel rushed. I suspect that this will be my favorite show of the season.

I went back to look at the easy-to-see magic circles. It seems that there is a wide variety of sigils. The signs around the sigils seem to have less variety. And there seems to be some variations on the enclosing circles. The floating carriage and the forbidden spell appear to have 2-levels of nested magic circles. If this was a re-incarnation power-fantasy show, the protagonist would probably immediately aim to create 3+-levels of nested magic circles... but judging from the forbidden spell, 3-levels might have the potential to instantly destroy cities.

How the magic circles function with stone formations is a little bit of a mystery for now, I guess you could just say that there's durable special ink (or whatever the ink's made of) in the cracks.

[–] NineSwords@ani.social 0 points 6 days ago (1 children)

and the fascination with the magic system (B to A+, depending on how well it explains advanced magic).

It's widely considered one of the best magic systems in all media on par or above with Sanderson's Mistborn series.

[–] vole@lemmy.world 0 points 5 days ago

Well now I'm properly excited for this series.

[–] NineSwords@ani.social 0 points 6 days ago* (last edited 6 days ago) (1 children)

After first ep.: Exceptional adaptation. They did the same thing that Frieren did, where they added so much "between the panels" to elevate the source.

edit after ep 2.: episode 2 was closer to the source since there was more material there that needed less anime original padding. They still managed to give the characters so much personality. I especially love how they managed to translate the manga's insanely beautiful art panels into animation.

[–] hypertown@ani.social 0 points 4 days ago

I read somewhere that there's also going to be a director's cut version at some point in the future because they didn't manage to fit everything into the seasonal show...

[–] Crank@ani.social 0 points 6 days ago

It's definitely very pretty, but so far I don't really get where all the hype is coming from. For my taste, the pacing for this type of story was a bit too fast. I also feel like we just glossed over the tragedy of practically losing one's mother as a result of one's own actions and jumped straight into being amazed by magic, which makes the main character seem unconvincing to me for now. The newly encountered characters seem to represent common stereotypes found in school-based stories—the genki girl, the stoic rationalist, and the edgy overachiever. Pretty standard stuff. I hope it develops in a less predictable way, because at this point the show's main strength is just that it's visually very beautiful.

[–] raicon@lemmy.world 0 points 6 days ago

I really liked the first episode, animation is top notch. I can't help but see Gojo on him

[–] Endmaker@ani.social 0 points 6 days ago (1 children)

@rikka@ani.social Looks like episodes 1 and 2 were released together.

[–] wjs018@ani.social 0 points 6 days ago (1 children)

Fixed. I am going to have to figure out some better way to handle this I think. Batch releases are becoming more and more common in the beginning of the season.

[–] raicon@lemmy.world 0 points 6 days ago (1 children)

anilist api with multiple episodes on same release date?

[–] wjs018@ani.social 0 points 6 days ago (1 children)

It's going to have to be something like that. The API can be inconsistent in how batch releases are handled. Most often in the past, it would just list the first episode with a release time and just not have one for subsequent episodes. This is the easiest for me to handle because I am just adding on additional episodes as needed manually. Lately, the API has started listing all the episodes with sequential airing times, meaning rikka makes a new post for each one.

So, if that is how the API is going to handle them going forward, I think I am going to have to build some kind of logic to merge episode threads that are within 24 hours or something like that.

[–] raicon@lemmy.world 0 points 6 days ago* (last edited 6 days ago)

I was particularly thinking about:

airingSchedule {
      nodes {
        episode
        airingAt
        timeUntilAiring
      }
    }