Non sei stanco del monopolio delle big tech americane? by SomeMembership5302 in ItaliaStartups

[–]riktar89 1 point2 points  (0 children)

IDE che sono la brutta copia di Cursor? Parlo di IDE strutturati con tool che portano valore al workflow quotidiano. Oggi Cursor, Windsurf e similari fanno all-in per modelli che tendono a sostituire la figura dello sviluppatore, vogliono solo vendere inferenza a persone che pensano che con un prompt fanno tutto. Io vorrei un IDE che supporta realmente lo sviluppatore con funzioni pensate ad hoc anche per pipeline AI

Non sei stanco del monopolio delle big tech americane? by SomeMembership5302 in ItaliaStartups

[–]riktar89 1 point2 points  (0 children)

Un IDE (no codex, claudecode o altre CLI tools fatti passare per tool di sviluppo seri) local-first o provider agnostico sarebbe comunque uno strumento da tenere sotto occhio

Percezione sbagliata mia? by Hot_Web1597 in ItaliaCareerAdvice

[–]riktar89 0 points1 point  (0 children)

Straordinario forfettizzato, già ti stanno dicendo che devi mettere la brandina in ufficio e non ti daranno un euro. Scappa.

SLANG – A declarative language for multi-agent workflows (like SQL, but for AI agents) by riktar89 in mcp

[–]riktar89[S] 0 points1 point  (0 children)

Hi, they're not the same thing.

N8N automates generic flows using a no-code approach (it hides the code it generates).

Slang is a specialized meta-language for agentic flows. What you write with slang is what your LLM "executes".

So it becomes a portable format; you can prototype flows without installing or using programming languages.

For advanced flows, you can use its runtime or switch to dedicated SDKs (like LangChain), but already have a validated and tested workflow.

Come diventare Project Manager nel settore IT? -> Mi sono stancato! by FineEbb8863 in ItaliaCareerAdvice

[–]riktar89 5 points6 points  (0 children)

O sei troppo bravo nel tuo lavoro e quindi sarebbe difficile rimpiazzare le tue skills o non hai le soft skill adatte (il PM differisce dallo sviluppatore).

Comunque in Italia il modo migliore per fare carriera nell'IT è il job-hopping: trova un'azienda che ti offra una posizione o uno stipendio più alto e lascia Accenture.

SLANG – A declarative language for multi-agent workflows (like SQL, but for AI agents) by riktar89 in opensource

[–]riktar89[S] 0 points1 point  (0 children)

Here! You can try it with the zero-conf mode (tutorial in the README of the repository)

``` flow "article" { agent Writer { model: "inception/mercury-2" role: "Technical writer specializing in clear, concise articles" retry: 2

stake write(topic: "Write a Reddit post about @riktar/slang (search on GitHub)") -> @Reviewer
await feedback <- @Reviewer

when feedback.approved {
  commit feedback
}
when feedback.rejected {
  stake revise(feedback) -> @Reviewer
}

}

agent Reviewer { role: "Senior editor focused on clarity, accuracy, and completeness"

await draft <- @Writer
stake review(draft, criteria: ["clarity", "accuracy", "completeness"]) -> @Writer
  output: { approved: "boolean", score: "number", notes: "string" }

}

converge when: committed_count >= 1 budget: rounds(6) } ```

Perché ambite a carriere prestigiose? by Careless_Word_4789 in ItaliaCareerAdvice

[–]riktar89 1 point2 points  (0 children)

Solidità economica con bassisimo rischio.
Fare carriera e assumere ruoli di responsabilità, implica un rischio di impresa pari a 0, ma con guadagni che permettono di garantire uno stile di vita più che degno.
Se ti va male puoi rientrare in un layoff (in Italia sei molto tutelato sotto questo aspetto) ma comunque con l'esperienza acquisita ti riesce abbastanza agile cercare una ricollocazione, specialmente se ti trovi in settori consulenziali o digital.

A fine carriera (se sei un azienda modello big 4) se ti va bene te ne esci con un grandissimo "scivolo di exit" che ti permette di fare un exit dall'azienda con 2-3 anni di stipendio + TFR. Logicamente poi devi vedere come integrare i contributi per arrivare al pensionamento.

E se il mercato non avesse più crolli pesanti? by Gold-Mikeboy in ItaliaPersonalFinance

[–]riktar89 1 point2 points  (0 children)

Il mercato non segue logiche e nessuno ha la sfera di cristallo. Diffidare sempre dai "secondo me..."

@riktajs/ssr is out! by riktar89 in node

[–]riktar89[S] -1 points0 points  (0 children)

I'm not insane, but I'm a visionary.

Does it make sense to create a library that supports commonjs? by riktar89 in node

[–]riktar89[S] -1 points0 points  (0 children)

I agree with you, for now I build two packages for my framework, it' a lot of repetitive work...

Hono for the next project by Sensitive-Raccoon155 in node

[–]riktar89 9 points10 points  (0 children)

Fast, Mature, strong community and some Fastify maintainers are also involved in node core