Anton Huz

12 posts

Anton Huz banner
Anton Huz

Anton Huz

@anton_huz

__

Katılım Ocak 2026
81 Takip Edilen0 Takipçiler
Anton Huz
Anton Huz@anton_huz·
@Synslius @github I hope it's a message of support to an idea of marking headings with equal sign rather than with octothorp 😅
English
0
0
0
9
GitHub
GitHub@github·
What's that one markdown syntax you still never remember?
English
125
6
326
108.8K
Anton Huz
Anton Huz@anton_huz·
"Show the plan. Ask if unclear"—that was my mantra for months. And Matt's "grill-me" skill ideologically does something similar. Almost. "...walk down each branch..." drastically changes the interaction with an agent. Adding those few extra words makes draft planning much more meaningful and less error-prone. Kudos to Matt.
Matt Pocock@mattpocockuk

My 'grill-me' skill went viral. mattpocock/skills is up to 9K stars. Quote tweets of it are doing numbers. It's the most useful skill I've written, and I use it even outside of coding:

English
0
0
0
84
Anton Huz
Anton Huz@anton_huz·
I’m glad to see initiatives like these that make the Web more accessible rather than exclusive. AI bots are the next 'long-livers' of modern technology. Adapting content for them is inevitable. But I’m certain many will benefit from this. The last such adaptation, not so long ago, was: `Content-type: text/markdown`
Cloudflare Developers@CloudflareDev

Introducing the new /crawl endpoint - one API call and an entire site crawled. No scripts. No browser management. Just the content in HTML, Markdown, or JSON.

English
0
0
0
19
Alif Hossain
Alif Hossain@alifcoder·
CLI reduces token consumption for LLM by 60-90%. -/github.com/rtk-ai/rtk
Alif Hossain tweet media
English
36
71
1.3K
157.2K
Anton Huz
Anton Huz@anton_huz·
That's why you need some simple primitives to work with FS as well. Most of them already exist, like sed, find, ls, mkdir, touch. touch-all is just a +1 tiny tool in belt. npmx.dev/package/touch-…
Rohan Paul@rohanpaul_ai

The paper says the best way to manage AI context is to treat everything like a file system. Today, a model's knowledge sits in separate prompts, databases, tools, and logs, so context engineering pulls this into a coherent system. The paper proposes an agentic file system where every memory, tool, external source, and human note appears as a file in a shared space. A persistent context repository separates raw history, long term memory, and short lived scratchpads, so the model's prompt holds only the slice needed right now. Every access and transformation is logged with timestamps and provenance, giving a trail for how information, tools, and human feedback shaped an answer. Because large language models see only limited context each call and forget past ones, the architecture adds a constructor to shrink context, an updater to swap pieces, and an evaluator to check answers and update memory. All of this is implemented in the AIGNE framework, where agents remember past conversations and call services like GitHub through the same file style interface, turning scattered prompts into a reusable context layer. ---- Paper Link – arxiv. org/abs/2512.05470 Paper Title: "Everything is Context: Agentic File System Abstraction for Context Engineering"

English
0
0
0
35
Tommy D. Rossi
Tommy D. Rossi@__morse·
this application was built with @zeddotdev's GPUI, React and Node.js! bye bye Electron
English
26
6
234
17.5K
GitHub Projects Community
GitHub Projects Community@GithubProjects·
What are you building this weekend? Share links, curious to see.
English
347
5
223
38.5K
Anton Huz
Anton Huz@anton_huz·
touch-all A CLI tool to create folder structures from Markdown tree representations. As the name suggests, it behaves like mkdir -p ... and touch ... combined, creating directories and files as needed. Hi. This is my first public OSS contribution as a standalone project. I welcome you to check it out, use it, or leave a comment. npmx.dev/package/touch-…
English
0
0
0
74