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_•12mo 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

Engineering Managers are going to hate OpenClaw

https://zaidesanton.substack.com/p/engineering-managers-are-going-to
1•flail•32s ago•0 comments

Navigable Degeneracy in the Roots of 1-Bit Language Models

https://github.com/sbenjam1n/Neagari
1•sbenjam1n•2m ago•1 comments

The Conflict in Iran Is Changing How Engine Oil Is Made

https://www.theautopian.com/why-the-conflict-in-iran-is-changing-how-engine-oil-is-made-and-causi...
1•mauvehaus•6m ago•0 comments

Datacenter vs. Megaprojects buildout as a percentage of GDP

https://twitter.com/QuintinPope5/status/2044964528312426890/photo/1
1•MrBuddyCasino•7m ago•0 comments

Adapt: an LLM-based memory layer that restructures itself

https://github.com/unbody-io/adapt
1•Amirhouieh•7m ago•0 comments

Anthropic chief Dario Amodei: 'I don't want AI turned on our own people'

https://www.ft.com/content/9e0e0fc6-ab7d-4b69-a8b1-5a972b82fb06
1•ironyman•8m ago•1 comments

Show HN: Planedrift – Play Infocom games in the browser

https://planedrift.app/
1•techbelly•9m ago•0 comments

Widespread occurrence of large molecular methylsiloxanes in ambient aerosols

https://acp.copernicus.org/articles/26/5005/2026/
1•atombender•9m ago•0 comments

Crypto Faces Increased Threat from Quantum Attacks

https://spectrum.ieee.org/quantum-safe-crypto
1•pseudolus•10m ago•0 comments

The EU's Digital Gulag Is (Apparently) Ready to Roll

https://www.nakedcapitalism.com/2026/04/the-eus-digital-prison-complex-is-ready-for-roll-out.html
1•iamnothere•10m ago•0 comments

Japanese police train for post-hibernation bear encounters

https://twitter.com/DudespostingWs/status/2044854086307049546
1•taubek•10m ago•0 comments

What Are Stablecoins Used for Today? Estimating the Distribution of Stablecoins

https://www.kansascityfed.org/research/payments-system-research-briefings/what-are-stablecoins-us...
1•RickJWagner•10m ago•0 comments

Bernie Sanders: AI is coming for the working class. We must fight

https://www.foxnews.com/opinion/sen-bernie-sanders-artificial-intelligence-coming-working-class-m...
1•RickJWagner•11m ago•0 comments

Validating Data in Go

https://nymity.ch/writing/articles/validation/
1•phw•13m ago•0 comments

Sam Altman's Side Hustles Blur the Line Between OpenAI's Interests and His Own

https://www.wsj.com/tech/ai/chatgpt-openai-ipo-altman-029ae6d5
1•megacorp•13m ago•0 comments

Show HN: Mabon – AI agent that finds jobs continuously and shows strong matches

https://mabon.ai/
1•luckystrike•15m ago•0 comments

Monitoring tool with otel, nagios and Kafka

https://www.almondmonitor.com
1•andreasli72•15m ago•0 comments

Creating a Bootable Backup USB with Encryption (for Pop!OS Linux)

https://hajo.me/blog/2026/02/16/popos-linux-creating-bootable-backup-USB-with-encryption/
1•fxtentacle•15m ago•0 comments

Show HN: Boston Marathon Course Map with T and Rail Stations

https://www.lawruk.com/boston-marathon
1•jimlawruk•16m ago•0 comments

Designing code review for human-agent collaboration

https://tidewave.ai/blog/code-review
1•hugobarauna•16m ago•0 comments

A four-chapter scripture he wrote and continues to inhabit

https://jimiwen.substack.com/p/preface-to-si-wu-zi
1•jimiwen•17m ago•0 comments

Beej: On Making

https://beej.us/blog/data/ai-making/
2•ketanhwr•19m ago•0 comments

Chemical NDMA more likely to cause cancerous mutations after early-life exposure

https://medicalxpress.com/news/2026-04-chemical-ndma-cancerous-mutations-early.html
1•OutOfHere•20m ago•0 comments

The crazy nests built by leaf-cutter ants

https://knowablemagazine.org/content/article/living-world/2026/crazy-nests-leaf-cutter-ants-build
2•sohkamyung•21m ago•1 comments

Peon – A Zero-Trust AI Agent Runtime in Rust (Using Casbin)

https://github.com/stephen94125/peon-lib
1•stephen94125•21m ago•0 comments

I wrapped a LangChain agent without modifying its code (Ascension V2)

https://github.com/SweetKenneth/cmpsbl-langchain-ascended-agent
1•promptfluid•21m ago•0 comments

Anthropic won't own MCP 'design flaw' 200K servers at risk, researchers say

https://www.theregister.com/2026/04/16/anthropic_mcp_design_flaw/
1•beardyw•22m ago•0 comments

Show HN: Zmx – run local code agents on remote machines

https://bower.sh/zmx-ai-portal
1•qudat•22m ago•0 comments

Show HN: Robots2.txt – A robots.txt extension for AI agents and Age ratings

https://robots2.org
1•ID10TError•23m ago•0 comments

There Is Nothing New On software's infinite regress

https://iqiipi.com/there-is-nothing-new.html
2•prakashqwerty•24m ago•0 comments