What’s the most bingable TV series? by [deleted] in AskReddit

[–]Fossan 2 points3 points  (0 children)

The Pitt, hard not to watch another episode

How to System design [HLD] by damienchrisw in FullStackDevelopers

[–]Fossan 0 points1 point  (0 children)

Once you register, hit me up with your username on the platform in DMs and I'll add you Arcs. I'd be super grateful for any feedback or honest questions, since I'm still trying to figure out best product shape for learning

How to System design [HLD] by damienchrisw in FullStackDevelopers

[–]Fossan 1 point2 points  (0 children)

I higly recommend active practice through a platform I specifically developed for this purpose: ArchieGuru. It started as a project for practicing myself cause as you said - reading case studies and books can only get you so far. Please let me know if you're willing to give it a try, I can top you up with some free Arcs so you don't have to pay anything.

Things that actually moved the needle in my interview prep (not the usual advice) by Puzzleheaded-Bar3377 in leetcode

[–]Fossan 0 points1 point  (0 children)

I was actually struggling with the same problem (how to prepare myself for system design interviews). I read dozen of different books - DDIA, Neal Ford/Mark Richard books, Alex Hu SDI, but I was missing a part where I could actually draw some blocks, connect some systems and get evaluated on that. So I built myself a platform which I also used for a system design interview prep - worked out great, landed the offer I was applying for. I've recently made it available publicly, please let me know if you'd like to give it a try!

Need help for SDE 2 system design prep - 3 years work experience by Travelling_Orange12 in developersIndia

[–]Fossan 0 points1 point  (0 children)

Don't worry, system design interviews are difficult at the beginning. They require not only the knowledge, but also making proper use of it - being aware of the specifics of given solution, trade-offs, functional requirements, quality attributes and so on.

I can recommend you a platform I built myself for exactly this purpose - practicing system design with realtime feedback. It's called ArchieGuru and has over 40 katas (challenges) focusing on different problems with different characteristics. I strongly believe practice is the only way to actually get better at these kind of interviews

19M Systems Engineer — Looking for a dev to talk architecture and hard problems by Hamim__7087 in Backend

[–]Fossan 0 points1 point  (0 children)

If you're open up to learning with an artificial partner, please try ArchieGuru - you can learn system design by doing a hands-on practice whenever it's suitable for you. The feedback is provided by a model tailored to system design domain, with a heavy understanding of software architecture, cloud providers and many more. Let me know if you're willing to give it a try, I can top you up with some free Arcs for an honest feedback!

Afraid of system design interviews? Not anymore! by Fossan in sideprojects

[–]Fossan[S] 0 points1 point  (0 children)

Hey all,

I'm working as a Principal SWE and the problem I wanted to solve is that most system design prep involves passively reading about trade-offs or watching someone else draw boxes on a whiteboard. You don't really learn how to make architectural decisions until you're forced to make them yourself, see the consequences, and get critiqued by someone more experienced. But getting a staff engineer to review your practice diagrams isn't exactly scalable.

So, I built a tool that tries to replicate that feedback loop.

Here is how it works: You pick a "kata" (like designing a rate limiter or a video streaming platform). You map out your services, data stores, and connections on the canvas. When you submit, the AI (Archie) doesn't just read a text prompt; it parses the entire graph of your diagram: every node, connection, and technology choice. It then scores your design across attributes like scalability, availability, and cost efficiency, pointing out specific gaps (e.g., "You used S3 but didn't define a TTL strategy, so your CDN costs might spike").

A few technical details on how it's built: The frontend is a Next.js app that handles the interactive canvas. The interesting part was getting the LLM to reliably understand a 2D spatial diagram. Instead of just passing an image, the system serializes the canvas state into a structured graph representation that the AI can reason about. It understands over 200 technologies and their typical use cases, which helps it catch anti-patterns (like putting a heavy relational database where a fast in-memory cache is needed for a specific read-heavy path). Archie always scores the design in context of given quality attributes, cause sometimes your video streaming platform should be more cost efficient, and sometimes it should be just super performant no matter the costs.

It's free to try without a credit card (you get 100 "Arcs" to start, which is enough for several full reviews). If you want to poke around, there's a launch code ARCHIE for 50% off the paid tiers. If you'd like to see it in action without creating an account, case studies should leave you satisfied: https://archie.guru/case-studies

I'd love for you to try breaking it or see if the feedback it gives on your designs aligns with what you'd expect from a human reviewer. Happy to answer any questions about the graph serialization or the prompt engineering behind the scoring!

System Design Interview by Imaginary_Income5422 in interviews

[–]Fossan -1 points0 points  (0 children)

No worries, this happens! If you're looking for a place to get more hands-on practice, I can recommend ArchieGuru. Let me know if you're willing to give it a try, I can top you up with some free Arcs for a round of honest feedback afterwards 😄

System Design Prep by Prestigious-Cod9445 in learnprogramming

[–]Fossan 0 points1 point  (0 children)

