mirror of
https://github.com/AJaySi/ALwrity.git
synced 2026-04-25 08:55:58 +03:00
[GH-ISSUE #34] Long form AI writer (4000-10000) or more words - alwrity #365
Labels
No labels
AI Content Agents
AI Content Strategy
AI Content planning
AI Marketing Tools
AI SEO
AI personalization
AI writer
ALwrity Copi-lot
Alwrity web search
Anthropic
DeepSeek
Gemini AI
Integration
LLM
OnBoarding
OnBoarding
RAG knowledgebase Memory
bug
documentation
enhancement
good first issue
help wanted
invalid
openai
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ALwrity#365
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @AJaySi on GitHub (Apr 14, 2024).
Original GitHub issue: https://github.com/AJaySi/ALwrity/issues/34
Originally assigned to: @AJaySi on GitHub.
LLMs restrict output tokens/length of text generation. The free open do so even more, hindering generation of long for articles.
Prompt chaining and iterative generation will help us overcome this limitation. The input context window is large, thus we can input a lot and get short outputs(llm context window).
Usecases of Writing long-form content:
Break down the writing process into outlined sections or chapters. Provide prompts for each section, allowing the AI to expand upon them sequentially, ensuring a coherent and structured narrative.
Research projects:
Guide the AI through the research process by prompting it to:
Data analysis:
Facilitate the data analysis process by instructing the AI to:
Computer programming:
Break down programming tasks into manageable steps, guiding the AI to:
Travel planning:
Assist in planning trips by prompting the AI to:
@AJaySi commented on GitHub (Apr 14, 2024):
1). Alwrtiy AI story writer and Essay writer have long form content output.
2). Can be given as an option for blog content generation too.
@AJaySi commented on GitHub (Apr 14, 2024):
Essay and Story long form content is commited.
Similar can be done for blog articles. Will taken up on request.