zkash

1.2K posts

zkash banner
zkash

zkash

@asyncakash

moving fast and breaking things @stardotfun | 🦀 | prev: @availproject, @puffer_finance, @class_lambda, topology | alum @iitroorkee

network school Katılım Mayıs 2022
321 Takip Edilen419 Takipçiler
zkash retweetledi
Precog
Precog@precogmarkets·
Every claim should have skin in the game. Those selling fake news should pay. Charlatans should get arbitraged. Introducing the new Precog. A fully onchain prediction market protocol. Built for signal. Here's what's new 🧵👇
Precog tweet media
English
20
28
99
2.5K
pia
pia@0xpiapark·
mechanistic interpretability is so cool literally reverse engineering of mind .. i’ve watched all videos from @NeelNanda5 , what are other learning resources
English
1
0
12
623
zkash retweetledi
Nous Research
Nous Research@NousResearch·
The last few days have been wild. Here's what we've shipped over the weekend. But first, we're giving away free Nous Portal subscriptions to the first 250 people who claim code AGENTHERMES01 at portal.nousresearch.com - and there's a lot of exciting new stuff to use it on: -> Pokemon Player 🎮 Hermes can now play Pokemon Red/FireRed autonomously via headless emulation. The new pokemon-agent package (github.com/NousResearch/p…) and built-in skill provides a REST API game server, and Hermes drives it through its native tools - reading game state from RAM, making strategic battle decisions, navigating the overworld, and saving progress to memory across sessions. It just plays Pokemon. From your terminal. No display server needed. -> Self-Evolution 🧬 We shipped hermes-agent-self-evolution (github.com/NousResearch/h…) and an optional skill - an evolutionary self-improvement system that uses DSPy + GEPA to optimize Hermes's own skills, prompts, and code. It maintains populations of solutions, applies LLM-driven mutations targeted at specific failure cases, and selects based on fitness. Inspired by Imbue's Darwinian Evolver research that achieved 95.1% on ARC-AGI-2. -> OBLITERATUS 🔓 The abliteration skill got a major update. Hermes can now uncensor any open-weight LLM (Llama, Qwen, Mistral, etc.) by surgically removing refusal directions from model weights - 9 CLI methods, 116 model presets, tournament evaluation. Just say "abliterate this model" and it handles the rest. -> Signal, iMessage + 7-Platform Gateway 📱 Hermes now runs on iMessage and Signal alongside Telegram, Discord, WhatsApp, Slack, and CLI. Full feature parity: voice messages, image handling, DM pairing. Your agent is reachable everywhere. -> Automatic Provider Failover 🔄 When your primary model goes down (rate limits, outages), Hermes now automatically switches to a configured fallback model. Supports all providers including Codex OAuth and Nous Portal. One line of config, zero downtime. -> Secret Redaction Everywhere 🔒 All tool outputs now redact API keys, tokens, and passwords before they reach the LLM. 22+ patterns covering AWS, Stripe, HuggingFace, GitHub, SSH private keys, database connection strings, and more. Your secrets never leak into context.
GIF
English
57
60
758
252.5K
zkash retweetledi
Christian Catalini
Christian Catalini@ccatalini·
1/ Some Simple Economics of AGI—🔥🧵 Right now, there is a low-grade panic running through the economy. Everyone is asking the same anxious question: what exactly is AI going to automate, and what will be left for us?
Christian Catalini tweet media
English
146
377
2K
603.6K
zkash retweetledi
encrypt.trade
encrypt.trade@encifherio·
encrypt V2 is LIVE! Private bridging across 6 chains — Solana, Polygon, BNB Chain, Base, Arbitrum & Ethereum. ✔ No wallet connection ✔ No wrapping or shielding ✔ Under 2min execution ✔ Lower fees vs Houdini/ChangeNow Powered by @near_intents ⚡️ Try it 👇
English
65
59
266
49.7K
encrypt.trade
encrypt.trade@encifherio·
Great energy at Catlumpurr 🐈 Market sentiment is down, but people at @JupiterExchange keep raising the bar by shipping. @rishotics wrapped up the trip with a talk on “How to get your first 100 users.”
encrypt.trade tweet media
English
7
7
31
2.5K
zkash retweetledi
Boris Cherny
Boris Cherny@bcherny·
I'm Boris and I created Claude Code. I wanted to quickly share a few tips for using Claude Code, sourced directly from the Claude Code team. The way the team uses Claude is different than how I use it. Remember: there is no one right way to use Claude Code -- everyones' setup is different. You should experiment to see what works for you!
English
919
5.9K
50.9K
9.1M
zkash retweetledi
rahul
rahul@rahulgs·
yes things are changing fast, but also I see companies (even faang) way behind the frontier for no reason. you are guaranteed to lose if you fall behind. the no unforced-errors ai leader playbook: For your team: - use coding agents. give all engineers their pick of harnesses, models, background agents: Claude code, Cursor, Devin, with closed/open models. Hearing Meta engineers are forced to use Llama 4. Opus 4.5 is the baseline now. - give your agents tools to ALL dev tooling: Linear, GitHub, Datadog, Sentry, any Internal tooling. If agents are being held back because of lack of context that’s your fault. - invest in your codebase specific agent docs. stop saying “doesn’t do X well”. If that’s an issue, try better prompting, agents.md, linting, and code rules. Tell it how you want things. Every manual edit you make is an opportunity for agent.md improvement - invest in robust background agent infra - get a full development stack working on VM/sandboxes. yes it’s hard to set up but it will be worth it, your engineers can run multiple in parallel. Code review will be the bottleneck soon. - figure out security issues. stop being risk averse and do what is needed to unblock access to tools. in your product: - always use the latest generation models in your features (move things off of last gen models asap, unless robust evals indicate otherwise). Requires changes every 1-2 weeks - eg: GitHub copilot mobile still offers code review with gpt 4.1 and Sonnet 3.5 @jaredpalmer. You are leaving money on the table by being on Sonnet 4, or gpt 4o - Use embedding semantic search instead of fuzzy search. Any general embedding model will do better than Levenshtein / fuzzy heuristics. - leave no form unfilled. use structured outputs and whatever context you have on the user to do a best-effort pre-fill - allow unstructured inputs on all product surfaces - must accept freeform text and documents. Forms are dead. - custom finetuning is dead. Stop wasting time on it. Frontier is moving too fast to invest 8 weeks into finetuning. Costs are dropping too quickly for price to matter. Better prompting will take you very far and this will only become more true as instruction following improves - build evals to make quick model-upgrade decisions. they don’t need to be perfect but at least need to allow you to compare models relative to each other. most decisions become clear on a Pareto cost vs benchmark perf plot - encourage all engineers to build with ai: build primitives to call models from all code bases / models: structured output, semantic similarity endpoints, sandbox code execution. etc What else am I missing?
Andrej Karpathy@karpathy