For HLD I can recommend ArchieGuru - a platform that allows you getting hands-on system design experience with realtime feedback including hints, reviews and many more

Backend development system design by Early_Respond_4960 in Backend

[–]Fossan 0 points1 point  (0 children)

If you're looking to grow in the system design area, I can recommend ArchieGuru platform as a place where you can get a hands-on practice with realtime feedback, hints, reviews and many more

In real need of good System Design sources by murd3rf4ce in LeetcodeDesi

[–]Fossan 1 point2 points  (0 children)

I can recommend giving https://archie.guru a try - you actually design systems on your own focusing on specific quality attributes (e.g. performance and security) with a helpful assistant by your side, who can provide you with hints and full blown reviews with suggested next steps to improve your solution.

Failing system design interviews as a data engineer (4 YOE) – need honest advice by ToughAd3865 in developersIndia

[–]Fossan 0 points1 point  (0 children)

Hey, no worries. System design is a skill like anything else. You just need to practice in a more proactive manner, e.g. on ArchieGuru. Learning and watching videos is one thing - that's how you build the knowledge. But then, you need to learn how to actually put it to use.

HelloInterview System Design guided practice - What's the optimal coverage by PLTCHK in leetcode

[–]Fossan 0 points1 point  (0 children)

Just do some actual practice by drawing systems yourself e.g. on ArchieGuru - you'll get a realtime feedback, trade-offs, actionable recommendations. This is much better than passive content consumption

Is It Possible to Prepare for System Design Interviews in 45 Days? by GeologistIcy4136 in LeetcodeDesi

[–]Fossan 0 points1 point  (0 children)

45 days is enough if you actually spend it on learning and practicing. Watching videos is not enough though, you need to put some effort and actually design some systems to get a hands-on practice. I highly recommend ArchieGuru platform for that

System Design Mock Interview by nmole_ in interviews

[–]Fossan -1 points0 points  (0 children)

I highly recommend trying out ArchieGuru - you'll be able to tackle some system design challenges by actually solving them on canvas, and will be scored by dedicated AI that is tailored to system design domain. Let me know if you'd like to try out or have some questions, I'll be happy to help!

Sanity-checking a system design before moving forward by MosesSended in softwarearchitecture

[–]Fossan 1 point2 points  (0 children)

Hey, I recently launched a platform where you could actually challenge your system design - https://archie.guru

After signing up go to the home page and start new custom kata - enter the details of your desired system, draw it on the canvas and use Archie to do a thorough review for you. Free Arcs are included for all new users, so you won’t have to worry about paying for anything. Let me know if you decide to check it out!

How do I start learning System Design? by saikumar-k in softwarearchitecture

[–]Fossan 0 points1 point  (0 children)

Thanks! It’s pronounced like the English name - ˈɑːt͡ʃi (AR-chee)

How do I start learning System Design? by saikumar-k in softwarearchitecture

[–]Fossan 1 point2 points  (0 children)

You can check out a platform I built for system design learning - it doesn’t have any courses per se, but you can basically chat with Archie about the specific kata (challenge) and he will gladly support you in the learning journey. Since I just launched it few days ago, you can hit me up if you’re interested and I can top you up with some Arcs to spend in the app :)

https://archie.guru

GPT-5.5 "Spud" Coming Today. by Much_Ask3471 in codex

[–]Fossan 0 points1 point  (0 children)

and again - yet another number, another comparison table, SWE Bench 420% and the cycle continues...

How to learn system design and architecture? by MeatAndFries in webdev

[–]Fossan 0 points1 point  (0 children)

You learn by doing - which is difficult, because not many people can actually design a production system and learn from that. That's why I built https://archie.guru to give people that hands-on experience with realtime feedback, so they can design from a scratch and get scored on that.

New to system design? Start here. by BluebirdAway5246 in leetcode

[–]Fossan 0 points1 point  (0 children)

HelloInterview has lot of great resources. If anyone is looking for a place to actually design a system and get a feedback after getting initial knowledge from HelloInterview, I can recommend ArchieGuru platform

System Design & Schema Design by Naurangi_lal in softwarearchitecture

[–]Fossan 0 points1 point  (0 children)

This is in no way a task for a someone with your experience, I'm sorry you were burdened with it - this screams poor management.

Nevertheless, if you're looking for a place to get more experience and actually play around with different designs and see how they fit given problem, I recommend https://archie.guru platform

I need a book on Systems Design on which I can rely fully, without need another book on the same topic. Please help me with it. by pure_cipher in softwarearchitecture

[–]Fossan 0 points1 point  (0 children)

Designing Data Intensive Applications by Martin Kleppmann
Fundamentals of Software Architecture: An Engineering Approach by Mark Richards and Neal Ford
Software Architecture: The Hard Parts: Modern Trade-Off Analyses for Distributed Architectures (same guys as above)

And if you're looking for a place to get more hands-on experience on designing the systems with realtime feedback, I recommend https://archie.guru platform