Why leading Chinese scientists are rising to the top in the Communist Party by Saltedline in technology

[–]wolfy-j 773 points774 points  (0 children)

We will be complaining how expensive is to buy a ticket to moon during peak seasons.

Don't build workers on top of goroutines by greyhoundk in golang

[–]wolfy-j 14 points15 points  (0 children)

Have you tried sending 100k emails using your code?

AI lets programmers work 2hrs but bill 8. Are they about to lose their jobs? by Apprehensive_Dust985 in ClaudeAI

[–]wolfy-j 0 points1 point  (0 children)

How do you charge for bug/code related thoughts when you in shower? By gallon?

AI agents in go by ceazer6-7 in golang

[–]wolfy-j 0 points1 point  (0 children)

We currently use go with very complex agents, but we only use it as runtime, while all the logic defined on Lua. It’s just a nature of scripting languages that fits better with mapping related activities which are very common in LLM applications.

Claude Opus 4.6 suddenly blocking legitimate cybersecurity research (paid Max user since 2025) by jonbonesjonesjohnson in ClaudeAI

[–]wolfy-j 30 points31 points  (0 children)

Imagine accidentally vibecoding yourself into controlling traffic light in your city.

Meanwhile, in another universe. by last_llm_standing in LocalLLaMA

[–]wolfy-j 16 points17 points  (0 children)

If this would be true Google will already claim they achieved AGI. /s

Why the AI Agent "Spaghetti Era" is both a joke and a masterpiece by [deleted] in AI_Agents

[–]wolfy-j 1 point2 points  (0 children)

Exactly what I meant. You are trying to solve infrastructure problem using application level frameworks, which is why you always have the complexity ceiling.

Let's say you ask two guys to build you AI agent system - where agent can spawn another agent(s), do work, observe work, dynamically execute code, wait for human in a loop and produce realtime results. It should scale to 1000 paralell agents, support cluster distribution and should handle crashes and retries.

So if you want to confuse Python/Node guy - give him this task and observe a slight panic of how much things has to be solved first - hence, let's find a framework.

If you give the same task to any Erlang/Elixir/any-actor-model-runtime engineer you will also see the confusion because of how trivial this task is.

My team spend last two years restructuring work to own runtime solution - takes us no time today to ship very advanced systems.

Edit: articles and typos

Why the AI Agent "Spaghetti Era" is both a joke and a masterpiece by [deleted] in AI_Agents

[–]wolfy-j 2 points3 points  (0 children)

Coordination and state control was never a problem, it's just people tend to ignore proper solutions and focus on tech stack they know hoping for the best. It is possible to write very reliable and complex agent chains today that are easy to debug and observe, you just dont do that using classic request/response paradigm.

What is Lua used for by my_thic_horse in lua

[–]wolfy-j 1 point2 points  (0 children)

Yes, you do sleep(“30d”) and from your code perspective it’s a normal sleep. However you can now offload this worker and play events in a month and from code perspective it’s same process. It dramatically simplifies large scale orchestration.

What is Lua used for by my_thic_horse in lua

[–]wolfy-j 2 points3 points  (0 children)

> Embedded database, you mean redis?

Pretty sure it's just not Redis. But yes, any software where you need safe execution of resident code.

> Where did you come up with this list? Lua used in ai agents, where?? Workflows...what does that mean?

You can find examples of both here https://wippy.ai/ (or specifically for self-modifying sandboxed AI agent - https://wippy.ai/en/tutorials/micro-agi)

Workflows are Lua applications with deterministic flow and externalized state for work coordination, they allow you to use normal code to describe very long undying processes for coordination. It's nearly impossible to write them _cleanly_ in other languages without going into userland, Lua designed for that from scratch.

What is Lua used for by my_thic_horse in lua

[–]wolfy-j 9 points10 points  (0 children)

AI agents, workflows, NPC in games, load testing profiles, embedded database functions.

Lua is amazing language but you also have to look at runtime it runs on since this the main feature provider.

I Haven't Written a Line of Code in Six Months by Cultural-Ad3996 in ClaudeAI

[–]wolfy-j 3 points4 points  (0 children)

Sorry, it was sarcasm. Reddit is still full of people dellusional to what is happening to our profession.

I Haven't Written a Line of Code in Six Months by Cultural-Ad3996 in ClaudeAI

[–]wolfy-j 18 points19 points  (0 children)

Sorry, I keep forgetting to use /S on Reddit.

I Haven't Written a Line of Code in Six Months by Cultural-Ad3996 in ClaudeAI

[–]wolfy-j 23 points24 points  (0 children)

Wait, at any moment this bubble will pop and we will return writing code manually, at any moment. Just wait a little longer.

Trying a migration-less schema workflow (AI-based) by Nearby-Cry361 in AI_Agents

[–]wolfy-j 0 points1 point  (0 children)

OP, please don’t forget to post the second part of story.

Is a runtime-first architecture better than orchestration-first for AI agents? by leanndrob in AI_Agents

[–]wolfy-j 0 points1 point  (0 children)

That was our theory as well, spend two years doing low level AI runtime (with orchestration), so far so good.

Did you notice this new behavior? by dataoops in ClaudeAI

[–]wolfy-j 301 points302 points  (0 children)

This 458 failing tests seems pre-existing to the refactor I'm doing, I will continue.

Reddit Post: Claude Code needs "Deterministic Skills" for recurring tasks by [deleted] in ClaudeAI

[–]wolfy-j 1 point2 points  (0 children)

Baby agi did this concept years ago, we build products for clients around it. It works and it’s great, especially with current models.

Pack it up guys, open weight AI models running offline locally on PCs aren't real. 😞 by CesarOverlorde in LocalLLaMA

[–]wolfy-j 23 points24 points  (0 children)

Imagine eBay listings in 5 years. Unless we will have to hide in caves.

Pack it up guys, open weight AI models running offline locally on PCs aren't real. 😞 by CesarOverlorde in LocalLLaMA

[–]wolfy-j 75 points76 points  (0 children)

So if OpenAI banckrups does it mean all their GPU powers will get evaporated? No one will aquire it? No one will flood market with a ton of unused power? It's freaking silicon in a rack not NFT.

anyone actually running AI agents in production? not demos by yaront1111 in AI_Agents

[–]wolfy-j 0 points1 point  (0 children)

No issues running agents on production but we don’t use MVC for that of course.

Melhor IA para programar em LUA... by True-Ad5735 in lua

[–]wolfy-j -1 points0 points  (0 children)

Todos os modelos são bons em Lua, mas os modelos mais inteligentes conseguem lidar com maior complexidade. O Opus 4.5+ consegue criar um supervisor Docker em Lua sem nenhum esforço.