I've never felt this much behind as a programmer. The profession is being dramatically refactored as the bits contributed by the programmer are increasingly sparse and between. I have a sense that I could be 10X more powerful if I just properly string together what has become available over the last ~year and a failure to claim the boost feels decidedly like skill issue. There's a new programmable layer of abstraction to master (in addition to the usual layers below) involving agents, subagents, their prompts, contexts, memory, modes, permissions, tools, plugins, skills, hooks, MCP, LSP, slash commands, workflows, IDE integrations, and a need to build an all-encompassing mental model for strengths and pitfalls of fundamentally stochastic, fallible, unintelligible and changing entities suddenly intermingled with what used to be good old fashioned engineering. Clearly some powerful alien tool was handed around except it comes with no manual and everyone has to figure out how to hold it and operate it, while the resulting magnitude 9 earthquake is rocking the profession. Roll up your sleeves to not fall behind.

English
166
418
5.2K
1.3M
zkash retweetledi
Muratcan Koylan
Muratcan Koylan@koylanai·
I’m excited to share a new repo: Agent Skills for Context Engineering Instead of just offering a library of black-box tools, it acts as a "Meta-Agent" knowledge base. It provides a standard set of skills, written in markdown and code, that you can feed to an agent so it understands how to manage its own cognitive resources. github.com/muratcankoylan… Most agent failures are not model failures; they are context failures. This is still an experimental project. The goal is to establish a platform-agnostic standard for context engineering that can be used in Cursor, Claude Code, Copilot or Codex. skills/ context-fundamentals: What context is, why it matters context-degradation: How context fails (lost-in-middle, poisoning) context-optimization: Compaction, masking, caching multi-agent-patterns: Orchestrator, swarm, hierarchical memory-systems: Vector RAG, knowledge graphs, Zep tool-design: Building tools agents can use evaluation: Testing and measuring agent systems I believe this is a good start, showing developers how to approach context engineering rather than relying on ready-made tools. You will also find the aggregated research documents I used to build these skills in the repo. The skills are synthesized from technical blogs on context and prompt engineering that I bookmarked, AI Labs' documentations, and Anthropic Skills examples. Try the 7 Skills, created using Antrhopic's Skills template format. Experiment with the provided scripts and references, and feel free to contribute to the repo.
Muratcan Koylan tweet media
Muratcan Koylan@koylanai

