HackerTrans
TopNewTrendsCommentsPastAskShowJobs

twwch

no profile record

Submissions

[untitled]

1 points·by twwch·3 เดือนที่ผ่านมา·0 comments

Show HN: I built an AI comic generator from scratch using only natural language

1 points·by twwch·4 เดือนที่ผ่านมา·3 comments

Show HN: AI Comic Builder – turn a script into an animated video local

1 points·by twwch·4 เดือนที่ผ่านมา·0 comments

Show HN: JadeAI – Resume builder with AI parsing, 50 templates, and self-hosting

2 points·by twwch·5 เดือนที่ผ่านมา·1 comments

Show HN: Give Your AI the Ability to Find, Install, and Use Skill Autonomously

2 points·by twwch·5 เดือนที่ผ่านมา·0 comments

Show HN: Claude Code Skill for generating any chart with natural language

1 points·by twwch·6 เดือนที่ผ่านมา·0 comments

[untitled]

1 points·by twwch·6 เดือนที่ผ่านมา·0 comments

Show HN: OpenSkills – Stop bloating your LLM context with unused instructions

9 points·by twwch·6 เดือนที่ผ่านมา·3 comments

The Most Satisfying Workflow: Real-Time Infographics with Qwen and DeepDiagramAI

2 points·by twwch·6 เดือนที่ผ่านมา·1 comments

Open source AI diagram generator (Draw.io, Mermaid)

2 points·by twwch·6 เดือนที่ผ่านมา·0 comments

comments

twwch
·4 เดือนที่ผ่านมา·discuss
No
twwch
·5 เดือนที่ผ่านมา·discuss
- Excellent project
twwch
·6 เดือนที่ผ่านมา·discuss
v0.0.7: Enhanced Environment Isolation for Skills v0.0.7 introduces sandbox-based isolation to ensure secure execution. By decoupling Skill logic from the host environment, we’ve achieved zero-interference operations and eliminated potential security risks.
twwch
·6 เดือนที่ผ่านมา·discuss
We don't try to keep everything in context. Instead, we maintain a lightweight "memory index" (summaries) that's always present, and use LLM-as-a-judge to decide when to reload full content. This mirrors how humans work: we remember the gist of documents, and go back to re-read when we need details.

This approach trades 1 extra LLM call (for recall detection) for significant context window savings while preserving the ability to access full details when needed.