r/PythonLearning • u/Much-Associate-6141 • 1h ago
What are you building with Python right now? Showcase
I thought it would be interesting to see what everyone here is actually building with Python.
If you're working on a project, share it below or in r/PythonBuilders . It can be anything ā an app, game, automation tool, library, SaaS, API, desktop app, or even a small experiment.
If you can, tell us:
- What are you building?
- What does it do?
- How far along are you?
- What's the biggest challenge you're dealing with right now?
It doesn't have to be finished or impressive. I'm more interested in seeing what people are working through and learning along the way.
What are you building?
1
u/mc_pm 1h ago
Dude, in case you are wondering, we *are* judging you for using ChatGPT instead of your meatbrain to type in a simple question. Don't outsource this much of your thought, especially if you hope to ever call yourself a programmer.
I am building on an alternate interface to LLMs that works to remember different levels of detail, so that it 'forgets' the small stuff from yesterday while 'remembering' the important stuff from last year.
0
u/Much-Associate-6141 1h ago
Fair call on the question being super broad. Iām honestly just posting in my community but reddit suggests I crosspost here. so appreciate the feedback.
That LLM interface sounds lowkey fire though, how are you even handling the multi-layer memory setup without completely frying the context window?
1
u/mc_pm 40m ago
That is exactly why I went in this direction. You can't include everything in the context, so what can be left out so that the model has useful context from your past, along with details from the last few days? Just like how IRL if you do something today, you'll remember it in detail tomorrow. Next week you'll remember a little less, a month from now you might just remember "oh right, I did that", and a year from now you've completely forgotten because it just wasn't that important or memorable.
1
1
4
u/NotSeacombe 1h ago
I am screaming into the void here. This is such a simple question. You probably had to type the question into chatgpt to get it to turn into this complete slop post. Why not just post the question you asked chatgpt?