Muratcan Koylan

12.6K posts

Muratcan Koylan banner
Muratcan Koylan

Muratcan Koylan

@muratcan

Member of Technical Staff (Agents), Research @sullyai Building AI medical employees Prev/ AI Persona Development & Research @ 99Ravens

Toronto, Canada 🇨🇦 Se unió Aralık 2022
3.8K Siguiendo21.8K Seguidores
Tweet fijado
Muratcan Koylan
Muratcan Koylan@muratcan·
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@muratcan

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
53
156
1.5K
303.4K
Sam Hogan 🇺🇸
Sam Hogan 🇺🇸@samhogan·
We're releasing Inference AutoTune Distill any frontier model into a 1-30B parameter task-specific SLM with only 25 lines of code automatically route requests to reduce cost and latency by >90% ~2 hours and <$250 to train. You own the weights Available in private beta today
Sam Hogan 🇺🇸 tweet media
English
45
58
946
59.6K
Muratcan Koylan
Muratcan Koylan@muratcan·
@Jeande_d I highly recommend voice dictation; just start the mic and speak about the project and what you want the model to do. Then ask a model to convert it into a structured prompt by doing some prompt engineering and use it for a long-running agent task.
English
1
0
4
91
Jean de Nyandwi
Jean de Nyandwi@Jeande_d·
When writing a prompt for difficult but attainable task, it helps to think that models have no idea of what you want and they actually don't. Writing prompts is basically writing instruction manuals but for models. It takes long, it is a bit boring to transcribe/compress your full thought process to provide the context, but "simple plain detailed-enough prompts" can move mountains.
Muratcan Koylan@muratcan

The prompt engineering here is super impressive! Such a great example of agent prompting:

English
2
5
11
1.3K
Adi Oran
Adi Oran@OranAITech·
@muratcan Why should they care if you have a laptop open or not? Soon no phone?
English
1
0
0
27
Muratcan Koylan
Muratcan Koylan@muratcan·
Coffee shop told me to put away my laptop because of their weekend policy. Me: opens Cursor app on my phone. Also here’s a friendly reminder: read your agents’ thinking traces.
Muratcan Koylan tweet mediaMuratcan Koylan tweet media
English
1
1
6
675
Muratcan Koylan
Muratcan Koylan@muratcan·
@dabit3 @DevinAI It would be great if it displayed which model is selected and the reason for that choice
English
0
0
1
139
nader dabit
nader dabit@dabit3·
Some smart model routers available in @DevinAI • Fusion: Frontier performance at 35% lower cost, using a smart sidekick • Agent (Normal): Fast and great at long-horizon planning and execution • Agent (Fast): 2.5x faster, 2x more expensive, same intelligence • Lite: Routes to cheap, fast models for lightweight tasks • DANA: Specialized data analyst router, tuned for analytics • Adaptive: Intelligent local router, picks the best model automatically • Ultra: Always picks the strongest frontier model available @cognition has been at the forefront of smart model routing for over 2 years
Yuchen Jin@Yuchenj_UW

We desperately need a smart model router. 1. We’re seeing a model explosion: GPT-5.6, Grok 4.5, Muse Spark 1.1, GLM-5.2, and Fable 5 all launched within the past month. 2. Even for a single model family like GPT-5.6, there're 3 (Sol, Terra, Luna) and 5 reasoning-effort levels. That is far too many decisions for users to make manually. The best model should be selected automatically based on the task, latency, quality, and cost.

English
14
10
110
13.6K
Muratcan Koylan
Muratcan Koylan@muratcan·
@fahdananta Cops yelled at me for not coming to a full stop at the stop sign on my bicycle while two crackheads were smoking at the same corner
English
0
0
3
230
Corey Haines
Corey Haines@coreyhainesco·
I'm paying $200 for $8,545.93 in usage. If you don't think the AI subsidization apocalypse is coming, you're mistaken.
Corey Haines tweet media
English
314
60
2.3K
440.3K
dar
dar@radbackwards·
I still can’t believe how fast progress on NEO has been
English
83
61
1.3K
163.5K
Muratcan Koylan
Muratcan Koylan@muratcan·
@_TomHoward Right! It’s amazing that you can solve difficult problems with a well-defined two-page prompt and computation.
English
1
0
2
67
Muratcan Koylan
Muratcan Koylan@muratcan·
@theo I thought you were saying that the harness wasn’t that important
English
1
0
6
698
Theo - t3.gg
Theo - t3.gg@theo·
gpt-5.6-sol is meaningfully better in Claude Code than in Codex I'm going to crash out so badly over this
English
340
69
5.7K
459.8K
Muratcan Koylan
Muratcan Koylan@muratcan·
@JackDePew @trydotworks I wouldn’t use something like GEPA or even DSPy for this kind of task since you need to spend a lot of tokens due to the council style orchestration requirement, but using multiple xHigh reasoning models on the prompt and manually evolving it would be a good solution.
English
1
0
4
178
Bojan Tunguz
Bojan Tunguz@tunguz·
She’s a 10 but she is a “web3 creator”.
English
27
2
92
8.9K
Muratcan Koylan
Muratcan Koylan@muratcan·
@Jason @joecole Tokens are not going down at all. 50$ subscription was enough last year, now spending 100x of that.
English
1
0
3
625
@jason
@jason@Jason·
When tokens go down 90% by the end of the year and then another 90% next year, everyone's opinions on artificial general intelligence and superintelligence are going to change radically I'm currently on an unlimited GLM 5.2 bittensor subnet and I can tell you your behavior changes radically when token prices plummet
English
261
199
4.1K
497.6K
Muratcan Koylan
Muratcan Koylan@muratcan·
I really like the new GPT live voice model; it actually made me subscribe to ChatGPT after a year. However, it's a small model; it has to use the heavier reasoning model with tools whenever you ask questions that aren't superficial, which is disrupting the experience a lot. I'm sure this harness will become a model itself soon, but this is another example of how hard it is to build flawless voice ai experiences; duplex interaction loop with a real-time voice model plus deeper reasoning models in parallel seems to be the current best practice.
Muratcan Koylan tweet media
English
1
1
10
1.3K
Anthony Kroeger
Anthony Kroeger@kr0der·
it's been 1 day now - what reasoning level is everyone using for GPT 5.6 Sol?
English
282
5
291
69.3K
Muratcan Koylan
Muratcan Koylan@muratcan·
@juberti Is this a really small model? It’s always “checking” whenever I ask a knowledge question.
English
1
0
1
513