Bookmarks

Bookmarks

49953 bookmarks
Custom sorting
Introducing 1Password Credential Broker | 1Password
Introducing 1Password Credential Broker | 1Password
Secure your CI/CD pipelines and AI agents with 1Password Credential Broker. Join the private beta and take the next step to unify access for humans, machines, and agents.
·1password.com·
Introducing 1Password Credential Broker | 1Password
AIによる工数削減を計測して見えた結果と考察 - ZOZO TECH BLOG
AIによる工数削減を計測して見えた結果と考察 - ZOZO TECH BLOG
はじめに こんにちは、データシステム部MA推薦ブロックの佐藤(@rayuron)です。私たちは、主にZOZOTOWNのメール配信のパーソナライズなど、マーケティングオートメーションに関するレコメンドシステムを開発・運用しています。 以前、テックブログで工数やAI活用による工数削減を計測する仕組みを、タスク管理ツールのG…
·techblog.zozo.com·
AIによる工数削減を計測して見えた結果と考察 - ZOZO TECH BLOG
AXI: Agent eXperience Interface
AXI: Agent eXperience Interface
10 design principles for agent-ergonomic CLI. 100% task success at the lowest cost — validated across two benchmarks and 915 runs.
·axi.md·
AXI: Agent eXperience Interface
i18n toolkit · locallingo
i18n toolkit · locallingo
AI-assisted i18n translation, source-hash drift detection, and quality linting for Rails, built on i18n-tasks and RubyLLM. Config-driven per app and package, with the lingo CLI and shipped RuboCop cops.
·locallingo.zoolutions.llc·
i18n toolkit · locallingo
Ruby & Rails LLM Discoverability Scorecard
Ruby & Rails LLM Discoverability Scorecard
A measured scorecard of how discoverable Ruby, Rails, and the wider ecosystem's documentation is to LLMs and AI coding agents, and what the community can do to move the needle.
·ruby.evilmartians.com·
Ruby & Rails LLM Discoverability Scorecard
Fragua — AI agent orchestrator, composed for Rails
Fragua — AI agent orchestrator, composed for Rails
Fragua, an AI agent orchestrator for Rails — turn an idea into a shipped app through research, plan, spec, and ship, with agents that respect the craft.
·fragua.app·
Fragua — AI agent orchestrator, composed for Rails
llmemory: memoria persistente para agentes LLM en Ruby
llmemory: memoria persistente para agentes LLM en Ruby
Descubre llmemory, la gema Ruby que resuelve la amnesia de los LLM dotando a tus agentes de memoria persistente a corto, largo plazo y cognitiva para conversaciones inteligentes.
·newsletter.entaina.ai·
llmemory: memoria persistente para agentes LLM en Ruby
Giving Claude Code A Persistent Memory
Giving Claude Code A Persistent Memory
Claude Code forgets everything when a session ends. I built recall to fix that — a self-improving memory layer that captures sessions, distills durable knowledge nightly, and feeds it back automatically.
·viget.com·
Giving Claude Code A Persistent Memory
zarpay/rails-template: Opinionated, agent-native Rails template — the production Rails starter ZAR uses internally, packaged with a CLAUDE.md operating manual, 32 Claude skills, and 17 path-scoped coding rules.
zarpay/rails-template: Opinionated, agent-native Rails template — the production Rails starter ZAR uses internally, packaged with a CLAUDE.md operating manual, 32 Claude skills, and 17 path-scoped coding rules.
Opinionated, agent-native Rails template — the production Rails starter ZAR uses internally, packaged with a CLAUDE.md operating manual, 32 Claude skills, and 17 path-scoped coding rules. - zarpay/...
·github.com·
zarpay/rails-template: Opinionated, agent-native Rails template — the production Rails starter ZAR uses internally, packaged with a CLAUDE.md operating manual, 32 Claude skills, and 17 path-scoped coding rules.
danielstpaul/silas: Your Rails app is already an agent runtime — durable AI agents on Rails: exactly-once tool ledger, park-at-zero human-in-the-loop, operator inbox.
danielstpaul/silas: Your Rails app is already an agent runtime — durable AI agents on Rails: exactly-once tool ledger, park-at-zero human-in-the-loop, operator inbox.
Your Rails app is already an agent runtime — durable AI agents on Rails: exactly-once tool ledger, park-at-zero human-in-the-loop, operator inbox. - danielstpaul/silas
·github.com·
danielstpaul/silas: Your Rails app is already an agent runtime — durable AI agents on Rails: exactly-once tool ledger, park-at-zero human-in-the-loop, operator inbox.
mcheemaa/mistri: The agent harness for Ruby applications. Durable sessions, streaming, human-in-the-loop approval, compaction, structured output, sub-agents, and MCP, with zero runtime dependencies.
mcheemaa/mistri: The agent harness for Ruby applications. Durable sessions, streaming, human-in-the-loop approval, compaction, structured output, sub-agents, and MCP, with zero runtime dependencies.
The agent harness for Ruby applications. Durable sessions, streaming, human-in-the-loop approval, compaction, structured output, sub-agents, and MCP, with zero runtime dependencies. - mcheemaa/mistri
·github.com·
mcheemaa/mistri: The agent harness for Ruby applications. Durable sessions, streaming, human-in-the-loop approval, compaction, structured output, sub-agents, and MCP, with zero runtime dependencies.
mistri, the agent harness for Ruby applications
mistri, the agent harness for Ruby applications
Durable sessions in your own database, streaming, human-in-the-loop approval, compaction, structured output, sub-agents, and MCP. Zero runtime dependencies.
·mistri.sh·
mistri, the agent harness for Ruby applications
okf-gem · the complete OKF harness/toolkit
okf-gem · the complete OKF harness/toolkit
The complete toolkit for the Open Knowledge Format: an agent that authors, curates, and consumes your knowledge, a CLI and library, and a graph to explore, live or static. Open source, 100% local.
·okfgem.com·
okf-gem · the complete OKF harness/toolkit
Your docs are already the bundle: /okf migrate
Your docs are already the bundle: /okf migrate
Adopting a knowledge format usually means rewriting what you already wrote, which is why adoption stalls. /okf migrate, new in 1.7.0, adopts your existing Markdown in place: frontmatter and reserved files added, every body kept verbatim. The links you wrote years ago become the graph on day 0, and produce, search, and maintain compound from there.
·okfgem.com·
Your docs are already the bundle: /okf migrate
Eliminating Go bounds checks with unsafe
Eliminating Go bounds checks with unsafe
Hot path optimization: unsafe pointer arithmetic to eliminate bound checks the Go compiler can't remove, given you can prove they are truly unnecessary.
·blog.andr2i.com·
Eliminating Go bounds checks with unsafe
Prefer STRICT tables in SQLite
Prefer STRICT tables in SQLite
I prefer strict tables in SQLite because they avoid some datatype problems, such as putting text in number columns.
·evanhahn.com·
Prefer STRICT tables in SQLite