It’s actually a good question; the difference is subtle but structural. I usually frame it like this: AGENTS[.]md acts as the declarative context. You write this for every repo (and nested directories) to define the project structure, persona, and coding rules. Skills are the functional protocols. They provide the agent with modular capabilities like advanced tool-use and multi-step chaining that are dynamically discovered only when needed. If AGENTS[.]md defines the identity and environment (the body), Skills provide the specialized toolset (the capabilities) used to execute tasks autonomously.

English
50
155
1.4K
280K
Lionel Lightcycle
Lionel Lightcycle@0xLightcycle·
I have to rebuild vscode in nvim just so I stay in the the terminal the whole time ghostty + tmux + nvim + lazygit + claude code and custom worktree management tool (i call it "gwt")
English
2
0
11
1.4K
zkash retweetledi
Morph
Morph@morphllm·
Introducing WarpGrep, a fast context subagent that improves coding agent performance. WarpGrep speeds up coding tasks 40% and reduces context rot by 70% on long horizon tasks by treating context retrieval as its own RL trained system. Inspired by Cognition’s SWE-Grep - we’re opening access to Claude Code, Codex, OpenCode or any coding agent via MCP (or through our SDK)
English
67
90
1.1K
520.9K
will🚨 (kpop arc)
will🚨 (kpop arc)@iwillpat·
If you're a privacy founder - let's talk. Writing $500k-1.5m pre seed checks now
vitalik.eth@VitalikButerin

Encrypted messaging, like @signalapp, is critical for preserving our digital privacy. Two important next steps for the space are (i) permissionless account creation and (ii) metadata privacy. @session_app and @SimpleXChat are two messaging apps pushing these directions forward. For this reason I've donated 128 ETH to each. Addresses available on their websites if you wish to follow on: getsession.org simplex.chat But also, actually download and use them! Neither of the two are perfect pieces of software, they have a way to go to get to truly optimal user experience and security. Strong metadata privacy requires decentralization, decentralization is hard, users expecting multi-device support makes everything harder. Sybil / DoS resistance, both in the message routing network and on the user side (without forcing phone number dependence) adds further difficulty. These problems need more eyes on them. I wish all teams working on these important problems best of luck.

English
190
19
616
122.4K
zkash
zkash@asyncakash·
Banger session on meteora lp money printing by @meteora_my at @ns
zkash tweet media
English
0
1
2
235
Perpl (mainnet arc)
Perpl (mainnet arc)@perpltrade·
1000 people will be invited to the Perpl private beta this week. New wallets will be whitelisted daily at 5:00 PM UTC until Sunday, Nov 16. Reply if you still need access 👇
English
1.3K
146
1.4K
85.3K
Perpl (mainnet arc)
Perpl (mainnet arc)@perpltrade·
last day to be early for Perpl drop a reply so we can document everyone who was here before testnet
English
1.6K
104
1.6K
138.5K
zkash
zkash@asyncakash·
first forgot to claim TIA, this time forgot to claim MON 😵 am i cooked chat 😭
English
0
0
1
132