Making "Internal Documents Never Leave the Building" a Standard Offering — Designet Starts Selling In-House AI Infrastructure Built on Ollama, Dify, and Fess, from ¥1.4M

OSS specialist Designet launched its "In-House AI Infrastructure Construction Service" on August 26, using a local LLM to process internal documents without sending them outside. Here we lay out the RAG configuration built on Ollama, Dify, and Fess, the pricing starting from ¥1.4 million, and the bl

Share
Making "Internal Documents Never Leave the Building" a Standard Offering — Designet Starts Selling In-House AI Infrastructure Built on Ollama, Dify, and Fess, from ¥1.4M

Cloud-based generative AI is convenient, but the moment you paste an internal design document or customer information into an input field, that data leaves your company. For businesses that had held off on adoption over exactly this concern — not wanting their data to go outside — Designet Co., Ltd. (Nagoya; listed on the TOKYO PRO Market, securities code 371A), an IT company specializing in OSS, began offering its "In-House AI Infrastructure Construction Service" on August 26, 2026. Its distinguishing feature is that it uses a local LLM to process data entirely within the company, without sending it to an external cloud.

Taking In-House AI That Had Stalled at the "Prototype" Stage and Delivering It, Architecture Included

The procedure for building in-house AI with a local LLM has itself circulated widely in technical articles until now. But putting it into real operation involves a stack of decisions: which model to choose, how to configure the servers, how to make internal documents searchable, and who will run it and how. This new service takes the form of handling this entire design process as a package. Specifically, Designet says it undertakes the following steps, tailored to the client's business needs and security requirements.

  • LLM selection and server configuration design
  • Security design
  • Creation and organization of the knowledge base (internal documents)
  • Prompt design
  • Establishment of operational rules

In other words, the product isn't just getting a model running — it's getting to the point where the system keeps running inside the company. For companies exploring building generative AI in-house, it becomes an option for outsourcing the design and operations work where they are most likely to stumble.

Connecting "Search, Then Answer" with Three OSS Components

The infrastructure is assembled from three components, all open source. Broken down by role, they are as follows.

  • Ollama: the foundation for running and managing the LLM in a local environment
  • Dify: a platform for developing and operating applications that use the LLM
  • Fess: a search engine that makes internal documents full-text searchable

This combination amounts to what is known as a RAG (retrieval-augmented generation) configuration, where internal documents are searched before the model answers. Rather than making the model memorize the internal documents wholesale, it searches out the relevant documents for each question and answers based on their content. The anticipated use cases cited include automating internal FAQs and inquiry handling, fast searching, summarization, and comparison of internal documents, and improving operational efficiency by integrating with workflows. The key point is that use cases involving referencing manuals and design documents can be completed entirely in-house, without relying on external APIs.

Two Configurations, and Their Price Tags

Two options are offered: the "Dify method," which includes an application development platform, and the "Ollama method," for starting on a smaller scale. The published costs are as follows (hardware is separate in both cases; figures are per Designet's announcement).

ConfigurationConstruction costMaintenance cost (annual)
Dify methodFrom ¥1,470,000From ¥323,000
Ollama methodFrom ¥1,040,000From ¥262,000

Looking only at the fact that the initial cost exceeds one million yen, it may seem expensive — but the point of comparison is the pay-as-you-go pricing of cloud APIs. The idea is to replace variable costs that pile up the more you use them with the fixed cost of your own equipment. The more an organization uses AI heavily and continuously handles highly confidential documents, the more this trade-off tends to add up. Conversely, if the use case is only occasional, the fixed costs and maintenance fees weigh more heavily.

Blind Spots Worth Examining Before Deciding "Because It's Secure"

A configuration that keeps data inside is a strong source of reassurance on the single point of protecting confidential information. At the same time, several burdens can be pointed out behind that convenience. First, there are performance compromises. A model of a scale you can run on your own hardware won't always deliver answer quality on par with the latest top-tier cloud models, so operation premised on narrowly defined use cases is the starting assumption. Second, the costs don't end with software construction and maintenance fees: purchasing the hardware, including GPUs, and the subsequent power, upgrades, and failure response all remain on your side. Third, there is the question of who will keep handling model updates and security. It isn't "install it and you're done"; it requires the resolve to accumulate operational know-how within the company. When considering adoption, estimating the scope of information you want to protect and the anticipated usage volume first, then lining that up against the annual cost of using a cloud API, makes it easier to avoid a misjudgment.

Even so, the emergence of a vendor that presents this kind of "AI that stays entirely in-house" not as a prototype but as a standard offering with a price tag is a sign that building generative AI in-house has entered the realm of practical options. Cloud, or in-house? We now have one more concrete set of materials for weighing that choice from both the cost and security angles.

References: Designet Co., Ltd. press release (@Press) / Cloud Watch (Impress)

Read more

Making It Wait for "Jobs That Run Over an Hour": Codex 0.152 Adds Ceiling Dials for MCP Output Volume and Execution Time, and Turns the Planning Tool Off by Default

Making It Wait for "Jobs That Run Over an Hour": Codex 0.152 Adds Ceiling Dials for MCP Output Volume and Execution Time, and Turns the Planning Tool Off by Default

Codex v0.152.0 on August 31 and its next-day fix release added explicit ceilings on MCP tool output volume and execution time, and switched the planning tool off by default. Here's a rundown of the changes that matter for long-running unattended and semi-autonomous agent operation.

By FF
The CLI's Default Model Just Swapped In a Million-Token Brain — Claude Code v2.1.257 Makes Fable 5.1 the Standard and Adds a 'Containment Escape' Checkpoint to Auto Mode

The CLI's Default Model Just Swapped In a Million-Token Brain — Claude Code v2.1.257 Makes Fable 5.1 the Standard and Adds a 'Containment Escape' Checkpoint to Auto Mode

Claude Code v2.1.257, released September 1, 2026, swaps its default model to Fable 5.1 with its one-million-token context. It also adds guardrails to auto mode that stop credential retrieval and out-of-scope reads from slipping through. Here's a rundown of the changes that matter to developers.

By FF
"This Is an Authorized Exercise"—How the Aurora Ransomware Gang Insisted, While Making Cursor's AI Agent Do the Actual Intrusion Work

"This Is an Authorized Exercise"—How the Aurora Ransomware Gang Insisted, While Making Cursor's AI Agent Do the Actual Intrusion Work

Gambit Security and CloudSEK report that the ransomware group Aurora abused Cursor's AI agent for real intrusion work. Posing the tasks as an "authorized exercise" to slip past the safeguards, they had it handle reconnaissance and privilege takeover on the back of stolen credentials—a warning that a

By FF
One in Three Companies Now Choose to Build Rather Than Buy — McKinsey Measures How Coding Agents Are Reshaping the Procurement Decision

One in Three Companies Now Choose to Build Rather Than Buy — McKinsey Measures How Coding Agents Are Reshaping the Procurement Decision

McKinsey's annual survey found that about 30% of respondents passed on buying software because they could build it in-house with coding agents. We unpack the procurement shift from buying to building — and the current reality that productivity is up while profits stay flat.

By FF