HackerTrans
TopNewTrendsCommentsPastAskShowJobs

twwch

no profile record

Submissions

[untitled]

1 points·by twwch·hace 3 meses·0 comments

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

1 points·by twwch·hace 4 meses·3 comments

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

1 points·by twwch·hace 4 meses·0 comments

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

2 points·by twwch·hace 5 meses·1 comments

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

2 points·by twwch·hace 5 meses·0 comments

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

1 points·by twwch·hace 6 meses·0 comments

[untitled]

1 points·by twwch·hace 6 meses·0 comments

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

9 points·by twwch·hace 6 meses·3 comments

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

2 points·by twwch·hace 6 meses·1 comments

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

2 points·by twwch·hace 6 meses·0 comments

comments

twwch
·hace 4 meses·discuss
No
twwch
·hace 5 meses·discuss
- Excellent project
twwch
·hace 6 meses·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
·hace 6 meses·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.