חזרה לפיד
newsמקור: Reddit — r/ClaudeAI8.9.2026

שימוש בקלוד למשימות לא-קשורות לקוד

Working on non code projects with Claude

$cat article.txt

>מאמר זה בוחן את השימוש במודלי שפה גדולים כמו Claude ליצירת תכנים שאינם קוד, כגון מצגות ומסמכי מפרט. נדונים האתגרים בניהול זיכרון שיחות עבור…

◆ סיכום AI

מאמר זה בוחן את השימוש במודלי שפה גדולים כמו Claude ליצירת תכנים שאינם קוד, כגון מצגות ומסמכי מפרט. נדונים האתגרים בניהול זיכרון שיחות עבור משימות חוזרות ורבות משאבים, והצורך בגישות יעילות יותר לשימור הקשר. הנושא רלוונטי במיוחד למפתחים המשלבים כלי AI בעבודתם היומיומית.

# מהמקור

I use claude code for non code things for example to aid in creation of slide decks and documents. For example I create a small number of project specifications (flat .txt file filling in a bunch of fields) with the same format. I tried working on this as a "project" with a separate chat for every document instance. However a few problems cropped up: (1) No between chat memory so I couldnt' say "insert the reference we discussed in document 2" because it couldn't see that chat. (2) Claude would sometimes "commit" changes to its own internal version not the .txt files I was working with. It would say it changed something but the files were not changed. (3) I specified a reference format for papers I told

#llm-use-cases#ai-productivity#claude-ai#non-code-tasks
קרא במקור