HackerTrans
TopNewTrendsCommentsPastAskShowJobs

jeffyaw

10 karmajoined 4 bulan yang lalu

Submissions

[untitled]

1 points·by jeffyaw·4 hari yang lalu·0 comments

Yaw Mode: opinionated config for Claude Code

yaw.sh
5 points·by jeffyaw·3 bulan yang lalu·1 comments

Show HN: mcp.hosting – The easiest way to install MCP servers

mcp.hosting
4 points·by jeffyaw·3 bulan yang lalu·4 comments

When an ALB Can Replace Nginx (and When It Can't)

yaw.sh
3 points·by jeffyaw·3 bulan yang lalu·0 comments

AI CLI Tools Compared: Claude Code, Codex, Gemini CLI, Vibe CLI

yaw.sh
4 points·by jeffyaw·3 bulan yang lalu·4 comments

comments

jeffyaw
·kemarin dulu·discuss
i was an early vagrant user, a long time tf user, and 3 year nomad/consul user. but have moved on. cf now for aws & gcloud cli in scripts for gcp. and eks/gke instead of nomad.
jeffyaw
·4 hari yang lalu·discuss
An AI CLI for coding - more volume per dollar, cheaper extra usage, and monthly billing instead of 5-hour reset windows. One curl installs the launcher; then run t (or typed) from any project directory.
jeffyaw
·8 hari yang lalu·discuss
i will be digging into the CLI option, kudos.
jeffyaw
·9 hari yang lalu·discuss
you're right, i remember pre 4.6 i believe 200k was the norm.
jeffyaw
·9 hari yang lalu·discuss
highly agree, i built typed for this exactly.
jeffyaw
·9 hari yang lalu·discuss
playwright is AWESOME for e2e testing (works great with electron!).

although, i use the playwright mcp. :)
jeffyaw
·9 hari yang lalu·discuss
it is not, it just helps to not go in the wrong direction as much. even in my comment i mentioned reviewing the code multiple times. so i do agree reviewing is essential.
jeffyaw
·9 hari yang lalu·discuss
minimax m3 has a 1M token context window so not sure how op is hitting this 200k. maybe the plan they're on? or some setting in some layer of whatever their dev tooling is using.
jeffyaw
·9 hari yang lalu·discuss
if you want to try minimax m3 with a lot of optimizations and a custom tui check out typed. and for that harness you can use it in yaw mode.

you can also use within claude code tui by running: typed cli off

i should probably change that to typed tui off/on. anyway.
jeffyaw
·9 hari yang lalu·discuss
try using a harness. i provide one in Yaw Mode and you can copy it and modify and use a modified if you wanted to learn and tweak yours.

i use the skills /yaw-review excessively sometimes multiple times in a row on the same pr or session. followed by most often /yaw-address-all and then /yaw-coverage to add tests and /yaw-ship-ready to make production ready.

after a few rounds of these they are not needed every time on the same codebase.

if you are desperately wishing programming to go back to the before times it will never. or it will always be there but expect to be incredibly less productive than your peers.
jeffyaw
·11 hari yang lalu·discuss
absolutely, for me the tui, ultracode agentic workflows, and streaming logic are far superior. the closest model is minimax 3.0 imo and i ended up adding a custom tui, agentic workflows, streaming logic and implementing skills to that (in typed) in order to get to an acceptable claude fallback. on their own i haven’t found one model comparable to claude, not even chatgpt.
jeffyaw
·14 hari yang lalu·discuss
i bet 10+ things you used today were authored by claude in one place or another.
jeffyaw
·19 hari yang lalu·discuss
february was some kind of nirvana. i do think claude code versions and what is introduced at that level is/was relevant.

but 4.8 xhigh w/ ultracode to me is just about Fable level (w/ some agents harness tweaking).

but have to switch to 4.7 xhigh and 4.6 max quite often these days.
jeffyaw
·27 hari yang lalu·discuss
i just use review skills on my sessions/prs extensively until they're in a good place. then coverage skills (which add test coverage).

i built in skills to work with M3 in a service called typed, an ai cli. it uses m3 under the hood (up to ~500k tokens), then switches to deepseek for up to 1M. a few bells and whistles added of typescript/python coding optimization. and just built a custom TUI frontend for it (initially works with the claude code tui and still does).

to toggle the typed tui you can run:

typed cli on

typed cli off
jeffyaw
·2 bulan yang lalu·discuss
there is, yaw terminal.
jeffyaw
·2 bulan yang lalu·discuss
apologies, just trying to get the word out. and why is it crap? it seems exactly relevant to what i'm replying to.
jeffyaw
·2 bulan yang lalu·discuss
check out yaw terminal for a terminal first experience that also treats ai cli as a first class citizen. and if you're on windows is very dialed into git bash.
jeffyaw
·2 bulan yang lalu·discuss
as an anecdote of support for yaw terminal i am currently logged in via Yaw Mode and have been continuing to use claude all day no problems while the browser is absolutely unavailable.
jeffyaw
·2 bulan yang lalu·discuss
check out my yaw terminal. iterm2 was absolutely an inspiration.
jeffyaw
·3 bulan yang lalu·discuss
there is a discovery layer (although, not sure if that will be the main draw), and i am vetting that discovery layer to ensure high quality of the mcp servers we have on that discovery layer.

the big value prop is only loading the mcp server or set of tools within the mcp server that is required for each prompt. this reduces wasteful context usage and clutter (and wasteful token usage).

happy to get vital-stack into the registry. when you're ready message me at [email protected]