frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: SDK for AI Coding with Long Running Tasks

https://cloudcoding.ai/
2•sean_•11mo ago
It seems that using Cursor has become really repetitive. My workflow typically goes like this: - Get a task to accomplish on a codebase - Research the web and codebase to create a plan - Send the entire plan to cursor and sit back for it to finish

This flow works really well with a high level of accuracy for the most part and it's becoming obvious that the margin between where it is today and "perfect" is quickly closing.

Because of this flow, I feel that I can replicate it through an SDK that uses a AI cli coder tool with low level control.

In this SDK, you can also use the best coder in the world per: https://aider.chat/docs/leaderboards/

As shown here:

```python from cloudcode import Local import os

def main(): # Use the current directory cwd = os.getcwd() example_file = "example.py"

    # Initialize the Aider SDK in architect mode
    agent = Local(
        working_dir=cwd,
        model="o3",  # Main (planner) model
        editor_model="gpt-4.1",  # Editor model for implementing changes
        architect_mode=True,
        use_git=False,
        api_key=os.getenv("CLOUDCODE_API_KEY")
    )

    # Create or overwrite a simple Python file to modify using the SDK
    agent.create_file(
        example_file,
        """def add(a, b):
    return a + b
""" )

    # Run a coding task using the two-model workflow
    result = agent.code(
        prompt="make this function super cool. just make the math functions better",
        editable_files=[example_file]
    )

    # Print the results
    print("\nTask completed!")
    print(f"Success: {result['success']}")
    print("\nChanges made:")
    print(result["diff"])


    # Display cost information
    print("\nTask completed!")
if __name__ == "__main__": main()

```

Given that you can mimic your workflows from cursor and claude code into this sdk, you shouldn't have to sit around on your computer waiting for the long running task to finish.

That's why I built in a Sandbox class that mounts the ai coder into a remote sandbox directory instead of a local folder so you can deploy an ai coder to the cloud, enabling use cases such as coding from your phone and the browser.

I have already found so many low-handing fruit use cases for this sdk to automate prompting, information gathering, and auto-docs as shown in our github https://github.com/LMSystems-ai/cloud-coding

But I want to take it a step further.

You can get started for free today with this sdk and see our favorable pricing model here: https://docs.cloudcoding.ai/pricing

Show HN: Think Fast. Type Faster

https://wordsnap.up.railway.app/
1•oyahud•48s ago•0 comments

Everyone can build now. Few know what to build

https://microfactory.dev/preamble
1•pless•55s ago•0 comments

AgentMint – Runtime enforcement for AI agent tool calls

https://github.com/aniketh-maddipati/agentmint-python
1•keertahacker•1m ago•0 comments

Show HN: ReceiptMatrix – Local-only receipt organizer for Mac freelancers

https://receiptmatrix.app/
1•michaelboling•2m ago•0 comments

Tesla, SpaceX Plan to Build New Chip Factory in Texas

https://www.wsj.com/tech/tesla-spacex-plan-to-build-new-chip-factory-in-texas-4dfb9a46
1•andsoitis•3m ago•0 comments

Create Context Graph: AI agents with graph based memory, scaffolded in seconds

https://github.com/neo4j-labs/create-context-graph
1•johnymontana•3m ago•0 comments

Sudo hold me – Three unsupervised LLMs on a Unix Socket

https://linuxtoaster.com/blog/emergent.html
1•dirk94018•3m ago•0 comments

D for learning and real world D: D Language Yale Univ Colloquium 2025 [video]

https://www.youtube.com/watch?v=k5r8d5KCOBE
1•teleforce•3m ago•0 comments

Show HN: ClawX – OpenClaw Instance in 30s

1•Yogender78•3m ago•0 comments

AMD GPU-Initiated I/O (GPU <-> NVMe P2P DMA)

https://thegeeko.me/blog/nvme-amdgpu-p2pdma/
1•thegeeko•4m ago•1 comments

Firefox 149.0 Release Notes

https://www.firefox.com/en-US/firefox/149.0/releasenotes/
1•N19PEDL2•5m ago•0 comments

Usecomputer – Zig CLI to screenshot, click and type in any coding agent

https://github.com/remorses/usecomputer
1•xmorse•6m ago•1 comments

Blender Optimization Leads to 2x Performance on CPU Bottlenecked Scenes

https://www.phoronix.com/news/Blender-EEVEE-2x-Perf
1•rbanffy•6m ago•0 comments

NesusFix – Zero-alloc, compile-time hardened FIX engine for sub-100ns

https://github.com/SilverstreamsAI/NexusFix
1•dalvrosa•8m ago•0 comments

Show HN: OrbStudio Native Mac app for designing animated orbs with code export

https://www.orbstudio.app/
1•okbye•8m ago•0 comments

Aesthetic Programming: A Handbook of Software Studies (2021)

https://www.openhumanitiespress.org/books/titles/aesthetic-programming/
1•the-mitr•9m ago•0 comments

LG Display starts mass-producing LTPO-like 1 Hz LCD displays for laptops

https://arstechnica.com/gadgets/2026/03/lg-display-starts-mass-producing-ltpo-like-1-hz-lcd-displ...
1•rbanffy•10m ago•0 comments

Why move antimatter by road? CERN tests a truck-ready antiproton trap

https://phys.org/news/2026-03-antimatter-road-cern-truck-ready.html
2•Brajeshwar•11m ago•0 comments

Krita 6.0 Released with Qt6 Port and Better Wayland Support

https://www.phoronix.com/news/Krita-6.0-Released
3•doener•11m ago•0 comments

Krita 5.3.0 and 6.0.0 Released

https://krita.org/en/posts/2026/krita-5.3.0-released/
2•jrepinc•12m ago•0 comments

Iran internet offline for 25 days and

https://twitter.com/netblocks/status/2036343014277165512
1•ukblewis•12m ago•1 comments

A mission NASA might kill is still returning science from Jupiter

https://arstechnica.com/space/2026/03/a-mission-nasa-might-kill-is-still-returning-fascinating-sc...
1•rbanffy•13m ago•0 comments

Guile Knots

https://www.cbaines.net/posts/announcing_guile_knots/
1•ibobev•14m ago•0 comments

Mendeleev's Inequality

https://www.johndcook.com/blog/2026/03/24/mendeleevs-inequality/
1•ibobev•14m ago•0 comments

Lines of Code Are Useful

https://entropicthoughts.com/lines-of-code
1•ibobev•15m ago•0 comments

Show HN: MangoWave – Open-source browser audio visualizer

https://mangowave.app/
1•lmascari•15m ago•0 comments

Understaffing as a Form of Enshittification

https://pluralistic.net/2026/03/22/nobodys-home/
2•toomuchtodo•15m ago•0 comments

io_uring, libaio performance across Linux kernels and an unexpected IOMMU trap

https://blog.ydb.tech/how-io-uring-overtook-libaio-performance-across-linux-kernels-and-an-unexpe...
5•tanelpoder•15m ago•1 comments

Ignition: NASA's Plan for the Moon [video]

https://www.youtube.com/watch?v=yIlTwwJv1Ac
1•trothamel•15m ago•1 comments

Keytrace (Keybase on ATProto)

https://keytrace.dev/blog/introducing-keytrace
1•bezbac•16m ago•0 comments