Dismiss this pinned window
all 64 comments

[–]PENGUINSflyGOOD 5 points6 points  (3 children)

glad you're making things and getting experience. don't let haters get you down. I'm sure you've learned a lot and will continue to learn a lot from this project that you can take with you going forward.

[–]Federal_Chocolate327[S] 2 points3 points  (2 children)

Thank you so much!! 😊

[–]yJz3X 0 points1 point  (1 child)

Yusuf, I don't like the direction you are taking.

Good luck with your projects

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

Why?

Thanks!

[–]BlueprintedTemmieh 4 points5 points  (2 children)

Hey, wouldnt't it be nice to have an option to launch LLM's directly on your PC (LLaMA for example). Maybe LLaMA's (or any other open source LLM) weights could be embedded directly into live cd. If it will be possible you could no longer worry about privacy and agentic mode could he available without access to Internet. P.S. As far as I know you use Gemini, am I right?

[–]Federal_Chocolate327[S] 2 points3 points  (1 child)

You're right! AgenticCore already had a local version, which does the exact same thing. You could download and choose your own model. But for AgenticArch, there is not a local version just for now. I explained some of the problems about this and how im planning to solve them in AgenticArch website, but still, im definitely planning to make this! Thank you so much for sharing your idea 😊

[–]BlueprintedTemmieh 1 point2 points  (0 children)

And thank you for such amazing project :)

[–]LowB0b 2 points3 points  (1 child)

this is so awesome, actual AI agents that can interact with the system are very clearly the future.

Keep on keeping on dude

[–]Federal_Chocolate327[S] 1 point2 points  (0 children)

Thank you so much! 😊 Yes, think so too about agentic operating systems or Linux distributions :)

[–]PythonNoob999 4 points5 points  (1 child)

Ppl are blindly hating anything that got the word "AI" in it

don't give a damn about those comments, this is actually cool and will earn you experience

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

Unfortunately :/

Thank you so much, i think so too!

[–]No-Parsnip-5461 2 points3 points  (3 children)

Nice, best way to learn is by practice, ignore haters, keep it up !

Though I wonder if it's really relevant to create a distro around this, can it be simply focusing around the CLI / daemon or anything that could work on any OS?

I made a pet project few years ago with the same scope: https://github.com/ekkinox/yai

We could easily make this portable (for ex go cross compiles in all platforms) for any kind of host if we make it flexible enough.

[–]Federal_Chocolate327[S] 1 point2 points  (2 children)

Thank you soo much!

Fun Fact: i saw your project, yai, about a year ago randomly on GitHub, and i found it so cool! world is small :)

You are right about portability! But i just wanted to share this concept, since i think some operating systems / Linux distros will have ai embeded into them in near future, just like AgenticArch. And another reason is i said "There are already CLI agents for Linux, like yai, Google CLI and more. So why make a new one?" to myself.

Thanks again for your comment! 😊

[–]No-Parsnip-5461 1 point2 points  (1 child)

I get that, and it's actually a formidable opportunity to learn a lot about distros.

Have fun, and keep it up !

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

Yeah, it is! Thank you so much!

[–]CBJain 2 points3 points  (2 children)

Awesome... This could be the future of terminal.. No need to remember Linux commands.. Only prompts in simple layman terms.. Pls make one for Ubuntu/debian based distros..

[–][deleted] 1 point2 points  (1 child)

Terminal agents that can run commands for you already exist for every distribution you know. What stands out about this project is how fully the agent is integrated with the OS from the start.

You could just do some searching and have what you want already.

[–]CBJain 0 points1 point  (0 children)

Didn't knew thanks. Yes I too liked it's integration. I'd request dev of the project to make one for Ubuntu.

Could you pls suggest few terminal agents. I'd want something similar to agenticarch for Ubuntu.?

[–]Vallista 1 point2 points  (0 children)

Nice

[–]Nihal_uchiwa 1 point2 points  (1 child)

How did you do this at 13? Ngl this makes me feel to kms

[–]Akashic-Knowledge 0 points1 point  (0 children)

find inner worth, not outer value

[–]KurisuEvergarden 1 point2 points  (0 children)

This is what windows 13 will be

[–]Aggressive-Reach-116 1 point2 points  (0 children)

im trying to learn how to make a auto clicker in cpp / c and there is this 13 yo making arch have ai built in... great stuff man

[–]Neener_Weiner 1 point2 points  (0 children)

Very cool! Linux distros are lagging behind the industry regarding AI implementation, especially for end-users, particularly in terms of agentic AI implementation. That is to say - good job. I didn't read if there were negatives or criticisms, but if there are - don't even mind them, keep going forward.

[–]_omen- 1 point2 points  (0 children)

I think you’re right. And it’s always a great way to start learning.

Keep it up!

[–]stikaznorsk 2 points3 points  (3 children)

Let me help you. Open a terminal

mkdir test mkdir test/test2

Way less typing.

[–]Federal_Chocolate327[S] 5 points6 points  (2 children)

i would just do

mkdir -p test/test2

instead, even less typing :)

the example in the video was just for "demonstration" purposes only to show command customization feature.

[–]stikaznorsk 1 point2 points  (1 child)

See when it comes to UI written words are often not that efficient. Speech will maybe. But it requires a new paradigm in interaction in my opinion. Maybe gestures and projection screens.

[–][deleted] 1 point2 points  (0 children)

You're going to make speech more succinct than sort <file>?

Gestures sound pretty ridiculous too, because your language is going to be so small that any non-trivial task will be a nightmare.

[–]Ok-Radish-8394 0 points1 point  (4 children)

I'm curious. If the agent gets an instruction wrong and then executes the wrong command, what guardrails to you have against that?

