HackerTrans
トップ新着トレンドコメント過去質問紹介求人

gnanagurusrgs

no profile record

投稿

Arcade Supports EMA

arcade.dev
2 ポイント·投稿者 gnanagurusrgs·18 日前·0 コメント

Toolbench for MCP

arcade.dev
2 ポイント·投稿者 gnanagurusrgs·4 か月前·1 コメント

Mcpx – CLI Support for MCP

arcade.dev
3 ポイント·投稿者 gnanagurusrgs·4 か月前·0 コメント

[untitled]

1 ポイント·投稿者 gnanagurusrgs·4 か月前·0 コメント

Agentic Tool Patterns – 54 patterns for building tools LLM agents can use

blog.arcade.dev
3 ポイント·投稿者 gnanagurusrgs·5 か月前·1 コメント

[untitled]

1 ポイント·投稿者 gnanagurusrgs·6 か月前·0 コメント

The App You Should Be Building Is You

gnanaguru.com
5 ポイント·投稿者 gnanagurusrgs·6 か月前·1 コメント

One line, one agent: LLM-native language NERD goes agent-first

nerd-lang.org
1 ポイント·投稿者 gnanagurusrgs·6 か月前·1 コメント

Nerd: A language for LLMs, not humans

nerd-lang.org
55 ポイント·投稿者 gnanagurusrgs·6 か月前·104 コメント

Software ate the world. Federation will eat embeddings

gnanaguru.com
6 ポイント·投稿者 gnanagurusrgs·7 か月前·2 コメント

[untitled]

1 ポイント·投稿者 gnanagurusrgs·8 か月前·0 コメント

Java's Agentic Framework Boom Is a Code Smell

gnanaguru.com
6 ポイント·投稿者 gnanagurusrgs·8 か月前·0 コメント

You Don't Need an Agentic Framework to Start Building Agents

gnanaguru.com
2 ポイント·投稿者 gnanagurusrgs·9 か月前·0 コメント

AI Agent Poetry

agentpoetry.com
3 ポイント·投稿者 gnanagurusrgs·9 か月前·0 コメント

Declarative Agentic Framework

not7.ai
1 ポイント·投稿者 gnanagurusrgs·9 か月前·4 コメント

コメント

gnanagurusrgs
·4 か月前·議論
If you’re starting a new agent project, copy this page as a markdown file and give it to your agent or your team. Based on where you are and what you’re trying to achieve, it should point you to the right approach without wasting your time.
gnanagurusrgs
·4 か月前·議論
This is the right problem to solve. At Arcade, we see the same gap — agents get shell access, API keys, and network by default. The permissions model is backwards.

sandbox-profiles is a solid primitive for local agents. The missing piece in production is the tool layer — even a sandboxed agent can still make dangerous API calls if the MCP tools it has access to aren't individually authed and scoped.

The real stack is: sandbox the runtime (what Agent Safehouse does) + scope the tools (what we do with JIT OAuth at the MCP layer). Neither alone is enough.

Nice work shipping this.

https://www.arcade.dev/blog/ai-agent-auth-challenges-develop...
gnanagurusrgs
·5 か月前·議論
Author here (Guru, Arcade).

Growing up as an integration engineer, I built my career religiously reading the Enterprise Integration Patterns book from Gregor Hohpe. Content-Based Router, Dead Letter Channel, Claim Check these weren't just patterns, they were how I thought about systems. That book shaped an entire generation of us who built middleware, ESBs, and messaging infrastructure.

Two decades later, I found myself staring at a eerily familiar set of problems but with a completely different consumer. Not applications. Not services. AI agents.

It's been an exciting and one-of-its-kind experience working with the Arcade tool engineering team to extract implementation patterns from 7,000+ production tools. Especially Evan Tahler Renato Byrro & Francisco Liberal

54 patterns across 10 categories, so everyone building tools and MCP servers can ship higher quality tools for their agents.

A couple things that make this practical:

Every pattern downloads as a flash card. Drop them into your architecture decks, design reviews, team workshops.

Every pattern exports as markdown / llms.txt for your IDE.

