Skip to main content
株式会社オブライト

Column

Useful articles about SEO, Web Development, and IT

344 articles

Software Development2026-06-10
Nix vs mise Deep Dive 2026 — Choosing the Right Dev Environment Tool
A thorough 2026 comparison of Nix and mise — the two leading dev environment managers. We pit Nix's purely functional paradigm (Nixpkgs 140k+ packages, Flakes, the Lix fork, Determinate Systems) against mise's pragmatic design (single Rust binary, asdf successor, SOPS/uv integration, 29.3k GitHub stars). Includes a decision framework for Japanese enterprises from solo developers to large-scale long-term maintenance shops.
NixmiseNixOS+5
Web Development2026-06-06
Web Dark Patterns 2026 Deep Dive — The 16 Official Categories, AI-Era Variants, EU / US / Japan Regulation, and a Self-Audit Checklist
A comprehensive primary-source guide to web dark patterns (now formally "deceptive design patterns") covering the deceptive.design 16-category taxonomy, the $2.5B Amazon-FTC settlement of 2025, EU AI Act Article 5's ban on manipulative AI, Japan's revised Specified Commercial Transactions Act (Article 12-6), the April 2025 Japan Consumer Affairs Agency 102-site field study (preselection in 45, fake hierarchy/social-proof in 39 each), the 2026 wave of AI-era patterns (CDT's 37 manipulative chatbot designs, DarkBench, GPT-4o sycophancy, 4× growth in GenAI scam pages), and a 40-item six-category self-audit checklist tuned for Japanese enterprise teams.
Dark PatternsDeceptive DesignUX Ethics+5
AI2026-06-06
Liquid AI's New Japanese-Specialized Models — LFM2.5-1.2B-JP-202606 and LFM2.5-Audio-1.5B-JP, the MIT CSAIL Spinoff's June 2026 On-Device AI Drop
On-device deep dive on Liquid AI's two Japanese-specialized models released on Hugging Face in early June 2026: LFM2.5-1.2B-JP-202606 (language, 1.17B params, 32K context) and LFM2.5-Audio-1.5B-JP (1.2B language core + 115M FastConformer encoder, 24kHz, Speech-to-Speech). Grounded in the official model cards and Liquid AI blog. Covers the Liquid Neural Network-derived architecture (16 layers = 10 LIV convolution + 6 GQA), the sub-2B-class leadership benchmarks (JMMLU 54.19 / J-MIFEval 79.08 / J-GSM8K 62.20), audio ASR with CommonVoice 8 (ja) CER 4.42 — about half of Whisper-large-v3 — but trailing Whisper on JSUT and ReazonSpeech (domain-dependent gap), the non-Apache LFM Open License v1.0, hardware support across Apple Silicon / AMD Ryzen AI / Qualcomm / NVIDIA / mobile CPU, competitive positioning vs Gemma 4 12B / Qwen 3.5 / TinySwallow / Sarashina, and adoption guidance for Japanese on-device AI, call centers, meeting notes, and in-person retail.
Liquid AILFM2.5LFM+5
AI2026-06-05
The Complete Guide to Hermes Agent & Hermes Desktop Skills and Tools — 19,932 Skill Catalog, 40+ Built-in Tools, and the Use-Case Patterns That Matter (June 2026)
A comprehensive guide to the Skills & Tools system in Nous Research's open-source agent Hermes Agent v0.15.2 (and the Hermes Desktop GUI), grounded in official docs and GitHub releases. Covers Skills (on-demand procedural docs) with the three-level Progressive Disclosure loading scheme starting at ~3k tokens, the SKILL.md format, the skills.sh catalog that exploded from 858 to 19,932 entries in v0.15.1, the standout new skills (openhands, code-wiki, web-pentest), the self-improving loop where the agent creates / patches / edits / deletes its own Skills, and Tools — 40+ built-ins like web_search, x_search, terminal, patch, browser_navigate, vision_analyze, cronjob, memory, delegate_task. Also covers MCP client + server support, the macOS Computer Use background execution that doesn't move the cursor or switch Spaces (5–20ms/event), and the 25+ messenger gateway (Slack / Discord / Telegram / Teams / WhatsApp / LINE / Feishu / WeCom and more). Ends with eight category-specific combination patterns — research, writing, data analysis, coding, customer support, social listening, internal automation, personal work — sized for Japanese enterprise practice.
Hermes AgentHermes DesktopNous Research+5
AI2026-06-04
Gemma 4 12B Deep Dive — The Encoder-Free Multimodal LLM That Runs on a 16GB Laptop Under Apache 2.0 (June 3, 2026)
A deep dive into Gemma 4 12B, released by Google DeepMind on June 3, 2026, grounded in the official announcement and Developer Guide. The standout property is encoder-free multimodal architecture — replacing the prior vision encoder (~550M parameters) with a 35M-parameter lightweight embedder plus a single matrix multiplication, and removing the 12-layer Conformer audio encoder entirely by projecting raw audio straight into the LLM's embedding space. Runs on a 16GB VRAM laptop (Copilot+ PC or Apple Silicon Mac), shipped under Apache 2.0, available through Hugging Face / Ollama / LM Studio / MLX / Vertex AI on day one. Covers the architectural rationale, the "approaches 26B MoE at less than half the memory" benchmark claim, positioning within the Gemma 4 family (E2B / E4B / 26B / 31B), competitive comparison against Llama 4 / Qwen 3.5 / Phi-5, and the fit with Japanese enterprise on-prem AI, voice workflows, and data-sovereignty requirements.
Gemma 4Gemma 4 12BGoogle DeepMind+5
AI2026-06-03
Hermes Desktop Deep Dive — Nous Research's OSS Resident Personal Agent for Every Platform
Hermes Desktop by Nous Research is the native desktop app version of Hermes Agent, first demoed by Jensen Huang at the NVIDIA GTC keynote and now in public preview. Released under the MIT license, it supports macOS, Windows, and Linux with voice mode, cron scheduling, Computer Use, and MCP gateway integration — all sharing the same config, skills, and memory as the CLI and TUI. This column covers features, competitive positioning, and key considerations for Japanese enterprise adoption.
Hermes DesktopNous ResearchAI Agent+4
AI2026-06-03
Microsoft × OpenClaw Partnership & Microsoft Scout — Build 2026's Paradigm Shift Explained
At Microsoft Build 2026 Day 1 Keynote on June 2, 2026, the open-source AI agent 'OpenClaw' was officially announced as a Windows-native integration, MXC sandbox-ready runtime, and the foundation for enterprise product Microsoft Scout. This column covers the full paradigm shift — from Agent 365 governance to pricing, competitive comparison, and implications for Japanese enterprises. Note: The OpenClaw discussed here is the OSS by Peter Steinberger and is unrelated to Obright's 'OpenClaw Setup Service'.
OpenClawMicrosoftMicrosoft Scout+5
AI2026-06-03
OpenAI Codex Sites Explained — The AI Dev Environment That Deploys a URL for You
On June 2, 2026, OpenAI added a 'Sites' feature to Codex. Users can generate web apps, dashboards, and games inside Codex and instantly share an OpenAI-hosted URL within their workspace. The supported runtime is limited to Cloudflare Worker-compatible ES Modules, and the feature is currently available as a preview for Business and Enterprise plans only. There is no staging environment, and no official statement on public (anonymous) access. While ideal for internal PoC and departmental dashboards, it is too early to adopt as a foundation for customer-facing production services. The unusual structure of Vercel, Replit, and Lovable being both competitors and partners is drawing attention.
OpenAICodexCodex Sites+4
AI2026-05-30
OpenAI Codex Computer Use Comes to Windows — Reading "Windows users, this one's for you." from the Primary Sources and What It Means for Japanese Enterprises (May 2026)
On May 29, 2026, OpenAI's Codex desktop app v26.527 brought Computer Use (Codex driving any app by seeing, clicking, and typing on the screen) to Windows for the first time — previously macOS-only. This column reads the official Changelog and Codex Computer Use docs as primary sources to cover the Windows-specific foreground-only execution constraint (unlike macOS's parallel background mode), the OS-level PowerShell sandbox, install via Microsoft Store and winget, the regional rollout excluding the EEA / UK / Switzerland at launch (Japan is included), pricing, comparisons with Anthropic Claude Computer Use, Claude Code, Cursor, and UiPath, and what this means for Japanese enterprises where Windows 11 dominates office endpoints.
OpenAICodexComputer Use+4
AI2026-05-30
Windsurf × Devin (Cognition AI) Integration Deep Dive — The 72 Hours That Reshaped the AI IDE Market and the Windsurf 2.0 Vertical Stack (May 2026)
The Windsurf (Codeium-origin AI IDE) and Devin (Cognition AI's autonomous engineer) story — grounded in the official docs.windsurf.com/windsurf/devin page and Cognition's announcement. Covers the July 2025 "72 hours" that reshuffled the market (OpenAI's $3B deal lapsed → Google's $2.4B reverse-acquihire of the CEO, co-founder, and ~40 R&D staff → Cognition's acquisition of the remaining assets the next Monday), the April 15, 2026 release of Windsurf 2.0 with native Devin integration, automatic inclusion across Pro / Max / Teams plans, the $50 GitHub-connection credit, the Agent Command Center bringing local Cascade and cloud Devin into a single Kanban view, head-to-head comparison with Cursor, Claude Code, Antigravity, and Codex Computer Use, and adoption guidance for Japanese enterprises.
WindsurfDevinCognition AI+4
AI2026-05-25
Gemma 4 System Requirements — 5–62GB VRAM, RTX 3060 to H100 by Variant (E2B/E4B/26B/31B) [2026 Guide]
Gemma 4 hardware requirements at a glance: E2B/E4B need 5GB VRAM, 26B MoE 16GB, 31B Dense 24GB (Q4) or 62GB (FP16). Covers RTX 3060 to H100, Apple Silicon M1-M4, CPU-only operation, Mac/Windows/Linux setups, recommended GPUs, and budget tiers — current as of Q2 2026.
Gemma 4ハードウェアGPU+4
AI2026-05-25
Gemma 4 Performance Benchmark — Compared Against Llama 4, Qwen, Mistral, and DeepSeek on Quality, Speed, and Cost-Efficiency [2026 Open-Weights LLM Showdown]
A 2026 Q2 performance benchmark of Gemma 4 (E2B / E4B / 26B MoE / 31B Dense) against the major open-weights peers — Llama 4, Qwen 3.5, Mistral, and DeepSeek — across MMLU-Pro, GPQA, HumanEval, MATH-500, and MT-Bench. Adds throughput (tokens / s), memory efficiency (quality per GB VRAM), cost per million tokens, Japanese-language performance, native function calling, and Apache 2.0 / MIT / commercial-use licensing as of May 2026, plus a use-case selection matrix for in-house LLM, edge AI, coding assistants, and RAG.
Gemma 4Llama 4Qwen+5