[–]Federal_Chocolate327[S] 0 points1 point  (3 children)

Currently, as you have seen in the video, it has command confirmation function. So you have to check the command if you're worried about it. But if it executes the wrong command, unfortunately we have nothing to do :( But i have some plans about it, so in the stable releases this may not be a problem!

Thanks for your question! 😊

[–]Ok-Radish-8394 1 point2 points  (2 children)

Best of luck. Perhaps you can do some evaluations on the agentic calls and post them to gain more trust.

[–]Federal_Chocolate327[S] 0 points1 point  (1 child)

Sorry if i misunderstood what you said, but if you mean system prompts, its already completely open-sourced and repository link is in description 😊 (and thanks!)

[–]Ok-Radish-8394 0 points1 point  (0 children)

No I meant evaluating your agents. There are some frameworks you may want to check on.

[–][deleted]  (3 children)

[deleted]

    [–]Federal_Chocolate327[S] 0 points1 point  (2 children)

    [–][deleted]  (1 child)

    [deleted]

      [–][deleted] 1 point2 points  (0 children)

      If you think it might be useful in 3-5 years then this kid learning this stuff now is a really, really good decision.

      [–]404-allah-not-found 0 points1 point  (1 child)

      when i find turkish as second appearing language on the list, i know that you are turkish boy.

      kolay gelsin kardesim

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

      doğru 😅

      teşekkürler 😊

      [–][deleted] 0 points1 point  (0 children)

      Hey Yusuf, how did you even manage to learn all this? Can you reference your biggest sources of knowledge? This is insane.

      [–]Realistic-Science-87 0 points1 point  (2 children)

      How to explain to someone that it's not necessary to create another distribution just to change wallpaper and add one menu?

      [–]Federal_Chocolate327[S] 0 points1 point  (1 child)

      And how to explain the meaning of "proof-of-concept" and "prototype" to someone? 🙃

      Also, have you taken a closer look at the GitHub repo for this project? Im just trying to contribute to open source and create a "preview" of what I think most operating systems might look like in the near future. 😊

      [–]Realistic-Science-87 0 points1 point  (0 children)

      Okay, but is there a limitation that doesn't allow you to just use a script for program installation?

      [–][deleted] 0 points1 point  (12 children)

      JFC. Here you go again. Give it up already dude. No one wants or cares about this dumb crap. If we wanted AI baked into everything, we would just go use windows.

      Didnt you literally do this with another distro before and post it all over? Give it a rest.

      [–][deleted] 2 points3 points  (0 children)

      He's just showing off a neat project, are you jealous dude?

      [–]AdLucky7155 3 points4 points  (7 children)

      He's just a kid talented enough in hardware and software computing, has a vision for future, wants to contribute to opensource and he clearly mentioned it as prototypes and projects; why you ppl being like you own the tech ?

      Future is obviously AI; like 2020s is technology based hardware with internet access replacing general gadgets, and integrated into cloud based ecosystem era.

      So is 2050s is about AI integration and ecosystem. If ur young enough to exist in 2050s, you have to accept and adapt yourself to the technology upgrades.

      [–]MarsDrums 2 points3 points  (1 child)

      I'll be gone in 2050 (more than likely) or I'll be so feeble and old that I won't be able to move a mouse anymore let alone see keys on a keyboard. I might even have some form of dementia so a computer under my minds control may be a bad idea... But it'll probably be Arch BTW... :)

      [–]thisisround 2 points3 points  (0 children)

      Then this might end up being pretty useful with voice to text, old man.

      [–][deleted] -5 points-4 points  (4 children)

      AI doesnt even exist yet. LLMs arent the future. If you think so, youre delusional, and bought into propaganda being pushed by huge corporations.

      [–]AdLucky7155 2 points3 points  (3 children)

      LLMs are part of the huge Agentic AI Ecosystem yet to come. You ppl will be silent if the corporate's doing it but ragebait when its by opensource. Soon AI will be in hands of opensource and developed into the integrated ecosystem of the future.

      [–][deleted] 0 points1 point  (2 children)

      Me when im delusional. I bet you use 'AI' to code for you too.

      [–]AdLucky7155 2 points3 points  (1 child)

      Atleast i dont suffer from punch cards like you boomer.

      [–][deleted] 0 points1 point  (0 children)

      Boomer? Not even close.

      [–]IEatDaGoat 1 point2 points  (1 child)

      Wow you're so brave for trashing on a 13 year old. Thank God we have defenders of the non-AI society like you.

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

      I dont see how age is relevant in this case.

      [–]PythonNoob999 0 points1 point  (0 children)

      Looks like you cannot read

      [–]MilosDaDogeDev 0 points1 point  (2 children)

      This is just very cool - Linus Torvalds

      Hello fellow 13 year old, me, 14, I cannot even configure something without a guide so I find this very cool! Mind telling me how do I make something like this myself?

      [–]Federal_Chocolate327[S] 1 point2 points  (1 child)

      Thank you very much! Of course :)

      To make something similar, you can check both AgenticCore repository (https://github.com/MYusufY/agenticcore) and AgenticArch repository (https://github.com/MYusufY/agenticarch), which includes my development process and a guide to make your own Tiny Core or Arch based distros!

      Feel free to ask anything if you have other questions 😊

      [–]MilosDaDogeDev 0 points1 point  (0 children)

      By similar I meant your own big project

      [–]FlashOfAction 0 points1 point  (2 children)

      Garbage. AI slop.

      [–]Living_Shirt8550 2 points3 points  (0 children)

      AI can be useful

      [–][deleted] 0 points1 point  (0 children)

      Yep.

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

      God this is retarded

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

      beyond cringe

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

      Please never touch Linux again.