WeSearch
Hub / Tags / Abstraction
TAG · #ABSTRACTION

Abstraction coverage.

Every story in the WeSearch catalog tagged with #abstraction, chronological, with view counts. Subscribe to the per-tag RSS feed to follow this topic in your reader of choice.

18 stories tagged with #abstraction, in publish-time order across the WeSearch catalog. Tag pages update as new stories ingest.

⌘ RSS feed for this tag →   or   search "Abstraction"

RELATED TAGS
#software-development2#programming2#abstractions2#ai1#code-architecture1#computer-science1#microarchitecture1#performance1#serverless1#systems-programming1#ceci1#pipe1
ARXIV.ORG

CogniConsole: Externalizing Inference-Time Control as a Formal Abstraction for Reliable LLM Interactions

arXiv:2607.08774v1 Announce Type: new Abstract: Reliability in large language model (LLM) systems is typically framed as a function of model capability. We challenge this by demons…

28 views ·
#cogniconsole#externalizing#inference-time
ARXIV CS.AI

Ceci n'est pas une pipe: AI systems as semantic abstractions

An AI system's output is not the fact or world state it appears to describe, but rather an engineered representation. We propose a semantic framework to describe AI systems, to be …

18 views ·
#ceci#pipe#systems
DEV.TO (TOP)

When scraping orchestration is the wrong abstraction for LLM workflows

LLM apps often need structured web data, not a scraping platform. Here's how to choose between orchestration and a simple extraction API.…

41 views ·
#llm#webscraping#api
DEV.TO (TOP)

Stripping away the layers of abstractions: How does a filesystem work?

Modern operating system filesystems (like ext4 or NTFS) are intimidating to look at. If you dive into...…

29 views ·
#filesystem#c#python
RUNWAYML

DTensor, Correctness and the Costs of Abstraction

26 views ·
#distributed training#tensor management#performance
IAN’S BLOG

Elusive order of async GPU kernels: scheduling, abstractions, DSL implications

SIMT offered a fantastic bargain. You write a straight-line program, the machine runs a lot of copies of it, and when one waits for memory the hardware swaps in others. You look wi…

35 views ·
#gpu#scheduling#kernels
AMERICAN ACADEMY OF ARTS & SCI

Learning Abstractions: A Conversation with Yann LeCun

25 views ·
#artificial intelligence#deep learning#research
REPLICATED

Three Years with Abstractionless C

18 views ·
#programming#c#software-development
R/RUST

Minimal cross-platform direct I/O abstraction for Rust.

32 views ·
GARRETT PEAKE

The Next Level of Software Abstraction

Software engineer building things on the internet.…

19 views ·
HACKER NEWS (NEWEST)

The abstractions in SICP need a revisit

Why the elegant abstractions of classical computer science fail under the thermal and spatial constraints of 2026 microarchitectures.…

30 views ·
#computer science#microarchitecture#performance
ARXIV CS.AI

Parallel LLM Reasoning for Bias-Resilient, Robust Conceptual Abstraction

Large language models (LLMs) have been increasingly used to analyze text. However, they are often plagued with contextual reasoning limitations when analyzing long documents. When …

24 views ·
#artificial intelligence#machine learning#computation
LIVEFOLDERS

LiveFoldersFS – Reactive Filesystem Abstraction

A virtual filesystem alternative to MCP. Expose any tool to an LLM via cat and echo — no JSON, no SDK, no protocol. 10 lines of YAML vs 18 lines of Python.…

23 views ·
#technology#software#filesystem
ARXIV CS.AI

Domain-Independent Game Abstraction using Word Embedding Techniques

Many games of interest in the real world are often intractably large, thereby necessitating the use of game abstraction to shrink them in size, typically by many magnitudes. Over t…

30 views ·
#game theory#artificial intelligence#natural language processing
ARXIV CS.AI

Structure Abstraction and Generalization in a Hippocampal-Entorhinal Inspired World Model

Humans abstract experiences into structured representations to facilitate pattern inference and knowledge transfer. While the hippocampal-entorhinal (HPC-MEC) circuit is known to r…

26 views ·
#neural computing#artificial intelligence#computer vision
JOEL ON SOFTWARE

The Law of Leaky Abstractions (2002)

There’s a key piece of magic in the engineering of the Internet which you rely on every single day. It happens in the TCP protocol, one of the fundamental building blocks of the In…

31 views ·
#technology#networking#protocols
YOUTUBE

Turing Award Winner: Abstraction, Dijkstra, Distributed Systems – Barbara Liskov [video]

Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube.…

26 views ·
DEV.TO (TOP)

What to unlearn: the most expensive patterns from the human era

Six patterns that earned their place when humans were the primary readers. Plus three I expected to be anti-patterns that turned out to be defensible.…

16 views ·
#ai#software development