The workflow: point your coding agent at one or more patterns and say "build an MCP server for this API."

The pattern becomes your implementation spec.

Blog: https://blog.arcade.dev/mcp-tool-patterns

Full catalog: https://arcade.dev/patterns
gnanagurusrgs
·6 か月前·議論
The gap between AI skeptics and believers isn't intelligence - it's exposure.
gnanagurusrgs
·6 か月前·議論
Great thought process. Would love to have you contribute to the project.

For a start, now have llms.txt to aid models while developing nerd programs.

https://www.nerd-lang.org/llms.txt

Eg:

Write a function that adds two numbers and returns the result Use https://nerd-lang.org/llms.txt for syntax.
gnanagurusrgs
·6 か月前·議論
Check this out: https://www.nerd-lang.org/recipes
gnanagurusrgs
·6 か月前·議論
So they get more room to think design, think more about scaling, think more on expanding the scope, etc.

Considering their experience, this saves them time to think beyond coding. :)
gnanagurusrgs
·6 か月前·議論
Yes, this opens up programming access to many :)
gnanagurusrgs
·6 か月前·議論
GitHub: https://github.com/Nerd-Lang/nerd-lang-core
gnanagurusrgs
·6 か月前·議論
Update:

On New Year's Eve I announced NERD - a language built for LLMs, not for human authorship. The response was unexpectedly overwhelming. Questions, excitement, discussions, roasting - all of it.

But one question struck me: "What use case is this language built for?"

Fair. Instead of a general-purpose language covering all features - some of which may not even be relevant because we're not building apps the old way anymore - I picked one: agent-first.

What this means - you can now run an agent in NERD with one line of code:

-- Nerd code llm claude "What is Cloudflare Workers?"

No imports. No boilerplate. No framework.

The insight from working with agents and MCP: tools are absorbing integration complexity. Auth, retries, rate limiting - all moving into tool providers. What's left for agents? Orchestration.

And orchestration doesn't need much: → LLM calls → Tool calls → Control flow → That's it.

Every language today - Python, TypeScript, Java - was built for something else, then repurposed for agents. NERD starts from agents.

Fully story here: https://www.nerd-lang.org/agent-first
gnanagurusrgs
·6 か月前·議論
Thats an excellent point, it was a hard choice for me to say no translations at this point. But definitely can think about this as a design choice at the byte code / compiler level as this evolves.

Do jump in to contribute, these are amazing thoughts.
gnanagurusrgs
·6 か月前·議論
Very true. Thought it will be worthy of a side project :)
gnanagurusrgs
·6 か月前·議論
It is still very visible, auditable, and one of the features I'm hoping to add is a more visual layer that shows the nook and corners of the code, coming up soon. But regardless, the plain code itself is readable and visible, but it's not as friendly as the other languages for humans.
gnanagurusrgs
·6 か月前·議論
Ran a simple test with the examples you find in the project. Will publish those benchmarks.. actually that makes me think, I should probably do a public test suite showing the results. :)
gnanagurusrgs
·6 か月前·議論
Creator here. This started as a dumb question while using Claude Code: "Why is Claude writing TypeScript I'm supposed to read?"

40% of code is now machine-written. That number's only going up. So I spent some weekends asking: what would an intermediate language look like if we stopped pretending humans are the authors?

NERD is the experiment.

Bootstrap compiler works, compiles to native via LLVM. It's rough, probably wrong in interesting ways, but it runs. Could be a terrible idea. Could be onto something. Either way, it was a fun rabbit hole.

Contributors welcome if this seems interesting to you - early stage, lots to figure out: https://github.com/Nerd-Lang/nerd-lang-core

Happy to chat about design decisions or argue about whether this makes any sense at all.
gnanagurusrgs
·9 か月前·議論
lower barrier to entry really, can potentially broaden adoption.
gnanagurusrgs
·9 か月前·議論
NOT7 is a config-driven agent runtime delivered as a single binary. Agents are defined as declarative JSON configurations and executed with zero dependencies. No programming languages. No installations. Just drop the binary, declare your agent in JSON, and run.